@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#000000;
	text-align:center;
	background:url(./images/bg.jpg);
	}
	
a img {
	border:none;
	}
	
a {
	color:#333;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	}
	
h1{
	font-size:12px;
	}
	
/* pre done classes */

.m_auto{
	margin:auto;
	width:760px;
	padding:0 20px 20px 20px;
	background:#f1efe3;
	}

#header{
	width:100%;
	height:100px;
	overflow:hidden;
	position:relative;
	}
	
#logo{
	width:237px;
	height:100px;
	float:left;
	background:url(./images/logo.jpg) no-repeat;
	}
	
#tel{
	position:absolute;
	width:285px;
	height:33px;
	padding:3px 20px 0 0px;
	top:0;
	right:0px;
	text-align:right;
	background:url(./images/tel.jpg) no-repeat;
	}
	
#tel a{
	text-decoration:none;
	color:#333;
	margin-right:5px;
	}
	
#tel a:hover{
	color:black;
	}
	
#sum_txt{
	position:absolute;
	bottom:10px;
	right:0px;
	font-weight:bold;
	letter-spacing:1px;
	color:#808c76;
	}
	
#menu{
	height:26px;
	width:100%;
	background:url(./images/menubg.jpg) repeat-x;
	margin-bottom:10px;
	}
	
#menu a{
	display:block;
	line-height:26px;
	padding:0 7px 0 7px;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	letter-spacing:2px;
	
	}
	
.menulink{
	height:26px;
	width:33.2%;
	float:left;
	}
	
.menugap{
	height:26px;
	width:1px;
	float:left;
	background:url(./images/menugap.jpg) repeat-x;
	}
	
#menu a:hover{
	background:url(./images/menubg2.jpg) repeat-x;
	color:#333;
	}
	
#flash{
	height:375px;
	width:100%;
	}
	
#content{
	margin-top:10px;
	width:100%;
	padding-bottom:0px;
	border-bottom:1px dotted #999;
	text-align:justify;
	}
	
#col{
	width:100%;
	}
	
#col1{
	width:470px;
	float:left;
	margin-right:10px;
	}
	
#col2{
	width:280px;
	float:left;
	}
	
#about_box{
	height:390px;
	padding:5px 15px 5px 15px;
	border-bottom:15px solid #d7d3bc;
	background:#e1ddc5;
	color:#333;
	font-size:14px;
	line-height:20px;
	}
	
#product_box{
	padding:5px 15px 5px 15px;
	border-bottom:15px solid #d7d3bc;
	background:#e1ddc5;
	color:#333;
	}
	
#product_box2{
	padding:5px 15px 5px 15px;
	border-bottom:15px solid #3e3a31;
	background:#6f6c5b;
	color:#f0ecd7;
	margin:10px 0 10px 0;
	}
	
#links{
	height:120px;
	padding:35px 10px 10px 10px;
	width:260px;
	background:url(./images/links.jpg) no-repeat;
	}
	
#links a{
	color:#e6fa98;
	font-size:24px;
	letter-spacing:2px;
	text-decoration:none;
	}
	
#links a:hover{
	color:#fcfcdc;
	}
	
.block{
	margin-bottom:15px;
	}
	
.block a img{
	border:none;
	}
	
.clear{
	clear:both;
	}
	
h1{
	letter-spacing:3px;
	font-size:18px;
	}
	
#footer{
	padding-top:5px;
	text-align:right;
	}