 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,  
 b, u, i, center,  
 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-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
 
/* end of reset */ 
 
html {
	background-color: #FFFFFF;
} 
 
/* start of type */  

p {
color: #5a5a5a;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-weight:400;
font-size: 16px;
line-height: 18px;
}

h3 {
color: #5a5a5a;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
margin-bottom: 2px;
}




/* end of type*/ 


/* start of body divs*/ 
 
#mainwrapper {
	width: 899px;
	margin: 0 auto;
	background-color:#009966;
	
} 


.clear {
	clear:both;
}
 
/* start of sidebar*/   
 
#sidebar {
	float: right;
	width: 239px;
	margin: 0 auto;
	height: 910px;

} 

/* end of sidebar*/ 


/* start of main content/body content*/ 

#leftwrapperHome {
	float: left;
	width: 660px;
	height: 980px;
	background-color: #FFF;
	background-image:url(images/home_body.jpg);
	background-repeat:no-repeat;
	background-position:top;
} 
 
#leftwrapperPage {
	float: left;
	width: 660px;
	background-color: #FFF;
} 
 
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 251px;
}

/*Start of Nav*/

.nav {
	font-size: 11px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	width: 565px;
	margin: 0 0 0 90px;
	position: relative;
	z-index: 200;



}

ul.topnav {
	list-style: none;
	padding: 0 2px;	
	margin: 0;
	float: left;
	width: 565px;
	font-size: 13px;
	background: url(topnav_bg.gif) repeat-x;
	margin-top: 200px;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 12px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 17px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 13px;

}
ul.topnav li a:hover{
	color: #e3e3e3;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	margin-top: 10px;
	width: 17px;
	height: 35px;
	float: left;
	background: url(menu_images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 50px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 95px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 95px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 70px;
	background: #333 url(menu_images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(menu_images/dropdown_linkbg.gif) no-repeat 10px center; 
}

/*End of Nav*/

#body {
	clear:both;
	width:659px;
	/*height: 659px;*/
}

#badge {
	position:relative;
	margin-left: 495px;
	top: 340px;
	background-image:url(munsterbadge.png);
}

#text {
	width: 220px;
	float: left;
	margin-top: 27px;
} 

#text2 {
	margin-top: 27px;
}

#body .products {
color: #57b255;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
margin-left: 30px;
margin-bottom: 25px;
}

#body .products a:link, a:visited {
color: #57b255;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
}

#body .products a:hover {
color: #009900;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
}

/* start of brands section */
#brands {	
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
float: left;
}

#brands a:link, a:visited {
text-decoration:underline;
color: #57b255;
}

#brands a:hover {
color: #009900; 
}

#brands li {
margin-top: 4px;
}

#brands2 {	
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
float: right;
margin: 16px 420px 0 0;
}

#brands2 a:link, a:visited {
text-decoration:underline;
color: #57b255;
}

#brands2 a:hover {
color: #009900; 
}

#brands2 li {
margin-top: 4px;
}
/* end of brands section */


#logo1 {
	float:right;
	width: 200px;
	height: 135px;
	margin: 27px 0px 0px 206px;
	
}

#logo2 {
	float:right;
	width: 206px;
	height: 105px;
	margin: 0px 0px 0px 206px;
	
}

#pic {
	float:right;
	margin: 0 auto;
	margin: 27px 20px 0px 0px;
}

#map {
	float:right;
	width: 390px;
	margin: 0 auto;
	margin: 27px 40px 0px 0px;
}

#map  p {
color:#000000;
}





/* end of main content/body content*/ 

/* end of body divs*/ 

 
/* start of footer*/  
 
#footer {
	margin: 0 auto;
	background-color: #00a05f;
	border-top: solid 1px #00CC66;
	height: 160px;
	color: #FFFFFF;
	font-size:10px;
}
 
#footerwrapper {
	margin: 0 auto;
	width: 899px;
} 
 
#footer p {
	color: #FFFFFF;
	font-size:12px;
	margin: 35px 0 0 0px;
	line-height: 14px;
	float: left;
} 
 
#footerimage {
	float:right;
	background-repeat:no-repeat;
	margin-left: 200px;
} 
 
 /* end of footer*/  
 
 