body{

	height:100%;
	width:100%;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	margin-top:0px;
	margin-left:0px;
}

A:link { text-decoration:none; font-size:12px; color:#b7b7b7;}
A:visited { text-decoration:none; font-size:12px; color:#b7b7b7;}
A:active { text-decoration:none; font-size:12px; color:#b7b7b7;}
A:hover {text-decoration:none; font-size:12px; color:#FFFFFF;}

/*layouts*/

div#body_frame{
	
	width:100%;	
	background: #cdcdcd;

}

div#top_frame{

	width:1000px;
	height:auto;
	padding:auto;
	margin:auto;
	background: #111111;
}

div#top{

	width:1000px;
	height:103px;
	background:#252525 url(../images/top_bg.png) repeat-x;	
}

div#product{

	width:1000px;
	height:224px;
	background:#252525 url(../images/product_bg.png) repeat-x;
} 

div#line{
	
	width:1000px;
	height:9px;
	background:#252525 url(../images/line_bg.png) repeat-x;
}

div#logo {
	
	width:800px;
	margin-left:10px;	
	float:left;	
}

div#logo2 {

	margin-left:10px;
	margin-top: 20px;
	float:left;
	vertical-align:bottom;
}

div#menu {

	width:207px;
	height:auto;
	min-height:430px;
	background:#252525 url(../images/menu_bg.png) no-repeat;
	float:left;
	text-align:center;

}

div#menu ul{
	
	width:160px;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	border:0px #ff0000 solid;
}
div#content {

	width:600px;
	height:auto;
	min-height:430px;
	background-color:#252525;
	float:left;
	color:#b7b7b7;
	background:#252525 url(../images/leaves.png) no-repeat bottom right;

}

div#content p,h3{

	margin-left:10px;	
	padding:0 15px 0 10px;
}

div#content table{

	margin-left:10px;	
	padding:0 15px 0 10px;
}

div#content b{
	
	font-size:12px;
	color:#8dc63f;
}

div#footer{

	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;	
	vertical-align:middle;
}

span#copyright{
	
	color:#c69c6d;
}

span#footer_menu{
	
	margin-left:100px;
	color:#b7b7b7;

}

.prices td{
	
	color:#c4df9b;
	padding:10px;
	

}

.clearfix{

	clear:both;
}
