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

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */

body {
	 background: #f07400 url(../images/page_bg.jpg) top repeat-x;
	 font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 color: #00404f; 
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	background: #00404f;
	color: #fff;
	padding: 0.2em 0.5em;
	margin: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

h2,h3,h4,h5,h6 {
	font-size: 1em;
	color: #00AEEF;
	background: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0.5em 1em;
}

p {
	font-size: 0.75em;
	padding: 0.5em 1.5em;
}

td {
	font-size: 0.8em;
}

p bold, p strong {
	font-weight: bold;
}

ul {
	font-size: 0.75em;
	margin: 0.5em 4em;
	color: #555;
}

ul li {
	padding: 0.2em 0;
}

a {
	text-decoration: none;
	color: #F07400;
}

a:hover {
	text-decoration: underline;
}	

a.button {
	font-size: 1.4em;
	color: #fff;
	background: #EF7001;
	padding: 1em;
	margin: 1em 0;
	
}

a.buttonLarge {
		color: #fff;
		background: url(../images/button_large.gif);
		width: 422px;
		height: 64px;
		line-height: 64px;
		font-size: 1.4em;
		display: block;
		text-align: center;
		margin-left: -0.5em;
	}
	
	a.buttonLarge img { vertical-align:middle;}

/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

	#header {
		background: url(../images/header_bg.gif);
		height: 350px;
		position: relative;
	}
	
		#flashHeader {
			width: 720px;
			height: 250px;
			position:absolute;
			right: 0;
			top:0;
		}
	
	#content {
		width: 718px;
		float: right;
		padding: 0.5em 0;
	}
	
	#column {
		width: 240px;
		float: left;
	}
	
		/* Facebook Twitter */
		
		#facebook_twitter {
			background:url(../images/facebook_twitter.jpg) right no-repeat;
			width:240px; 
			height: 86px;
		}
		
			#facebook_twitter a {
				color: #00404F;
				height: 44px;
				line-height: 44px;
				text-indent : 65px;
				display: block;
			}
	
	#contact {
		background: #00404f url(../images/contact_head.gif) top no-repeat;
		padding: 25px 0;
		clear: both;
		width: 100%;
		overflow: hidden;
		color: #fff;
	}
	
		#contact_left {
			width: 49%;
			float: left;
		}
		
		#contact_right {
			width: 49%;
			float: right;
		}
		
		p.headOffice {
			font-size: 1.2em;
		}
	
	/*	Form Stylin'	*/
			
			#contact_form {	
			
				padding: 0.5em 2em;
				font-size: 0.75em;
				color: #fff;			
			}
			
						
			#contact_form fieldset {
				padding: 1em;
				border: 1px solid #ccc;
				margin-bottom: 0.5em;
			}
			
			#contact_form fieldset legend {
				padding: 0 0.5em;
				font-size: 1.2em;
				color: #FC8D1A;
			}
			
			#contact_form fieldset label {
				display: block;
				width: 100%;
				float: left;
				clear: left;
			}
			
			#contact_form fieldset input {
				float: left;
				margin: 0 0 0.5em 0;
				font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
				color: #333;
			}
			
			#contact_form fieldset textarea {
				font: 'Trebuchet MS', Arial, Helvetica, sans-serif;	
				color: #333;		
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
			}
			
/* Sales Styles */

	#saleItemLinks {
		list-style: none;
		margin: 0.5em;
		padding: 0;
		border-top: 1px solid #ccc;
		padding-top: 1em;
	}
	
		#saleItemLinks li {
			width: 48%;
			float: left;
		}
		
			#saleItemLinks li a {
				display: block;
				height: 90px;
			}
			
			
			
			#saleItemLinks li a img {
				float: left;
				padding: 0.2em;
				margin: 0.5em 1em 0.5em 0.5em ;
				background: #efefef;
				border: 1px solid #ccc;
			}
			
			#saleItemLinks li a span {
				display: block;
				color: #333;
			}
			
			#saleItemLinks li a span.title {
				color: #00AEEF;
				font-size: 1.2em;
				font-weight: bold;
			}
			
			#saleItemLinks li a span.price {
				font-size: 1.2em;
				font-style: italic;
			}

			#saleItemLinks li a:hover {
				background: #F07400;
			}
			
			#saleItemLinks li a:hover span{
				color: #fff;
			}
			
#images {
	width: 310px;
	float: right;
	text-align: center;
}

	#images img, img.border {
		padding: 0.1em;
		border: 1px solid #ccc;
		margin: 0.1em;
	}
	
	img.border {
		margin: 0;
	}
	
	#images img.main {
		padding: 0.3em;
	}
	
#usedInfo {
	font-size: 0.75em;
	padding: 0 2em;
}

	#usedInfo dt {
		font-weight: bold;
	}
	
	#usedInfo dd {
		margin-bottom: 1em;
	}
	
	#usedInfo dd.price {
		font-size: 1.2em;
	}
	
#sales_form {
	padding: 1em;
	font-size: 0.8em;
}
	#sales_form fieldset {
		border: 1px solid #ccc;
		padding: 1em;
	}

	#sales_form legend {
		color: #00AEEF;
	}

	#sales_form label {
		width: 8em;
		display: block;
		float: left;
		clear: left;
	}
	
	#sales_form input {
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	
	#sales_form textarea {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
		
	}
	


/* Footer */

#footer {
	width: 960px;
	margin: 0.5em auto;
	font-size: 0.7em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
}


	#footer a {
		color: #ccc;
	}

