/**************************************************************
**CLIENT NAME** Stylesheet
Author: Shane Smith

STYLESHEET CONTENTS
0. Browser Reset
1. Body Formatting
2. Container
3. Heading Tags
4. Paragraph Tags
5. A Tags
6. Reusable Classes
7. Specific Formatting
	 a) Header
	 b) Footer
	 c) Navigation
	 d) Home Page
	 e) Clearfix

***************************************************************/


/********************* 0. Browser Reset ********************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

/********************* 1. Body Formatting ********************/
body, select, input, textarea {
	font: 100%/1.2 Arial, Helvetica, sans-serif;
}

body {
	background:url(../images/body-bg.jpg) repeat-x #000;
}

/********************* 2. Container ********************/
#container {
	font-size: 0.8em;
	width: 1083px;
	margin: 0 auto;
}

#background {
	padding:0px 56px 7px 56px;
	background:url(../images/container-bg.png) repeat-y;
}

#contentArea {
	background:url(../images/content-bg.jpg) right top no-repeat #999999;
	padding:20px 15px 20px 20px;
}

/********************* 3. Heading Tags ********************/
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.8em;
}

h1 {
	background:url(../images/h2-bg.jpg) repeat-x;
	height:24px;
	display:block;
	font-size: 1.2em;
	color:#000;
	text-transform:uppercase;
	padding:16px 0 0 26px;
	margin-bottom:10px;
}
h2 {
	background:url(../images/h2-bg.jpg) repeat-x;
	height:24px;
	display:block;
	font-size: 1.2em;
	color:#000;
	text-transform:uppercase;
	padding:16px 0 0 15px;
	margin-bottom:8px;
}
h2.orange {
	background:url(../images/h2-orange-bg.jpg) repeat-x;
	color:#FFF;
}
h3 {
font-size: 1.3em;
padding-left:15px;
padding-top:10px;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
}

/********************* 4. Paragraph Tags ********************/
p {
	padding-bottom: 1.2em;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#4D4D4D;
	padding-left:15px;
	padding-right:15px;
}

p.intro {
	font-size:0.9em;
	line-height:1.3em; }
	
p.mainIntro {
	font-size:1.5em;
	border-bottom:8px solid #F97B00;
	padding:0 15px 10px 15px;
	margin:0 0 15px 0;
}

p.large {
	font-size:2.1em;
	line-height:1.2em; }
	
span.orangeText {
	color:#F97C00;
}

p.formFeedback {
	color:#F00;
	padding:0px;
}

.mainContent p img { margin-left:-15px; }
	
/********************* 5. A Tags ********************/
a {
	text-decoration: none;
}
a:link {
	color: #FC7215;
}
a:visited {
	color: #FC7215;
}
a:active {
	color: #FC7215;
}
a:hover {
	color: #FC7215;
	text-decoration:underline;
}

/********************* 6. Reusable Classes ********************/

.clear {
	clear:both;
}
.error {
color: #C00;
font-weight: bold;
}
.confirmation {
color: #080;
font-weight: bold;
}

ul {
	margin-bottom:15px; }

li {
	font-size: 1em;
	line-height: 165%;
	margin: 5px 0 5px 15px;
	padding:5px 0 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	border-bottom:1px solid #BEBCBD;
	background:url(../images/bullet-bg.jpg) no-repeat left;
	list-style:none; }
	
	li ul li {
		border:none;
	}
	
ul.nobullets li {
	padding:5px 15px 10px 0;
	margin-right:15px;
	background-image:none;
}

ol li {
	font-size: 1em;
	line-height: 165%;
	margin: 0 0 5px 50px;
	list-style-type: decimal;
	list-style-position: outside;
	background: none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;}
	
table {
	font-family:Arial, Helvetica, sans-serif; }
	
#sidelinks div {
	margin-bottom:15px; }
	
hr {
	border: 0;
	width:100%;
	color:#B3B3B3;
	background-color:#B3B3B3;
	height:1px;
	display:block;
	margin-bottom:20px;
	margin-top:10px;
}

ul#news {
	margin:0px;
	padding:0px;
}
ul#news li {
	margin:0 0 5px 0;
	padding:5px 0 10px 15px;
	border-bottom:1px solid #BEBCBD;
	list-style-type:none;
	font-size:11px;
	line-height:1.4em;
	color:#4D4D4D;
	background-image:none;
}

.last {margin-bottom:0px; padding-bottom:0px; }

/********************* 7. Specific Formatting ********************/

/* -------- a) Header -------- */

#header {
	background:url(../images/header-bg.jpg) repeat-x;
	height:120px;
}
	#header .logo {
		float:left;
		padding:0 0 0 37px;
	}
	#header .tagline {
		float:right;
		padding:42px 37px 0 0;
	}
	
	#header .newsletter {
		font-size:0.85em;
		color:#6A6C6B;
		float:right;
		padding:10px 10px 0 0;
	}
	
		#header .newsletter input.name, #header .newsletter input.email {
			border:1px solid #616264;
			background:url(../images/input-header-bg.jpg) repeat-x;
		}
		#header .newsletter input.register {
			background:url(../images/button-header-bg.jpg) repeat-x #000;
			color:#969696;
			font-size:0.85em;
			border:1px solid #CACBCD;
			padding:3px 5px;
			font-weight:bold;
		}
	
/* -------- b) Footer -------- */

#footer {
	padding:30px 70px; }
	
	#footer .colRight {
		float:right; }
	
	#footer .colLeft {
		float:left; }
		
	#footer .colBox1 {
		padding-right:50px; }
		
		#footer p {
			color:#999999;
			line-height:190%;
			font-size:0.85em; }
			
	#footer a {
		color:#999999;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline; }

/* -------- c) Navigation -------- */

#navigation {
	background:url(../images/navigation-bg.jpg) repeat-x;
	height:46px;
	padding:0 5px;
}

#navigation .icon {
	float:right;
	padding:2px 10px;
}

#navigation .telephone {
	float:right;
	padding:7px 10px;
	font-size:2em;
	color:#FFF;
}

#mainMenu {
	margin:0px;
	padding:0px;
}
	#mainMenu li {
		list-style:none;
		float:left;
		margin:0px;
		padding:0px;
		padding-right:3px;
		border:none;
		background-image:none;
	}
	
	#mainMenu li.noPadding {
		padding:0px;
	}
	
		#mainMenu li a {
			display:block;
			font-size:1.0em;
			font-weight:bold;
			color:#FFF;
			text-decoration:none;
			padding:10px 13px 10px 6px;
			background:url(../images/menu-bg.png) right no-repeat;
		}
		
		#mainMenu li a:hover, #mainMenu li a.active {
			color:#FCEE21;
		}
		
/* -------- d) Home Page -------- */

.col1 {
	float:left;
	width:708px;
}

.col2 {
	float:left;
	width:228px;
}


	
/* -------- e) Default Page -------- */

#boxContainer {
	width:694px;
	margin:10px 0 0 0;
}

.outerpair1 {
	background:url(../images/upperrightfade.png) right top no-repeat;
}

.outerpair2 {
	background:url(../images/lowerleftfade.png) left bottom no-repeat;
	padding-top:7px;
	padding-left:8px;
}

.shadowbox {
	background:url(../images/shadow.png) bottom right;
}

.innerbox {
	position:relative;
	left: -8px;
	top: -7px;
	background-color:#F0F0F0;
	padding:8px;
}

div.orange {
	background-color:#F97B00; !important
}
	div.orange p {
		color:#FFF;
	}

table.tradeTable th {
	text-align:left;
	font-size:1em;
	font-weight:normal;
	border-bottom:1px solid #B3B3B3;
	border-top:1px solid #B3B3B3;
	padding:10px 0;
	line-height:1.8em;
}

	table.tradeTable th span {
		color:#F6921E;
		font-size:1.4em;
		font-weight:bold; }
		
	table.tradeTable td {
		font-size:0.9em;
		line-height:1.6em;
		padding:10px 0; }

table.list {
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}

table.list td {
	color:#4D4D4D;
	line-height:1.4em;
	padding:10px 0 10px 0;
	border-top:1px solid #BEBCBD;
}

table.form th {
	text-align:left;
	color:#F97C00;
	padding-right:15px;
	padding-bottom:10px;
}

table.form td {
	padding-bottom:10px;
}
		
/* -------- e) Clearfix -------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}