@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../img/shaer/bg.jpg);
	background-repeat: repeat;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


#wrapper {
	background-image: url(../img/shaer/footer_img.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

#wrapperH {
	background-image: url(../img/shaer/LineH.gif);
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width: 770px;
	float: right;
}

#sidebar {
	float: left;
	width: 210px;
	padding-bottom: 10px;
}

#content {
	padding: 10px 0;
	width: 770px;
	float: left;
}

#content ul, #content ol { 
	padding: 0 15px 15px 40px;
}

#menu_box {
	height: 90px;
	width: 770px;
	background-image: url(../img/shaer/main_lineset.png);
	background-repeat: no-repeat;
}

ul.menu {
	list-style: none;
	float: right;
	margin-top: 50px;
	margin-right: 30px;
}
ul.menu li {
	float: left;
}
ul.menu a, ul.menu a:visited {
	display: block;
	width: 75px;
	text-decoration: none;
}

ul.menu a:hover, ul.menu a:active, ul.menu a:focus {

}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
}
ul.nav li {
	border-bottom: 1px solid #666;
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}

.index_box {
	text-decoration: none;
	color: #F90;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.img_box {
	margin-left: 50px;
}

.img_box1 {
	font-size: 12px;
	color: #666;
	margin-left: 50px;
}

.img_box2 {
	margin-left: 250px;
	margin-top: 20px;
}

.access_txt {
	width: 500px;
	padding-top: 30px;
	margin: 20px;
	font-size: 14px;
	font-weight: normal;
}

#returns {
	width: 730px;
	margin-top: 30px;
	height: 56px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
	margin-left: 0px;
}



#footer {
	position: relative;
	clear: both;
	height: 76px;
}

.footer_left {
	float: left;
	color: #F5C848;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
}

.footer_right {
	float: right;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 50px;
}
