/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666666;
	font-size:13px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat-back.jpg);
}

#bg_repeat {
	background-repeat:repeat-x;
	background-position: top center;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#677727;
	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:17px; color:#3e4920; }

h3 { font-size:13px; color:#677727; }

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

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

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

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

.img-spacing {
	padding:3px 0 8px 0;
}

.divider-line {
	position: relative;
	padding: 8px 0;
}

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

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


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

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

/* ---- start nav id settings ------------------------ */

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

#nav {
	position:relative;
	top:52px;
	left:21px;
	width:950px;
	height:37px;
}

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

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

#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;
	top:0;
	left:0;
	float:left;
	width:407px;
	height:auto;
	padding: 17px 0 0 49px;
}

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

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

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

#mid_column {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:180px;
	font-size:11px;
	height:auto;
	padding: 17px 0 0 40px;
}

#right_column {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:190px;
	font-size:11px;
	height:auto;
	padding:17px 44px 0 0;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:97px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
padding:30px 50px 0 50px;
}

#footer a {
	text-decoration:none;
}

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

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

a#nav_01 {
	width:88px;
	background-position:0 0;
}

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

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

a#nav_02 {
	width:94px;
	background-position:-88px 0;
}

a:hover#nav_02{
	background-position:-88px -37px;
}


a#nav_03 {
	width:98px;
	background-position:-182px 0;
}

a:hover#nav_03{
	background-position:-182px -37px;
}


a#nav_04 {
	width:92px;
	background-position:-280px 0;
}

a:hover#nav_04{
	background-position:-280px -37px;
}

a#nav_05 {
	width:185px;
	background-position:-372px 0;
}

a:hover#nav_05{
	background-position:-372px -37px;
}
a#nav_06 {
	width:106px;
	background-position:-557px 0;
}

a:hover#nav_06{
	background-position:-557px -37px;
}
a#nav_07 {
	width:69px;
	background-position:-663px 0;
}

a:hover#nav_07{
	background-position:-663px -37px;
}
a#nav_08 {
	width:76px;
	background-position:-732px 0;
}

a:hover#nav_08{
	background-position:-732px -37px;
}
a#nav_09 {
	width:100px;
	background-position:-808px 0;
}

a:hover#nav_09{
	background-position:-808px -37px;
}
