body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	line-height:17px;
	overflow-x:hidden;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden!important;
	overflow:hidden!important;
	font-size:1px!important;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.left {
	float: left !important;
}
.right {
	float: right !important;
}
a {
	text-decoration:none;
	color:#3a3a3a
}
a:hover {
	color:#f7b000;
}
.under {
	text-decoration:underline
}
.under:hover {
	text-decoration:none
}
small {
	font-size:10px;
}
hr {
	background:#eee;
	height:1px;
	border:#eee 1px solid;
	margin:7px 0;
	display:block;
	clear:both
}
.title {
	font-weight:700
}
.wrapper {
	margin:0 auto;
	width:950px;
	padding:25px 0 5px 0;
}
/*********
header
**********************************************************************************************/
.header {
	position:relative;
	margin-bottom:40px
}
.header .logo {
	width:180px;
	height:40px;
	float:left;
}
.header .logo a {
	width:180px;
	height:40px;
	display:block;
	text-indent:-9999px;
	background:url(../assets/i/logo.gif) no-repeat;
}
.header .search {
	position:absolute;
	right:0;
	top:11px;
}
.header .search .inp {
	width:146px;
	padding:1px 2px;
}
/*********
container
**********************************************************************************************/
.wrapper .container {
	min-height:410px;
	position:relative;
	height:auto !important;
	height:410px;
	margin-bottom:20px;
	
}
/*********
sidebar
**********************************************************************************************/
.sidebar {
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
}
.sidebar .nav {
	font-weight:700;
	font-size:13px
}
.sidebar .nav li {
	list-style:none;
	margin-bottom:1px
}
.sidebar .nav li ul {
	margin-left:20px;
	margin-bottom:4px;
	display:none
}
.sidebar .nav a:hover, .sidebar .nav li.active a {
	color:#f7b000
}
/***********
footer
*******************************************************************************************/
.footer {
	font-size:10px;
	text-align:right;
	border-top:1px solid #999
}
.footer a {
	text-decoration:underline
}
.footer a:hover {
	text-decoration:none
}
