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

body {
	background-color: #f3f3f3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bk.jpg);
	background-repeat:repeat-x;
	background-position: top center;
}

a {outline:none}

a:link, a:visited {
					color:#FF0000;
					text-decoration:none;
					}
						
					#nav li a:hover, #nav li a:active {
						color:#999999;
						text-decoration:none;
						display: block;
						}




h1 {
	  color:#FF0000;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:26px;
	  line-height:28px;
	  maring:0;
	  letter-spacing:0;
	  font-weight:normal;
	  }



.none {display:none;
		visibility:hidden;
		}



#clear {clear:both;}

#page {
	margin-left:auto;
	margin-right:auto;
	width:810px;
	background-image:url(../images/page_bk.jpg);
	background-repeat:repeat-y;
	}
	
#header {
	width:810px;
	height:155px;
	padding:0;
	margin:0;
	background-image:url(../images/header_bk.jpg);
	background-repeat:no-repeat;
	}
	
	
		#logo {
				width:280px;
				height:95px;
				float:left;
				}
				
		#nav  {
				width:502px;
				height:85px;
				padding:70px 28px 0 0;
				float:left;
				text-align:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:18px;
				}
			
					#nav ul{
							  padding:0;
							  margin: 0 auto;
							  list-style-type: none;
							  float:right;
							  }
							  
					#nav li{
							  display: inline;
							  float:left;
							  padding: 0 0 0 20px;
							  }
					
					#nav li a:link, #nav li a:visited {
						color:#000000;
						text-decoration:none;
						display: block;
						}
						
					#nav li a:hover, #nav li a:active {
						color:#FF0000;
						text-decoration:none;
						display: block;
						}
	
#content {
	width:810px;
	background-image:url(../images/content_bk.jpg);
	background-repeat:no-repeat;
	min-height:350px;
	}
	
		#flash {
				  width:380px;
				  height:286px;
				  padding:20px 0 0 35px;
				  float:left;
		
				}
				
		#hm_copy {
				  width:320px;
				  padding:13px 0 0 30px;
				  float:left;
				  font-family:Arial, Helvetica, sans-serif;
				  color:#666666;
				  font-size:17px;
				  line-height:28px;
				  letter-spacing:1px;
				}
				
		#about_copy {
				  width:450px;
				  padding:10px 55px 0 55px;
				  font-family:Arial, Helvetica, sans-serif;
				  color:#666666;
				  font-size:14px;
				  line-height:20px;
				}
				
		#product_copy {
				  width:675px;
				  padding:10px 55px 0 55px;
				  font-family:Arial, Helvetica, sans-serif;
				  color:#666666;
				  font-size:14px;
				  line-height:20px;
				}
				
					
					#prod_row {
								width:675px;
								height:300px;
								float:left;
				  				padding:0 0 0 25px;
								margin-bottom:10px;
								border-bottom: 1px solid #FF0000;
								}
					
					#prod {
								width:200px;
								height:300px;
								float:left;
				  				padding:0 25px 0 0;
								text-align:center;
								}
								
								#prod img {
										border: 1px solid #FF0000;
										}
				
		#contact_copy {
				  width:265px;
				  padding:10px 0 0 55px;
				  float:left;
				  font-family:Arial, Helvetica, sans-serif;
				  color:#666666;
				  font-size:14px;
				  line-height:20px;
				}
				
		#contact_map {
				  width:425px;
				  padding:10px 53px 0 10px;
				  float:left;
				  font-family:Arial, Helvetica, sans-serif;
				  color:#666666;
				  font-size:14px;
				  line-height:20px;
				}		
	
	
#footer {
	width:810px;
	height:33px;
	padding-top:42px;
	background-image:url(../images/footer_bk.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
		
		#footer #left {
						width:205px;
						height:30px;
						padding:0 0 0 20px;
						float:left;
						text-align:left;
						}
						
		#footer #center {
						width:360px;
						height:30px;
						float:left;
						text-align:center;
						}
						
						#footer #center a:link,
						#footer #center a:visited {
													color:#FFFFFF;
													text-decoration:none;
													}
													
						#footer #center a:hover,
						#footer #center a:active {
													color:#cccccc;
													text-decoration:none;
													}
						
		#footer #right {
						width:205px;
						height:30px;
						padding:0 20px 0 0;
						float:left;
						text-align:right;
						}
