body {
	background: #0e0e0e url('../images/background.gif') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}	

#headerwrap {
	margin: 20px auto;
	width: 966px;	
}

/*
	navigation
*/

#navigationwrap {
	
	height: 50px;
	width: 100%;
	margin-bottom: 15px;
}

#navigation {
	background: url('../images/navhighlight.png') no-repeat top center;
	height: 80px;
	margin: 0 auto;
	width: 960px;
}

ul#navbar {
	text-align: center;
}

ul#navbar li {
	display: block;
	float: left;
	font-family: 'FuturaLtBTLight';
	font-size: 16px;
	line-height: 50px;
	margin: 0 23px 0 23px;	
	z-index: 500;
}

ul#navbar li:first-child {
	margin-left: 14px;	
}

ul#navbar li:last-child {
	margin-right: 14px;	
}

ul#navbar li a:link,
ul#navbar li a:visited,
ul#navbar li a:active {
	color: #fff;
	text-decoration: none;
}

ul#navbar li a:hover {
	color: #ccc;
	text-shadow: 1px 1px 3px #000; /* FF3.5+, Opera 9+, Saf1+, Chrome */
}

ul#navbar li.first {margin: 0 9px 0 0;}
ul#navbar li.last {margin: 0 0 0 9px;}

ul#navbar li .dropdown {
	display: none;
	margin: 0 0 0 0;
	position: relative;
	z-index: 2000;
}

ul#navbar li ul	{
	margin: -1px 0 0 0;
	width: 160px;
	background: #000;
	padding: 20px 20px 10px 15px;
	border: 1px solid #262626;
}

ul#navbar li ul li {
	list-style: none;
	width: 160px;
	float: none;
	color: #fff;
	margin: 0 0 13px 0;
	padding: 0 0 0 5px;
	text-align: left;
	line-height: 1em;
}

ul#navbar li:hover .dropdown {
	display: block;
	position: absolute;
}

ul#navbar li .dropdown ul li a {
	display: block;
	text-indent: 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #bababa;
}

ul#navbar li .dropdown ul li:first-child {margin-left: 0;}

 
ul#navbar li .dropdown ul li a:hover {
	border: none;
	color: #009c68;
}



/*
	header
*/

#header {
	background: url('../images/header3.jpg') no-repeat;
	height: 150px;
	margin: 0 0 20px 0;
	position: relative;
	width: 966px;	
}

.logo a {
	background: url('../images/logo.png') no-repeat; 
	display: block;
	height: 136px;
	position: absolute; top: 15px; left: 30px;
	text-indent: -9999px;
	width: 220px;	
}

a.quoterequest {
	display: block;
	height: 143px;
	position: absolute; bottom: -41px; right: -40px;
	text-indent: -9999px;
	width: 175px;
	z-index: 500;		
}

a.quoterequest:link,
a.quoterequest:visited,
a.quoterequest:active {
	background: url('../images/quoterequest.png') no-repeat top left;	
}

a.quoterequest:hover {
	background: url('../images/quoterequest.png') no-repeat top right;	
}

/*
	homepage
*/

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

.homecontent {
	background: #000;
	color: #fff;
	margin: 20px 0 0 0;
	padding: 20px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome */	
}

.homecontent:first-child {
	margin: 0;	
}

.homecontent p {
	color: #fff;
	font-size: 12px;	
}

.floater {
	background: url('../images/strange.gif') repeat-y left;
	float: left;
	padding-left: 16px;
	margin: 0 20px 0 0;
	width: 272px;	
}

.floater:last-child { margin: 0; }

#left {
	float: left;
	margin: 0 20px 0 0;
	width: 360px;	
}

#right {
	float: left;
	margin: 0 0 0 20px;
	width: 890px;	
}

#right div {width: 890px; margin: 15px 0 0 0;}
#right img {margin: 0 4px 0 4px;}

#left h2 {font-size: 26px; text-align: center; line-height: 1.4em; margin-top: 50px;}

/*
	subpage
*/

#subpage {
	background: #000;
	margin: 0 auto;
	width: 966px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome */	
}

#subpagecontent {
	margin: 0 auto;
	padding: 20px 0;
	width: 926px;	
}

#subpage #content,
#sidebar {
	float: left;	
}

#subpage #content {
	background: #fff;
	margin: 0 20px 0 0;
	padding: 10px 20px 20px 20px;
	width: 591px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
}

#subpage #content ol li {color: #333; font-size: 12px; line-height: 22px; margin: 15px 0 0 35px; list-style: decimal;}

#sidebar {
	color: #fff;
	width: 275px;	
}

#subpage #fullContent {
	background: #fff;
	margin: 0 20px 0 0;
	padding: 10px 20px 20px 20px;
	width: 881px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
}

#subpagecontent #sidebar a {color: #fff; text-decoration: none;}
#subpagecontent #sidebar a:hover {color: #009c68;}
#subpagecontent #sidebar h3#linkSpace {margin: 0 0 35px 0; display: block;}


#subpagecontent #sidebar p a {color: #009c68;}
#subpagecontent #sidebar p a:hover {color: #009c68; text-decoration: underline;}

.equipmentGallery {width: 450px; margin-bottom: 45px;}
.equipmentGallery img {width: 200px; height: 150px; float: left; margin-right: 15px; border: 1px solid #666; padding: 2px; margin-bottom: 15px}

#sidebar p#addressLeft {width: 161px; display: block; border: 0 solid #fff; text-align: left;}
#sidebar p#addressLeft strong {border: 0 solid #fff; width: 60px; display: block; float: left;}

#subpage #fullContent p#contactInfo strong {border: 0 solid #fff; width: 60px; display: block; float: left;}

.imgleft {float: right; margin: 0 0 0 15px; border: 1px solid #666; padding: 2px;}

/*
	footer
*/

#footer {
	margin: 20px auto;
	position: relative;
	width: 966px;	
}

#footer p {
	color: #fff;
	float: left;
	font-size: 12px;	
}

#footer ul {
	float: right;
	width: 300px;	
}

#footer ul li {
	float: left;
	margin: 5px 0 0 0;
	text-align: right;
	width: 150px;	
}

#footer ul li a {
	color: #fff;
	text-decoration: none;	
}

#footer ul li a:hover {
	text-decoration: none;	
	color: #009c68;
}

/*
	typography
*/

h2, h3, h4 {
	font-family: 'MyriadWebProBold';
	margin: 15px 0;	
}

h2:first-child,
h3:first-child,
h4:first-child {
	margin: 0 0 15px 0;	
}

h2 {
	font-size: 18px;	
}

h3 {
	font-size: 18px;	
}

h4 {
	font-size: 16px;	
}

li {
	margin: 5px;	
}

#sidebar p {
	color: #fff;
	font-size: 12px;
}

p {
	color: #333;
	font-size: 12px;
	line-height: 18px;	
	margin: 15px 0 0 0;
}

p:first-child {
	margin: 0;	
}

strong { font-weight: bold; }

em { font-style: italic; }

a:link,
a:visited,
a:active {
	color: #009c68;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}

/*
	misc styles
*/

a.credit {
	background: url('../images/credit.png');
	display: block;
	height: 56px;	
	position: absolute; top: 0; left: 40%;
	text-indent: -9999px;
	width: 192px;
}

.shim { padding: 10px; }

.clear { clear: both; }

.indexContactLeft {width: 100px; float: left; border: 0 solid #fff; margin: 0 15px 0 15px; text-align: left;}
.indexContactRight {width: 140px; float: left; border: 0 solid #fff; margin: 0 0 0 0; text-align: right;}
.indexContactEmail {margin: 0 15px 0 15px;}

.emphasize {border: 1px solid #009c4a; width: 500px; padding: 15px; margin: 15px auto 0 auto; -moz-border-radius: 5px; border-radius: 5px;}

#quote {margin: 20px 0 0 50px;}

.formbox {border: 1px solid #77991d; padding: 20px; margin: 0 0 15px 0;}
.formbox div {margin: 0 0 10px 0;}
.formbox div label {display: block; margin: 0 0 5px 0; font-family: 'MyriadWebProBold';}
.formbox div input {width: 210px; border: 1px solid #77991d;}
.formbox div textarea {width: 518px; height: 100px; border: 1px solid #77991d;}
.formbox div.formLeft {width: 220px; float: left;}
.formbox div.formRight {width: 220px; float: right;}
#submit {width: 135px; height: 22px; border: none; background: url(../assets/submit.gif) no-repeat; text-indent: -4000px; cursor: pointer;}
#submitBox {position: absolute; margin: -26px 0 0 185px; width: 135px; height: 22px; background: #fff; padding: 0 20px 0 20px;}

#messageBox1, #messageBox2 { display: none }
#questionform label.error {color: #C00; display: block; width: 230px; text-align: left; padding: 0 0 10px 0; clear: both;}
#messageBox2 {text-align: center; padding: 10px 0 0 0; color: #C00;}

#map {width: 580px; height: 300px; margin: -29px 0 0 0; padding: 2px; border: none; overflow: auto; float: right; border: 1px solid #909090;}
#addressBox {width: 260px; float: left;}

.newsItem {margin-bottom: 55px;}
.newsDate {width: 220px; float: left; margin-top: 0; margin-left: -30px; padding: 8px 0 8px 20px; color: #fff; background: #000;}
.newsDate h3 {margin: 0 0 5px 0;}
.newsDate p {color: #fff; margin: 0;}
.newsContent {width: 290px; float: right; border: 1px solid #c5c5c5; padding: 20px;}
.newsContent2 {width: 530px; border: 1px solid #c5c5c5; padding: 20px; margin-bottom: 20px;}
.arrow {width: 21px; height: 61px; background: url(../assets/arrow.gif) no-repeat; position: absolute; margin-left: 220px; margin-top: -8px;}


/*
	@font-face
*/

@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('../fonts/futura_light_bt-webfont.eot?') format('eot'),
         url('../fonts/futura_light_bt-webfont.woff') format('woff'),
         url('../fonts/futura_light_bt-webfont.ttf') format('truetype'),
         url('../fonts/futura_light_bt-webfont.svg#webfont6IdBitLZ') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadWebProBold';
    src: url('../fonts/myriadwebpro-bold-webfont.eot?') format('eot'),
         url('../fonts/myriadwebpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadwebpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadwebpro-bold-webfont.svg#webfontR88UlC4X') format('svg');
    font-weight: normal;
    font-style: normal;
}

