*{
	outline:none;
}

img{
	border:0px;
}

a{
	text-decoration:underline;
	color:#808080;
}

p{
	margin:0px;
}

body{
	font-family:Ubuntu;
	font-weight:400;
	font-size:12px;
	margin:0px;
	padding:10px 0px;
	background-color:#102442;
	color:#FFF;
}

h1{
	font-size:22px;
	line-height:31px;
	color:#d86219;
	font-weight:500;
	padding:0px 0px 10px 0px;
	margin:0px;
}

h2{
	font-size:18px;
	line-height:24px;
	color:#A3B8CA;
	font-weight:500;
	padding:0px 0px 4px 0px;
	margin:0px;
	text-align:center;
}

#main{
	width:990px;
	margin:0px auto;
}

.clear{
	clear:both;
	height:0px;
	line-height:0px;
}

.datetime{
	text-align:right;
	line-height:21px;
}

.header{
	background-color:#FFF;
	height:108px;
	padding:10px 10px 0px 10px;
}

.active{
	color:#a5bacb!important;
}

.logo{
	float:left;
	width:230px;
}

.search{
	height:22px;
	padding-bottom:19px;
	margin-left:56px;
	text-align:left;
}

.search_input{
	border:1px solid #A5BACB;
	padding:2px;
	line-height:16px;
	height:20px;
	margin:0px;
	width:180px;
}

.moto{
	float:left;
	width:666px;
	color:#214371;
	font-size:20px;
	text-align:center;
	padding-top:0px;
	font-weight:500;
	line-height: 25px;
}

.youtube{
	float:left;
	width:33px;
	margin-right:8px;
}

.facebook{
	float:left;
	width:33px;
}

.menu{
	float:right;
	text-align:right;
	padding-top:15px;
}

.menu ul,li{
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.menu li{
	color:#22416e;
	font-weight:500;
	font-size:14px;
	margin:0px 23px;	
	display: inline;
}

.menu a{
	color:#22416e;
	font-weight:500;
	font-size:14px;
	text-decoration:none;
}

.left{
	margin-top:10px;
	float:left;
	margin-right:10px;
	width:240px;
}

.content_left_title{
	background-color:#d86219;
	color:#FFF;
	font-weight:500;
	font-size:18px;
	line-height:32px;
	padding-left:10px;
}

.content_left_newsletter{
	margin-top:9px;
	padding:10px;
	background-color:#FFF;
	font-size:18px;
	color:#a3b8ca;
	font-weight:500;
	line-height:32px;
}

.newsletter_text{
	font-size:12px;
	color:#102442;
	font-weight:300;
	line-height:16px;
	margin-bottom:8px;
}

.email{
	border:1px solid #aabecf;
	padding:5px;
	height:16px;
	font-size:12px;
	font-weight:400;
	font-family:Ubuntu;
	color:#22416E;
	width:180px;
	display:block;
}

.input{
	border:1px solid #aabecf;
	padding:5px;
	height:16px;
	font-size:12px;
	font-weight:400;
	font-family:Ubuntu;
	color:#22416E;
	width:180px;
	display:block;
}

.textarea{
	border:1px solid #aabecf;
	padding:5px;
	font-size:12px;
	font-weight:400;
	font-family:Ubuntu;
	color:#22416E;
	width:180px;
	display:block;
}

.submit{
	background-image:url('../images/submit.png');
	background-position:top left;
	background-repeat:no-repeat;
	border:none;
	margin:0px;
	padding:0px;
	width:28px;
	height:28px;
	display:block;
	cursor:pointer;
}

.submit_form{
	background-color:#22416E;
	color:#FFF;
	padding:4px;
	border:none;
	cursor:pointer;
}

#categories ul,li{
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#categories>ul>li{
	background-image:url('../images/arrow.png');
	background-position:4px 9px;
	background-repeat:no-repeat;
	padding-left:20px;
	background-color:#22416e;
	margin-bottom:1px;
}

.active_menu{
	background-image:url('../images/arrow_active.png')!important;
}

.active_menu>a{
	color:#a5bacb!important;
}

.active_menu1{
	background-image:none!important;
}

.active_menu1>a{
	color:#a5bacb!important;
}

#categories ul>li>a{
	line-height:30px;
	font-size:14px;
	font-weight:500;
	color:#FFF;
	text-decoration:none;
}

#categories ul>li>ul>li{
	padding-bottom:6px;
}

#categories ul>li>ul>li>a{
	line-height:18px;
	color:#FFF;
}

.right{
	margin-top:10px;
	float:left;
	background-color:#FFF;
	width:700px;
	padding:20px;
	color:#22416E;
}

.right a{
	color:#22416E;
	text-decoration:none;
}

.product{
	float:left;
	margin-right:10px;
	border:1px solid #a3b8ca;
	margin-bottom:10px;
	height:100px;
	padding:8px;
}

.product:hover{
	border:1px solid #D86219;
}

.error{
	color:red;
}