@charset "UTF-8";

/* GENERAL BODY DEFINITIONS */
body {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
	color: #646464;
	line-height: 1.5em;
	background-image: url(graphics/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size:28px;
	font-weight:normal;
	color: #49392f;
	margin:0px 0px 20px;
}
h2 {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size:25px;
	font-weight:normal;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size:20px;
	font-weight:normal;
	color: #49392f;
	margin:25px 0px 20px;
}
p {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight:normal;
	color: #49392f;
	margin:0px 0px 20px;
	font-size: 12px;
	color: #646464;
}
a:link {
	color: #47382e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #47382e;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}
/* WOOD TEXTURE */
#main_page {
	position:absolute;
	width:100%;
	height:1500px;
	background:url(graphics/background.jpg) repeat top center;
	right:0;
	left:0;
	top:150px;
}

/* CONTAINER */
#wrapper {
	position:relative;
	width:964px;
	min-height: 1630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom:0;
	background:url(graphics/back_wrapper.png) repeat-x;
}

/* LOGO */
#logo {
	height: 100px;
	width: 960px;
	clear: both;
	background-image: url(graphics/logo_shine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo h1 {
	text-indent: -1000px;
}
/* MAIN MENU */
#mainmenu {
	height: 50px;
	width: 960px;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Tahoma;
	font-size: 16px;
	color: #49392f;
	clear: both;
	font-weight: normal;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 23px 0 23px;
}
#mainmenu li a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}
#mainmenu li a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	text-transform:uppercase;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #81620a;
	height: auto;
	width: auto;
}

/* CONTENT */
.clearer {
	clear:both;
}
.leftblock {
	width: 920px;
	min-height:200px;
	margin:10px;
	padding:10px;
	float:left;
}

.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
.squarelink {
	display:inline;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer;
}
.squarelink a {
	padding:10px;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.squarelink a:hover {
	padding:10px;
	background-color:#d8a81e;
	color:#47382e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

/* FOOTER */
#footer {
	margin:30px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2ded8;
}
.footer_text {
	color:#bfbab3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#footer_left {
	float:left;
	width:400px;
}
#footer_right {
	float:right;
	width:400px;
	text-align:right;
}
/* SLIDESHOW */
#slideshow {
	width:960px;
	height:220px;
	margin-top:21px;
	background:#fff;
	padding:2px;
}
#slideshow p{
	color:#000000;
	text-align:center;
	padding-top:100px;
}
#slideshow a {color:#000000; text-decoration:none;}
#slideshow a:hover {color:#ff0000; text-decoration:none;}
/* SUBPAGE */
#content {
	width: 920px;
	min-height:450px;
	margin-top: 20px;
	padding:0;
	background-repeat: no-repeat;
	background-position: top;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}

.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}

