@charset "utf-8";
@import url("layout.css");
/* CSS Document */

html, body {
	height:100%;
	margin:0pt;
	padding:0pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	background:#FFFFFF url(/images/layout/body_bg.jpg) repeat scroll 0%;
	color:#000;
	margin:0;
	color:#4B4338;/*font:76%/140% Verdana, Arial, Helvetica, sans-serif;*/
}
.clear {
	clear:both;
}
a:link, a:visited {
	text-decoration:none;
	color: #1C1B17;
	outline:none;
}
a:hover, a:active {
	color: #017cdd;
	text-decoration: underline;
}
#wrapper {
	width:860px;
	margin:0px auto;
	padding:0px;
	position:relative;
}
/* Header */
#header_outer {
	width:860px;
	margin:0px;
	padding:0px;
}
#header_inner {
	background:url(/images/layout/header_bg.png) no-repeat;
	width:625px;
	height:208px;
	float:left;
	position: relative;
	z-index:800;
}
#header_inner .header_insert {
	position:absolute;
	left:0px;
	top:0px;
	width:625px;
	height:161px;
	z-index:900;
	overflow:hidden;
}
#header_inner .header_overlay {
	position:absolute;
	left:0px;
	bottom:47px;
	height:24px;
	width:625px;
	background:url(/images/layout/header_overlay.png) no-repeat;
	z-index:1000;
}
/* Page Content */
#navigation {
	width:225px;
	height:208px;
	float:right;
}
#navigation ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
#navigation ul li {
	height: 25px;
	background:url(/images/layout/right_side_line_small.png) no-repeat 40px bottom;
}
#navigation ul li.blank {
	background:none;
}
#navigation a {
	height:22px;
	display:block;
}
#navigation a:hover {
	background:url(/images/layout/navigation_hover.png) no-repeat left center;
}

/* Page Content */
#content {
	width:860px;
	margin:0px;
	padding:0px;
	background:url(/images/layout/main_left_bg.png) repeat-y left top;
	z-index:1000;
}
#cont_pos {
	position:relative;
	top:-30px;
	z-index:1000;
	margin-bottom:-20px;
}

/* Footer */
#footer {
	clear:both;
	width:860px;
	margin:0px;
	padding:0px;
}
#footer_left {
	position:relative;
	float:left;
	width:625px;
	height:140px;
	background:url(/images/layout/footer_bg.png) no-repeat left top;
}
#footer_right {
	position:relative;
	float:right;
	width:225px;
	height:140px;
}
#footer_info {
	position:absolute;
	top:40px;
	left:50px;
}
.footer_logo {
	float: left;
	width: 137px;
	padding: 0 10px 0 0;
	margin: 10px 0;
}
.footer_menu {
	float: left;
	padding: 5px 10px;
	width:300px;
}
.footer_menu span {
	font-weight:bold;
	font-size:11px;
}
.footer_menu span a:link, #footer-menu span a:visited {
	text-decoration:none;
}
.footer_menu span a:hover, #footer-menu span a:active {
	text-decoration:underline;
}
 /* cutom */

