/*
Theme Name: NonCompare

*/

* html .minwidth {
	padding-left:766px; 
}
* html .container {
	margin-left:-766px;
	position:relative;
}
/*\*/
* html .minwidth, * html .container, * html .layout  {
	height:1px;
}
/**/

/*  The above code is to solve min-width problems in IE.
*/


.center			{ text-align: center; }
.hidden			{ display: none; }
.clear			{ clear: both; }
.alignright 	{ float: right; }
.alignleft		{ float: left; }

/* =================== BEGIN: GLOBAL VARIABLES =================== */

body {
	font-size: 9pt; /* Resets 1em to 10px */
	font-family: Arial, Trebuchet MS, 'Lucida Grande', Verdana, Sans-Serif;
	background: #fff;
	color: #333;
	margin:0;
	padding:0;
}
a:link, a:visited {
	color: #777;
	text-decoration: none;
}
a:hover { color: #CC3300; }

a img { border: none; }

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr { display: none; }

small {
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h2 { margin: 30px 0 0;}
h1 {
	padding-top: 70px;
	margin: 0;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}


/* End Various Tags & Classes*/

.center			{ text-align: center; }
.hidden			{ display: none; }
.clear			{ clear: both; }
.alignright 	{ float: right; }
.alignleft		{ float: left; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 3px;
	margin: 0 0 2px 5px;
	display: inline;
}
img.alignleft {
	padding: 3px;
	margin: 0 5px 2px 0;
	display: inline;
}
/* End Images */

/*	Begin Headers */

.pagetitle {
	margin: 10px 0 10px 0;
	padding:0;
	text-align: center;
	font-size: 2em;
	color: #333;
}

form 						{ padding: 0; margin: 0 }

a img						{ border: 0; }

/* =================== START: GLOBAL VARIABLES =================== */
.align_l					{ text-align: left; }
.align_r					{ text-align: right; }
.c_left						{ clear: left; }
.c_right					{ clear: right; }
.bigfont					{ font-size: 16px }

.padding_none				{ padding: 0 }
.padding_10					{ padding: 10px }
.border_none				{ border: none }
.whitefont					{ color: #fff;	}	
.inlineimg					{ vertical-align: middle; }
.lgreyfont					{ color: #CCCCCC; }
.greyfont					{ color: #666666; }
.smallfont					{ font-size: 11px; }
.bigfont_38					{ font-size: 38px; }
.orangefont					{ color: #CC3300; }
/* =================== END: GLOBAL VARIABLES =================== */
/* ============================================================================ */

/* === LAYOUT === */

#page {
	padding: 0;
	margin: 0;
	text-align: left;
}
.clrfloat {
	overflow: hidden;
}
* html .clrfloat {
	height: 1%;
}
.fixedwidth {
	width: 840px;
	margin: 0 auto;
}
* html .ie_fix	{ height: 1%; }
.float_fix {
	overflow:hidden;
}
* html .float_fix {
	height: 1%;
	overflow:visible;
}
*:first-child+html .float_fix {
	height: 1%;
	overflow:visible;
}
/* =================== BEGIN: HEADER =================== */
/* header */
#home {
	background: #000000 url(images/bodybg.gif) repeat;
	color: #FFFFFF;
}

#header {
	background: #0B1315 url(images/header_bg.gif) left bottom repeat-x;
}
#header img {
	padding:0;
	margin:0;	
}
#headertabs {
	padding-top: 65px;
}
#headertabs ul {
	list-style:none;
	margin:0;
	padding:0;
	display: inline;
}
#headertabs li {
	text-align: center;
	display: inline;
}
#headertabs li a { 
	display:block;
	background: #2E2E2E url(images/tab_r.jpg) right top no-repeat;
	float:left;
	margin-left:1px;
}
#headertabs li a span { 
	color:#fff;
	background: url(images/tab_l.jpg) left top no-repeat;
	display:block;
	padding: 13px 12px 0 12px;
	height:16px;
	float:left;
	font-size: 11px;
}
#headertabs li a:hover {
	background: #4F0100 url(images/tab_r.jpg) right bottom no-repeat;
}
#headertabs li a:hover span {
	background: url(images/tab_l.jpg) left bottom no-repeat;
	cursor:pointer;
}
a.current, li.active a {
	background: url(images/tab_r.jpg) right bottom no-repeat !important;
}
a.current span, li.active a span{
	background: url(images/tab_l.jpg) left bottom no-repeat !important;
}
#header_b {
	background: #0F0F0F url(images/header_bbg.gif) left top repeat-x;
	border-bottom: 1px solid #313131;
}
#header_bl {
	background: url(images/header_bl.gif) left top no-repeat;
}
#header_br {
	background: url(images/header_br.gif) right top no-repeat;
	height: 32px;
}
/* =================== END: HEADER   =================== */
/* ============================================================================ */

#home #bodycontent {
	padding: 10px 10px 5px 10px;
	background:none;
	color: #fff;
}
.homedescbox {
	width: 212px;
	background: #000 url(images/homedescbox_bg.gif) left top repeat-y;
	float: left;
	margin-right: 10px;
}
.homedescbox_t {
	background: url(images/homedescbox_t.gif) left top no-repeat;
}
.homedescbox_b {
	background: url(images/homedescbox_b.gif) left bottom no-repeat;
	padding: 15px 9px;
	color: #ccc;
	font-size: .9em;
}
.homedescbox_b p {
	margin: 7px 0;
}
.homedescbox_b a:link, .homedescbox_b a:visited {
	color: #CCCCCC;
}
.flashwrapper_home {
	margin-left: 220px;
}

.home_3cols {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.home_3cols li {
	width: 33%;
	float: left;
}
.home3cols_contentwrap {
	padding: 10px 20px;
	font-size: .9em;
	color: #ccc;
}

/* =================== BEGIN: FOOTER =================== */
#footer {
	color: #999999;
	font-size: .85em;
	text-align: center;
	padding: 5px 10px 5px 10px;
	background: #121212 url(images/footerbg_subpages.gif) left top repeat-x;
	border-bottom: 5px solid #313131;
	margin: 4px 0 20px 0;
}
#footer_subpages a:link, #footer_subpages a:visited {
	color: #999999;
}
#footer_subpages a:hover {
	color:#FFFFFF;
}
#home #footer {
	border:0;
	background: none;
}
#home #footer_logo {
	display: none;
}

/* =================== END: FOOTER =================== */
/* ============================================================================ */

/* =================== BEGIN: Homepage =================== */
.noncompare_servicestitle {
	padding: 8px 0;
}

/* =================== END: Homepage =================== */
/* ============================================================================ */


/* =================== BEGIN: SUBPAGES =================== */
#bodycontent {
	background: #fff url(images/subpages_bg.gif) left top repeat-x;
	padding: 14px 7px 8px 7px;
	color: #333333;
}

.overview_cols {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
* html .overview_cols {
	position: relative;
}
.overview_cols li {
	width: 24%;
	float: left; 
}
.overviewcols_contentwrap {
	padding-left: 8px;
}
.overviewbox_t {
	background: url(images/overviewbox_tbg.gif) left top repeat-x;
}
.overviewbox_tr {
	background: url(images/overviewbox_tr.gif) right top no-repeat;
}
.overviewbox_tl {
	background: url(images/overviewbox_tl.gif) left top no-repeat;
}
.overviewbox_body {
	background: url(images/overviewbox_gradient.gif) left bottom repeat-x;
}
.overviewbox_bodyr {
	background: url(images/overviewbox_rbg.gif) right top repeat-y;
}
.overviewbox_bodyl {
	background: url(images/overviewbox_lbg.gif) left top repeat-y;
	padding: 8px;
}
.overviewbox_b {
	background: url(images/overviewbox_bbg.gif) left bottom repeat-x;
}
.overviewbox_br {
	background: url(images/overviewbox_br.gif) right bottom no-repeat;
}
.overviewbox_bl {
	background: url(images/overviewbox_bl.gif) left bottom no-repeat;
}
.overview_heading {
	background: url(images/overview_img.gif) right top no-repeat;
	padding: 0 58px 5px 0;
	color: #666666;
	font-size: 11px;
	overflow: hidden;
}
* html .overview_heading {
	height: 1%;
}
.overview_heading img {
	width: 100px;
}
#toprightbox {
	width: 350px;
	float: right;
}
.toprightbox_tl {
	background: #ccc url(images/greycurve_tl.gif) left top no-repeat;
}
.toprightbox_tr {
	background: url(images/greycurve_tr.gif) right top no-repeat; 
	padding: 10px; 
	color: #333;
}
.toprightbox_2ndrow {
	background-color: #7E7F7E; 
	padding: 10px; 
	color: #333;
}
.toprightbox_3rdrow {
	background-color: #494747; 
	padding: 10px; 
	color: #CCCCCC;
}
.toprightbox_bl {
	background: #2C2A2A url(images/dgreycurve_bl.gif) left bottom no-repeat;
}
.toprightbox_br {
	background: url(images/dgreycurve_br.gif) right bottom no-repeat; 
	padding: 10px; 
	color: #999999;
}

.curvebox {
	background: #fff url(images/curvebox_border.gif) left top repeat-x;
}
.curvebox_b {
	background: url(images/curvebox_border.gif) right bottom repeat-x;
}
.curvebox_l {
	background: url(images/curvebox_border.gif) left top repeat-y;
}
.curvebox_r {
	background: url(images/curvebox_border.gif) right bottom repeat-y;
}
.curvebox_tl {
	background: url(images/curvebox_tl.gif) left top no-repeat;
}
.curvebox_tr {
	background: url(images/curvebox_tr.gif) right top no-repeat;
}
.curvebox_bl {
	background: url(images/curvebox_bl.gif) left bottom no-repeat;
}
.curvebox_br {
	background: url(images/curvebox_br.gif) right bottom no-repeat;
	padding: 2px 10px 3px 10px;
}

/* =================== END: SUBPAGES =================== */
/* ============================================================================ */

/* =================== start :: others =================== */
#hostprepaidpage_services {
	margin-right: 360px;
}
.hp_services_desc {
	margin-left: 100px;
}
.twocolumn {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twocolumn li {
	width: 49%;
	float: left;
	margin-right: 1%;
}
.img_padding {
	padding: 8px;
}
.marginleft_60 {
	margin-left: 60px;
}
#aboutuspage {
	background: url(images/noncomparepage_bg.gif) left bottom no-repeat;
}
/* =================== end :: others =================== */

.emailform {
	margin: 0 70px;
}
#pdf_emailform {
	padding: 0;
	text-align:left;
	margin:0 auto;
	width: 500px;
}
.row{
	padding: 5px 0;
}
.row label{
	display: block;
	float: left;
	width: 115px;
	padding-right: 10px;
	text-align: left;
}
.row .bginput, .bginput {
	padding: 2px;
	border: 1px solid #999;
}
.row textarea{
	border: 1px solid #999;
}
#errors{
	width: 500px;
	margin: 10px auto;
	border: 3px double #c00;
	padding: 5px;
	color: #c00;
	text-align: left;
	font: normal bold 9pt Arial;
}
.error{
	color: #c00;
}
#success{
	width: 500px;
	margin: 10px auto;
	border: 3px double #090;
	padding: 5px;
	color: #090;
}
.button {
	background: url(images/button.gif) left top no-repeat;
	height: 24px;
	width: 88px;
	text-align:center;
	color: #ccc;
	font-size: 11px;
	font-family: tahoma;
	border: 0;
	font-style: normal;
}

.doublecurvebox_t {
	background: #eee url(images/doublecurvebox_tbg.gif) left top repeat-x;
}
.doublecurvebox_tr {
	background: url(images/doublecurvebox_tr.gif) right top no-repeat;
}
.doublecurvebox_tl {
	background: url(images/doublecurvebox_tl.gif) left top no-repeat;
}
.doublecurvebox_l {
	background: url(images/doublecurvebox_rbg.gif) right top repeat-y;
}
.doublecurvebox_r {
	background: url(images/doublecurvebox_lbg.gif) left top repeat-y;
}
.doublecurvebox_b {
	background: url(images/doublecurvebox_bbg.gif) left bottom repeat-x;
}
.doublecurvebox_br {
	background: url(images/doublecurvebox_br.gif) right bottom no-repeat;
}
.doublecurvebox_bl {
	background: url(images/doublecurvebox_bl.gif) left bottom no-repeat;
	padding: 4px;
}
.row_order {
	background: #ccc;
	padding: 6px 10px; 
}

/*********** drop downs ************/
#nav, #nav ul{
	margin:0;
	padding:0;
	position:relative;
}
#nav a{
	display:block;
}
#nav li {
	float:left;
	position:relative;
}
#nav li li {
	margin-right:0;
	text-align:left;
	color: #999;
}
#nav ul {

	position:absolute;
	display:none;
	width:143px;
	top:2.4em;
	z-index: 500;
	border-top: 1px solid #666666;
	left:0;
}
#nav li ul a {
	width:131px;
	float:left;
	background:#444 !important;
	color: #fff !important;
	padding: 4px 6px;
	border-bottom: 1px solid #666666;
	font-size: 11px;
	font-weight:bold;
}
#nav li ul a:hover {
	color:#fff !important;
	background: #a00 !important;
}
#nav li ul a.withsublinks {
	background:#700;
	color: #fff !important;
}
#nav li ul a.withsublinks:hover {
	background: #f00;
}
#nav ul ul{ top:auto; }	
#nav li ul ul {
	left:12em;
	margin:0px 0px 0px 18px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/* Start Sub-forums-list in Columns */
.subforum {
	padding:0;
	margin:	0 0 3px 0;
}
.subforum li {
	display:inline;
	width:150px;
	float:left;
	padding-left:0.5em;
	padding-right:0.5em;
	font-size: 11px;
}























