@charset "UTF-8";
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 { font-style:normal; font-weight:normal }
ol, ul, 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:''}
hr { border:none; height:1px; background-color:#d6dbdd;}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* Background Styles */

body {
	margin: 0px; padding: 0px;
	background: #fafafa url(images/bg.gif) repeat-x top;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 1.5em;
	height:100%;
	width:100%;
}

#wrap {
	width:954px;
	height:100%;
	margin:0 auto;
}

#container {
	background: transparent url(images/main-bg.gif) repeat-y center;
	width:954px;
	height:100%;
	float:left;
	
}


/* Header Styles */


#letterhead {
	display:none;
	}

#header {
	width: 954px;
	height: 188px;
	margin: 0px auto;
	background: transparent url(images/banner.gif) no-repeat center top;
	z-index:50;
}


#menu-container {
	position:relative;
	top: 40px;
	height:43px;
	background: transparent url(images/menu-bg.gif) no-repeat center top;
	width:954px;
	z-index:1;
}

#verisign {
	float:right;
	position:relative;
	top:79px;
	right:280px;
	line-height:1px;
	}
	
#verisign td{
	padding:0px;
	margin:0px;
}
	
	
	
/*-------------------------------------------------------------------------------*/




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	position:relative;
	left:65px;
}
.sf-menu a {
	
	text-decoration:none;
	color:#000;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:34px;
	display: inline-block;
	padding: 0px 12px;

	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
	color:			#000;
}
.sf-menu li {
	padding:0px 0px 0px 10px;
}
.sf-menu li li {
	height:34px;
	background: transparent url(images/hover-bg.gif) repeat-x center top;
	border-bottom:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
}
.sf-menu li li li {
	height:34px;
	background: transparent url(images/hover-bg.gif) repeat-x center top;
	border-bottom:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color:			#ff0000;
	font-weight:bold;
	font-style:italic;
	cursor:pointer;
	
}

.sf-menu a.active {
	color:#ff0000;
	background: #b3b3b3 url(images/highlight.gif) no-repeat center;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	font-weight:bold;
	text-decoration:underline;
	font-family:"Arial Black", Gadget, sans-serif;
}

/*
.sf-menu a#contact-style {
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	}
*/


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 22px 9px 0;
	border-top:1px solid #aeaeae;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/*-------------------------------------------------------------------------------*/

	
	
/* Sidebar Styles */

#sidebar {
	width:200px;
	height:100%;
	background: url(images/sidebar-top.gif) no-repeat center top;
	float:left;
	clear:left;
	text-align:center;
	vertical-align:top;
	z-index:2;
	display:inline-block;
	}
	
#side-navigation {
	margin:54px auto 20px auto;
	width:180px;
	text-align:left;
	padding:0px;
	}
	
#side-navigation li {
	padding:8px 0px;
	border-bottom:1px solid #d2d6d6;
	font-weight:bold;
	}
	
#side-navigation li a {
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding-left:5px;
	}
	
#side-navigation li a:hover {
	color:#000;
	text-decoration:underline;
	}
	
#side-navigation li ul li {
	padding:5px 0px;
	border-bottom:none;
	background: url(images/a-bullet.gif) no-repeat left 50%;
	padding-left:15px;
	margin-left:20px;
	}
	
#side-navigation li ul li a {
	color:#565656;
	text-decoration:none;
	font-size:12px;
	}

#side-navigation li ul li a:hover {
	color:#ff0000;
	text-decoration:none;
	}
		
#mission {
	width:197px;
	height:171px;
	background: url(images/mission-bg.gif) no-repeat center top;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	padding: 50px 10px 20px 10px;
	text-align:left;
	line-height:1.6em;
	}
	
	
/* Content Styles */	

#main-container {
	width:712px;
	float:left;
	padding:20px;
	color:#444444;
	text-align:justify;
	z-index:3;
	display:inline-block;
	}

#main-container a{
	color:#e50c00;
	text-decoration:underline;
	}
	
#main-container b{
	color:#e50c00;
	}
	
#search-bar {
	border-bottom:1px solid #d6dbdd;
	padding-bottom:10px;
	width:712px;
	height:35px;
	float:left;
	margin-bottom:20px;
	z-index:4;
	}
	
#search-bar p {
	float:right;
	margin-right:10px;
	}

#search-bar a{
	color:#222;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:35px;
	text-decoration:none;
	}
#search-bar a:hover{
	text-decoration:underline;
	color:#ff0000;
	}
	
#search-con {
	height:27px;
	width:200px;
	background: none;
	line-height:27px;
	display:inline;
	position:relative;
	}
	
.search-input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	padding:5px 0px 4px 10px;
	border:1px solid #c6c6c6;
	width:135px;
	background: #eeeeee;
	font-weight:bolder !important;
	float:left;
	margin-top:7px;
	}
	

	
#search-button {
	border:none;
	background:none;
	width:25px;
	height:25px;
	background: #eeeeee url(images/search.gif) no-repeat right 50%;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	cursor:pointer;
	float:left;
	margin-top:7px;
	}
	
#checkout-container {
	width:230px;
	height:33px;
	line-height:33px;
	border:1px solid #bdbcbd;
	margin:0px;
	padding:0px;
	background: #fafafa url(images/cart.gif) no-repeat 75px 50%;
	padding-left:10px;
	float:right;
	}
	
#checkout-container a {
	display:inline-block;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	height:25px;
	}
	
#checkout-container a#checkoutb {
	padding-right:35px;
	padding-top:6px;
	background:transparent;
	}
	
#checkout-container a#checkouta {
	font-size: 11px;
	padding-bottom: 5px;
	background:transparent;
	}
	
#rightbar-container {
	width:217px;
	float:right;
	margin:0px 0px 10px 15px;
	}
	
#instantquote {
	width:204px;
	height:498px;
	background: url(images/instant-bg.gif) no-repeat center top;
	margin-bottom:10px;
	padding-left:13px;
	padding-top:10px;
	}
	
#instantquote2 {
	width:204px;
	height:400px;
	margin:0 auto;
	padding-left:13px;
	padding-top:10px;
	}

#instantquote h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	}
	
.instant-field {
	width:180px;
	height:14px;
	background-color:#fff;
	border:1px solid #d6dbdd;
	margin-bottom:7px;
	color:#000;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 5px 3px 5px;
	text-align:leftr;
	}
	
.instant-textarea {
	width:180px;
	background-color:#fff;
	border:1px solid #d6dbdd;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px;
	height:80px;
	margin-bottom:5px;
	}

.instant2-field {
	width:180px;
	height:14px;
	background-color:#fff;
	border:1px solid #c50404;
	margin-bottom:7px;
	color:#000;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 5px 3px 5px;
	text-align:leftr;
	}
	
.instant2-textarea {
	width:180px;
	background-color:#fff;
	border:1px solid #c50404;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px;
	height:80px;
	margin-bottom:5px;
	}

	
#instantquote p.instant-submit {
	text-align:center;
	margin-top:0px;
	}
	
.instant-btext {
	text-align:center;
	margin-top:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	}

.instant-btext strong{
	color:#fff;
	}	
	
.heading {
	font-size:22px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	line-height:1.2em;
	padding-bottom:15px;
	border-bottom:1px solid #d6dbdd;
	margin-bottom:15px;
	}
	
.subheading {
	font-size:16px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	line-height:1.2em;
	}
	
.fleft {
	float:left;
	}

.fright {
	float:right;
	}
	
.m-right {
	margin:10px 0px 10px 10px;
	}
	
.m-left {
	margin:10px 10px 10px 0px;
	}

.img-margin1 {
	margin:0px 15px 0px 0px;
	}
	
.red {
	color:#e50c00;
	}

.textcenter {
	text-align:center;
	}
	
.nostylelink {
	text-decoration:none;
	color:#444444;
	}
.nav {
	background-color:#e3e3e3;
	border:1px solid #d4d4d4;
	}
.frm {
	padding-top:10px;
	padding-bottom:10px;
	}
#faqs-table b {
	color:#000;
	}
	
.jobopp b {
	color:#000!important;
	}
	
#sitemap {
	margin:0 auto;
	}

#sitemap td.frm {
	padding:5px 0px;
	}
	
#homefootlinks {
	width:450px;
	text-align:center;
	}
	
/* Footer Styles */

#footer {
	width:950px;
	float:left;
	clear:both;
	margin:0 auto;
	border-top:1px solid #d4dfe2;
	background-color:#fafafa;
	left:2px;
	text-align:center;
	padding:20px 0px;
	color:#444444;
	}
	
#footer h4{
	font-weight:bold;
	font-size:14px;
	color:#444444;
	}
	
#footer h3{
	font-weight:bold;
	font-size:30px;
	color:#d60500;
	margin:10px 0px;
	}
	
#footer-mid {
	margin:20px 0px;
	background-color:#e3e3e3;
	padding:15px 0px;
	color:#444444;
	font-size:13px;
	line-height:24px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	}
	
#footer-mid a {
	text-decoration:none;
	color:#444444;
	}
	
#footer-mid a:hover {
	color:#ff0000;
	}
	
#footer-bottom a {
	text-decoration:none;
	color:#000000;
	}
	
#footer-bottom a:hover {
	color:#ff0000;
	}




/* Form Styles  */

#formt , #asearch {
	width:100%;
	vertical-align:top;
	padding:0px;
	border-bottom:3px solid #000;
	}
	
#botdiv {
	padding-right:40px;
	}
	
#formt td , #asearch td{
	vertical-align:top;
	padding:0px;
}
#formt td div , #asearch td div{
	vertical-align:top;
	margin-left:10px;
	padding:0px;
}

#asearch h4 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-indent:15px;
	margin-top:5px;
	}

#asearch i {
	font-size:11px;
	line-height:0.8em;
	}
	
#asearch p {
	margin:10px;
	width:200px;
	}
	
.searchdrop {
	width:200px;
	margin-bottom:20px;
	margin-left:10px;
	}
	
.searchdrop td{
	padding:5px 0px !important;
	}

.searchdrop input.in-search , .searchdrop select {
	width:200px;
	}


#midt {
	border-left:3px solid #000;
	border-right:3px solid #000;
	background-color:#fe0000;
	}
	
.midt {
	border-left:3px solid #000;
	border-right:3px solid #000;
	}
	
div#rcolt {
	margin-left:30px!important;
	}
	
h1.black {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

h3#number {
	font-size:16px;
	font-weight:bold;
	color:#000;
}


p.ltext{
	vertical-align:top;
	font-size:13px;
	color: #000;
	margin-right:10px;
}

p.size2{
	vertical-align:top;
	font-size:12px;
	color: #000;
	margin-right:10px;
}

td p em{
	vertical-align:top;
	font-size:12px;
	color: #000;
	line-height:18px;
	margin-right:10px;
}



/* --------------   */

h4#callus {
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-bottom:8px;
	}
	
h3#cnumber {
	font-size:24px;
	color:#000;
	font-weight:bold;
	margin-bottom:8px;
}

#leftt {
	float:left;
	width:300px;
	color:#000;
	}
	
#leftt td {
	padding-bottom:3px;
	padding-right:5px;
	}
.black {
	color:#000!important;
	}
	
	
.callus-adjuster {
	margin-left:60px;
	width:350px;
	margin-bottom:30px;
	}

hr.clearer {
	clear:both;
	margin-bottom:30px; 
	margin-top:30px;
	}

.parttle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #3333FF}

.bigfont {
	font-size:20px;
	}
	
#laptop-table {
	width:490px;
	margin:30px auto;
	border:2px solid #000;
	}	
	
#laptop-table td {
	padding:20px;
	}

.laptop-links li {
	padding-left:25px;
	background:transparent url(images/bullet.gif) no-repeat left 50%;
	margin-bottom:10px;
	}
	
.laptop-links2 li {
	padding-left:25px;
	background:transparent url(images/bullet.gif) no-repeat left 2px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	
	}

.laptop-links2 ul li {
	margin-left:25px;
	background:none;
	margin-bottom:10px;
	padding-left:0px;
	list-style:disc;
	font-weight:normal;
	font-size:12px;
	}
	
/* --------------   */

#offert {
	width:710px !important;
	}
	
#offert b {
	color:#000;
	font-size:13px;
	}
.small50 {
	font-size:9px;
	}

#offert div{
	margin-right:10px;
	}
	
.buttonstyle {
	background-color:#e80e00;
	color:#fff;
	border-bottom: 1px solid #bb0500;
	border-left: 1px solid #bb0500;
	border-right: 1px solid #bb0500;
	border-top: 1px solid #fe7566;
	padding:3px;
	font-weight:bold;
	margin:5px;
	cursor:pointer;
	}	
	
.big {
	font-size:16px !important;
	}	
	
/* --------------- */

.jobformt td {
	padding:4px 4px;
	}

.jobformt {
	margin-bottom:20px;
	}
.small51 {
	font-size:9px;
	margin-left:3px;
	margin-right:5px;
	}
	
/* --------------- */

.tips {
	margin:30px 30px;
	}

.tips li{
	padding-left:20px;
	background-image:url(images/c-bullet.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	}
	
	
/* ----------- LATEST STYLES ---------- */


#headerlink {
	display:block;
	width:550px;
	height:105px;
	position:relative;
	top:20px;
	background:none;
	left:0px;
}

#headerlink span {
	display:none;
	text-indent:-1000000000px;
	}
	
