@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: #f7921e url(../images/page_bg.gif) top repeat-x;
	 font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 color: #fff; 
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 1.5em;
}

p {
	font-size: 0.8em;
	padding: 0.2em 2em;
}

p.largeText {
	font-size: 1.2em;
	padding: 0.2em 1.5em;
}

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

a:hover {
	text-decoration: underline;
}

img.left {padding: 0 0.5em 0.5em 0;}

ul {
	font-size:0.8em;
	margin: 0.5em 4em;
}

b,strong {font-weight: bold;}
/* Layout Divs */

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

	#header {
		background: url(../images/header_bg.jpg);
		height: 350px;
		position: relative;
	}
	
		#flashHeader {
			width: 720px;
			height: 350px;
			position:absolute;
			right: 0;
			top:0;
		}
	
		#header h1 {
			position: absolute;
			bottom: 1em;
			left: 1em;
			font-size: 1.6em;
			font-weight: bold;
			padding: 0;
		}
	
	div.conetentBox {
		background: #0095da url(../images/content_bg.jpg) top repeat-x;
		width: 100%;
		overflow: hidden;
		padding-bottom: 2em;
	}
	
		div.colLeft {
			width: 49%;
			float: left;
		}
		
		div.colRight {
			width: 49%;
			float: right;
		}
		
		ul#products {
			list-style: none;
			width: 100%;
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
			
			#products li {
				width: 220px;
				float: left;
			}
			
			#products li a {
				display: block;
				margin: 10px;
			}
			
			#products li a:hover {
				background: #00579E;
			}
		
		p.prodImg img {
			padding: 0.5em;
			background: #fff;
			border: 1px solid
		}
		
#footer {
	width: 960px;
	margin: 0.5em auto;
	font-size: 0.7em;
	text-align: center;
	letter-spacing: 0.2em;
}

	#footer a {
		color: #efefef;
	}
	
/* Google Map Style */

	#map p {
		color: #00579E;
	}

/*	Form Stylin'	*/
			
			#contact_form {	
			
				padding: 0.5em 2em;
				font-size: 0.75em;
				
			}
			
						
			#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;
			}

