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

body {
	background-color: #fff;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	line-height: 26px;
	font-size:17px;
	margin: 0;
	padding: 0;
	font-family:  Tahoma, Geneva, sans-serif;
}

.main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	padding: 16px;
	border: 3px solid #543e1e;
	top: -126px;
}



.logo {
	text-align: center;
	padding-top: 17px;
	position: relative;
	z-index: 3;
}
.slogen {
	position: absolute;
	top: 87px;
	left:0;
	color: #543e1e;
	width: 367px;
	font-size:18px;
	z-index: 4;
}


.banners {
	width: 1000px;
	height: 399px;
	/*background-image:url(banner.png);
	background-repeat: no-repeat;*/
	
	position: relative;
	

}
.banners div {
	position: absolute;
	z-index: 0;
}
.banners div.prcv {
	z-index: 1;	
}
.banners div.current {
	z-index: 2;	
}
.main_content{
	width: 613px;
	position: relative;
	float: left;
	padding: 16px;
	padding-right: 15px;
	margin-top: 21px;
	margin-bottom: 15px;
	background-color: #fff;
}
.content {
	
	text-align: justify;
	margin-bottom: 3px;
	
}

.content h2{
text-align: center;
color: #543e1e;
line-height: 11px;
margin-top: 0;
}

.contact {
	text-align: center;
	border-top: 2px dotted #543e1e;
	padding-top: 2px;
	
}
.contact h1{
	color: #543e1e;
	
}
.contact h3{
	margin-bottom: 0;
	padding-top: 0;
}

.contact p{
	font-size: 14px;
	padding: 0;
	margin: 0;
}
span.big {
	font-size: 17px;
}

.sideBar {
	width: 335px;
	float: left;
	text-align: center;
	margin-top: 13px;
	padding: 16px;
	padding-left: 15px;
	padding-right: 0;
	font-weight: normal;
	
}
.tab {
	/*background-image: url(images/tabs.jpg);
	background-repeat: no-repeat;*/
	background-color: #fef1c2;
	width: 400px
	height: 52px;
	margin: 0;
	margin-bottom: 4px;
	padding: 12px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
}

.selected {
	background-color: #FECE0B;
}
.tab:hover {
	background-color: #FECE0B;
}

.clr {
	clear: both;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-left: 0;
	top: -123px;
	left: 0;
}


.copy {
	font-size: 12px;
}
.copy a:link, .copy a:visited{
	color: #000;
	text-decoration: none;
}
.copy a:hover{
	text-decoration: underline;
}

.info{
	
	
}
.info a:link, .info a:visited {
	color: #03C;	
	text-decoration: none;
	line-height: 30px;
	
} 
.info a:hover{
	text-decoration: underline;

} 