/* @override 
	http://dawson.example.com:3000/stylesheets/main.css
	http://localhost:8888/slicehost/stylesheets/main.css
	http://localhost:8888/ui/control-panel/src/slicehost/stylesheets/main.css
	http://localhost:8888/cp/slicehost/stylesheets/main.css
*/

/* 
-----------------------------------------------
Reset Stylesheet
Author:   Eric Meyer

Taken from:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus
{
	/* remember to define focus styles! */
    outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

p img
{
	border: 1px #333333 solid;
}

a img
{
	border: none;
}

ol, ul
{
	list-style: none;
}

table
{
	/*

tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

/* end of reset */

body
{
	font: 13px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	*font-size: 72%;
	*font: x-small;
}

table
{
	font-size: inherit;
	font: 100%;
}

select, input, textarea
{
	font: 99% 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	vertical-align: middle;
}

pre, code
{
	font: 115% monospace;
	*font-size: 100%;
}

/** end Yahoo Fonts */

/* @end */

/* @group Basic Layout */

body
{
	font-family: "HelveticaNeue",Helvetica,Verdana,sans-serif;
	padding: 0 20px;
	background: #D5DDE6;
	line-height: 1.5;
	text-align: center;
}

#wrapper
{
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

#skiplinks
{
	display: none;
}

a
{
	color: #06C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Quick Links */

#quicklinks
{
	height: 33px;
	position: relative;
}

#quicklinks a
{
	display: block;
	position: absolute;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	top: 8px;
}

li#manage a
{
	right: 5px;
	width: 145px;
	background: url(../images/button_manage_header.gif) no-repeat
}

li#signup a
{
	right: 157px;
	width: 70px;
	background: url(../images/button_signup_header.gif) no-repeat
}

/* @end */

/* @group Header */

#header
{
	float: left;
	clear: left;
	width: 100%;
	background: #FFF url(../images/white.gif) repeat-y;
	margin: 0 0 10px -2px;
	display: inline;
}

#header .wrapper
{
	float: left;
	background: url(../images/white_top.gif) no-repeat;
	width: 100%;
	position: relative;
	height: auto;
}

#header h1 a
{
	text-indent: -9999px;
	overflow: hidden;
}



#slicehost-logo
{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	background: url(../images/logo_sub.jpg) no-repeat;
	width: 271px;
	height: 87px;
	margin-right: 30px;
}

 #rackspace-logo
{
	margin-top: 0;
	margin-right: 35px;
	width: 155px;
	height: 44px;
	float: right;
	background: url(../images/rackspaceLogo_sub.png) no-repeat 0 10px;
	text-indent: -9999px;
	padding-top: 14px;
}

#header h2
{
	font-weight: bold;
	color: #1862c0;
	font-size: 2.2em;
}

#header p
{
	color: #444;
	font-size: 1.2em;
	padding: 0px 0 5px;
}

#product-description
{
	padding-bottom: 75px;
	float: left;
	width: 550px;
	padding-top: 30px;
}

#header p strong
{
	font-weight: bold;
	font-size: .9em;
	color: ;
}

#sub-text
{
	font-size: 1em !important;
}

#header p.hide
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#navigation
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 55px;
	width: 910px;
	background: url(../images/menu.jpg) no-repeat;
}

#navigation li
{
	display: inline;
}

#navigation li a
{
	display: block;
	position: absolute;
	height: 55px;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/menu.jpg) no-repeat;
}

li#our a
{
	left: 28px;
	width: 154px;
	background-position: -28px 0;
}

li#why a
{
	left: 182px;
	width: 186px;
	background-position: -182px 0;
}

li#sup a
{
	left: 368px;
	width: 130px;
	background-position: -368px 0;
}

li#com a
{
	left: 498px;
	width: 155px;
	background-position: -498px 0;
}

li#con a
{
	left: 653px;
	width: 127px;
	background-position: -653px 0;
}

li#blo a
{
	left: 780px;
	width: 102px;
	background-position: -780px 0;
}

li#our a:hover
{
	background-position: -28px -55px;
}

li#why a:hover
{
	background-position: -182px -55px;
}

li#sup a:hover
{
	background-position: -368px -55px;
}

li#com a:hover
{
	background-position: -498px -55px;
}

li#con a:hover
{
	background-position: -653px -55px;
}

li#blo a:hover
{
	background-position: -780px -55px;
}

.bours li#our a, .bours li#our a:hover
{
	background-position: -28px -110px;
}

.bwhys li#why a, .bwhys li#why a:hover
{
	background-position: -182px -110px;
}

.bsupp li#sup a, .bsupp li#sup a:hover
{
	background-position: -368px -110px;
}

.bcomm li#com a, .bcomm li#com a:hover
{
	background-position: -498px -110px;
}

.bcont li#con a, .bcont li#con a:hover
{
	background-position: -653px -110px;
}

.bblog li#blo a, .bblog li#blo a:hover
{
	background-position: -780px -110px;
}

/* @end */

/* @group Content */

#content-top
{
	padding-top: 22px;
	width: 906px;
	background: url(../images/content-top.gif) no-repeat top left;
	float: left;
	margin: 0 0 20px;
}

#content-bottom
{
	padding-bottom: 35px;
	width: 906px;
	background: url(../images/content-bottom.gif) no-repeat bottom left;
	float: left;
}

#content
{
	padding: 0 20px 0 32px;
	width: 910px;
	w\idth: 910px;
	background: url(../images/content.gif) repeat-y top left;
	float: left;
	color: #444;
}

.bhome #content
{
	/*padding: 0 10px 35px 10px;*/
	width: 910px;
	/*background: url(../images/table.jpg) no-repeat 10px 65px;*/
	w\idth: 910px;
	padding-top: 10px;
}

#content a
{
	color: #0066CC;
	font-weight: bold;
}

#content h3
{
	font-size: 220%;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 15px;
	color: #111;
	padding: 0;
}

#content h3 a
{
	color: #111;
}

#content h5
{
	color: #999;
}

#secondary form
{
	margin: 0 0 15px;
}

#content h6
{
	font-size: 140%;
	color: #666;
	margin: 0 0 15px;
}

label
{
	display: block;
}

#contact_author, #contact_author_email, #contact_subject
{
	width: 350px;
}

#contact_body
{
	width: 98%;
	height: 200px;
}

#secondary form #q
{
	width: 190px;
}

pre
{
	margin: 0 0 15px;
}

code
{
	font-size: 92%;
}

#content h4
{
	font-size: 165%;
	font-weight: bold;
	margin: 0 0 15px;
	color: #333;
	padding: 0;
}

.bhome #content h4
{
	margin-bottom: 5px;
}

#plans
{
	width: 450px;
	float: left;
	margin-bottom: 30px;
	display: inline;
}

#cloud-servers-bullets
{
	width: 330px;
	float: left;
	margin-bottom: 30px;
	display: inline;
	padding-left: 15px;
}


.bhome #content #cloud-servers-bullets ul
{
	padding-left: 20px;
	list-style-type: disc;
}

.bhome #content #cloud-servers-bullets h4
{
	font-size: 1.2em;
}

#cloud-servers-bullets div.productPrice h4 .servers,#cloud-servers-bullets a
{
	color: #eb8d00;
}

#cloud-servers-pricing a
{
	color: #eb8d00;
	text-decoration: underline;
}


.bhome #content #cloud-servers-bullets ul li
{
	background-image: none;
	padding-left: 0;
}

.managed-bullet
{
	text-decoration: underline;
}


table
{
	border-collapse: collapse;
	width: 100%;
}

table td
{
	border-bottom: 1px solid #C7CFD7;
	padding: 8px 10px;
}

table th
{
	background: #AAC5E1;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #4B4E51;
	font-weight: bold;
}

table th.plan
{
	background: url(../images/table_header_home.gif) no-repeat;
}

table th.cost
{
	background: url(../images/table_header_home.gif) no-repeat top right;
}

table strong
{
	font-weight: bold;
	color: #06C;
}

table .odd td
{
	background: #D5DDE6;
}

.bhome td.cost a
{
	float: right;
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/button_signup_home.gif) no-repeat;
}

table td.cost
{
	font-weight: bold;
	color: #346700;
	white-space: nowrap;
/*width: 110px;*/
}

#included
{
	width: 400px;
	float: right;
}

#cloud-servers-pricing
{
	width: 450px;
	float: right;
	margin-right: 65px;
}

#terms
{
	width: 450px;
	clear: left;
	float: left;
}

.bhome #content ul li
{
	margin: 0 0 2px;
	padding: 2px 0 2px 26px;
	background: url(../images/bullet_home.gif) no-repeat 5px 3px;
}

#main
{
	padding-right: 23px;
	float: left;
	color: #666;
	width: 513px;
	w\idth: 490px;
	padding-top: 6px;
}

#main p
{
	font-size: 116%;
	line-height: 1.5;
	margin-bottom: 20px;
}

#main p.source
{
	margin-top: -20px;
}

#secondary p
{
	line-height: 1.5;
	margin-bottom: 20px;
}

em
{
	font-style: italic;
}

#main ul
{
	font-size: 116%;
	margin-bottom: 20px;
}

#main ul li
{
	margin: 0 0 2px;
	padding: 2px 0 2px 21px;
	background: transparent url(../images/bullet_sub.gif) no-repeat 0 4px;
}

#new_customer input, #new_customer select
{
	font-size: 130%;
}

#build_it
{
	border: 10px solid #AAC5E1;
	padding: 15px 20px 1px 20px;
}

#build_it p.submit
{
	font-size: 180%;
	text-align: center;
	margin: 0 auto;
}

#new_customer #build_it input
{
	font-size: 200%;
}

label span
{
	color: #999;
	padding: 0 5px;
	font-size: 92%;
}

div#error
{
	background: #FEEBE8;
	padding: 15px 20px;
	margin: 0 0 20px;
	border: 1px solid #EDA3AC;
	color: #911;
}

#secondary
{
	padding: 20px 22px;
	font-size: .9em;
	float: left;
	width: 340px;
	w\idth: 296px;
	background: url(../images/secondary.gif) no-repeat top left;
}

#secondary ul
{
	margin: 0 0 15px;
}

#secondary ul li
{
	margin: 0 0 2px;
	padding: 2px 0 2px 21px;
	background: transparent url(../images/bullet_sub.gif) no-repeat 0 4px;
}

#content #secondary #signup-link a
{
	float: left;
	width: 280px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/button_signup_ours.gif) no-repeat 0 0;
	margin: 15px 0 0 0;
	display: inline;
}

#content .rackspace-sidebar h4
{
	margin-bottom: 0px;
	margin-top: 10px;
}

#content .rackspace-sidebar strong
{
	font-weight: bold;
	font-size: 1.2em;
	color: #0066CC;
}

#rackspace-blog-header
{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #ccc solid;
	border-color: #d5dde6;
}

#rackspace-blog-header .blog-link
{
	float: left;
	width: 410px;
	padding-right: 10px;
}

#rackspace-blog-header a
{
	font-size: 1.3em;
}

#rackspace-blog-header h3
{
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	margin: 0 5px 30px;
	border-top: 1px solid #C7CFD7;
	background: url(../images/footer.jpg) no-repeat 50% 0;
	height: 50px;
	padding: 10px 10px;
	color: #888;
	text-align: right;
}

#copyright
{
	float: left;
}

/*************************************
 +Entry
 *************************************/

.entry
{
	margin-bottom: 3em;
}

.entrymeta
{
	font-size: 0.9em;
}

.postinfo span
{
	padding: 3px 10px 3px 20px;
}

.postedby
{
	background: #fff url(../images/user.gif) no-repeat 0 50%;
}

.filedto
{
	background: #fff url(../images/post.gif) no-repeat 0 50%;
}

.commentslink
{
	background: #fff url(../images/packaged.gif) no-repeat 0 50%;
	padding: 3px 10px 3px 20px;
}

.commentsblock textarea
{
	width: 100%;
}

.commentauthor
{
	display: block;
	font-size: 1.5em;
}

#content p.commentmetadata
{
	margin: 0 0 10px;
	color: #111;
	font-weight: bold;
}

ol.commentlist
{
	margin: 0 0 30px;
}

ol.commentlist li
{
	padding: 15px 20px 5px;
}

ol.commentlist li.alt
{
	background: #EFF3F6;
}

#content ol.commentlist li p
{
	font-size: 100%;
	margin: 0 0 10px;
}

p.commentmetadata span.time
{
	float: right;
}

div.pagination a
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D5DDE6;
}

div.pagination a:hover, div.pagination a:active
{
	border: 1px solid #D5DDE6;
	color: #000;
}

div.pagination span.current
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D5DDE6;
	font-weight: bold;
	background-color: #D5DDE6;
	color: #111;
}

div.pagination span.disabled
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D5DDE6;
	color: #DDD;
}

/*@group ---- Cloud Servers How It Works ---- */

.baseline
{
	background: #CC6615;
	position: relative;
	padding: 5px
0px 15px 0px;
	color: #FFF;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	width: 845px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#content .baseline .white
{
	color: #fff;
}

#content .baseline img
{
	position: relative;
	top: 10px;
	margin-right: 5px
}

.baseline a
{
	color: #fff;
}

.howitworks b
{
	font-size: 13px;
	color: #333
}

.howitworks
{
	margin-bottom: 20px;
	font-family: arial;
	font-size: 12px;
	padding-left: 83px;
}

#cloud-servers-pricing h1
{
	color: #C4651C;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

#cloud-servers-pricing .step div
{
	width: 63px;
	height: 48px;
	background-image: url(../images/cloud_icons_steps.png);

}

#cloud-servers-pricing .step
{
	float: left;
	clear: left;
	margin-left: 0;
	padding: 0 20px 20px 0;
	margin-bottom: 1px;
}

#cloud-servers-pricing .step .one
{
	background-position: -5px -5px
}

#cloud-servers-pricing .step .two
{
	background-position: -5px -58px
}

#cloud-servers-pricing .step .three
{
	background-position: -5px -111px
}

/*@end ---- Cloud Servers How It Works ---- */

/*@group ---- Cloud Servers Pricing ---- */


#cloudServersPricing #serversLeftColumn
h3
{
	padding-top: 30px;
	margin-bottom: 0
}

#cloudServersPricing .lightGrey
{
	margin-bottom: 0
}

#cloudServersPricing .productTable
{
	width: 100%;
	margin-top: 10px;
	background: #EEE
}

#cloudServersPricingTable thead tr, #cloudServersPricingTable tbody tr
{
	border: none
}

#cloudServersPricingTable th, #cloudServersPricingTable td
{
	border: 1px solid #CCC;
	font-family: Arial;
	text-align: center;
	padding: 8px;
	line-height: 1.5em;
}

#cloudServersPricingTable thead .subtitle
{
	font-size: 11px;
	font-weight: normal;
}

#cloudServersPricingTable th, #cloudServersPricingTable .rowHeader
{
	font-size: 13px;
	background-color: #fff;
}

#cloudServersPricingTable .rowHeader
{
	border: 1px #ddd solid;
	background: #FFF;
	width: 100px
}

#cloudServersPricingTable .highlight
{
	background: #efefef;
}

#cloud-servers-pricing .footnotes
{
	margin-top: 10px;
}

#cloudServersPricingTable strong
{
	color: #e17800;
	padding-right: 5px;
}

#cloudServersPricingTable .managedLevel .rowHeader
{
	background: url('../images/icon-moc-trans.png') #FFF7E6 8px center no-repeat;
	padding-left: 34px
}

#cloudServersPricingTable .managedLevel
.highlight
{
	background: #FEC
}

#cloudServersPricingTable .managedLevel
td
{
	padding: 14px
4px
}

#cloudServersPricingTable .managedLevel td, #cloudServersPricingTable .managedLevel td a
{
	color: #D76E00;
	font-size: 11px
}

#cloudServersPricingTable .managedLevel td a:hover
{
	color: #B95000
}

#cloudServersPricingTable .managedLevel td
a
{
	font-weight: bold;
	text-decoration: underline
}

#cloudServersPricing .hybridText
{
	background: url('../images/elements/icon-hybrid-trans.png') right center no-repeat;
	padding-right: 50px
}

#cloudServersPricing .quoteBoxContainer
{
	margin-top: 40px
}

#cloudServersPricing .orderButton
{
	margin-right: 30px
}

#cloudServersPricing #promo-callout
{
	background: url('../images/cloud-products/cloudservers/promo-background.jpg') 0 0 no-repeat;
	padding: 36px
12px 12px;
	color: #FFF;
	line-height: 15px
}

#cloudServersPricing .promo-callout-button, #mocPromoBtn, #mocRegisterBtn
{
	background: url('../images/elements/button-orange-on-white-sprite.png') 0 0 no-repeat;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 23px;
	float: right;
	text-indent: -9999em;
	margin: 18px
0 0 18px;
	cursor: pointer
}

/*@end ---- Cloud Servers Pricing ---- */
