/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#02599b;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2010, VARiHOST Limited. All rights reserved.
*/
html {
	background: #02599b url(../images/body-bck.png) repeat-x top;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;	
}

a:link, a:active {
	color: #f06428;
	text-decoration: underline;
}
a:hover {
	color: #e34400;
	text-decoration: none;
}
a:visited {
	color: #b7552a;
}


.b-hide {
	display: none;
}

.b-container {
	margin: 0 auto;
}
.b-container, .b-nav, .b-subnav, .b-line-top, .b-line-bottom {
	width: 960px;	
}
.b-nav, .b-subnav, .b-line-top, .b-line-bottom {
	position: absolute;
}
.b-header {
	min-height: 104px;
}
.b-nav {
	top: 61px;
	height: 38px;
	z-index: 3;
}
.b-subnav {
	top: 0;
	height: 63px;
}
.b-line-top {
	top: 99px;
	height: 7px;
	z-index: 4;
	background: url(../images/line-bck.png) no-repeat;
	overflow: hidden;
}
.b-line-bottom {
	top: 98px;
	height: 8px;
	z-index: 1;
	overflow: hidden;
}
.b-logo {
	display: block;
	background: url(../images/varihost-logo.png) no-repeat;
	width: 228px;
	height: 36px;
	position: absolute;
	top: 3.5em;
	margin-left: 10px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
}

.b-nav ul, .b-subnav ul {
	float: right;	
}
.b-nav li, .b-subnav li {
	float: left;
	display: inline-block;
}




/* nav */

.b-nav li {
	margin-left: .4em;
}

/* blue (default) */

.b-nav a {
	display: block;
	height: 37px;
	width: 138px;
	background: #259de9 url(../images/menu-tabs.png) no-repeat;
	border-bottom: 1px solid #52dc52;
	color: white;
	line-height: 2.5em;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #1c436a 1px 1px 2px;
}
.b-nav a:hover, .b-nav a.hover {
	background-position: 0 -114px;
}


/* green */

.b-nav .selected a {
	background-position: 0 -38px;
	text-shadow: #025c03 1px 1px 2px;
	background-position: 0 -266px !important;
	border-color: #00b700 !important;	
}

.b-nav .selected a:hover, .b-nav .selected a.hover {
	background-position: 0 -152px;
}


.b-line-top {
	background-color: #00b700;
	background-position: 0 -7px;
}
.b-line-bottom {
	background-color: #52dc52;
}


/* red */

.b-nav a.red {
	background-position: 0 -76px;
	text-shadow: #93300e 1px 1px 2px;
}
.b-nav a.red:hover, .b-nav a.red.hover {
	background-position: 0 -190px;
}


/* subnav */

.b-subnav {
	padding-top: 1.6em;
}
.b-subnav li {
	background: url(../images/subnav-divider.png) no-repeat 0 8px;
	padding: .5em 1.5em .4em 1.5em;
}
.b-subnav li.first-child {
	background: none;
}
.b-subnav a {
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	line-height: 130%;
}
.b-subnav a:hover {
	text-decoration: underline;
}
.b-subnav .l-login {
	background: none;
	padding: 0;
	margin-left: .5em;
}
.b-subnav .l-login a {
	display: block;
	border: 1px solid #486a97;
	padding: .2em .8em .2em 1.5em;
	line-height: 150%;
	background: url(../images/icon-login.gif) no-repeat 6px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.b-subnav .l-login a:hover {
	border-color: #95a8c3;
	text-decoration: none;
}




.b-body {
	background: white;
	min-height: 40em;
	-moz-box-shadow: rgba(0,0,0,.8) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0,.8) 0 0 8px;	
}



.b-footer {
	padding: 0 1em;
}
.b-footer, .b-footer a {
	color: white;
}
.b-footer a:hover {
	text-decoration: none;
	color: #d8e5ef;
}

.b-fnav {
	overflow: auto;
	padding: 2.6em 0 1.6em 0;
}
.b-fnav ul li:first-child {
	margin-left: 0;
}
.b-fnav li {
	float: left;
	margin-left: 5em;
}
.b-fnav li li {
	float: none;
	margin: .4em 0;
}
.b-fnav h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .6em; 
}
.b-fnav a {
	font-size: 1.2em;
}


.p-copyright {
	font-size: 1.2em;
	padding: 1em 0;
}
.p-copyright span {
	color: #6a9dc4;
	padding: 0 .6em;
}





.b-body-container {
	padding: 2em;
	padding-bottom: 4em;
}

.b-columns, .columns {
	overflow: hidden;
}
.b-column-left, .column-left {
	float: left;
	width: 48%;
}
.b-column-right, .column-right {
	float: right;
	width: 48%;
}

.b-main {
	width: 676px;
	padding-right: 10px;
}
.b-sidebar {
	width: 200px;
}



h2.b-heading {
	color: #0072e6;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
}




/* domain search bar */

.b-domain-search {
	background: #23538c url(../images/domain-search-bck.png) repeat-x top;
	height: 49px;
	overflow: hidden;
}
.b-domain-search .wrapper {
	width: 700px;
	padding-left: 254px;
}
.b-domain-search span {
	display: block;
	float: left;
	height: 49px;
	overflow: hidden;
}
.b-domain-search strong {
	background: url(../images/domain.gif) no-repeat 0 -60px;
	display: block;
	width: 150px;
	height: 15px;
	margin-top: 17px;
	text-indent: -9999px;
}
.b-domain-search .searchbox {
	border: 1px solid #4c7eae;
	background: #1d467f url(../images/domain.gif) repeat-x 0 0;
	width: 242px;
	height: 24px;
	padding: 2px 6px;
	margin: 9px 6px 0 6px;
	font-size: 1.3em;
	color: white;
}
.b-domain-search .searchbox:hover, .b-domain-search .searchbox:focus {
	border-color: #618eba;
}
.b-domain-search .placeholder {
	font-style: italic;
	color: #a7b7cd;
}
.b-domain-search .search {
	background: url(../images/domain.gif) no-repeat 0 -30px;
	display: block;
	border: none;
	width: 30px;
	height: 30px;
	margin: 9px 9px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.b-domain-search .search:hover, .b-domain-search .search:focus {
	background-position: -30px -30px;
}
.b-domain-search .link {
	display: block;
	background-image: url(../images/domain-link.png);
	width: 208px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 6px;
}






.b-sidebar {
	padding-top: 7px;
}
h1.page-title, h2.page-title,
h1.page-title a, h2.page-title a
{
	color: #09af01;
	font-size: 2.2em;
	line-height: 130%;
	font-weight: bold;
	padding: 7px 0 13px 0;
}
em.varihost {
	font-style: italic;
}
em.varihost span {
	color: #737373;
}
h1.page-title-main, h2.page-title-main {
	padding-bottom: 0;
}




/* sidebar */

.widget {
	font-size: 1.3em;
	line-height: 130%;
}
.b-sidebar .widget {
	margin-bottom: 30px;
}


/* flexipages */

.flexipages_widget, .widget_categories {
	border-bottom: 1px solid #d9d9d9;	
}
.flexipages_widget .widgettitle, .flexipages_widget .page_item a,
.widget_categories .widgettitle, .widget_categories .cat-item a
{
	background: url(../images/sidebar-buttons.png) repeat-x 0 100px;		
	padding: 8px 12px 8px 20px;
}
.flexipages_widget .widgettitle,
.widget_categories .widgettitle
{
	background-position:  0 0;
	color: black;
	font-weight: bold;
	padding: 9px 12px 7px 12px;
}
.flexipages_widget .page_item a,
.widget_categories .cat-item a
{
	background-position: 0 -100px;	
	display: block;
	color: #333333;
	text-decoration: none;
}
.flexipages_widget .page_item a:hover,
.widget_categories .cat-item a:hover
{
	background-position: 0 -200px;
	color: black;
}
.flexipages_widget .current_page_item a,
.widget_categories .current-cat a
{
	background-position: 0 -300px;
	color: black;
	font-weight: bold;
}

/* blogroll */

ul.blogroll img, ul.blogroll a {
	display: block;
}
ul.blogroll li {
	margin-bottom: 5px !important;
}






textarea {
	overflow: auto;
}