@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic,700&subset=latin,vietnamese,latin-ext);
*
{
	margin: 0;
	padding: 0;
	position: relative;
}
.clear
{
	clear: both;
}
BODY
{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #F8F8F8;
}
#header
{
	background: white;
	/*height: 130px;*/
}
#header .wrapper
{
	width: 1030px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #E4E4E4;
}
#below_header
{
}
#below_header .wrapper
{
	position: relative;
}
#main_content_wrapper
{
	width: 1030px;
	margin: 0px auto 0;
	background: #FFFFFF;
	/*+box-shadow: 0px 5px 10px #E4E4E4;*/
	-moz-box-shadow: 0px 5px 10px #E4E4E4;
	-webkit-box-shadow: 0px 5px 10px #E4E4E4;
	box-shadow: 0px 5px 10px #E4E4E4;
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}
#main_content
{
	padding: 10px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#column_left
{
	float: left;
	width: 234px;
	min-height: 500px;
	/*background: #EAEAEA;*/
}
#column_right
{
	float: right;
	width: 325px;
	min-height: 500px;
	/*background: #EAEAEA;*/
	border-left: 1px solid #E1E1E1;
	padding-left: 10px;
	padding-right: 5px;
}
.two_col_cr #column_center
{
	width: 660px;
	float: left;
	margin: 0 0 0 8px;
}
.five_col_lcr_noc #column_center
{
	min-height: 500px;
	/*background: #EAEAEA;*/
	float: left;
	width: 428px;
	margin: 0 0 0 8px;
}
/*#column_center_full
{
	clear: both;
	min-height: 100px;
	padding: 0 0 10px 0;
}*/
#column_left_bottom
{
	/*float: left;
	width: 675px;
	padding: 10px 0 0;*/
}
#column_right_bottom
{
	/*padding-top: 22px;*/
}
#footer
{
	min-height: 100px;
	border-top: 2px solid #E8E8E8;
	margin: 0 10px 20px;
	padding: 10px 0 15px;
	border-bottom: 2px solid #E8E8E8;
}
#below_header .mod_customhtml.doho
{
	width: 1030px;
	margin: 0 auto;
}
#below_header .mod_customhtml.doho .sub_box
{
	position: absolute;
	z-index: 1;
	width: 150px;
	color: white;
	text-align: center;
	font-size: 12px;
	height: 30px;
	background: rgba(0, 0, 0, 0.281);
	padding-top: 17px;
}
#below_header .mainmenu .sub_box
{
	padding-left: 150px;
}

#footer .mod_customhtml.cpr a:-webkit-any-link {
    text-decoration: none !important;
}
