@charset "utf-8";
/* -- Begin html elements -- */
html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #666666;
	background: #FFFFFF url('images/bg.gif') top left repeat-x;
	}
	
/* -- Begin structural elements -- */
#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
	}
	
#header {
	width: 960px;
	height: 60px;
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/header_bg.jpg') top left no-repeat;
	}
	
#sidebar {
	float: left;
	width: 193px;
	height: auto;
	margin: 50px 0 0 0;
	}

#home_content_container {
	float: right;
	width: 725px;
	margin: 45px 0 0 0;
	height: auto;
	}
	
#home_content {
	float: left;
	width: 460px;
	height: auto;
	}
	
#content {
	float: right;
	width: 720px;
	height: auto;
	margin: 45px 0 0 0;
	}
	
#home_testimonials {
	float: right;
	width: 250px;
	height: auto;
	}
	
#packages {
	width: 960px;
	height: 340px;
	margin: 0;
	padding: 0 0 20px 0;
	color: #FFFFFF;
	background: url('images/packages_bg.jpg') top left no-repeat;
	}
	
#packages_left_container {
	float: left;
	width: 370px;
	height: 183px;
	margin: 10px 0 0 0;
	}
	
#packages_left_col_a {
	float: left;
	width: 370px;
	height: 183px;
	margin: 0;
	padding: 0 0 0 5px;
	/*background: url('images/packages_servers.jpg') 32px 20px no-repeat;*/
	}	
	
#packages_left_col_b {
	float: right;
	width: 370px;
	height: 183px;
	margin: 0;
	padding: 0 0 0 5px;
	/*background: url('images/packages_servers.jpg') left 20px no-repeat;*/
	}	
	
#packages_right_container {
	float: right;
	width: 570px;
	height: 152px;
	margin: 5px 0 0 0;	
	}	
	
#packages_right_col_a {
	float: left;
	width: 570px;
	height: 152px;
	/*background: url('images/packages_servers.jpg') left 20px no-repeat;*/
	}	
	
#packages_right_col_b {
	float: right;
	width: 200px;
	height: 260px;
	margin: 0 20px 0 0;
	background: url('images/packages_virtual_servers.jpg') left 20px no-repeat;
	}
	
#footer {
	margin: 10px 0 0 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #0099ff;	
	}	
	
.page_note_top {
	width: 700px;
	height: 15px;
	margin: 0;
	background: url('images/page_note_top.jpg') top left no-repeat;
	}
	
.page_note {
	width: 660px;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0 20px;
	background: url('images/page_note_bg.jpg') top left repeat-y;
	}

.page_note_bottom {
	width: 700px;
	height: 15px;
	margin: -10px 0 0 0;
	background: url('images/page_note_bottom.jpg') top left no-repeat;
	}
	
.rackspace_packages_left {
	float: left;
	width: 310px;
	height: auto;
	padding: 0 0 0 30px;
	margin: 0 0 30px 0;
	}	
	
.rackspace_packages_right {
	float: right;
	width: 310px;
	height: auto;
	padding: 0 30px 0 0;
	margin: 0 0 30px 0;	
	}		
	
.clear {
	clear: both;
	}	
	
/* -- Begin list styles -- */
/* Top navigation */
#nav_container {
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 0 0 290px;
	}

ul#header_nav {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#header_nav li {
	display: inline;
	list-style-type: none;
}

#header_nav a { 
	padding: 3px 15px; 
	font-weight: bold;
}

#header_nav li a:link, a:visited {
	color: #2A2A2A;
	text-decoration: none;
}

#header_nav li a:hover {
	text-decoration: underline;
}

#header_nav #active1 a {
	color: #FFFFFF;
	background: url('images/navbar_bg01.gif') center center no-repeat;
	}
	
#header_nav #active2 a {
	color: #FFFFFF;
	background: url('images/navbar_bg02.gif') center center no-repeat;
	}
	
#header_nav #active3 a {
	color: #FFFFFF;
	background: url('images/navbar_bg03.gif') center center no-repeat;
	}		
	
#header_nav #active a:hover {
	text-decoration: none;
	}
	
.packages_list {
	margin-top: 60px;
	margin-left: 0;
	padding-left: 0;
	}	
	
.packages_list li {
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.rackspace_list li {
	list-style: url('images/tick.gif');
	font-weight: bold;
	margin: 0 0 5px 0;
	}
	
/* Sidebar navigation */
ul#sidebar_nav {
	margin-left: 11px;
	padding-left: 0;
	white-space: nowrap;
	}
	
#sidebar_nav li {
	list-style-type: none;
	margin: 0 0 2px 0;
	}
	
#sidebar_nav a {
	display: block;
	width: 193px;
	padding: 2px 0 2px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	background: url('images/sidebar_active_bg.gif') top left no-repeat;
	/*background: url('images/sidebar_bg.gif') top left no-repeat;*/
	}
	
#sidebar_nav #active a {
	background: url('images/sidebar_bg.gif') top left no-repeat;
	/*background: url('images/sidebar_active_bg.gif') top left no-repeat;*/
	}
	
#sidebar_nav a:hover {
	background: url('images/sidebar_bg.gif') top left no-repeat;
	/*background: url('images/sidebar_active_bg.gif') top left no-repeat;*/
	}
	
#sidebar_nav #badge a {
	padding: 2px 0 17px 20px;
	background: url('images/sidebar_badge_active_bg.gif') top left no-repeat;
	/*background: url('images/sidebar_badge_bg.gif') top left no-repeat;*/
	}
	
#sidebar_nav #badge a:hover {
	padding: 2px 0 17px 20px;
	background: url('images/sidebar_badge_bg.gif') top left no-repeat;
	/*background: url('images/sidebar_badge_active_bg.gif') top left no-repeat;*/
	}
	
#sidebar_nav #badge_active a {
	padding: 2px 0 17px 20px;
	background: url('images/sidebar_badge_bg.gif') top left no-repeat;
	}

/* -- Begin table styles -- */
table#table_compare {
	width: 700px;
	margin: 0 0 30px 0;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #45affb;
	}
	
table#table_compare tr td {
	margin: 1px;
	padding: 5px 0 5px 10px;
	border-right: 1px solid #45affb;
	border-bottom: 1px solid #45affb;
	}	
	
table#table_compare .table_compare_head td {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #45affb;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
	
table#table_compare .table_compare_type {
	font-weight: bold;
	color: #0099ff;
	}
	
table#table_compare .table_compare_odd {
	background: #dff1fe;
	}
	
table#table_compare .table_compare_even {
	background: #f5fbff;
	}	

/* -- Begin font styles -- */
p {
	margin: 10px 0;
	}

h1 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
	color: #0099ff;
	}
	
h2 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #0099ff;
	border-bottom: 1px dotted #CCCCCC;
	}	

.testimonials {
	font-weight: bold;
	color: #0099ff;
	margin: 0 0 10px 0;
	padding: 0 0 5px 35px;
	background: url('images/lquotes.gif') top left no-repeat;
	}

#page_subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	}

.bold {
	font-weight: bold;
	}

.packages_price {
	font-size: 1.6em;
	font-weight: bold;
	color: #fefefe;
	}
	
.rackspace_priceinfo {
	margin: 0 0 0 40px;
	font-weight: bold;
	}	
	
.rackspace_permonth {
	font-size: 1.3em;
	color: #7c7c7c;
	}
		
.rackspace_price {
	font-size: 1.6em;
	color: #0099ff;
	}
	
#footer_copy {
	font-size: 0.8em;
	}
	
/* -- Begin image styles -- */
img {
	border: none;
	}

.packages_moreinfo {
	margin: 10px 0 0 0;
	}	
	
#footer_bluesquare {
	float: right;
	}
	
/* -- Begin link styles -- */
a:link, a:visited {
	color: #0099ff;
	}
	
a:hover {
	color: #000000;
	}
#content a:visited {color: #0099ff;
}	
#content a:hover {color: #000000;
}	
#header_nav a:link, a:visited {
	color: #0099ff;
	}
	
a.whitehover:link , a.whitehover:visited  {
	color: #0099ff;
	text-decoration: underline;
}	
a.whitehover:hover{
	color: #FFFFFF;
	text-decoration: underline;
}	

.hiddenPic {display:none;}