/* Afrihost Site Revamp */
/* Version 1.1 */
/* Copyright 2010 */
/* Design and Coding by Tyler Sven Theron */

/* @group Reset */
html,  body {
background-color:#000000;
border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	}

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption  {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	line-height: 1;
	font-size: .63em;
}

ol, ul {
	list-style: none;
}



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

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

a {
	text-decoration: none;
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
}

/* @end */

/* @group General */

body {
	font-family: Calibri, Segoe, "Helvetica Neue", Arial, sans-serif;
	color: #777;
	background: url(../images/background/framed-hands.jpg);
	background :repeat-x;
	no-repeat center top;
}

body.nobkg {
	background: none;
}

/* Safari */
p::selection, p strong::selection, dd::selection, li::selection, h3::selection, h4::selection {
	background: #c80000; 
	color:#fff;
}

/* Firefox */	
p::-moz-selection, p strong::-moz-selection, dd::-moz-selection, li::-moz-selection, h3::-moz-selection, h4::-moz-selection {
	background: #c80000;
	color:#fff;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#hideme {
	height: 0;
	overflow: hidden;
}

/* @end */

/* @group Basic Structure */

/* @group Header */

#header {
	height: 70px;
}

#logo {
	display: block;
	float: left;
	height: 70px;
	width: 220px;
}

#logo a {
	display: block;
	height: 70px;
	width: 220px;
	text-indent: -9999px;
	background: url(/images/head_logo.png) no-repeat left bottom;
}

#callus {
	float: right;
	width: 160px;
	height: 55px;
	text-indent: -9999px;
	background: url(/images/head_callus.png) no-repeat right bottom;
}

#headerlinks {
	float: right;
	margin-top: 38px;
	font-size: 1.2em;
	color: #fff;
}

#headerlinks a {
	color: #fff;
	padding: 5px 5px 5px 25px;
	display: inline-block;
	cursor: pointer;
}

#headerlinks a:hover {
	text-shadow: #fff 0 1px 5px;
}

#headerlinks a#head_l_cz {
	background: url(/images/head_icons.png) no-repeat 4px 1px;
}

#headerlinks a#head_l_support {
	background: url(/images/head_icons.png) no-repeat 4px -19px;
}

#headerlinks a#head_l_netstatus {
	background: url(/images/head_icons.png) no-repeat 4px -39px;
}

#headerlinks a#head_l_netstatus.green {
	background: url(/images/head_icons.png) no-repeat 4px -39px;
}

#headerlinks a#head_l_netstatus.yellow {
	background: url(/images/head_icons.png) no-repeat 4px -59px;
}

#headerlinks a#head_l_netstatus.red {
	background: url(/images/head_icons.png) no-repeat 4px -79px;
}

/* @end */

/* @group Navigation */

#nav {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	width: 950px;
	padding-left: 10px;
	background: #ac0000 url(/images/navbkg.png) repeat-x left top;
}

#nav > ul > li {
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}

#nav > ul > li.last {
	background: none;
}

#nav > ul > li > a {
	display: block;
	float: left;
	padding: 15px 15px 11px;
	color: #fff;
	height: 14px;
	font: 1.3em "LTVeto Medium";
}

#nav > ul > li:hover > a {
	background: url(/images/navbkg.png) repeat-x left bottom;
}

.subnav {
	position: absolute;
	top: 40px;
	left: -25px;
	z-index: 1;
	width: 660px;
	display: none;
}

.subnav .subnav_top {
	float: left;
	padding: 15px 45px 0 45px;
	background: url(/images/subnav.png) no-repeat left top;
	width: 570px;
}

.subnav .subnav_foot {
	clear: both;
	height: 45px;
	background: url(/images/subnav.png) no-repeat left bottom;
}

#nav > ul > li:hover > .subnav {
	
}

.subnav .main {
	float: left;
	width: 270px;
}

.subnav .alt {
	float: right;
	width: 270px;
}

.subnav li {
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.subnav li a {
	color: #6e6e6e;
	font-size: 1.1em;
	padding: 10px 10px 10px 70px;
	width: 190px;
	display: block;
	font-weight: normal;
	float: left;
	height: 40px;
	line-height: 120%;
}

.subnav li a strong {
	font-size: 1.2em;
	color: #454545;
	margin-bottom: 2px;
}

.subnav li:hover {
	background: #37434b url(/images/select_blue.png) repeat-x left top;
	color: #fff;
}

.subnav li:hover a, .subnav li:hover a strong {
	color: #fff;
}

/* @group Dropdowns */

.subnavdrop {
	position: absolute;
	top: 40px;
	padding: 10px 0;
	background-color: #a10000;
	z-index: 2;
	display: none;
}

#nav > ul > li:hover > .subnavdrop {
	display: block;
}

.subnavdrop > li > a {
	color: #fff;
	font-size: 1.2em;
	padding: 8px 15px;
	width: 110px;
	display: block;
	font-weight: normal;
}

.subnavdrop > li:hover > a {
	background-color: #ce0000;
}

/* @end */

/* @group Icons */

a#adsl_capped {
	background: url(/images/menu_adsl.png) no-repeat 10px top;
}

a#adsl_capped:hover {
	background: url(/images/menu_adsl.png) no-repeat 10px -60px;
}

a#adsl_uncapped {
	background: url(/images/menu_adsl.png) no-repeat 10px -120px;
}

a#adsl_uncapped:hover {
	background: url(/images/menu_adsl.png) no-repeat 10px -180px;
}

a#adsl_prepaid {
	background: url(/images/menu_adsl.png) no-repeat 10px -240px;
}

a#adsl_prepaid:hover {
	background: url(/images/menu_adsl.png) no-repeat 10px -300px;
}

a#com_how {
	background: url(/images/menu_common.png) no-repeat 10px top;
}

a#com_how:hover {
	background: url(/images/menu_common.png) no-repeat 10px -60px;
}

a#com_wiz {
	background: url(/images/menu_common.png) no-repeat 10px -120px;
}

a#com_wiz:hover {
	background: url(/images/menu_common.png) no-repeat 10px -180px;
}

a#com_faq {
	background: url(/images/menu_common.png) no-repeat 10px -240px;
}

a#com_faq:hover {
	background: url(/images/menu_common.png) no-repeat 10px -300px;
}

a#web_lin {
	background: url(/images/menu_hosting.png) no-repeat 10px top;
}

a#web_lin:hover {
	background: url(/images/menu_hosting.png) no-repeat 10px -60px;
}

a#web_win {
	background: url(/images/menu_hosting.png) no-repeat 10px -120px;
}

a#web_win:hover {
	background: url(/images/menu_hosting.png) no-repeat 10px -180px;
}

a#web_man {
	background: url(/images/menu_hosting.png) no-repeat 10px -240px;
}

a#web_man:hover {
	background: url(/images/menu_hosting.png) no-repeat 10px -300px;
}

a#web_ded {
	background: url(/images/menu_hosting.png) no-repeat 10px -360px;
}

a#web_ded:hover {
	background: url(/images/menu_hosting.png) no-repeat 10px -420px;
}

a#web_rack {
	background: url(/images/menu_hosting.png) no-repeat 10px -480px;
}

a#web_rack:hover {
	background: url(/images/menu_hosting.png) no-repeat 10px -540px;
}

a#web_ecom {
	background: url(/images/menu_hosting.png) no-repeat 10px -600px;
}

a#web_ecom:hover {
	background: url(/images/menu_hosting.png) no-repeat 10px -660px;
}

a#dom_reg {
	background: url(/images/menu_domain.png) no-repeat 10px top;
}

a#dom_reg:hover {
	background: url(/images/menu_domain.png) no-repeat 10px -60px;
}

a#dom_park {
	background: url(/images/menu_domain.png) no-repeat 10px -120px;
}

a#dom_park:hover {
	background: url(/images/menu_domain.png) no-repeat 10px -180px;
}

a#dom_point {
	background: url(/images/menu_domain.png) no-repeat 10px -240px;
}

a#dom_point:hover {
	background: url(/images/menu_domain.png) no-repeat 10px -300px;
}

a#dom_eml {
	background: url(/images/menu_domain.png) no-repeat 10px -360px;
}

a#dom_eml:hover {
	background: url(/images/menu_domain.png) no-repeat 10px -420px;
}

a#dom_search {
	background: url(/images/menu_domain.png) no-repeat 10px -480px;
}

a#dom_search:hover {
	background: url(/images/menu_domain.png) no-repeat 10px -540px;
}

a#myb_pack {
	background: url(/images/menu_backups.png) no-repeat 10px top;
}

a#myb_pack:hover {
	background: url(/images/menu_backups.png) no-repeat 10px -60px;
}

a#myb_trial {
	background: url(/images/menu_backups.png) no-repeat 10px -120px;
}

a#myb_trial:hover {
	background: url(/images/menu_backups.png) no-repeat 10px -180px;
}

/* @end */



#sitesearch {
	float: right;
	padding: 2px 5px;
	position: relative;
}

#searchbox {
	font: 12px Calibri, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #d19a9a;
	padding: 10px 36px 10px 17px;
	background: url(/images/searchbox.png) no-repeat left top;
	border: none;
	height: 15px;
	width: 197px;
	outline: none;
	position: relative;
	z-index: 1100;
}

#searchbox.active {
	color: #fff;
	background: url(/images/searchbox.png) no-repeat left bottom;
}

/* @end */

/* @group Site Search */

#ajaxsearchresults {
	position: absolute;
	left: -30px;
	top: 9px;
	width: 320px;
	z-index: 1000;
	display: none;
}

#ajaxsearchresults h4 {
	font: 2.0em "LTVeto Medium";
	color: #37434b;
	padding-bottom: 5px;
	padding-left: 20px;
}

#asr_topholder {
	background: url(/images/search.png) no-repeat center top;
	padding: 50px 25px 0 25px;
	min-height: 100px;
}

#asr_data {
	
}

#asr_data p {
	padding: 6px 20px;
	color: #6e6e6e;
	font-size: 1.1em;
	display: block;
	line-height: 125%;
}

#asr_data a {
	padding: 6px 20px;
	color: #6e6e6e;
	font-size: 1.1em;
	display: block;
	line-height: 125%;
}

#asr_data a strong {
	color: #454545;
	font-size: 1.1em;
}

#asr_data .loading {
	padding: 50px;
	background: url(/images/loader.gif) no-repeat center center;
}

#asr_data a.active {
	color: #fff;
	background: #7e0000 url(/images/select_red.png) repeat-x left top;
}

#asr_data a.active strong {
	color: #fff;
}

#asr_footer {
	height: 50px;
	background: url(/images/search.png) no-repeat center bottom;
}

/* @end */

/* @group Content Wrapper */

#contentwrapper {
	background: url(/images/contentshadow.png) no-repeat center top;
	padding-top: 12px;
	width: 990px;
	margin: 0 auto;
}

#contentwrapper .inner {
	background-color: #fff;
	margin-bottom: 0;
}

/* @end */

/* @group Content */

#content {
	clear: both;
	padding: 0 30px;
}

#content.subpage {
	padding: 10px 30px 50px 30px;
}

#content.productpage {
	min-height: 400px;
}

#content h1 {
	font: 3.6em "LTVeto Medium", Segoe, "Helvetica Neue", Arial, sans-serif;
	color: #c80000;
	margin-top: 40px;
	margin-bottom: 5px;
}

#content.subpage h1 {
	margin-top: 20px;
}

#content h2 {
	font: 2.4em/125% "LTVeto Light", Segoe, "Helvetica Neue", Arial, sans-serif;
	color: #37434b;
	margin-bottom: 20px;
	width: 720px;
	font-weight: normal;
}

#content.subpage h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content h3 {
	font: 2.2em "LTVeto Medium", Segoe, "Helvetica Neue", Arial, sans-serif;
	color: #c80000;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content h4 {
	font: 1.6em/125% "LTVeto Light", Segoe, "Helvetica Neue", Arial, sans-serif;
	color: #37434b;
	margin-bottom: 10px;
	font-weight: normal;
}

#content h4 a {
	color: #37434b;
	font-family: "LTVeto Medium", Segoe, "Helvetica Neue", Arial, sans-serif;
}

#content table.infotable {
	font-size: 1.3em;
	margin-top: 10px;
	line-height: 150%;
}

#content p {
	font-size: 1.3em;
	margin-top: 20px;
	line-height: 150%;
}

#content p a {
	color: #c80000;
}

#content p a:hover {
	border-bottom: 1px dotted #c80000;
}

#content.subpage p {
	margin: 15px 0;
}

#content.subpage ol {
	margin-left: 25px;
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 150%;
	list-style-type: decimal;
	font-style: italic;
}

#content.subpage ol li {
	margin-bottom: 5px;
}

#content.subpage ul {
	margin-left: 25px;
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 150%;
	list-style-type: disc;
	font-style: italic;
}

#content.subpage ul li {
	margin-bottom: 5px;
}

#content.subpage li a {
	color: #c80000;
}

/* @end */

/* @group Slider */

#slider {
	clear: both;
	height: 255px;
	width: 971px;
	overflow: hidden;
	position: relative;
}

#panels {
	width: 721px;
	height: 260px;
	overflow: hidden;
}

a.panel {
	position: relative;
	width: 721px;
	height: 256px;
	overflow: hidden;
	display: block; 
	float: left;
	background-color: #e4e5da;
}

a.panel h2 {
	position: absolute;
	top: 140px;
	left: 25px;
	font: 2.6em "LTVeto Medium";
	color: #c80000;
}

a.panel ul {
	position: absolute;
	top: 75px;
	left: 45px;
	width: 260px;
	list-style-type: disc;
}

a.panel .s_content {
	position: absolute;
	top: 98px;
	left: -20px;
	width: 379px;
	color: #37434b;
	line-height: 140%;
	font-size: 1.3em;
	height: 55px;
}

a.panel .s_content p {
	margin-bottom: 15px;
}

a.panel ul li {
	color: #37434b;
	line-height: 125%;
	margin-bottom: 12px;
	font-size: 1.3em;
}

a.panel .sliderbtn {
	position: absolute;
	top: 200px;
	left: 0;
	color: #fff;
	background: url(/images/sliderbtn2.png) no-repeat right top;
	font: italic 1.4em "LTVeto Medium";
	display: block;
	z-index: 1000;
	height: 15px;
	width: 230px;
	padding: 11px 45px 9px 25px;
}

a.panel .sliderbtn div {
	background: url(/images/arrowglow.png) no-repeat -50px center;
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 300px;
}

a.panel:hover .sliderbtn {
	background: url(/images/sliderbtn2.png) no-repeat left top;
}

a.panel .sliderbtn span.pm {
	font-size: 0.7em;
}

#slidernav {
	position: absolute;
	top: -1px;
	left: 715px;
	width: 300px;
	height: 400px;
	overflow: scroll;
}

#slidernav a {
	height: 55px;
	width: 215px;
	display: block;
	padding: 15px 25px;
	background:  url(../images/slidernav.png) no-repeat left bottom;
	font-size: 1.2em;
	color: #888;
}

#slidernav a strong {
	font-size: 1.4em;
}

#slidernav a.last {
	background: url(../images/slidernav.png) no-repeat left -198px;
}

#slidernav a.active {
	background: url(../images/slidernav.png) no-repeat right top;
	color: #fff;
}

#slidernav a:hover {
	background: url(../images/slidernav.png) no-repeat right -178px;
}

#slidernav a.last:hover {
	background: url(../images/slidernav.png) no-repeat right -178px;
}

#slidernav a.active:hover {
	background: url(../images/slidernav.png) no-repeat right -89px;
	color: #fff;
}

.coda-slider {
	width: 721px;
	height: 400px;
}
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel-container { position: relative }
	

/* @end */
.color {
	color: #F00;
}
