/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#3b321c;
	font-size:15px;
	margin:0 auto;
	background-color:#3b321c;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#6E700F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.img_left {
	position:relative;
	float:left;
	padding: 0 0 0 0;
}

.img_right {
	position:relative;
	float:right;
	padding: 0 10px 0 10px;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:162px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#header_bar {
	position:relative;
	width:950px;
	height:17px;	
	background-repeat:no-repeat;
	background-image:url(images/header_bar.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:left;
	top:-17px;
	left:62px;
	width:263px;
	height:260px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:right;
	width:575px;
	height:auto;
	padding: 10px 40px 0 0;
}

#three_boxes {
	font-size:12px;
	position:relative;
	width:811px;
	height:178px;
	padding: 0 0 80px 97px;
}

#three_boxes p {
	padding-left:13px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:350px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer_repeat {	
	position:relative;
	width:100%;
	height:46px;
	background-repeat: repeat-x;
	background-image:url(images/bg_footer-repeat.jpg);
}
#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:46px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
	margin: 0 auto;
}

.copy {
	color:#fff;
	font-size:12px;
	float:left;
	padding: 20px 0 0 108px;
}

.slug {
	float:right;
	padding: 13px 55px 0 0;
}

.footer_text {
	position:relative;
	padding: 0 0 0 125px;
	margin-top:70px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	width:263px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	height:36px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: -263px 0;
}

.active_01 {
	background-position: -263px 0 !important;
}

a#nav_02 {
	height:34px;
	cursor:pointer;
	background-position:0 -36px;
}

a:hover#nav_02{
	background-position:-263px -36px;
}

.active_02 {
	background-position:-263px -36px !important;
}

a#nav_03 {
	height:35px;
	cursor:pointer;
	background-position:0 -70px;
}

a:hover#nav_03{
	background-position:-263px -70px;
}

.active_03 {
	background-position:-263px -70px !important;
}

a#nav_04 {
	height:39px;
	cursor:pointer;
	background-position:0 -105px;
}

a:hover#nav_04{
	background-position:-263px -105px;
}

.active_04 {
	background-position:-263px -105px !important;

}

a#nav_05 {
	height:35px;
	cursor:pointer;
	background-position:0 -144px;
}

a:hover#nav_05{
	background-position:-263px -144px;
}

.active_05 {
	background-position:-263px -144px !important;
}

a#nav_06 {
	height:30px;
	cursor:pointer;
	background-position:0 -179px;
}

a:hover#nav_06{
	background-position:-263px -179px;
}

.active_06 {
	background-position:-263px -179px !important;
}





a#nav_07 {
	height:51px;
	cursor:pointer;
	background-position:0 -209px;
}

a:hover#nav_07{
	background-position:-263px -209px;
}

.active_07 {
	background-position:-263px -209px !important;
}