/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#e5e5e5 url(../images/bg-repeat-x.jpg) top repeat-x;
	text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#262626;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.2em;
	color:#000;
}
h2 {
	font-size:1.4em;
	color:#000;
}
h3 {
	font-size:1.2em;
	color:#000;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#333333;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#333333;
	text-decoration:none;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
p.testimo-pod{
	display: block;
	background-color: #e7e7e7;
	padding: 10px 0;
}
body#testimonials p span{
	font: 1.6em "Times New Roman", Times, serif;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
.dividing line {
	clear:both;
	width:100%;
	background:url(../images/dividing-line.jpg);
	height:10px;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(layout-print.css) right no-repeat;
}
img.img-left {
	float:left;
	margin:0 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:0 15px 10px 10px;
}

#subhead-wrap .content  img{
	float:right;
	margin:0 10px  10px 10px;
	border:1px solid #CCCCCC;
	padding: 5px;
}
body#products  #subhead-wrap .content  img{
	float:none;
	margin:0 0 10px 0;
	border:1px solid #CCCCCC;
	padding: 0px;
}
body#index #subhead-wrap .content  img{
	float:right;
	margin:0 10px  10px 10px;
	border:none;
	padding: 5px;
}
#subhead-wrap .content .awards img{
	float:none;
	margin:0;
	border:1px solid #CCCCCC;
	padding: 5px;
}
body#index #subhead-wrap .content img.img-right {
border:none;
	float:right;
	margin:0 15px 30px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:300px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	width:290px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
}
input{ background:#FFFFFF url(../images/bg-input.jpg) repeat-x; border:1px solid #e0e0e0;}
textarea{ background: #FFFFFF url(../images/bg-input.jpg) bottom repeat-x; border:1px solid #e0e0e0;}
input#submit{ width:100px;}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:250px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(layout-print.css);
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background: url(../images/bg-repeat-y.jpg) repeat-y;
	width:995px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:280px;
}
/* index page link within #masthead */		
	#masthead a.logo {
	position:absolute;
	left:33px;
	width:262px;
	top:52px;
	height:126px;
}
#masthead a.elite-dealer {
	position:absolute;
	left:33px;
	width:262px;
	top:181px;
	height:67px;
}
#masthead h2, #masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:320px;
	float:left;
}
#product-spotlight {
	background:url(../images/product-spotlight.jpg);
	height:193px;
	position:relative;
}
#product-spotlight h2  {
	position:absolute;
	display:block;
	width:166px;
	height:22px;
	top:20px;
	left:39px;
	color: #FFFFFF;
	font:1.2em Arial, Helvetica, sans-serif;
}
#product-spotlight p{
	position:absolute;
	display:block;
	width:166px;
	height:113px;
	top:50px;
	left:39px;
	color: #000000;
	font:12px/18px Arial, Helvetica, sans-serif;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:675px;
	float:left;
}
/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:280px;
	background:url(../images/header-image.jpg);
} /* sets height for the flash header - REMOVE IF NOT USED */
#header-flash .content{
	width:670px;
	display:block;
	padding-top: 30px;
}
/* ------------------------ subhead framework ------------------------ */
#subhead-wrap {
	background:url(../images/subhead.jpg) top no-repeat;
	padding: 30px 0 0 0;
} /* sets height for all subheads */
#subhead-wrap h1 {
	display:block;
	margin:0 0 30px 20px;
	font:1.6em Arial, Helvetica, sans-serif;
	color: #333333;
}
#subhead-wrap .content .split-pod h2 {
	display:block;
	margin:0 0 10px 0;
	font:1.6em Arial, Helvetica, sans-serif;
	color: #333333;
}
body#product-info #subhead-wrap .content  h2 {
	display:block;
	margin:0 0 10px 0;
	font:1.6em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	padding: 5px;
	clear:both;
}
body#product-info #subhead-wrap .content table{ width:100%;}
body#product-info #subhead-wrap .content td{ width:50%;}
body#products #subhead-wrap .content .split-pod h2{
	display:block;
	margin:0 10px 10px 0;
	font:1.6em Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px;
	background-color: #D7D7D7;
}
body#products #subhead-wrap .content .split-pod h3{
	margin:0;
	padding-bottom:10px;
}
#subhead-wrap h1 span, #subhead-wrap .content .split-pod h2 span {
	color:#690100;
	display: inline;
}
#subhead-wrap .content {
	width:635px;
	margin:0 0 0 20px;
	display:block;
	padding-bottom: 25px;
}

#subhead-wrap .content .split-pod{
	width:290px;
	float:left;
	display:block;
	padding-right: 20px;
}

.content ul{
	margin-bottom:20px;
}
.content li{
	list-style:disc;
	margin-left:15px;
}
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url(layout-print.css);
}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url(layout-print.css);
}
#title-our-procedures {
	height:35px;
	background:url(layout-print.css);
}
/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
	height:186px;
	display:block;
	background:url(layout-print.css) no-repeat;
}
#btn-special-offer:hover {
	background:url(layout-print.css) -320px 0 no-repeat; /* -320px = horizontal img shift, 0px = vertical shift from top */
}
#btn-special-offer span {
	display:none;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background: url(../images/bottom.jpg);
	width:100%; /* fix for Safar */
	height:104px;
	clear:both; /* important - do not remove */
	position:relative;
}
#bottom-wrap a.left {
	position:absolute;
	top:5px;
	left:5px;
	width:205px;
	height:65px;

}
#bottom-wrap a.left-center {
	position:absolute;
	top:5px;
	left:257px;
	width:250px;
	height:65px;
}
#bottom-wrap a.right-center {
	position:absolute;
	top:5px;
	left:556px;
	width:198px;
	height:65px;
}
#bottom-wrap a.right {
	position:absolute;
	top:5px;
	left:790px;
	width:180px;
	height:65px;

}
/* ------------------------footer framework ------------------------ */
#footer {
	width:995px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#595959;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#595959;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#595959;
	text-decoration: none;
}
#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #595959;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url(../images/nav.jpg) top left no-repeat;
	width:320px;	/* Width of buttons, not entite image (or half of entire image) */
	height:225px;	 /* Height of entire image */
	margin:0;
	padding:0;
}
#nav li span {
	display: none;
}
#nav li {
	float:left;
	list-style:none;
	position:relative;
}
#nav li, #nav a {
	height:25px;	/* Each button must have the same height, define it here */
	display:block;
}
/* margin-top to set where the nav should begin */
#nav-01 {
	margin:0px;
	width:320px;
}
/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09 {
	margin:0;
	width:320px;
}
#nav-01 a:hover {
	background:url(../images/nav.jpg) -320px 0px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -320px -25px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -320px -50px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -320px -75px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -320px -100px no-repeat;
}
#nav-06 a:hover {
	background:url(../images/nav.jpg) -320px -125px no-repeat;
}
#nav-07 a:hover {
	background:url(../images/nav.jpg) -320px -150px no-repeat;
}
#nav-08 a:hover {
	background:url(../images/nav.jpg) -320px -175px no-repeat;
}
#nav-09 a:hover {
	background:url(../images/nav.jpg) -320px -200px no-repeat;
}
/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 {
	background:url(../images/nav.jpg) -320px 0px no-repeat;
}
body#about #nav-02 {
	background:url(../images/nav.jpg) -320px -25px no-repeat;
}
body#products #nav-03 {
	background:url(../images/nav.jpg) -320px -50px no-repeat;
}
body#services #nav-04 {
	background:url(../images/nav.jpg) -320px -75px no-repeat;
}
body#customer #nav-05 {
	background:url(../images/nav.jpg) -320px -100px no-repeat;
}
body#testimonials #nav-06 {
	background:url(../images/nav.jpg) -320px -125px no-repeat;
}
body#pressroom #nav-07 {
	background:url(../images/nav.jpg) -320px -150px no-repeat;
}
body#careers #nav-08 {
	background:url(../images/nav.jpg) -320px -175px no-repeat;
}
body#contact #nav-09 {
	background:url(../images/nav.jpg) -320px -200px no-repeat;
}
