@charset "UTF-8";
/* CSS Document */


BODY {
	margin: 0;
	padding: 0;
	background: #fffae9;
	font-size: 62.5%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

A:LINK, A:VISITED {
	outline: none;
	color: #da5c00;
	text-decoration: none;
}

A:HOVER {
	color: #ff8f16;
}

H1, H2, H3, H4, H5, H6 {
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
} 

H1 {
	font-size: 500%;
	color: #ff8f16;
	margin: 0 0 0.25em 0;
}

H2 {
	font-size: 150%;
	color: #ff8f16;
	margin: 1.5em 0 0.75em 0;
}

H3 {
	font-size: 110%;
	color: #333333;
	margin: 1.5em 0 0.5em 0;
}

H4 {
	font-size: 110%;
	color: #666666;
	font-style: italic;
}

H5 {
	font-size: 130%;
	color: #ff8f16;
	margin: 0 0 0.75em 0;
	text-align: right;
}

H6 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

P {
	font-size: 110%; line-height: 1.5em;
	margin: 0 0 1em 0;
	color: #666666;
}

UL, OL {
	margin: 0 0 2em 25px; padding: 0;
}

UL.nobull {
	margin-left: 0;
	list-style: none;
}

LI {
	font-size: 110%; line-height: 1.3em;
	margin: 0 0 0.5em 0;
	color: #666666;
}

TABLE {
	margin: 3px 0 5px 0;
}

TABLE TD, TABLE TH {
	padding: 5px 5px;
	font-size: 110%;
	line-height: 1.4em;
	vertical-align: top;
}

TABLE TH {
	background: #ff8f16;
	color: white;
	text-align: left;
}

TABLE TD {

	border-bottom: 1px solid #ccc;
	color: #666666;
}

TABLE TR.alt TD {
	background: #f1f1f1;
}

IMG {
	border: 0;
}

BLOCKQUOTE {
	color: #fff;
	font-size: 180%; line-height: 1.6em;
	margin: 0.25em 0 1em 0;
	background: #ff8f16;
	padding: 10px 20px;
}


.bold {
	font-weight: bold;
	color: #ff8f16;
}

.italic {
	font-style: italic;
	color: #ff8f16;
}

HR {
	margin: 5px 0 10px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #ff8f16;
}

/* CLEARFIX */


/* 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 */


#wrapper {
	width: 802px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 140px;
	background: url(../images/header-bg.gif) bottom center no-repeat;
	color: #4b4b4b;
}

#header .info {
	float: right;
	text-align: right;
	margin: 20px 5px 10px 0;
}

.info H2 {
	margin: 0;
}

#header .logo {
	padding: 45px 0 0 41px;
}

#header UL {
	list-style: none;
	margin: 0; padding: 0;
	position: absolute;
	top: 70px;
	left: 210px;
}

#header UL LI {
	margin: 0;
	padding: 0;
	display: inline;
}

#header UL LI A:LINK,
#header UL LI A:VISITED {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	text-indent: -9000px;
	height: 30px;
	background-position: top center;
	background-repeat: no-repeat;
}

#header UL LI#services A:LINK,
#header UL LI#services A:VISITED {
	width: 96px;
	background-image: url(../images/nav-services.gif);
}

#header UL LI#team A:LINK,
#header UL LI#team A:VISITED {
	width: 66px;
	background-image: url(../images/nav-team.gif);
}

#header UL LI#faq A:LINK,
#header UL LI#faq A:VISITED {
	width: 35px;
	background-image: url(../images/nav-faq.gif);
}

#header UL LI#tips A:LINK,
#header UL LI#tips A:VISITED {
	width: 132px;
	background-image: url(../images/nav-tips.gif);
}

#header UL LI#products A:LINK,
#header UL LI#products A:VISITED {
	width: 106px;
	background-image: url(../images/nav-products.gif);
}

#header UL LI#contact A:LINK,
#header UL LI#contact A:VISITED {
	width: 77px;
	background-image: url(../images/nav-contact.gif);
}

#header UL LI A:HOVER {
	background-position: center center;
}

#header UL LI.selected A:LINK,
#header UL LI.selected A:VISITED {
	background-position: bottom center;
}

#content {
	border-left: 1px solid #ff8f16;
	border-right: 1px solid #ff8f16;
	padding: 10px 0;
	background: white;
}

#content .leftcol {
	float: left;
	width: 135px;
	margin: 0 0 0 40px;
}

#content .rightcol {
	float: left;
	width: 470px;
	margin: 0 0 0 40px;
}

.rightcol IMG {
	margin: 0 10px 10px 0;
}

UL.vac {
	list-style: none;
	margin-left: 0;
}

UL.vac LI {
	width: 125px;
	font-size: 110%;
	line-height:  2em;
	text-align: center;
	display: inline-block;
	margin: 0 20px 20px 0;
}

P.subnav A:LINK, P.subnav A:VISITED {
	color: white;
	background: #ff8f16;
	padding: 5px 8px;
	margin: 0 10px 0 0;
}

P.subnav A:HOVER {
	background: #da5c00;
}

P.subnav A.selected:LINK,
P.subnav A.selected:VISITED {
	background: #333333;
}


#footer {
	background: url(../images/footer-bg.gif) top center no-repeat;
	padding: 100px 0 20px 0;
	color: #4b4b4b;
}

#footer P {
	margin: 0 0 0.5em 0;
	line-height: 1.2em;
}

#footer A {
	font-weight: bold;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#splash #wrapper {
	width: 720px;
	margin: 50px auto;
}

#splash #content {
	background: white;
	border: 1px solid #ff8f16;
	margin: 0 0 10px 0;
}

#splash .leftcol {
	width: 175px;
	margin: 105px 0 0px 70px;
}

#splash .rightcol {
	width: 350px; height: 350px; padding: 50px 0;
	margin: 0 0 0 85px;
}

#splash UL {
	list-style: none;
	margin: 0; padding: 0;
}

#splash UL LI {
	margin: 0;
	padding: 0;
}

#splash .address {
	margin: 25px 0 0 0; padding: 8px 0;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

#splash UL LI {
	display: inline-block; float: left;
	margin: 0; padding: 0;
}

#splash UL LI A:LINK,
#splash UL LI A:VISITED {
	display: block;
	float: left;
	margin: 0; padding: 0;
	text-indent: -9000px;
	width: 350px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#splash UL LI#top {
	height: 90px; width: 350px;
	background: url(../images/splor-top.jpg) bottom center no-repeat;
}

#splash UL LI#services A:LINK,
#splash UL LI#services A:VISITED {
	height: 36px;
	background-image: url(../images/splor-services.jpg);
}

#splash UL LI#team A:LINK,
#splash UL LI#team A:VISITED {
	height: 42px;
	background-image: url(../images/splor-team.jpg);
}

#splash UL LI#faq A:LINK,
#splash UL LI#faq A:VISITED {
	height: 36px;
	background-image: url(../images/splor-faq.jpg);
}

#splash UL LI#tips A:LINK,
#splash UL LI#tips A:VISITED {
	height: 48px;
	background-image: url(../images/splor-tips.jpg);
}

#splash UL LI#products A:LINK,
#splash UL LI#products A:VISITED {
	height: 47px;
	background-image: url(../images/splor-products.jpg);
}

#splash UL LI#contact A:LINK,
#splash UL LI#contact A:VISITED {
	height: 50px;
	background-image: url(../images/splor-contact.jpg);
}

#splash UL LI A:HOVER {
	background-position: top right;
}



#splash #footer {
	background: none;
	padding: 0;
	margin: 0;
}