
/* ******************************************************** Main page ******************************************************** */

#mbanner {
	margin: 0px auto;
	padding: 0px;
	height: 400px;
	text-align: center;
}

#mbanner object {}

#mnewsbar {
	height: 32px;
	width: 960px;
	margin: auto;
	margin-top:20px;
	margin-bottom:8px;
	color: #60B6E6;
}
#mnewsbar h3 {
	margin:0px;
	text-transform: uppercase;
	font-weight:lighter;
	font-size: 12px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mnewsbar h3 a {
	color: #2181B7;
	text-decoration:none;
}
#mnewsbar #RSS {
	display: block;
	width: 13px;
	padding-right: 15px;
	border-right: solid 1px #323940;
	color: #ee6500;
	font-size: 12px;
	text-decoration: none;
	float: left;
}
#mnewsbar p {
	display: block;
	margin: 0px;
	float: left;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 620px;
}

#mnewsbar div.follow {
	float: right;
	color: #ee6500;
	font-size: 12px;
}

#mnewsbar div.follow span {
	display: block;
	float: left;
	border-right: solid 1px #323940;
	padding-right: 15px;
	margin-right: 10px;
}

#mnewsbar a#fb {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background: url('/img/main/icon-fb.png') no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 5px;
	margin-top: -5px;
}

#mnewsbar a#tw {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background: url('/img/main/icon-tw.png') no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 5px;
	margin-top: -5px;
}

#mnewsbar p a {
	color: #60B6E6;
	text-decoration: none;
}
#mnewsbar p a .more {
	color: #FF6B00;
}
#mboxes {
	overflow: hidden;
	width: 960px;
	margin: auto;
	border-bottom: 1px solid #202020;
}
#mboxes dl {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 960px;
}
#mboxes .box {
	margin: 0px 15px;
	padding:0px;
	display: block;
	float: left;
	width:290px;
	text-align: left;
}

#mboxes .boxlink {
	display: block;
	text-decoration:  none;
}

#mboxes .box h3,
#mboxes .box .boxlink .title {
	color: #ee6500;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 45px;
	margin-bottom: 25px;
}

#mboxes .box .boxlink .title {
	padding-top: 10px;
	padding-bottom:  10px;
	display: block;
}

#mboxes .box p,
#mboxes .box .boxlink .txt {
	font-size: 12px;
	color: #dce4e7;
}

#mboxes .box a.more,
#mboxes .box .arrow {
	display:block;
	float: right;
	width: 10px;
	color: #ee6500;
	text-decoration: none;
}

#mboxes #Support {
	background: url('/img/main/icon-support.png') no-repeat 0 0;
}

#mboxes #DealerLocator {
	background: url('/img/main/icon-dealer-locator.png') no-repeat 0 0;
}


#mboxes #Baner {
	width: 300px;
	margin-right: 0 !important;
}

#mboxes #Baner img {
	border: none;
	margin-bottom: 5px;
}
.support .item span.txt {
	text-transform: uppercase;
	font-size: 90%;
}
