body {
	background:#334374 url(images/bg-repeat.jpg) left top repeat-x;
	font: 12px/18px Arial;
	min-width:1100px;
	color:#202020;
}
input {
	vertical-align: middle;
}

#wrapper {
	width: 1100px;
	margin:0 auto;
	background:#334374 url(images/bg.jpg) left top no-repeat;
	overflow:hidden;
}

#navbar{
	margin-top:170px;
}
* html #navbar{
	margin-top:0;
	padding-top:170px;
}
*:first-child+html #navbar{
	margin-top:0;
	padding-top:170px;
}
#nav{
	padding-left:0;
	margin-bottom:0;
}
#nav, #nav ul {
	list-style: none;
	float: left;
	width: 100%;
	/*height:40px;*/
}
#nav{
	background: #000 url(images/bgmenu.jpg) repeat-x;
}
#nav li {
	float: left;
	position: relative;
	z-index:2;
	height:40px;
	width:151px;
	background:url(images/border.jpg) right top no-repeat;
}
#nav li.first{
	width:43px;
}
#nav li.first a{
	padding-top:8px;
}
#nav li li a, #nav li li {
	padding-top:2px;
	height:23px;
}
#nav li a{
	display:block;
	text-align:center;
	height:28px;
	padding-top:10px;
	font-weight:100;
	text-decoration:none;
}
#nav li a, #nav li.hover li a, #nav li.hover li.hover li a{
	color:#fff;
}
#nav li a:hover , #nav li.hover a, #nav li.hover li.hover a, #nav li.hover li.hover li.hover a{
	color:#a0b0f3;
}
#nav li ul{
	display:none;
	padding-left:0;
}
#nav li.hover {
	background:url(images/1.png);
}
#nav li ul li, #nav li ul li.arrow  {
	background:url(images/1.png);
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
#nav li ul li.arrow  li a{
	background:none;
}
#nav li ul li ul li.navicon{
	position:relative;
	height:60px;
	padding:4px 10px;
	width:250px;
	white-space:nowrap;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
#nav li ul li ul li{
	padding:0 10px;
}
#nav li li a{
	text-align:left;
}
#nav li li li a{
	text-align:left;
}
#nav li ul li ul{
	padding-left:0;
	position:absolute;
	left:151px;
	top:0;
	display:none;
}
#nav li ul li.arrow  a{
	background: url('images/arrow.png') 140px center no-repeat;
}
#nav li ul li a{
	padding-right:5px;
	padding-left:5px;
}
#nav li.navicon img{
	float:left;
	margin-right:10px;
}

#content {
	background: #fff;
	padding:25px 25px 25px 25px;
overflow:hidden;
}

#footer {
	background: #333 url(images/footer.jpg) top center no-repeat;
	font-size:11px;
	color:#f4f6f8;
	padding:20px 25px;
	overflow:hidden;
	display:block;
}
#footer ul{
	list-style-position: outside;
	list-style-type: disc;
	margin:0 15px 0 15px;
}
#footer ol{
	list-style-position: outside;
	list-style-type: decimal;
	margin:0 15px 0 15px;
}
* html #footer{
	zoom:1;
}
#footer .footer {
	display:block;
	float:left;
	width:350px;
	margin:5px 0 15px 0;
}
.fclear{
	display: block;
	width: 0;
	height: 0;
}
.fclear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.fclear {
	display: inline-block;
}

* html .fclear{
	height: `%;
}
.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear {
	display: inline-block;
}

* html .clear{
	height: `%;
}