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

*{
	padding:0px;
	margin:0px;}
	
body{
	background:url(../img/back.jpg) repeat-x top left #E0DDD2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.clear{
	clear:both;}
	
.site{
	width:1000px;
	margin:auto;
	margin-top:15px;}
	
.maintable{
	width:100%;
	padding:0px;
	border-collapse:collapse;
	height: 590px;
	/*height:500px;*/
	}
	
.topleft{
	width:15px;
	height:16px;
	background:url(../img/top_left.png) bottom right no-repeat;
	float:left;
	}
	
.top{
	width:970px;
	float:left;
	background:url(../img/top.png) repeat-x bottom left;
	height:16px;
	}
	
.topright{
	width:15px;
	float:left;
	background:url(../img/top_right.png) no-repeat bottom left;
	height: 16px;
}
	
.left{
	width:15px;
	background:url(../img/left.png) repeat-y right top;
	}

.container{
	float:left;
	width:970px;
	background: #E0DDD2;
}

.right{
	width:15px;
	background:url(../img/right.png) repeat-y left top;
	}
	
.botleft{
	float:left;
	width:15px;
	height:20px;
	background:url(../img/bottom_left.png) no-repeat top right;
	}
	
.botright{
	float:left;
	width:15px;
	height:20px;
	background:url(../img/bottom_right.png) no-repeat top left;
	}
	
.bot{
	float:left;
	height:20px;
	background:url(../img/bottom.png) top repeat-x;
	width:970px;}
.menu{
	border-right:3px solid #FFF;
	width:197px;
	background: #E0DDD2;
	vertical-align:top;
}
	
.content{
	/*background:url(../img/back_right.jpg) #3B3325 top left;*/
	background:#3B3325 ;
	width:770px;
	vertical-align:top;
	/*height: 550px;*/
	}

.mimage{
	padding-top:20px;
	display:block;
	text-align:center;
	padding-bottom:70px;
	}
.footer{
	color:#777265;
	text-align:right;
	width: 970px;
	margin: auto;
	font-size:10px;
	}

.menuentries{
	padding-left:18px;}
	
.menuentries a{
	display:block;
	color:#514C40;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
/*	letter-spacing:1px;*/
	}

.menuentries a:hover{
	color:#FFF;}
	
.sub {
	padding-left:10px;	
	/*padding-bottom:10px;*/
	}
	
.sub a{
	padding-bottom:4px !important;
	margin-bottom:5px;
	line-height:14px;}	
	
.topimage{
	height:246px;
	}

.bottomcontent{
	background:url(../img/shadow_content.png) top center no-repeat;
	padding:30px;
	color:#FFFFFF;
	line-height:18px;
	padding-top: 40px;
	position: relative;
	height: 300px;
	}
img{
	border:0px;}
	
.bottomcontent h1{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:20px;
	color: #B6A380;
}
	
.bottomcontent h1 span{
	text-transform:none;
	font-size:18px;}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  */
#prod{
	display:none;}
	
#blink1{
	display:none;}	

.blink{
	text-decoration:blink;
	color:#FFF;}
	

.foot{
	width:970px;
	margin:auto;
	margin-top:-5px;}
	
.flinks{
color:#777265;
font-size:10px;
float:left;
width:400px;
}

.flinks a{
color:#777265;
text-decoration:none;
}

.flinks a:hover{
	color:#3B3325;
	}
	
.selected{
	border-left:2px solid #FFF !important; }
	
	.selectedl{
	color:#3B3325 !important;}

.thumbs{
	text-align:center;
	position:absolute;
	bottom:20px;
	width:700px;
	left: 30px;
}

.thumbs table{
	margin:auto;}

.cntlnk{
	color:#B6A380;
	text-decoration:none;
	}

