@charset "utf-8";
/* CSS Document */
*{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	line-height: 150%;
}
body{
	margin:0;
	padding:0;
	background-image:url("../images/bg.jpg");
	background-position:top;
	background-repeat:repeat-x;
	background-color: #ffcd67;
}
a{
	color:#965a1d;
	font-weight:normal;
	text-decoration:none;
}
h1{
	
	display: block;
	
	padding: 0 0 10px 0;
	
}
h1 a, h1{
	color: #562f00;	
	font-weight: bold;
	font-size: 15px;
	}
h2{
	
	display: block;
	padding: 10px 0 1px 0;
}
h2 a, h2{
	font-weight: bold;
	font-size: 13px;
	color: #562f00;	
}

#outer{
	background-image: url("../images/main.png");	
	background-repeat: repeat-x;
	background-position:0 377px;
	background-color: #ffcd67;
	width: 984px;
	margin: 0 auto 0 auto;
}
#logo{
	float: left;
	width: 984px;
	height: 110px;
	background-image: url("..images/logo.jpg");	
}
div.armenu{
	float: left;
	width: 984px;
	height: 4px;
	background: #2a1500;
}
#leftmenu{
	float:left;
	height: 40px;
	width: 126px;
	background-image: url("../images/left.jpg");
}
#rightmenu{
	float:left;
	height: 40px;
	width: 123px;
	background: url("../images/right.jpg") no-repeat #2a1500;
}
#menu{
	float: left;
	width: 735px;
	height: 40px;	
}
#menu a{
	display: block;
	float: left;
	width: 105px;
	padding:16px 0 0 0;
	height:24px;
	text-align:center;
	color: #2a1500;
	font-size:14px;
	font-weight:bold;
	background-image: url("../images/button.jpg");	
	background-position: -123px 0;
	background-repeat: no-repeat;
}
#menu a:hover{
	
}
#menu a.sel{
	background-position:-8px 0;
}

#fadear{
	float:left;
	height: 202px;
	width: 963px;
	margin: 8px 11px 4px 10px;
}
#bfade1{
	float:left;
	height: 1px;
	width: 984px;
	background: #40280b	
}

#bfade2{
	float:left;
	height: 4px;
	width: 984px;
	background: #2a1500	
}



#fadeimg{
	float: left;
	width: 445px;
	height: 365px;
	margin: 138px 0 27px 20px;	
}


#scroll{
	float: left;
	background-image: url("../images/scroll.jpg");
	padding: 11px 0 11px 0;
	height: 73px;
	width: 980px;
}

#main{
	float:left;
	color:#2a1500;
	width:924px;
	padding:20px 30px 20px 30px;	
}


#footer{
	width:100%;
	border-top: 2px solid #e7af54;
	padding-top:5px;
	margin-bottom: 25px;
	
}
#footer, #footer a{
	color: #9d7938;
}
div.error{
	display: inline;
	border: 1px solid #900;
	background: #faa;
	padding: 0 5px;
	margin: 0 5px;
	
}

table.tbl{
	width: 85%;	
}
table.tbl td{
	padding: 2px 5px;	
}

table.prices td {
	border-bottom: solid 1px #ccc4;
}
