/* @group Main */

* {
	margin: 0;
	padding: 0;
	border-style: none;
}

.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.invisible, hr {
	display: none;
}

body {
	background: url(../images/home/bg.jpg) repeat;
}

#maincontainer {
	width: 816px;
	margin: 0 auto;
}

.container {
	width: 776px;
	margin: 0 auto;
}

/* @end */

/* @group Links */

/* LINKS
----------------------------------------------- */

a:link, a:visited {
	color: #341801;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3c4014;
	text-decoration: none;
}

/* @end */

/* @group Header very top */

/* Header very top - 01*/

#top-wood {
	color: #FFFFFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background: url(../images/home/wood_texture_top.jpg) no-repeat top;
	width: 816px;
	height: 21px;
	text-indent: 90px;
}

#top-wood a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#top-wood a:hover, a:active {
	color: #f6a007;
	text-decoration: none;
}

#sw-design {
	background: url(../images/home/top_sw_design.jpg) repeat-x 0 top;
	height: 231px;
}

/* @end */

/* @group Header top  with the main image */

/* Header top  with the main image- 02*/

#bannercontent {
	width: 816px;
	height: 244px;
	background: url(../images/home/logo.jpg) no-repeat right;
	right: 0;
	top: 0;
}

#bannercontent img.photobanner {
	float: left;
	top: 0;
	left: 0;
}

#slogan {
	background: url(../images/home/slogan.jpg) no-repeat right;
	width: 816px;
	height: 36px;
	top: 0;
	right: 0;
}

/* @end */

/* @group Content */

/* @group Lower Content */

#lowercontent {
	background: url(../images/home/content_nav_bg.jpg) repeat-y;
	width: 776px;
	padding-bottom: 0px;
	float: right;
}

.lowerleftnav {
	width: 210px;
	float: left;
}

ul#nav {
	background: url(../images/home/top_bg.jpg) no-repeat;
	font: 14px Georgia, "Times New Roman", Times, serif;
	width: 234px;
	list-style: none;
	padding: 14px 0 45px 0px;
	margin: 0 auto;
	height: 100%;
}

ul#nav li {
	padding-bottom: 5px;
	text-align: left;
}

ul#nav li a {
	color: #FFFFFF;
	text-align: left;
	width: 224px;
	height: 25px;
	display: block;
	padding-top: 6px;
	text-indent: 25px;
	margin-left: 1px;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #ffa303;
	background: url(../images/home/rollover.gif) no-repeat left;
	text-align: left;
	width: 224px;
	height: 25px;
	display: block;
	padding-top: 6px;
	text-indent: 25px;
	margin-left: 1px;
	text-decoration: none;
}

/* @end */

/* @group Right Content */

.rightcontent {
	width: 508px;
	float: right;
	color: #341801;
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	padding-top: 18px;
	padding-right: 22px;
	text-indent: 5px;
	padding-left: 10px;
	background: url(../images/home/content_top_bg.jpg) no-repeat 0 top;
	margin-right: 1px;
}

.rightcontent h2 {
	color: #000000;
	font: bold 16px/21px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* @end */

/* @end */

/* @group Footer */

#footer_bg {
	background: url(../images/home/footer_bg.jpg) repeat-x;
	width: 540px;
	height: 125px;
	float: right;
}

#footer {
	background: url(../images/home/footer_img.gif) no-repeat left bottom;
	height: 100px;
	color: #341801;
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 25px;
}

/* @end */