/*
Title:		Main
Updated:	2009.05.19
Notes:		Main stylesheet

*/

body {
	margin: 0;
	padding: 0;
	background: #f7f5db url(../images/template/main_bg.jpg) repeat-x top center;
	color: #5d6447;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
}

/* @group Layout */
	#container-wrapper {
		width: 954px;
		margin: 0 auto;
		background: #f7f5db url(../images/template/container_wrapper_bg.jpg) no-repeat 0 0;
	}

	#container {
		width: 924px;
		margin: 0 auto;
		text-align: left;
	}

	#header {
		width: 924px;
		height: 286px;
		position: relative;
		background: url(../images/template/header_bg.jpg) no-repeat 0 0;
	}

	#logo {
		position: absolute;
		width: 298px;
		height: 43px;
		top: 45px;
		left: 20px;
		background: url(../images/template/logo.png	) no-repeat 0 0;
	}

	#logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#logo a span {
		display: none;
	}

	#topmenu {
		position: absolute;
		bottom: 5px;
		left: 20px;
		font-size: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 880px;
		height: 25px;
		line-height: 25px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	#topmenu a {
		float: left;
		text-align: left;
		width: 430px;
		color: #3b3b3b;
		font-weight: lighter;
		padding: 0 0 0 10px;
		background: url(../images/template/topmenu_point.png) no-repeat left center;
	}

	#header-img {
		/* 924px x 134px*/
		position: absolute;
		top: 117px;
		padding: 3px 14px 7px 10px;
		width: 900px;
		height: 124px;
		background: url(../images/template/header_img_bg.png) no-repeat 0 0;
	}

	#header-img div {
		position: relative;
		width: 900px;
		height: 124px;
	}

	#wrapper {
		margin: 0;
		padding: 0;
		background: #f7f5db url(../images/template/wrapper_bg.jpg) no-repeat 0 0;
	}

	#sidebar {
		float: left;
		/* 205px */
		width: 195px;
		padding: 0 0 0 10px;
		margin: 0;
	}

	#mainmenu {
		/* 175px */
		width: 175px;
		padding: 10px 0 10px 16px;
		margin: 0;
	}

	#content-wrapper {
		/* 693px */
		float: left;
		width: 693px;
		margin: 0;
		padding: 10px 0 0 13px;
	}

	#content-wrapper h1 {
		font-size: 16px;
		margin: 0 0 20px;
	}

	#content-wrapper h1 small {
		font-size: 12px;
	}

	#content {
		/* 693px */
		float: left;
		padding: 0;
		width: 693px;
		margin: 0 0 10px 0;
	}

	#footer {
		font-size: 10px;
		margin: 5px 0 5px;
		color: #717789;
	}

	#bottommenu {

		font-size: 10px;
		color: #939393;
	}

	#keywords {
		/* 924 x 31 */
		clear: both;
		font-size: 10px;
		width: 874px;
		height: 26px;
		line-height: 20px;
		padding: 5px 25px;
		margin: 5px 0 15px;
		background: url(../images/template/keywords_bg.jpg) no-repeat 0 0;
		color: #606060;
	}

	#footermenu {
		float: right;
		text-align: left;
		font-size: 10px;
		color: #717789;
		padding: 0 10px 0 0;
	}

	#copy {
		float: left;
		text-align: left;
		font-size: 10px;
		padding: 0 0 0 20px;
	}
/* @end */

/* @group techmenu */
	#techmenu {
		float: right;
		list-style-type: none;
		padding: 0;
		margin: 15px 20px 0 0;
	}

	#techmenu li {
		float: left;
		height: 20px;
		width: 20px;
		padding: 0 5px;
	}

	#techmenu li.first {
		background-image: none;
	}

	#techmenu li.last {
		padding-right: 10px;
	}

	#techmenu .email {
		background: url(../images/template/top_email.png) no-repeat center;
	}

	#techmenu .bookmark {
		background: url(../images/template/top_bookmark.png) no-repeat center;
	}

	#techmenu .recommend {
		background: url(../images/template/top_recommend.png) no-repeat center;
	}

	#techmenu .sitemap {
		background: url(../images/template/top_sitemap.png) no-repeat center;
	}

	#techmenu a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#techmenu a span {
		display: none;
	}
/* @end */

/* @group mainmenu */
	#mainmenu ul {
		/* 175 */
		width: 175px;
		font-size: 11px;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#mainmenu li {
		margin: 0;
		padding: 10px 0 10px 15px;
		border-bottom: 1px solid #dddaba;
		background: url(../images/template/mainmenu_point.png) no-repeat 0 14px;
	}

	#mainmenu a {
		padding: 0;
		color: #475127;
	}

	#mainmenu a:hover {
		color: #919190;
	}
/* @end */

/* @group bottommenu */
	#bottommenu ul {
		list-style-type: none;
		padding: 0;
		margin: 5px auto;
		text-align: center;
	}

	#bottommenu li {
		display: inline;
		margin: 0;
		padding: 0 10px;
		border-right: 1px solid #939393;
	}

	#bottommenu li.last {
		border: 0 none;
	}

	#bottommenu a {
		color: #939393;
	}
/* @end */

/* @group footermenu */
	#footermenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	#footermenu li {
		display: inline;
		margin: 0;
		padding: 0 10px;
		border-right: 1px solid #939393;
	}

	#footermenu li.last {
		border: 0 none;
	}

	#footermenu a {
		color: #939393;
	}
/* @end */

/* @group Links */
a, a:link {
	color: #475127;
	text-decoration: none;
}
a:visited {
	color: #475127;
	text-decoration: none;
}
a:hover {
	color: #919190;
	text-decoration: underline;
}

a.noborder, a.noborder:visited, a.noborder:hover, a.noborder:link, a.noborder img {
	border: 0 none;
	text-decoration: none;
}

/* @end */