/*
Theme Name: Web Hosting Master Theme
Theme URI: http://genziz.com/
Description: The default Web Hosting Master Theme.
Version: 1.6
Author: Biju Yohannan
Author URI: http://genziz.com/
Tags: Web Hosting Master


*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 100% Arial, Helvetica, sans-serif;
}
body {
	background: #F8F8F8;
	text-align: center;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom: 30px;
	height: auto;
}
a, a:hover {
	text-decoration: none;
	color: #3366CC;
}
a img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.clr {
	font-size: 0px !important;
	line-height: 0px !important;
	clear: both;
	height: 0px !important;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}


#header {
	height: 110px;
	width: 900px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	z-index: 10;
}
#header h1 {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	height: 100px;
	width: 200px;
	overflow: hidden;
}
#header h1 a {
	display: block;
	height: 100px;
	background: url(images/whm-logo.png) no-repeat 0% 0%;
	text-indent: -5000px;
}
#header #search {
	float: right;
	height: 50px;
	width: 340px;
	margin-top: 10px;
	background: #D1D0C9;
	margin-bottom: 20px;
	margin-right: 25px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius:5px; /* make sure its proper */
    border-radius: 5px;
}
#search form {
	margin: 0px;
	padding: 12px 11px 0px;
	display: block;
}
#search input[type="text"] {
	border: 1px solid #666666;
	width: 200px;
	padding: 2px;
	margin: 1px 10px 0px 0px;
}
#search input[type="submit"], #search form input.search-btn {
	border-width: 0px;
	border-style: none;
	background: url(images/search.png) no-repeat center 0px;
	height: 24px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#header #search input {
	float: left;
}

#nav {
	float: right;
	width: 530px;
	text-align: right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-right: 15px;
	line-height: 30px;
	height: 30px;
}
#nav li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#nav li.current_page_item a {
	background: #000000;
	color: #D9CC9F;
}

#nav a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	background: #D9CC9F;
	display: block;
	float: left;
	margin-right: 2px;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius:5px 5px 0px 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#content-wrap {
	margin: -10px auto 0px;
	width: 920px;
	position: relative;
	background: url(images/content_bg.png) repeat-y center 0;
	overflow: visible;
	text-align: left;
}
#content-wrap #t {
	background: url(images/content_bdr_top.png) repeat-x 0 0;
	position: relative;
}
#content-wrap #t #b {
	background: url(images/content_bdr_btm.png) repeat-x 0 100%;

}
#content-wrap #t #b #tl {
	background: url(images/content_cnr_tl.png) no-repeat 0 0;

}
#content-wrap #t #b #tl #tr {
	background: url(images/content_cnr_tr.png) no-repeat 100% 0;

}
#content-wrap #t #b #tl #tr #br {
	background: url(images/content_cnr_br.png) no-repeat 100% 100%;

}
#content-wrap #t #b #tl #tr #br #bl {
	background: url(images/content_cnr_bl.png) no-repeat 0 100%;
	padding: 10px;

}
#contents {
	width: 900px;
	clear: both;
	overflow: visible;
}
#sidebar {
	background: #2A2C2B  url(images/sidebar_cnr_tl.png) no-repeat 0 0;
	float: left;
	width: 200px;
	color: #FFFFFF;
	padding-top: 15px;
	overflow: visible;
}
#sidebar h2 {
	height: 50px;
	margin: 0px 0px 0px -11px;
	padding: 0px 0px 0px 20px;
	background: url(images/sidebar-title.png) no-repeat 0 0;
	line-height: 36px;
	font-size: 14px;
}
#sidebar ul {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#sidebar ul li:nth-child(even) {
	background-color: #374140;
}
#sidebar ul li li {
	margin: 0px;
	padding: 0px;
}

#searchform label {
	display: none;
}


#sidebar ul li a {
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}
#sidebar .ads {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#main {
	float: right;
	width: 700px;
	padding-bottom: 15px;
}
#top-ten {
	background: #D03F31 url(images/top-ten-bg.jpg) no-repeat 0 0;
	height: 175px;
	color: #FFFFFF;
}
#top-ten h2 {
	font-size: 22px;
	padding-top: 20px;
}
#top-ten img {
	float: left;
	margin-right: 30px;
}
#top-ten p {
	line-height: 1.5;
	padding-right: 30px;
	font-size: 1.15em;
}
#main-content {
	margin: 10px 10px 0px;
	background: #FFFFFF;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height:1000px;
}
#main-content h2 {
	color: #D14B32;
	font-weight: bold;
	font-size:190%;
	letter-spacing:-1px;
}

#main-content h3 {
	font-size: 150%;
	letter-spacing:-1px;
	font-weight:normal;
}

#main-content .tl {
	background: url(images/white_cnr_tl.png) no-repeat 0 0;
}
#main-content .tl .tr {
	background: url(images/white_cnr_tr.png) no-repeat 100% 0;
}
#main-content .tl .tr .br {
	background: url(images/white_cnr_br.png) no-repeat 100% 100%;
}
#main-content .tl .tr .br .bl {
	background: url(images/white_cnr_bl.png) no-repeat 0 100%;
	padding: 15px;
}
#top-ten-hosting {
	background: #F7F1EB;
	border-top: 1px solid #E3D2C0;
	border-right: 1px solid #E3D2C0;
	border-left: 1px solid #E3D2C0;
	margin-bottom: 15px;
}
#top-ten-hosting table {
	background: #EAE5DE;
}
#top-ten-hosting table th {
	background: url(images/tbl-header-bg.png) repeat-x 0 100%;
	color: #DDD1A9;
	line-height: 36px;
	font-weight: bold;
	padding-left: 10px;
}
#top-ten-hosting td {
	background: #FFFFFF url(images/tbl-row-bg.png) repeat-x 0 100%;
	padding: 10px;
	vertical-align: top;
}
#top-ten-hosting td a {
	color: #AD1C0C;
}
div#footer-links {
	background: #BE000D;
	padding: 10px 15px 20px;
	clear: both;
	color: #FFFFFF;
	border-top: 1px solid #BFBDB2;
}
#footer-links ul {
	list-style: none;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-width: 150px;
}
#footer-links a {
	color: #FFFFFF;
}
#footer-links li {
	list-style: none;
	margin: 0px;
	padding: 1px 40px 1px 0px;
	border-bottom: 1px solid #C94245;
}
#footer-links div.col {
	float: left;
	width: 30%;
	width: auto;
	margin-right: 30px;
}
div#footer {
	background: #2A2C2B url(images/footer_bl.gif) no-repeat 0 100%;
	color: #C7C7C7;
	border-top: 1px solid #A9A89E;
	clear: both;
}
#footer .b {
	background: url(images/footer_br.gif) no-repeat 100% 100%;
	padding: 15px 15px 25px;
}
#footer p {
	margin: 5px 0px 0px;
	padding: 0px;
}

#footer div.l {
	width: 600px;
	float: left;
	width: auto;
}
#footer div.r {
	width: 230px;
	float: right;
	width: auto;
	text-align: right;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #C7C7C7;
}
#footer a {
	color: #C7C7C7;
	font-size: 16px;
}
.comments {
	margin: 10px;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #F8F5ED;
}
.comments ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.comments ol li {
	padding: 10px;
	list-style-type: none;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.comments textarea {
	width: 100%;
}

.hostingtable {
	background: #F7F1EB;
	border: 1px solid #E3D2C0;
	margin-bottom: 15px;
	padding: 20px 10px;
	-moz-border-radius: 10px;
	color: #000000;
}

.hostingtable td {
	vertical-align: top;
}

.hostingtable a{
	font-weight: bold;
}

.hostingtable td p {
	margin: 3px 0px;
	line-height:100%;
}

.hostingtable table {
	border: solid 3px #d9cc9f;
	margin: 10px auto;
	border-collapse: collapse;
	background: #eee7d4;
}
.hostingtable td {
	border: solid 3px #d9cc9f;
}

.hostingtable big {
	font-weight: bold;
	margin: 0px;

}

.hostingtable .himg {
	padding: 0px;
	width: 120px;
	text-align:center;
	margin-right:5px;
}

.hostingtable .himg p {
		font-weight: 120%;
}

.hostingtable .himg img {
	margin-bottom: 10px;
}

.hostingtable .website, .hostingtable .email  {
	font-style: italic;
}

.hostingtable .hdet {
	padding: 3px;
	width:350px;
}