/*
  CSS Document for rack-space.co.uk -
  Designed and Built by Richard Hartley and Gavin Taylor ( Text Internet Marketing - http://text.co.uk )
  Date created - 12 August 2008
*/

@charset "utf-8";

* { padding: 0px; margin: 0px; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #E2E2E2;
}

p {
  padding: 5px 0px;
}

a {
  color: #89B51E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, a:active {
  outline: none;
}

h1, h2, h3, h4 {
  padding: 10px 0px;
  font-weight: bold;
}
h1 {
  font-size: 18px;
  font-weight: normal;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 12px;
}

fieldset {
  margin: 10px 0px;
  padding: 5px;
  border: 1px solid #000000;
}

legend {
  font-weight: bold;
}

img {
  border: none;
}
ul li {
	list-style-image: url('../images/structure/bullet.gif');
}
blockquote {
  font-size: 12px;
  color: #999999;
}
hr {
  color: #cccccc;
}

dt {
background:transparent url('../images/structure/bullet.gif');
background-position: 0px 5px;
background-repeat: no-repeat;
font-weight:bold;
margin-bottom:10px;
margin-left:10px;
padding-left:10px;
padding-right:5px;
}
dd {
line-height:14px;
margin-bottom:15px;
margin-left:20px;
padding-right:5px;
}


/* site structure */

.wrapper {
	margin: 0 auto;
	width: 1032px;
	background-image: url('../images/structure/main_background_with_shadow.jpg');
	background-repeat: repeat-y;
}
.header {
	width: 980px;
	height: 78px;
	float: left;
	padding: 0px 25px;
	background-image:url(../images/structure/header.jpg);
	background-repeat: no-repeat;
}
div.quick_search {
	float: right;
	clear: right;
	width: 500px;
}
div.quick_search legend {
  display: none;
}
div.quick_search fieldset {
  border: none;
  padding: 10px 10px 0px 0px;
  margin: 0px;
	float: right;
}
div.quick_search fieldset input[type="text"] {
  width: 175px;
	height: 15px;
}
div.quick_search fieldset input[type="image"] {
  vertical-align: top;
}
div.quick_search fieldset input.submit_button {
	background-image: url('../images/structure/search_button.gif');
	border: none;
	width: 50px;
}

.site_logo {
	display:block;
	height: 75px;
	width: 394px;
	background-image: url('../images/structure/logo.gif');
	background-repeat: no-repeat;
	background-position: 0px 15px;
	float: left;
}
.tel_numbers {
	display:block;
	height: 24px;
	width: 456px;
	padding: 5px;
	background-image: url('../images/structure/dedicatedserver_tel_numbers.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: right;
}

ul.navigation_level_1 {
  background-image: url('../images/structure/level1_nav_background.jpg');
  background-repeat: repeat-x;
  height: 31px;
  width: 980px;
	margin: 0px 25px;
  float: left;
  padding: 0px;
}
ul.navigation_level_1 li {
	display: inline;
  list-style-type: none;
  list-style-image: none;
  float: left;
}
ul.navigation_level_1 li a {
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 31px;
  margin: 0px;
}
ul.navigation_level_1 li a span.nav_link {
  display: none;
}
ul.navigation_level_1 li.number_1 a {
	background-image: url('../images/structure/level1_nav_home.jpg');
  width: 59px;
}
ul.navigation_level_1 li.number_1 a.selected, ul.navigation_level_1 li.number_1 a.selected:hover {
  background-image: url('../images/structure/level1_nav_home_active.jpg');
  width: 59px;
}
ul.navigation_level_1 li.number_1 a:hover {
  background-image: url('../images/structure/level1_nav_home_active.jpg');
  width: 59px;
}
ul.navigation_level_1 li.number_2 a {
	background-image: url('../images/structure/level1_nav_dedicated_servers.jpg');
  width: 143px;
}
ul.navigation_level_1 li.number_2 a.selected, ul.navigation_level_1 li.number_2 a.selected:hover {
  background-image: url('../images/structure/level1_nav_dedicated_servers_active.jpg');
  width: 143px;
}
ul.navigation_level_1 li.number_2 a:hover {
  background-image: url('../images/structure/level1_nav_dedicated_servers_active.jpg');
  width: 143px;
}
ul.navigation_level_1 li.number_3 a {
	background-image: url('../images/structure/level1_nav_managed_hosting.jpg');
  width: 134px;
}
ul.navigation_level_1 li.number_3 a.selected, ul.navigation_level_1 li.number_3 a.selected:hover {
  background-image: url('../images/structure/level1_nav_managed_hosting_active.jpg');
  width: 134px;
}
ul.navigation_level_1 li.number_3 a:hover {
  background-image: url('../images/structure/level1_nav_managed_hosting_active.jpg');
  width: 134px;
}
ul.navigation_level_1 li.number_4 a {
	background-image: url('../images/structure/level1_nav_dynamic_support.jpg');
  width: 136px;
}
ul.navigation_level_1 li.number_4 a.selected, ul.navigation_level_1 li.number_4 a.selected:hover {
  background-image: url('../images/structure/level1_nav_dynamic_support_active.jpg');
  width: 136px;
}
ul.navigation_level_1 li.number_4 a:hover {
  background-image: url('../images/structure/level1_nav_dynamic_support_active.jpg');
  width: 136px;
}
ul.navigation_level_1 li.number_5 a {
	background-image: url('../images/structure/level1_nav_about_us.jpg');
  width: 81px;
}
ul.navigation_level_1 li.number_5 a.selected, ul.navigation_level_1 li.number_5 a.selected:hover {
  background-image: url('../images/structure/level1_nav_about_us_active.jpg');
  width: 81px;
}
ul.navigation_level_1 li.number_5 a:hover {
  background-image: url('../images/structure/level1_nav_about_us_active.jpg');
  width: 81px;
}
ul.navigation_level_1 li.number_6 a {
	background-image: url('../images/structure/level1_nav_contact_us.jpg');
  width: 98px;
}
ul.navigation_level_1 li.number_6 a.selected, ul.navigation_level_1 li.number_6 a.selected:hover {
  background-image: url('../images/structure/level1_nav_contact_us_active.jpg');
  width: 98px;
}
ul.navigation_level_1 li.number_6 a:hover {
  background-image: url('../images/structure/level1_nav_contact_us_active.jpg');
  width: 98px;
}


ul.navigation_level_2 {
	padding: 0px;
  margin: 0px;
}

ul.navigation_level_2 li {
	list-style: none;
	padding: 1px 0px;
  margin-left: 0px;
  list-style: none;
  list-style-image: none;
  width: 180px;
  border-style:solid none;
  border-width:1px;
  border-top-color: #FFFFFF;
  border-bottom-color: #E4E2E4;
}
ul.navigation_level_2 li a {
	color: #666666;
	font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  padding-top: 3px;
  height:17px;
}
ul.navigation_level_2 li a.selected, ul.navigation_level_2 li a:hover {
	color: #000000;
  background-color: #E7F2BD;
  background-repeat: repeat-x;
}

ul.navigation_level_3 {
	margin: 0px;
  padding: 0px;
  padding-left: 5px;
  font-weight:normal;
  background-color:#efeff7;
  border-top:#9C9EA5 solid 1px;
}
ul.navigation_level_3 li {
	margin: 0px;
  padding: 0px;
  list-style: none;
	padding: 1px 0px;
  background: url('../images/structure/bullet.gif') no-repeat 5px 9px;
  border-top:none;
  border-bottom:1px solid #FFFFFF;
}
ul.navigation_level_3 li a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
  padding-left:15px;
  width:185px;
  font-weight:normal;
  border:none;
}
ul.navigation_level_3 li a.selected, ul.navigation_level_3 li a:hover {
	color: #000000;
  width: 155px;
  background: url('../images/structure/bullet.gif') no-repeat 5px 8px #ebebeb;
}

.home_banner {
	background-image: url('../images/structure/homepage_header_image.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 219px;
  width: 980px;
	margin: 0px 25px;
  float: left;
  clear: both;
  vertical-align: bottom;
}
.default_banner {
	background-image: url('../images/structure/top_image_manoc.jpg');
	background-repeat: no-repeat;
  background-position:1px 2px;
  background-repeat:no-repeat;
  clear:both;
  float:left;
  height:150px;
  width:803px;
}

a.home_banner_call_now {
	background-image: url('../images/structure/call_us_now.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 42px;
  margin: 175px 0px 0px 20px;
  width: 176px;
  float: left;
  clear: both;
}

a.home_banner_quote {
	background-image: url('../images/structure/request_quote_button.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
  margin: 190px 0px 0px 10px;
  width: 222px;
  float: left;
}

a.request_quote_button{
	background-image: url('../images/structure/request_quote_button.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
  width: 222px;
}
a.request_quote_button:hover {
	background-image: url('../images/structure/request_quote_button_active.gif');
}

.main_content {
	width: 950px;
	margin: 0px 25px;
	padding: 0px 10px;
	border-left: solid 5px #666666;
	border-right: solid 5px #666666;
  float: left;
	clear: both;
}
.main_content ul {
	margin-left: 35px;
}


.home_content {
width:660px;
}

.home_right {
width:280px;
float:right;
}


.buttons_right {
width:280px;
height:180px;
background-image:url('../images/structure/right_buttons_background.gif');
padding:10px 0px;
}

.home_right a.linux, .home_right a.windows  {
display:block;
width:269px;
height:73px;
background-repeat:no-repeat;
}

.home_right a.windows {
background-image:url('../images/structure/windows_dedicated_server.jpg');
margin-bottom:20px;

}

.home_right a.linux  {
background-image:url('../images/structure/linux_dedicated_server.jpg');
margin-top:30px;
}

/* homepage */


/* internal page */

div.intenral_lcol {
  width: 185px;
  float: left;
  clear: both;
	padding: 5px 0px;
}
.intenral_lcol ul {
	margin-left: 0px;
}
div.intenral_rcol {
  float: left;
	padding: 5px 0px;
	width: 765px;
}

a.internal_banner_call_now {
	background-image: url('../images/structure/call_us_now.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	float: right;
	height: 42px;
  width: 176px;
	margin-right: 45px;
}

a.internal_banner_quote {
	background-image: url('../images/structure/request_quote_button.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	clear: right;
	display: block;
	height: 35px;
  width: 222px;
}

.footer {
 text-align: center;
 width: 982px;
 height: 50px;
 margin: 0px 25px;
 clear: both;
 background-image: url('../images/structure/footer.jpg');
 background-repeat: repeat;
 background-position: bottom;
}
div.footer ul {
	color: #ffffff;
	float: left;
	padding-top: 3px;
	margin: 4px 0px;
}
div.footer ul li {
	display:inline;
	padding: 0px;
	background-image: url('../images/structure/footer_nav_separator.gif');
	background-repeat: no-repeat;
	background-position: right;
}
div.footer ul li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 13px;
}
div.footer ul li a:hover {
  text-decoration: underline;
}


/* other styles */
span.no_display {
display:none;
}

span.required {
  color: #FF0000;
}

span.highlighted {
  background-color: #FFD7CF;
}

div.errors {
  position:relative;
  border: solid 1px red;
  margin:10px 0px 30px 0;
  background: url(/images/structure/warning_circle.gif) #ffffff no-repeat 8px 10px;
  color: red;
}

div.errors p {
  padding: 5px 10px 5px 45px;
}

div.errors ul {
  color: red;
  list-style: none !important;
  list-style-position:inside;
  font-weight:bold;
  margin:0px 0px 0px 45px;
  padding:0px;
}

div.errors ul li {
  margin-bottom:3px;
	list-style: none;
}


div.confirmation {
  border: solid 1px #00F;
  margin:10px 0px;
  padding: 5px 0px;
  background: url(http://images.harperjames.com/control_panel/icons/blue_info_graphic.gif) #E1E1FF no-repeat 6px 7px;
}
div.confirmation p {
  margin: 0px 30px;
  padding-bottom: 5px;
  padding-left:0px;
  text-align: justify;
}
div.confirmation ul {
  color: #00F;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: bold;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
div.confirmation ul li {
  margin-bottom: 3px;
}

.pdf_link {
background-image:url(http://images.text.co.uk/control_panel/pdf_icon.gif);
background-repeat:no-repeat;
margin-left:10px;
padding:3px 0 0 24px;
}
.doc_link {
background-image:url(http://images.text.co.uk/control_panel/word_icon.png);
background-repeat:no-repeat;
margin-left:10px;
padding:3px 0 0 24px;
}
.xls_link {
background-image:url(http://images.text.co.uk/control_panel/excel_icon.png);
background-repeat:no-repeat;
margin-left:10px;
padding:3px 0 0 24px;
}

table.internal_table td {
  padding: 3px;
  border: solid 1px #C3C3C3;
}

.os_windows {
	height: auto;
	width: 600px;
	margin-left: 20px;
}
.os_windows a.logo {
	background-image:url('../images/structure/windows_hosting_banner.gif');
	background-repeat:no-repeat;
	background-position: 0px 20px;
	display: block;
	height: 120px;
	width: 260px;
	float: left;
}
.os_windows ul {
	float: left;
	padding: 35px 0px 0px 10px;
}
.os_windows ul li {
	margin: 5px;
}
.os_windows p {
	clear: both;
  text-align: right;
  padding-right: 2px;
}

.os_linux {
	height: auto;
	width: 600px;
	margin-left: 20px;
}
.os_linux a.logo {
	background-image:url('../images/structure/linux_hosting_banner.gif');
	background-repeat:no-repeat;
	background-position: 0px 20px;
	display: block;
	height: 120px;
	width: 260px;
	float: left;
}
.os_linux ul {
	float: left;
	padding: 35px 0px 0px 10px;
}
.os_linux ul li {
	margin: 5px;
}
.os_linux p {
	clear: both;
  text-align: right;
  padding-right: 22px;
}

.footer_cta {
  background-image:url('../images/structure/footer_cta.gif');
	background-repeat:no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 65px;
	width: 729px;
  margin: 10px 0px;
}

p.video_player {
  background-image: url('../images/structure/video_bg.jpg');
  background-repeat: no-repeat;
  padding: 10px;
  margin: 5px;
  width: 340px;
  height: 210px;
  float: right;
}

/* new default from styles 05/01/2010 */

form.default_form { overflow:hidden; }

form.default_form textarea, form.default_form select, form.default_form input[type="text"]{
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.default_form p.title {
	color:#8DA827;
}
form.default_form p.form_field {
	clear:both;
	margin:0 0 10px 0; padding:0;
	overflow:hidden;
}

form.default_form span.fields_required {
	color:#666;
	float:right;
  font-weight:normal;
  margin-right:20px;
}
form.default_form textarea {
	width:530px;
	border:1px solid #cccccc;
	float:right;
	margin:0px 20px 0 0;
	height:100px;
	padding:5px;
}
form.default_form textarea.reqd {
	margin:0px 10px 0 0;
}

form.default_form input[type="text"] {
	border:1px solid #cccccc;
	float:right;
	margin:0 20px 0 0;
	padding:2px 5px;
  width:260px;
}
form.default_form input[type="text"].reqd {
	margin-right:10px;

}
form.default_form select {
	border:1px solid #cccccc;
	float:right;
	margin:0 20px 0 0;
	padding:0 0px;
	width:270px;
}

form.default_form input[type="checkbox"] {
	border:1px solid #cccccc;
	float:right;
	margin:3px 20px 0 0;
	padding:0 0px;
}
form.default_form input[type="radio"] {
	float:right;
	margin:3px 10px 0 0;
	padding:0 0px;
}

form.default_form span.required {
	float:right;
	display:block;
	width:10px;
	padding:0; margin:0;
	color:#f00f00;
clear:both;
}

form.default_form p.border {
	border-bottom:1px solid #cccccc;
	margin:0px 0 10px 0;
padding:0;
	clear:both;
}
form.default_form input[type="submit"] {
	float:left;
	margin:0px 0px 0 273px;
	clear:right;
	padding:0 10px;
}

form.default_form p.error_msg {
	clear:both;
	color: #f00f00;
	float:left;
	margin-left:273px;
	padding:0px 0 0 0;
}
form.default_form p.error_msg_textarea {
	color:#f00f00;
	float:left;
	margin-left:5px;
	padding:0 0 0 0;
}
form.default_form ul {
list-style:none;
	float:left;
	margin-left:273px;
	padding:0px;
}
form.default_form ul li {
list-style:square none inside;
	clear:left;
	margin:0px;
	padding:0px 0 0 5px;
	color:red;
}
form.default_form label {
	float:right; margin:0 5px 0 0;
}
form.default_form label.textarea {
float:right;
margin:0 20px 0 0;
text-align:left;
display:block;
width:540px;
padding:0px;
}
form.default_form label.reqd {
	margin:0 10px 0 0;
}
form.default_form #captcha {
	float:right;
}
