* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%;
}

ul {
	list-style-type: none;
}

body {
	text-align: center;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font: 14px arial;
	background: #fff;
	color: #000;
}

#wrap {
	text-align: left;
	min-width: 860px;
	max-width: 1180px;
	position: relative;
	height: auto ! important;
	height: 100%;
	min-height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 18px;
}

h4 {
	font-size: 12px;
	padding-bottom: 5px;
}

#right  #top {
	padding-left: 20px;
	padding-top: 10px;
	width: auto;
	height: 108px;
	background: url(../images/topfon.gif) repeat-x top left;
    text-align: left;

}

#right #navbar a.mainpol{
	background: none;
}

#right #navbar {
	float: left;
	position: relative;
	font-size: 12px;
	background: url(../images/navli.gif) no-repeat top left;
	color: #999;
	margin-top: 15px;
	padding-left: 15px;
}

#right #navbar a{
	background: url(../images/navli.gif) no-repeat top right;
	color: #999;
	padding-right: 15px;
}

#right  #top p{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#right  #top p span{
	color: #8b5700;
}

#right  #top p a{
	color: #000;
}

#right {
	width: 65%;
	float: right;
}	

#right #image-header {
	width: auto;
	height: 118px;
	background: url(../images/main.jpg) no-repeat top left;
}

#right .content {
	margin-top: 20px;
	background: #fffcdc;
	padding: 20px 20px 20px 20px;
}

#right .content h3 {
	position: relative;
	color: #5e483f;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#right .content p {
	margin-bottom: 15px;
}

#left {
	width: 35%;
	float: left;
}

#left #logo {
	margin-top: 20px;
	width: 203px;
	height: 126px;
	background: url(../images/logo.gif) no-repeat top left;
}

#left #logo a {
	text-indent: -9999px;
	display: block;
	width: 203px;
	height: 126px;
}


#left .menu {
	padding-right: 20px;
	margin-top: 17px;
}

#left .menu ul li {
	padding-left: 20px;
	background: url(../images/li.gif) no-repeat center left;
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#left .menu ul li a{
	color: #b06400;
}

#left .menu ul li.selected a{
	color: #000;
	text-decoration: none;
}

#left .menu ul li ul {
	padding-top: 5px;
	border: none;
}

#left .menu ul li ul li {
	margin-bottom: 5px;
	font-size: 12px;
	margin-left: 10px;
	background: url(../images/subli.gif) no-repeat top left;
	padding-bottom: 5px;
	padding-top: 5px;
	border: none;
}

#left .menu ul li.selected ul li a{
	color: #3147a8;
}

#left .menu ul li ul li.selected a{
	color: #666;
}

#left .menu ul li ul li a{
	font-weight: normal;
}

#left .site-bar {
	margin-top: 20px;
}

#left .site-bar img{
	border: 1px solid #db0004;
	margin-bottom: 10px;
}

#wrap #search {
	width: 190px;
	float: right;
	padding-top: 15px;
}

#wrap #menu-bottom {
	width: 100%;
	height: 132px;
	clear: both;
	padding-top: 15px;
}

#wrap #menu-bottom ul li {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999;
	float: left;
}

#wrap #menu-bottom ul li a{
	color: #999;
}

#wrap #menu-bottom ul li.first {
	padding-left: 0;
}

#wrap #menu-bottom ul li.last {
	padding-right: 0;
	border-right: none;
}

#wrap #search form{
	float: right;
}

#wrap #search form fieldset {
	border: 0;
}

#wrap #search form fieldset .inputbox {
	font-size: 11px;
	color: #b6b6b6;
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 2px;
}

#wrap #search form fieldset .subm {
	background: none;
	border: none;
	font-weight: normal;
	color: #336699;
	cursor: pointer;
}

#footer {
	width: 100%;
	left: 0;
	height: 62px;
	position: absolute;
	bottom: 0;
}

#footer  div {
	margin-top: 25px;
}

#footer .f-inner {
	font-size: 12px;
	background: #ebebeb;
	width: auto ! important;
	width: 100%;
	margin-left: 50px;
	margin-right: 50px;
	height: 62px;
	margin-top: 0;
}

#footer .left {
	color: #797979;
	padding-left: 25px;
	float: left;
}	
	
#footer .right {
	color: #797979;
	padding-right: 25px;
	float: right;
}	

.clear {
	clear: both;
}


