/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {color:#fff; font-size:13px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; background:#050505 url(../images/body_bg.jpg) left top repeat-x}
a {outline:none; color:#7198b6}
	a:hover {text-decoration:none}
a.contact  {color:#b4ca92; font-style:italic; padding-left:15px}
a.phonecode {color:#b4ca92; font-size:.8em; font-style:italic;}
a.addresshead {color:#b4ca92; font-style:italic;}
a.address {color:#b4ca92; font-size:1.1em}


h2 {margin-bottom:15px; text-transform:uppercase; font-size:1.5em; font-weight:normal; color:#b4ca92}
h3 {margin:15px 0; text-transform:uppercase; font-size:1.25em; font-weight:bold}




/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:960px; margin:0 auto}


	#header {width:945px; float:left; display:inline; padding-right:15px}
		#header h1 {float:left; display:inline; margin:50px 0 0 15px; font-size:1.85em; text-transform:uppercase; color:#fff}
			
			#navigation {position:relative; float:right; display:inline; margin-top:45px; width:455px; list-style-type:none}
				#navigation li {float:left; display:inline; width:121px; padding:10px 15px; font-size:1.1em; text-transform:uppercase; background: url(../images/navigation_button.jpg) left top no-repeat}
					#navigation li a {display:block; text-decoration:none; color:#fff}
						#navigation li a:hover {color:#E9E6CE}

				/* Drop-Down Category Menu */		
				#group_list {position:absolute; top:31px; left:-999em; width:143px}
				#navigation li:hover #group_list, #navigation li.sfhover #category_list {left:302px; background-color:#689923}
					#group_list li {width:143px; margin:0; padding:5px 0; background:#689923; border-bottom:1px dashed #83ab4b; text-transform:none; font-size:.85em}
						#group_list li a {display:block; padding:5px 5px 5px 15px; text-decoration:none; color:#fff}
							#group_list li a:hover {color:#E9E6CE} 
                            
           /* Selections of Elements to Format */                 
           #contact_list{float:left; margin-top:20px; width:250px; font-size:1.3em; line-height:2}                 
           #contact_list li {float:left; width:250px; margin:0; padding:5px 0; text-transform:none; font-size:.9em; line-height:2}
           #bay {float:right; width:630px; margin-top:35px; position:relative; top:-20px;;}  
           #approach {float:left; width:250px; margin-top:45px;} 
           #field {float:right; width:598px; margin-top:15px;} 
           #postal {float:right; width:200px; margin-top:5px; margin-right:130px; color:#d2e0bd;} 
           #mkesmall {float:left; width:280px; margin-top:15px;}
           #shopsmall {float:left; width:215px; margin-top:8px;}
           #gearsmall {float:left; width:104px; padding-left:10px; display:inline; margin-top:8px;}
           #baysmall {float:left; width:280px; margin-top:8px;}  
		   #content {float:left; display:inline; width:930px; padding:20px 15px}
           #content2 {float:right; display:inline; width:610px; padding:0px 0px}
           #content3 {float:right; position:relative; left:0px; top:0px; display:inline; width:610px; padding:0px 0px}
           #content p {margin:15px 0; line-height:1.5em}
		   #content img {float:left; display:inline; margin:0 15px 15px 0}
           #Overlay {position:absolute; left:40em; bottom:23em; width:386px; margin-top:15px;}
			
			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}														
									
			#print a {text-decoration:none}
				#print a:hover {text-decoration:underline}		
		
#footer {clear:both; padding:15px; width:930px; font-size:.95em}
	#footer a {color:#d2e0bd; text-decoration:underline}
		#footer a:hover {text-decoration:none}		