@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;
	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: 15px 0 0 0;
	}

#home_content_container {
	float: right;
	width: 725px;
	margin: 20px 0 0 0;
	height: auto;
	}
	
#home_content {
	float: left;
	width: 460px;
	height: auto;
	}
	
#content {
	float: right;
	width: 720px;
	height: auto;
	margin: 20px 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: 460px;
	height: 300px;
	margin: 40px 0 0 0;
	}
	
#packages_left_col_a {
	float: left;
	width: 200px;
	height: 260px;
	margin: 0;
	padding: 0 0 0 32px;
	background: url('../images/packages_servers.jpg') 32px 20px no-repeat;
	}	
	
#packages_left_col_b {
	float: right;
	width: 200px;
	height: 260px;
	background: url('../images/packages_servers.jpg') left 20px no-repeat;
	}	
	
#packages_right_container {
	float: right;
	width: 460px;
	height: 300px;
	margin: 40px 0 0 0;	
	}	
	
#packages_right_col_a {
	float: left;
	width: 200px;
	height: 260px;
	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, #header_nav li 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;
	background: url('../images/sidebar_bg.gif') top left no-repeat;
	}
	
#sidebar_nav #active a {
	background: url('../images/sidebar_active_bg.gif') top left no-repeat;
	}
	
#sidebar_nav a:hover {
	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_bg.gif') top left no-repeat;
	}
	
#sidebar_nav #badge a:hover {
	padding: 2px 0 17px 20px;
	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_active_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 {
	color: #0099ff;
	}
	
a:hover {
	color: #333;
	}
	
#header_nav a:link, #header_nav a:visited {
	color: #4A4A4A;
	}
	
/* --- New Contact page --- */	
ul#contact_nav {width:715px;height:28px;border-bottom:5px solid #999;margin:30px 0;padding:0;}
ul#contact_nav li {
	float:left;
	list-style-type: none;
	margin:0 10px 0 0;
	background:#ccc;
	color:#fff;
	font-weight:bold;
	padding:5px 25px;
	height:18px;
	cursor:pointer;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;	    
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
ul#contact_nav li.highlight {background:#999;}

ul#errors {background:#eee url(../error.png) no-repeat 20px 30px; width:99%;height:100px;padding:20px 0 0 0;}
ul#errors li {margin:0 0 3px 120px;color:red}

.contact_form_wrap {display:none;}
.contact_form_wrap p {color:#333;}

.contact_form {margin:20px 0 0 40px;padding:10px 0;}
.contact_form fieldset {border:none;}
.contact_form legend {display:none;}

.contact_form ul {margin:0 0 0 ;padding:0;}
.contact_form ul li {list-style-type: none;padding:10px 0 10px 0;background:#f4f4f4;}
.contact_form ul li.error {background:#ccc;}
.contact_form ul li.error label {color:red;}
.contact_form ul li.error input {border:1px solid red;width:255px;}
.contact_form ul li.error textarea {border:1px solid red;}

.contact_form ul li label {width:150px;display:block;float:left;text-align:right;margin:0 10px 0 0;}
.contact_form ul li label span {color:red;}
.contact_form ul li input {width:250px;height:20px;}
.contact_form ul li textarea {width:480px;height:200px;margin:0 0 15px 0;}
.contact_form button {
	background:#999;
	padding:5px 15px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border:none;
	float:right;
	margin:15px 15px 0 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor:pointer;
	}
	
.show {display:block;}