body {
	margin: 0px;
	padding: 0px;
	background-color: #f1f0e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	background-image: url(/img/bluebg.png);
	background-repeat: repeat-x;
	line-height: 150%;

}

/* tired of fighting the retarded w3c box model - padding should be part of width */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


body.bluebg {
	background-image: url(/img/bigbluebg.png);
	background-repeat: repeat-x;
}

html, body, #wrap { height: 100%; }
body > #wrap { height: auto; min-height: 100% }

a img, a .fakeie6img {
	border: 0px;
}

p {
	margin: 1em 0;
}

#header {
	background-color: #000;
	background-image: url(/img/servergridbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 108px;
	padding-top: 4px;
}

#topbuttons {
	position: absolute;
	right: 0px;
	top:   25px;
}

#topnav {
	list-style: none;
	position: absolute;
	right: -18px;
	top: 75px;
}

#topnav li {
	display: inline;
	margin-right: 12px;
}

#loginform {
	position: absolute;
	top: 25px;
	right: -11px;
	color: white;
	padding: 5px;
}

#loginform input {
	display: inline;
}

#loginform input[type=text], #loginform input[type=password] {
	width: 110px;
}

#loginusername {
	margin-right: 8px;
}



.bodycentered {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
}


#content {
	padding-bottom: 60px;
}


body.normal #content {
	padding-top: 36px;
}

body.bluebg #content {
	padding-top: 8px;
}

#contentclear {
	clear: both;
	height: 2em;
}

#footer {
	width: 100%;
	margin-top: -50px;
	height: 50px;
	background-color: black;
	color: white;
	font-size: 10px;
}

#footerlogo {
	position: absolute;
	right: 10px;
	top: 10px;
}

#footertext {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* homepage stuff */
.homepageleft {
	float: left;
	width: 580px;
	margin-bottom: 10px;
}

.homepageright {
	float: right;
	width: 352px;
}

.hello {
	margin: 3em 0;
}

.point {
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: #C7C3A9 1px dashed;
}

.point img, .point .fakeie6img {
	position: absolute;
	top: 0px; left: 0px;
}

.point h3, .point p {
	margin-left: 86px;
}

.point h3 {
	font-weight: normal;
	color: #249CD8;
	font-size: 16px;
	margin-bottom: 0;
}

.point p {
	margin-top: 2px;
}


.supportpoint {
	clear: left;
	position: relative;
	margin-bottom: 1.3em;
}

.supportpoint img, .supportpoint .fakeie6img {
	position: absolute;
	top: 0px; left: 0px;
}

.supportpoint h4, .supportpoint p {
	margin-left: 56px;
}

.supportpoint p {
	margin-top: 2px;
}

.supportpoint h4 {
	margin-bottom: 0px;
}



.stormplans {
	border-color: #C7C3A9;
	background-color: #D7D5C1;
	border-style: solid;
	border-width: 0 1px;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 0 8px;
	position: relative;
	width: 350px;
}

.stormplans .topcap {
	position: absolute;
	top: -8px;
	left: -1px;
}

.stormplans .bottomcap {
	position: absolute;
	bottom: -8px;
	left: -1px;
}

table.plans {
	margin: 2em 0;
	width: 100%;
	font-size: 11px;
}

table.plans td, table.plans th {
	padding: 4px 4px 8px 4px;
}

table.plans th {
	text-align: left;
}

table.plans thead tr {
	background-color: black;
	color: white;
}

table.plans tbody tr {
	border-bottom: solid 1px #C7C3A9;
}

table.plans .odd {
	background-color: #F1F0E6;
}


table.plans img, table.plans .fakeie6img {
	position: relative;
	top: 4px;
}

ul.features {
	list-style: disc outside none;
	margin: 1em 2em;
	background: transparent;
}


.quote {
	margin-top: 52px;
	width: 352px;
	position: relative;
	padding: 0;
	font-style: italic;
}

.quote .topcap {
	position: absolute;
	top: -20px;
	left: 0px;
}

.quote .body {
	background-image: url(/img/quote-bg.png);
	background-repeat: repeat-y;
	padding: 0 20px;
	margin: 0;
}


.quote .footer {
	margin: 0;
	padding-top: 30px;
	padding-left: 30px;
	font-style: normal;
	background-image: url(/img/quote-bottom.png);
    background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 53px;
}

/* general */
h2 {
	font-size: 30px;
	color: #555;
	font-weight: normal;
}
h3 {
	font-size: 22px;
	color: #249CD8;
}
h4 {
	font-size: 16px;
	color: #249CD8;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: -0.8em;
}
h5 {
        font-size: 13px;
        color: #249CD8;
        font-weight: bold;
        margin-top: 12px;
        margin-bottom: -0.8em;

}

img.topmast, .topmast.fakeie6img {
	margin-bottom: 12px;
}

.container {
	position: relative;
	width: 100%;
}

.subtext {
	color: #666;
	font-size: 11px;
}

.subheader {
	position: relative;
}

.subheader img, .subheader .fakeie6img {
	position: absolute;
	left: 0px;
	bottom: 16px;
}


.subheader .right {
	float: right;
}

.pagesidenav {
        font-size: 11px;
        position: absolute;
	bottom: 13px;
	right: -10px;
}

.pagesidenav img, .pagesidenav .fakeie6img {
	margin-top: 10px;
	margin-left: 6px;
}


.pagesidenav a {
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}


.pagesidenav a:hover, .pagesidenav a.current {
        color: #25a8de;
}

.pagemain {
	position: relative;
	padding: 0px;
	width: 950px;
}

.pagemainbody {
	width: 494px;
	border-right: dashed #C7C3A9 1px;
	padding-right: 16px;
	margin-top: 16px;
}


.pagemainsidebar {
	position: absolute;
	top: 170px;
	left: 521px;
	width: 200px;
}


.subheader {
	margin: 1em 0 0 0;
	min-height: 60px;
	vertical-align: bottom;
}


.products img, .products .fakeie6img {
	margin:  0;
}


.configs table, table.configs, {
	width: 100%;
}

.configs table, table.configs, .prices table {
	border-bottom: #D7D5C1 solid 1px;
}


div.configs {
	font-size: 10px;
}

.configs {
	margin-top: 20px;
}

.prices {
	margin: 20px 0;
	position: relative;
}

.prices .full {
	width: 100%;
}

.prices .left {
	width: 60%;
}

.prices .right {
	width: 36%;
	float: right;
}

.prices th, .configs th {
	background-color: #000;
	color: #fff;
	text-align: left;
}

div.configs th {
	font-weight: normal;
}



.configs th, .configs td, .prices th, .prices td {
	padding: 2px 4px;
        border-width: 0px 0px 1px 0px;
        border-color: #e8e8e8;
        border-style: solid;

}

.configs tr.even td, .prices tr.even td {
	background: #f8f8f7;
        border-width: 0px 0px 1px 0px;
        border-color: #e8e8e8;
        border-style: solid;
}

td.plan {
	font-weight: bold;
}

.hourly {
	font-size: 90%;
	color: rgb(102, 102, 102);
	margin: 2px 0 0 0;
}

.features {
	background: white;
	padding: 6px;
	margin-top: 43px;
	position: relative;
}

.features .topcap {
	position: absolute;
	top: -23px;
	left: 0px;
}


img.left, .left.fakeie6img {
	float: left;
	padding: 0 5px 15px;
}

img.left.support {
	padding: 0px 10px 10px;
}

.whystorm h4 {
	clear: both;
	margin-bottom: 12px;
}


/* signup */
#translucent {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #000000;
	opacity: 0;
	display: none;
}

.greyout {
	width: 900px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -450px;
	z-index: 6;
	max-height: 70%;
}

.greyout .body {
    background: white;
    padding: 10px;
}

#signup .window {
	background: white;
	padding: 10px;
	overflow: hidden;
	height: 375px;
	position: relative;
}

#signup .plane {
	position: relative;
	height: 355px;
}

div.signuppage {
	position: absolute;
	top: 0px;
	width: 880px;
	height: 100%;
}


#signup .bigbox {
	margin-top: 20px;
	position: relative;
}


#signup1 {
	left: 0px;
}

#signup2 {
	left: 900px;
}

#signup3 {
	left: 1800px;
}

#signup3 table {
	margin-top: 10px;
	width: 98%;
}

#signup3 table td {
	padding: 10px;
}

#signup4 {
	left: 2700px;
}




#signup4, #betaloading {
	text-align: center;
}

#signup4 img, #betaloading img, #signup4 .fakeie6img, #betaloading .fakeie6img {
	margin-top: 30px;
	margin-bottom: 25px;
}

#signup4 h2, #betaloading h2 {
	border-top: solid 1px #ddd;
	padding-top: 25px;
	letter-spacing: .2em;
	width: 720px;
	position: relative;
	left: 80px;
}

#signup5 {
	left: 3600px;
}

#betaloading {
	padding-top: 100px;
	height: 580px;
}



.close_greyout {
	position: absolute;
	top: 4px;
	right: 14px;
	z-index: 10;
}

.signuplink {
	cursor: pointer;
}


.signupbox {
	width: 45%;
	margin-top: 24px;
	border-top: solid 1px #e5e5e5;
}

.signupbox img, .signupbox .fakeie6img {
	margin-bottom: 1em;
}

.signupbox table td {
	padding: 4px;
}

.signupbox td.rightgroup {
	padding-left: 2em;
}

.signupbox .subitem {
	padding-top: 2em;
}

#verify_phone .button {
	position: absolute;
	top: 1em;
	left: 600px;
}

#verify_phone hr {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 880px;
}

#verify_phone_msg, #verify_phone_input, #verify_phone_error {
	width: 500px;
	position: absolute;
	top: 50px;
	left: 0px;
}


#verify_phone_later {
	position: absolute;
	width: 500px;
	top: 160px;
	left: 0px;
}



#betasignup {
	background: white;
	padding: 2px 10px;
	width: 950px;
	position: relative;
}

.betasignup.section {
	position: relative;
	min-height: 260px;
	margin-top: 30px;
}

.betasignup .signupbox {
	top: 0px !important;
	margin-top: 0px;
}

#betasignup .tos, #betasignup .payment {
	left: auto;
	right: 10px;
}

#executebetasignup {
	position: absolute;
	bottom: 2px;
	right: 10px;
}

.signupbox.tos {
	position: absolute;
	top: 25px;
	left: 50%;
}

.signupbox.contact {
	position: absolute;
	top: 25px;
	left: 48%;
}

.signupbox.tos div {
	height: 180px;
	overflow: auto;
	margin-bottom: 1em;
}

.signupbox.tos div h1 {
	color: black;
	font-size: 17px;
}

#toswrapper h1 {
	color: black;
	font-size: 18px;
}

.signupbox.tos div h2, #toswrapper h2 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0;
}

#toswrapper h2 {
	border-bottom: 1px #BBB solid;
}

.signupbox ul {
	list-style: disc outside none;
	margin: 1em 2em;

}

.signupbuttons {
	position: absolute;
	width: 880px;
	bottom: 0px;
	left: -0px;
}

#gotosignup2 {
	margin-top: 1em;
	margin-left: 352px;
	float: right;
}


label.invalid {
	color: #ff0000;
	font-weight: bold;
}

input.invalid, select.invalid, textarea.invalid {
	background-color: #FFFFAA;
}

div.invalid, span.invalid {
	color: #ff0000;
	font-weight: normal;
	font-style: italic;
}

.popup {
	position: absolute;
}


#error {
	background-color: #ffffff;
	color: #ff2222;
	padding: 20px;
	width: 500px;
	font-size: 120%;
	border: 2px dashed #ff2222;
	z-index: 25;
	left: 50%;
	margin-left: -250px;
}

#error ul {
	padding-left: 20px;
	list-style-image: url(/img/icons/arrow.png);
}

#error h3 {
	width: 450px;
}

#error > a {
	display: block;
	margin-left: 400px;
}

#beta_info_signup {
	width: 500px;
	position: absolute;
	top: 100px;
	left: 190px;
}

#beta_info_signup form {
	position: relative;
	display: block;
	width: 100%;
}

#beta_info_signup input[type=submit] {
	display: none;
}

#beta_info_signup .button, #beta_info_signup .enroll img {
	position; absolute;
	top: 0px;
	left: 0px;
}

#beta_info_signup .enrolled {
	margin-top: 2em;
}

.cvv2howto {
	display: none;
	position: absolute;
	top: 0px;
	left: 320px;
	z-index: 10;
}

.cvv2howto a {
	position: absolute;
	top: 14px;
	right: 13px;
}

.lpPoweredBy, .lpEmtStarRating {
	display: none;
}

.sla h3 {
	margin-top: 0;
	margin-bottom: 1em;
}

.sla h5 {
	margin-top: 1em;
	margin-bottom: 0;
}

.sla ul, #toswrapper ul {
 	list-style: disc outside none;
	margin: 1em 0 1em 2em;
}


a {
        color: #249cd8;
}
a:hover {
        color: #c9771c;
}
.mediabg {
        background-color: #d7d5c1;
        border-width: 1px;
        border-style: solid;
        border-color: #c7c3a9;
        padding: 5px;
}
.overview {
        font-weight: bold;
}
.productindent {
        padding: 0px 10px 0px 10px;
}

td[valign=top] img, td[valign=top] {
	vertical-align: top;
}

td[valign=middle] img, td[valign=middle] {
        vertical-align: middle;
}

#server_overview_banner {
	text-align: center;
}

.cyclebanner {
	position: relative;
}

.cyclebanner .window {
	margin: 0 30px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.cyclebanner .plane {
	position: relative;
	white-space: nowrap;
	left: 0px;
	top: 0px;
}

.cyclebanner .plane div {
	display: inline-block;
}

.error {
	color: red;
}

.slideshow {
	display: none;
	position: fixed;
	top: 60px;
	z-index: 10;
	left: 50%;
	background: white;
}

.slideshowlink {
	cursor: pointer;
}

.slideshow h3 {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 16px;
	color: black;
	margin: 0;
}

.slideshow .window {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideshow .plane {
	position: relative;
	white-space: nowrap;
	padding: 35px 0 0 0;
	left: 5px;
}

.slideshow .item {
	position: relative;
	text-align: center;
	display: inline-block;
}

.slideshow .item p {
	text-align: left;
	margin-left: 10px;
}

.slideshow .control {
	position: absolute;
	z-index: 11;
	cursor: pointer;
	top: 49%;
	margin: 0;
}

.slideshow .control.right {
	padding: 0;
	right: -11px;
}

.slideshow .control.left {
	padding: 0;
	left: -11px;
}

.slideshow .control.close {
	top: 8px;
	right: 8px;
}

.slideshow .iefix {
	position: relative;
}

.righttabs {
	position: relative;
}

.righttabs .buttons {
	width: 300px;
	float: right;
	margin: 0 -20px 0 0;
	padding: 0
}

.righttabs .item {
	padding: 0;
	margin: 0;
	display: block;
	cursor: pointer;
}

.righttabs .pos {
	background: #f8f8f7;
	margin: 0 25px 0 24px;
	padding: 10px 0 10px 20px;
	border: solid 1px #deded9;
}

.righttabs .pos img, .righttabs .pos .fakeie6img {
	margin: 0 4px;
	cursor: pointer;
}

.righttabs .pause {
	position: absolute;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
}


.bindingbox-out {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #deded9;
	width: 950px;
	height: 100%;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	background-image: url(/img/redesign/gradient-background.gif);
	background-repeat: no-repeat;
	position: relative;
}

.bindingbox-out2 {
        background-color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #deded9;
        width: 950px;
        height: 100%;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 17px;
        background-image: url(/img/redesign/gradient-background.gif);
        background-repeat: no-repeat;
        position: relative;
}


.wrapper950 {
 	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.shadowcap {
	background-image: url(/img/redesign/shadowcap.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: -17px;
	left: 0px;
}

.overview-left {
	width: 500px;
	float: left;
	text-align: left;
}

.overview-right {
	width: 355px;
	float: right;
	text-align: left;

}

.whystorm-left {
	width: 427px;
	float: left;
	text-align: left;
}

.whystorm-right {
	width: 427px;
	float: right;
	text-align: left;

}

.dashboard-left {
	width: 355px;
	float: left;
	text-align: left;
}

.dashboard-right {
	width: 506px;
	float: right;
	text-align: left;
	padding-top: 7px;

}

.rightfloater {
	float: right;
	padding: 0px 0px 10px 10px;
}

.leftfloater {
	float: left;
	padding: 0px 10px 0px 10px;
}

.box497 {
	width: 497px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cacaca;
	padding: 5px 10px 15px 10px;
}

.box497leftcolumn {
	float: left;
	width: 230px;
}

.box497rightcolumn {
	float: right;
	width: 230px;
}

.logobg {
	background-image: url(/img/logobg.png);
}

.box350 {
	width: 350px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cacaca;
	padding: 5px 10px 15px 10px;
}

.box350leftcolumn {
	float: left;
	width: 160px;
}

.box350rightcolumn {
	float: right;
	width: 160px;
}

.box371 {
	width: 371px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cacaca;
	padding: 5px 10px 15px 10px;
}

.box895 {
	width: 895px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cacaca;
	padding: 5px 10px 15px 10px;
}

.box895leftcolumn {
	float: left;
	width: 400px;
}

.box895rightcolumn {
	float: right;
	width: 400px;
}

.featuredclientleftcolumn {
        float: left;
        width: 260px;
}

.featuredclientrightcolumn {
        float: right;
        width: 580px;
}

ul.bluearrow {
	list-style-image: url(/img/redesign/bluearrow.png);
	font-size: 11px;
	line-height: 200%;
	margin: 0;
	margin-left: 2em;
}

.step {
	padding: 0px 0px 15px 0px;
}

.stepbig {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 50%;
}

.comparetitle {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.stepsmall {
	font-size: 10px;
	color: #969696;
}

.bluebig {
	font-size: 18px;
	font-weight: bold;
	color: #25a7de;
}

.quote371 {
	background-image: url(/img/redesign/371quote.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width: 371px;
	color: #8c8c8c;
	font-size: 11px;
}

.box415 {
	background-color: #fff;
	border: 1px solid #deded9;
	width: 415px;
	padding: 10px;
	text-align: left;
}

.box306 {
	float: left;
	background-image: url(/img/redesign/gradient-306.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #deded9;
	width: 306px;
	padding: 10px;
}

.box306left {
	float: left;
	background-image: url(/img/redesign/gradient-306.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border-width: 1px solid #deded9;
	width: 306px;
	padding: 10px;
}

.box306center {
	background-image: url(/img/redesign/gradient-306.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border-width: 1px solid #deded9;
	width: 306px;
	padding: 10px;
}

.box306right {
	float: right;
	background-image: url(/img/redesign/gradient-306.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border-width: 1px solid #deded9;
	width: 306px;
	padding: 10px;
}

.techbox {
	font-size: 11px;
}

.support {
	margin: 2em 0 3em 0;
}

.support th {
	background-color: #000;
	padding: 5px;
	text-align: center;
}

.support .feature {
	text-align: left;
}

.support td {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e8e8e8;
	padding: 5px;
	text-align: center;
}

.support tr.odd td {
	background-color: #f8f8f7;
}


.compare {
	border: 1px solid #deded9;
	width: 898px;
	padding: 15px;
}

table.pricetable {
	margin: 5px 0px 15px 0px;
}

.pricetable th, .pricetable td {
	padding: 5px;
	font: 10px "Lucida Sans Unicode", geneva, lucida, helvetica, verdana, arial, sans-serif;
}

.pricetable th {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.pricetable td {
	color: #333333;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e8e8e8;
	text-align: left;
	vertical-align: top;
}

.pricetable td.plan {
	font-weight: bold;
}

.pricetable td.cpu {
	text-align: center;
}

.pricetable tr.odd td {
	background-color: #f8f8f7;
}

.pricetable tr.even td {
	background-color: #fff;
}

.faded {
	color: #999999;
}

.pricetable .hourlypricing {
	font-size: 8px;
	color: #666666;
	white-space: nowrap;
}
.featuredclienttitle {
     font-size: 22px;
     font-weight: bold;
     color: #000;
}
.featuredclientstory {
     font-size: 16px;
     line-height: 150%;
}
.clienttitle {
     font-size: 18px;
     font-weight: bold;
     color: #000;
}

.bindingbox-baremetal {
        background: url(/img/baremetal/baremetal-bg.jpg) no-repeat #111111;
        border: 1px solid #ffffff;
        width: 950px;
        height: 100%;
        padding: 25px;
        color: #eee;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 17px;
        position: relative;
}

.baremetal-box {
        border-width: 0 1px 0 1px;
        border-style: solid;
        border-color: #707070;
        padding: 10px 10px;
        width: 497px;
}


.baremetal-quote-box {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #ffffff;
        padding: 10px;
        width: 350px;
}
        
.bindingbox-baremetal #features .left { float: left; width: 240px; }
.bindingbox-baremetal #features .right { float: left; width: 240px; }
.bindingbox-baremetal #features div { margin-bottom: 10px; }
.bindingbox-baremetal #features img { float: left; }
.bindingbox-baremetal #features p { margin-left: 65px; }
.bindingbox-baremetal #api img { float: left; }
.bindingbox-baremetal #api p { margin-left: 95px }
.bindingbox-baremetal #dashboard img { float:right; }
.bindingbox-baremetal #dashboard p { margin-right: 180px; }
.bindingbox-baremetal em { color: #ffff00; text-decoration: none; font-style: normal; }
.baremetal-box350 {
        width: 350px;
        padding: 10px;
}
.baremetal-box350 #comparison {
	display:block;
	margin: 0 auto;
}
	

ul.yellowarrow {
        list-style-image: url(/img/baremetal/yellowarrow.png);
        font-size: 11px;
        line-height: 200%;
        margin: 0;
        margin-left: 2em;
}

.baremetal-left {
  width: 500px;
  float: left;
  text-align: left;
}

.baremetal-left img, .baremetal-right img { display: block; bottom: 0px;vertical-align:bottom;}

.baremetal-left #features {
table-layout:fixed;
width: 497px;
}

.baremetal-left #features { padding-bottom:10px; }

.baremetal-left #features .feature-text {
	width: 193px;
	height: 120px;
	vertical-align: top;
}
.baremetal-left #features .feature-icon {
  width: 65px;
  vertical-align: top;

}

.baremetal-right {
  width: 355px;
  float: right;
  text-align: left;

}


#baremetal-pricing tr.even td { background-color: #2a2a2a }
#baremetal-pricing tr.odd td { background-color: #1d1d1d }
#baremetal-pricing tr { border-width: 0px 0px 1px 0px;border-style: solid; border-color: #000000; }
#baremetal-pricing th { background-color: #000000; }
#baremetal-pricing, #baremetal-pricing tr td { color: #ffffff; }
#baremetal-pricing .faded { color: #bbbbbb; }
#baremetal-pricing .hourlypricing { font-size: 8px; white-space: nowrap; }

table#monitoring-services td {padding:5px}
table#monitoring-services th { color: white; background: black; padding: 5px }
table#monitoring-services tr.odd { background: #F8F8F7; border-bottom: 1px solid #e8e8e8; }


.quote350 {
  background-image: url(/img/redesign/350quote.gif);
  background-repeat: no-repeat;
  padding: 10px;
  width: 350px;
  color: #8c8c8c;
  font-size: 11px;
}

.configuration_table {
	width: 898px;
	height: 323px;
	border: solid 1px #dedede;
	position: relative;
}

.configuration_table ul li {
	display: block;
	line-height: 0px;
}

.configuration_table .dia {
	position: absolute;
	top: 0px;
	left: 325px;
	background-color: #f3f3f3;
	border-left: solid 1px #dedede;
	height: 321px;
}

.configuration_table .cnquote {
	display: none;
	position: absolute;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
}

.configuration_table .cnquote.firewall {
	background-image: url(/img/content/configuration/bubble-firewall.png);
	width: 208px;
	height: 181px;
	top: 15px;
	right: 40px;
	padding: 5px 4px 4px 16px;
}

.configuration_table .cnquote.loadbalancer {
	background-image: url(/img/content/configuration/bubble-top.png);
	width: 215px;
	height: 213px;
	top: 90px;
	right: 4px;
	padding: 5px 4px 4px 20px;
}

.configuration_table .cnquote.hybrid {
	background-image: url(/img/content/configuration/bubble-bottom.png);
	width: 215px;
	height: 213px;
	top: 15px;
	right: 4px;
	padding: 5px 4px 4px 20px;
}

.configuration_table .cnquote.db {
	background-image: url(/img/content/configuration/bubble-bottom.png);
	width: 215px;
	height: 213px;
	top: 102px;
	right: 4px;
	padding: 5px 4px 4px 20px;
}

.configuration_table .cnquote.private {
	background-image: url(/img/content/configuration/bubble-bottom.png);
	width: 215px;
	height: 213px;
	top: 66px;
	right: 4px;
	padding: 5px 4px 4px 20px;
}


#coupon_email {
	color: #bbb
}


.blueform {
      background-image: url(/img/campaigns/bluerepeat.png);
	  background-repeat: repeat-y;
	  color: #ffffff;
	  padding: 5px 10px 5px 10px;
}
.stormInfo {
      background-image: url(/img/campaigns/greybg.jpg);
	  background-repeat: no-repeat;
	  background-color: #181818;
	  padding: 10px;
}
.campaigndetails {
    padding-right: 10px;
}
ul.goldarrow {
        list-style-image: url(/img/campaigns/yellowarrow.png);
        font-size: 11px;
        line-height: 200%;
        margin: 0;
        margin-left: 2em;
        color: #ffffff;
} 

#thepeak {
	position: absolute;
	top: -41px;
	left: 135px;
}

#campaign_welcome .body, .close_campaign_welcome {
	font-size: 15px;
}

#coupon_drawer {
	width: 500px;
	height: 100px;
	z-index: 4;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -331px;
	background-color: #437a9d;
	border: solid #B3DAF2 1px;
	border-top: 0px;
	border-bottom-right-radius: 3px;
}

#get_coupon_tag {
	position: absolute;
	bottom: -23px;
	left: -1px;
	width: 140px;
	height: 23px;
	background-image: url(/img/content/tab.png);
	background-repeat: no-repeat;
	font-size: 8.5px;
	padding: 2px 6px;
	z-index: 4;
	color: white;
}



#get_coupon_tag a {
	text-decoration: none;
	color: white;
}

#get_coupon_tag img {
	vertical-align: text-top;
}

#create_coupon {
	padding: 10px;
	color: white;
}

