/* ===============================================
--- Emmissions & Silencers Technology
=================================================*/
/* @import "default.css"; */
@import "960.css";

/* ==== mini-reset         		============================== */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; border: none; }

body {
	font-family: Arial, sans-serif;
	background: #161616;
}

#main-wrapper {
	background: url(../images/body-bg.png) #FFF top left repeat-x;
	width: 100%;
}
#content-wrapper {
	background:  #fbfbfb url(../images/content-wrapper-bg.gif) top left repeat-x;
/* 	clear: both; */
}
#footer-wrapper {
	background: url(../images/footer-wrapper-bg.gif)  repeat-x;
	height: 257px;
	clear: both;
	margin-top: -90px;
}
/* !Global ============================== */
a {
	outline: none;
}
h1 {
	font-size: 24px;
	color: #a6d5e3;
	font-family: "TitilliumMaps26L", "Helvetica", "Arial", sans-serif;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	color: #a6d5e3;
	font-family: "TitilliumMaps26L", "Helvetica", "Arial", sans-serif;
	margin-bottom: 10px;
}
.float-left {
	float: left;
}

.right {float:right;margin:0 0 10px 1em;}

/* !Header ============================== */
a#logo img{
	border: none;
}
ul#global-nav {
	list-style: none;
	margin: 0;
	float: right;
}
	ul#global-nav li {
		float: left;		
	}
		ul#global-nav li a{
			font-family: Arial, sans-serif;
			font-size: 10px;
			color: #39c8db;
			text-decoration: none;
			padding: 0 10px;
			margin: 10px 0;
			border-right: 1px solid #39c8db;
			text-align: center;
			display: block;
			font-weight: bold;
		}
		ul#global-nav li.last a {
			border: none;
		}
	
	
a#logo{
	float: left;
}

p.phone {
	font-size: 22px;
	color: #777;
	float: right;
	clear: right;
	text-align: right;
	margin: 1px 30px 0 0;
}

ul#primary-nav {
	margin: 0;
	list-style: none;
	background: url(../images/primary-nav-bg.png) left bottom;
	width: 720px;
	clear: both;
}
	ul#primary-nav li {
		float: left;
		position: relative;
		
	}
	ul#primary-nav li.first {
		background: url(../images/primary-nav-bg.png) left top repeat-x;
	}
		ul#primary-nav li a {
			font-size: 13px;
			color: #333;
			display: block;
			height: 16px;
			padding: 14px 0;
			text-decoration: none;
			background: url(../images/primary-nav-seperator.gif) right center no-repeat;
			width: 210px;
			text-align: center;
		}
		ul#primary-nav li a:hover {
			color: #75b524;
		}
		ul#primary-nav li.active a:hover {
			color: #333;
		}
		ul#primary-nav li.first a {
			width: 90px;
		}
		ul#primary-nav li.last a {
/* 			width: 154px; */
			text-align: center;
		}
		ul#primary-nav li.active {
			background: url(../images/primary-nav-active-bg.gif) right top no-repeat;
		}
			ul#primary-nav li.active a {
				background: url(../images/primary-nav-active-arrow.gif) center bottom no-repeat;
			}
		
form#search {
	background: url(../images/search-form-bg.gif) right top no-repeat;
	height: 44px;
	width: 240px;
}
	form#search fieldset {
		margin: 11px 0 0 10px;
	}
	form#search input {
		width: 162px;
		height: 18px;
		padding: 2px 3px;
		background: url(../images/search-bgs.gif) left top no-repeat;
		display: block;
		border: none;
		float: left;
		margin-right: 10px;
		color: #666;
	}
	form#search input.submit {
		width: 20px;
		height: 20px;
		background: url(../images/search-bgs.gif) right top no-repeat;
		margin-top: 1px;
		text-indent: -99999px;
		padding: 0;
		cursor: pointer;
	}
	
/* !Home Content ============================== */
#content, #content.home {
	clear: both;
	padding-bottom: 120px;
	overflow: auto;
	background: #fff url(../images/content-bg.gif) right top repeat-y;
}
#content.home {
	background: none;
}

#signUp {
    float:right;
    margin:0 70px 0 0;
}

#signUp .submit {
    display:block;
}

#bucket-wrapper .bucket {
	background: url(../images/home-bucket-bg.gif) left top repeat-x;
	border: 1px solid #e5e5e5;
	height: 233px;
	width: 298px;
	margin-top: 20px;
	margin-bottom: 42px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 5px #EEE;
}
	.bucket img {
		margin-left: 60px;
		margin-top: 10px;
	}
	.bucket h2 a{
		font-size: 24px;
		display: block;
		color: #75b524;
		margin: 15px 0 0 20px;
		padding: 0;
		text-decoration: none;
	}
	.bucket h2 a:hover {
		color: #666;
	}
	.bucket h2 a span {
		display: block;
		font-size: 14px;
		color: #414445;
		font-weight: normal;
		line-height: 10px;
	}
	.bucket a.learn-more, ul#landing-wf a.learn-more {
		position: absolute;
		bottom: 3px;
		right: 5px;
		background: url(../images/learn-more.gif) left top no-repeat;
		display: block;
		width: 65px;
		height: 18px;
	}
	ul#landing-wf a.learn-more {
		position: static;
		text-indent: -9999px;
		margin-top: 10px;
	}
#content p, #content li {
	font-size: 13px;
	color: #3a3a3a;
	font-family: "Georgia", serif;
	margin-bottom: 15px;
}
	p sub {
		font-size: 10px;
	}
#content ul {
	margin: 15px;
}
	#content ul li {
		margin-bottom: 5px;
	}
#content.home h1, #content.home p {
	margin-left: 30px;
	clear: both;
}
#content.home p {
	line-height: 18px;
}
a#rfq-button {
	height: 49px;
	width: 196px;
	display: block;
	background: url(../images/home-rfq-button.gif) left top no-repeat;
	float: right;
	text-indent: -9999px;
	margin-right: 60px;
}
	a#rfq-button:hover {
		background-position: left bottom;
	}
	
table.conversions {
	border: 1px solid #BBB;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
table.conversions tr td{
	font-size: 13px;
	text-align: center;
	border: 1px solid #BBB;
	padding: 5px;
}
/* !Content ============================== */
#content #holder {
	width: 680px;
	float: left;
	padding: 20px;
}
#content #detail{
	float: left;
	width: 720px;
}
#content.noColumn {
	background: none;
	padding: 20px 20px 120px 20px;
}
#landing-wrapper {
	margin: 30px 20px 0 20px;
}
	#landing-wrapper h2 {
		font-size: 18px;
		color: #646464;
		margin-bottom: 5px;
	}
ul#landing-wf {
	list-style: none;
	width: 550px;
}
	ul#landing-wf li {
		border-top: 1px solid #d8e9eb;
		padding: 10px 5px;
		overflow: auto;
	}
	ul#landing-wf li.last {
		border-bottom: 1px solid #d8e9eb;
	}
	ul#landing-wf a.icon {
		float: left;
		margin-right: 15px;
	}
		ul#landing-wf a.icon img {
			border: none;
		}
	ul#landing-wf h3 {
		font-size: 18px;
		color: #75b524;
		margin-bottom: 10px;
	}
	ul#landing-wf p {
		margin-bottom: 0;
	}
		ul#landing-wf span {
			color: #414445;
			font-weight: normal;
		}
	/*
ul#landing-wf a.learn-more {
		color: #00b7d5;
		text-decoration: none;
	}
*/
		/*
ul#landing-wf a.learn-more:hover {
			text-decoration: underline;
		}
*/
		
div.call-out {
	float: right;
	width: 260px;
	border: 1px solid #BBB;
	padding: 20px;
	background: #e7f1f3;
}
	div.call-out h2 {
		font-size: 12px;
		color: #333;
	}	
/* !Sidebar Right ============================== */
#sidebar-right {
	float: right;
	width: 240px;
	background: url(../images/sidebar-right-bg.gif) left -18px no-repeat;
}
	#sidebar-right a#rfq-button {
		margin: 40px 22px;
		float: none;
		
	}
/* !Quick Contact ============================== */
form#quick-contact {
	padding: 10px 0 0 40px;
}
	form#quick-contact fieldset {
	}
	form#quick-contact span.title {
		color: #75b524;
		font-size: 19px;
	}
	form#quick-contact em {
		font-size: 10px;
		display: block;
	}
		form#quick-contact em span {
			color: #F00;
		}
	form#quick-contact label {
		font-size: 12px;
		font-family: "Georgia", serif;
		color: #888888;
		display: block;
		margin-top: 5px;
	}
		form#quick-contact label span {
			color: #F00;
		}
	form#quick-contact input, form#quick-contact textarea {
		height: 18px;
		width: 152px;
		border: 1px solid #d8e9eb;
		padding: 3px;
		font-family: "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	form#quick-contact textarea {
		height: 90px;
	}
	form#quick-contact input.submit {
		background: url(../images/input-submit-bg.gif) top left repeat-x;
		width: 65px;
		color: #FFF;
		font-size: 10px;
		padding: 0;
		font-weight: bold;
		margin-top: 5px;
		cursor: pointer;
	}
	
/* ! Contact & RFQ Forms ============================== */
form#contact {
	margin-right: 150px;
}
form#rfq-form {
	width: 510px;
}
	form#contact span.title, 
	form#rfq-form span.title {
		color: #75b524;
		font-size: 19px;
	}
	form#contact em,
	form#rfq-form em {
		font-size: 10px;
		display: block;
	}
		form#contact em span,
		form#rfq-form em span {
			color: #F00;
		}
	form#contact label, 
	form#rfq-form label {
		font-size: 12px;
		font-family: "Georgia", serif;
		color: #888888;
		display: block;
		margin-top: 5px;
	}
		form#contact label span,
		form#rfq-form label span {
			color: #F00;
		}
	form#contact input, form#contact textarea,
	form#rfq-form input, form#rfq-form textarea {
		height: 18px;
		width: 240px;
		border: 1px solid #d8e9eb;
		padding: 3px;
		font-family: "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		font-size: 12px;
	}
	form#contact textarea,
	form#rfq-form textarea {
		height: 90px;
	}
	form#rfq-form textarea {
		width: 510px;
		height: 150px;
	}
	form#contact input.submit,
	form#rfq-form input.submit {
		background: url(../images/input-submit-bg.gif) left center repeat-x;
		width: 65px;
		color: #FFF;
		font-size: 10px;
		padding: 0;
		font-weight: bold;
		margin-top: 5px;
		cursor: pointer;
		display: block;
		border: none;
		height: 15px;
	}
	table#rfq-holder td {
		padding-right: 20px;
	}

/* added by sal */
#downloadDocs {margin:10px 30px 0; }
#downloadDocs h3 {color: #75b524;font-size: 19px;font-weight:normal;}
#downloadDocs a {display:block;font-size:80%;text-decoration:none;color:#00b7d7;margin:.3em 0;padding-left:20px;background: url(../images/pdf-icon.gif) no-repeat left center;}
#downloadDocs a:hover {text-decoration: underline;}

/* !Secondary Nav ============================== */
div#sub-nav {
	height: 47px;
	width: 720px;
	float: left;
	background: url(../images/sub-nav-bg.gif) left top repeat-x;
	border-top: 1px solid #f5f6f6;
}
	#sub-nav p{
		float: left;
		display: block;
		width: 142px;
		height: 18px;
		background: url(../images/sub-nav-arrow.gif) left top no-repeat;
		color: #FFF;
		font-family: "Arial", sans-serif;
		font-size: 11px;
		text-align: center;
		margin-top: 12px;
		padding-top: 5px;
	}
	
ul#secondary-nav {
	float: left;
	list-style: none;
	margin-top: 14px;
}
	ul#secondary-nav li {
		float: left;
		position: relative;
	}
		ul#secondary-nav li a {
			text-decoration: none;
			color: #00beda;
			font-size: 12px;
			display: block;
			padding: 0 20px;
			background: url(../images/secondary-nav-divider.gif) right center no-repeat;
		}
		ul#secondary-nav li.active a {
			color: #9d9d9d;
		}
		ul#secondary-nav li.last a {
			background: none;
		}
		ul#secondary-nav li a:hover {
			text-decoration: underline;
		}

/* !Footer ============================== */
#footer {
	top: 100px;
	position: relative;
}
ul#footer-nav {
	list-style: none;
	margin: 0;
	float: right;
	padding: 20px 0 0 0;
}
	ul#footer-nav li {
		float: left;
		position: relative;
	}
		ul#footer-nav li a {
			font-size: 10px;
			color: #00bcd6;
			text-decoration: none;
			display: block;
			padding: 0 5px;
		}
p.address {
	color: #FFF;
	font-size: 11px;
	padding: 20px 0 0 0;
}
p#credits {
	color: #BBB;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
}
	p#credits a {
		color: #00bcd6;
	}
	
/* !Sitemap ============================== */
ul#sitemap {
	margin: 10px 0 0 0;
	list-style: none;
}
	ul#sitemap li {
	
	}
		ul#sitemap li a {
			color: #39C8DB;
			text-decoration: none;
		}
		ul#sitemap li a:hover {
			text-decoration: underline;
		}
ul#sitemap ul {
	list-style-type: circle;
	margin-left: 30px;
}
	ul#sitemap ul li a {
		font-size: 12px;
	}
	
/* Utilities */
.clearboth {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
