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

body{
	margin:0px 0px 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background:#bdd5b9 url(images/bg2.jpg) repeat-x;
	}
	
a img{
	border:none;
	}
	
h1{
	font-size:12px;
	}
	
a{
	text-decoration:none;
	color:#fce66f;
	}
	
.imgb{
	margin:0 auto;
	border:3px solid #404b3e;
	}
	
h1{
	padding:5px;
	display:block;
	background:#30392e;
	}
	
/* pre done classes */

.m_auto{
	margin:auto;
	width:775px;
	}
	
#bg{
	width:100%;
	background:url(images/bg1.jpg) top center no-repeat;
	min-height:800px;
	}
	
#top{
	height:18px;
	width:100%;
	background:url(images/top.jpg);
	}
	
#ban_menu{
	height:196px;
	width:100%;
	background:url(images/banner_menu.jpg);
	}
	
#flashcontent{
	width:100%;
	height:156px;
	}
	
#menu{
	width:775px;
	height:30px;
	padding-top:10px;
	text-align:center;
	}
	
#content{
	width:735px;
	padding:10px 20px 10px 20px;
	background:url(images/body.jpg);
	text-align:left;
	color:#FFFFFF;
	}

#base{
	width:100%;
	height:15px;
	background:url(images/base.jpg);
	}
	
.txt1{
	font-size:14px;
	font-weight:bold;
	color:#f7f1bc;
	}
	
.txt2{
	font-size:18px;
	font-weight:bold;
	color:#bbd65e;
	}
	
.fl{
	float:left;
	margin: 0px 10px 5px 0px;
	}
	
/* links */

.home a{
	display:block;
	width:63px;
	height:25px;
	background:url(images/home.jpg);
	text-decoration:none;
	}
	
.costs a{
	display:block;
	width:63px;
	height:25px;
	background:url(images/costs.jpg);
	text-decoration:none;
	}
	
.contact a{
	display:block;
	width:70px;
	height:25px;
	background:url(images/contact.jpg);
	text-decoration:none;
	}
	
.samples a{
	display:block;
	width:70px;
	height:25px;
	background:url(images/samples.jpg);
	text-decoration:none;
	}
	
.construction a{
	display:block;
	width:120px;
	height:25px;
	background:url(images/construct.jpg);
	text-decoration:none;
	}
	
.home a:hover{
	background:url(images/home2.jpg);
	}
	
.costs a:hover{
	background:url(images/costs2.jpg);
	}
	
.contact a:hover{
	background:url(images/contact2.jpg);
	}
	
.samples a:hover{
	background:url(images/samples2.jpg);
	}
	
.construction a:hover{
	background:url(images/construct2.jpg);
	}