/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - Nov 2007             */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
	background: #fafaf5 url(assets/body_bg.jpg) repeat-x;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	margin: 0px auto;
	line-height:125%;
	width:100%;
}
h1, h2, h3 {
	margin: 0;
	text-transform:none;
}
h1 {
	font-size:24px;
	font-weight:normal;
	padding-bottom:5px;
}
h2 {
	font-weight:bold;
	font-size:18px;
}
h3 {
	font-weight:bold;
	font-size:16px;
}
ul {
	margin: 0 10px 10px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px;
}
p {
	margin: 0 0 10px 0;
}
a {
	border:none;
	color: #ffba21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#outer_wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	margin:0;
	padding:90px 0 0 0;
}

/*****TOP MENU *****/
#menu {
	height:25px;
	margin-left:20px;
	clear:left;
}
#menu a {
	float:left;
	text-align:center;
	background:url(assets/menu_bg.jpg) no-repeat;
	margin-right:1px;
	padding-top:2px;
	text-transform:uppercase;
	height:23px;
	width:89px;
	font-size: 13px;
	color: #000;
	font-family:Verdana;
	font-weight:bolder;
}
#menu a.current,
#menu a:hover {
	background:url(assets/menu_bg_hover.jpg) no-repeat;
	text-decoration:none;
}
#slideshowbanner {
	height:150px;
	width:740px;
	margin:0 auto;
	padding:10px;
	background: #fff;
	border:1px solid #c6c1bb;
}
#header_mask {
	position: absolute;
	width:800px;
	z-index:9999;
	margin:0 auto;
	
}
#header_mask_left {
	height:262px;
	width:440px;
	float:left;
	background: url(assets/banner_mask_left.png) no-repeat top left;
}
#header_mask_left img {
	border:0;
	float:right;
}
#header_mask_right {
	height:350px;
	float:right;
	width:150px;
	background: url(assets/banner_mask_right.png) no-repeat top right;
}
#header_mask_right img {
	border:0;
	float:left;
	margin: 5px 0 0 40px;
}
#leaves {
	background: url(assets/background_leaves.png) no-repeat top center;
	width:990px;
	margin:0 auto;
}
#shadow {
	background: url(assets/shadow.png) repeat-y center;
	width:820px;
	margin:0 auto;
}
#container {
	text-align:left;
	background:#fafaf6 url(assets/content_bg.jpg) repeat-x;
	width:760px;
	margin:0 auto;
	padding: 0 20px 5px 20px;
}

/***** MAIN CONTENT AREA *****/
#wrapper {
	height:560px;
}
#textarea {
	margin: 50px auto 10px auto;
}
#left_content {
	margin-left: 20px;
	float:left;
	width:475px;
	font-size:13px;
}
#gallery {
	margin: 0 20px 20px 20px;
	height:380px;
}
#right_content {
	margin-top: 20px;
	float:right;
	width:235px;
	font-size:12px;
	height:500px;
}
#right_content h2,
#right_content p {
	padding: 0 20px;
}
#welcome {
	background:#fafaf6 url(assets/welcome_bg.jpg) repeat-x;
	border:1px solid #c6c1bb;
	height:110px;
	margin-bottom:20px;
	padding: 10px 100px 10px 15px;
}
.sign {
	position:absolute;
	top:390px;
	margin: 0 275px;
}
#hamnerbox {
	height:150px;
	width:240px;
	float:left;
	margin:0 25px;
}
#akaroabox {
	height:150px;
	width:240px;
	float:right;
	margin:0 25px;
}
#leftbox {
	border:1px solid #c6c1bb;
	float:left;
	height:120px;
	width:45%;
	padding:15px;
}
#rightbox {
	border:1px solid #c6c1bb;
	float:right;
	height:120px;
	width:45%;
	padding:15px;
}
#rightbox p,
#leftbox p {
	margin-left:20px;
	font-size:12px;
}
.clear {
	clear:both;
}

/***** FOOTER *****/
#footer_wrapper {
	clear:both;
	width:820px;
	height:190px;
	background: url(assets/shadow_base.png) no-repeat center bottom;
}
#footer {
	font-size:11px;
	width:760px;
	margin: 0 auto;
	height:140px;
	line-height:130%;
	font-family: "Myriad Pro";
	font-weight:500;
	background: #FAFAF6 url(assets/footer_bg.jpg) no-repeat;
	padding: 9px 0 7px 0;
}
#footer a {
	color: #414141;
}
#footer_contacts {
	margin:10px 0 10px 70px;
	width:300px;
	float:left;
}
#footer_links {
	margin:0 70px 0 0;
	line-height:13px;
	text-align:right;
	width:200px;
	float:right;
}
