body{
	margin:0;
	color:#000;
	font:11px Verdana, Arial,sans-serif;
	background:#f3ebd6 url(../images/bg-body.jpg) repeat-x;
	min-width: 1002px;
}
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
.main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1066px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1066px;
	position:relative;
	float:left;
	left:-50%;
	background:url(../images/bg-page.png) no-repeat;
	padding: 0 0 30px;
}
#page {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	padding:132px 1px 1px;
	background: #fff;
}
#page .logo{
	position:absolute;
	top:18px;
	left:35px;
	width:218px;
	height:64px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
}
#page .logo a{
	display:block;
	height:100%;
	background:url(../images/logo.gif) no-repeat;
}
/* header */
#header {
	width:100%;
	height:132px;
	position:absolute;
	top:0;
	left:0;
	background: #fff;
	z-index: 1;
}
#header:after {
	display: block;
	content: "";
	clear: both;
}
#header .phone{
	width: 100%;
	overflow: hidden;
	text-align: right;
	padding: 15px 0 0;
	margin: 0 0 19px;
}
#header .phone strong{
	color: #464647;
	font:bold 24px Tahoma, Arial, sans-serif;
	margin: 0 43px 0 0;
}
.user-menu{
	width: 100%;
	overflow: hidden;
}
.user-menu ul{
	float: right;
	margin: 0 13px 0 0;
	padding: 0;
	list-style: none;
}
.user-menu li{
	float: right;
	font:14px Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 0 0 0 -20px;
	position: relative;
}
.user-menu li a{
	display: block;
	background: url(../images/btn-user-menu.png) no-repeat;
	width: 120px;
	height: 21px;
	color: #fff;
	padding: 10px 0 0;
}
.nav{
	width: 100%;
	position: relative;
	z-index: 2;
}
.nav:after {
	display: block;
	content: "";
	clear: both;
}
#navigation{
	height:1%;
	margin: 0 1px;
	padding: 0;
	list-style: none;
	background: #6f0e10;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}
#navigation:after {
	display: block;
	content: "";
	clear: both;
}
#navigation li{
	float: left;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	position: relative;
	z-index: 2;
}
#navigation li a{
	float: left;
	padding: 0 27px;
	height: 38px;
	color:#fff;
}
#navigation li:hover a,
#navigation li.hover a{
	background: #371313;
	text-decoration: none;
}

#navigation li:active ,
#navigation li.active {
	background: #371313;
	text-decoration: none;
}
#navigation li:hover,
#navigation li.hover{position:relative;}
#navigation li:hover .dropdown,
#navigation li.hover .dropdown{display:block;}
#navigation li:hover .dropdown .dropdown,
#navigation li.hover .dropdown .dropdown{display:none;}
#navigation li:hover li:hover .dropdown,
#navigation li.hover li.hover .dropdown{display:block;}
#navigation .dropdown{
	position: absolute;
	top:38px;
	left:0;
	width: 100%;
	background: url(../images/none.gif);
	display: none;
	z-index: 3;
}
#navigation .dropdown ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/bg-dropdown.png);
	height: 1%;
}
#navigation .dropdown ul:after {
	display: block;
	content: "";
	clear: both;
}
#navigation .dropdown ul li{
	vertical-align: top;
	float: none;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 100%;
	float: left;
}
#navigation .dropdown ul li{color: #003347;}
#navigation .dropdown ul li a{
	float:none;
	display: block;
	height: 1%;
	padding: 0;
	color: #003347;
	padding: 4px 0 3px;
	background:none;
}
#navigation .dropdown ul li:hover a,
#navigation .dropdown ul li.hover a,
#navigation .dropdown ul li:hover ul li:hover a,
#navigation .dropdown ul li.hover ul li.hover a{
	background: #9b2d30;
	color: #fff;
}
#navigation .dropdown ul li:hover ul li a,
#navigation .dropdown ul li.hover ul li a{
	background: none;
	color: #003347;
}
#navigation .dropdown .dropdown{
	top:0;
	left:100%;
}
#navigation .last .dropdown .dropdown{
	left:auto;
	right:100%;
}
/* content */
#content {
	width:100%;
	overflow:hidden;
}
.solution{
	width: 100%;
	overflow: hidden;
	margin: 0 0 -2px;
}
.solution .image-box{
	float: left;
	width: 753px;
	overflow: hidden;
}
.solution .image-box ul{
	position: relative;
	width: 753px;
	height: 305px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.solution .image-box ul li{
	position: absolute;
	top: 0;
	left: 0;
}
.solution .image-box img {display: block;}
.solution .image-box .active {z-index: 1;}

.solution .menu{
	width: 247px;
	float: right;
	margin: -1px 0 -1px;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
}
.solution .menu li{
	vertical-align: top;
	height: 75px;
	overflow: hidden;
	margin: 1px 0 0 -12px;
	padding: 0 0 0 12px;
	position: relative;
}
.solution .menu li.active{background:url(../images/menu-active.gif) no-repeat 0 50%;}
.solution .menu li.active a{background: #6f0f10;}
.solution .menu li a{
	display: block;
	background: #371413;
	color: #fff;
	height: 72px;
	overflow: hidden;
	padding: 3px 3px 0 26px;
}
.solution .menu li a:hover{
	background: #6f0f10;
	text-decoration: none;
}
.solution .menu li .title{
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px;
}
.solution .menu li a span{
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.head-image{
	width: 100%;
	overflow: hidden;
}
.head-image img{display:block;}
.content-holder{background: url(../images/bg-content.jpg) no-repeat;}
.content-area{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-sidebar.jpg) repeat-y;
	padding: 0 0 9px;
}
#content .inner{padding:0 0 51px;}
.main{
	width: 700px;
	float: right;
	padding: 7px 28px 0 20px;
}
.main .news{
	width: 234px;
	float: right;
	margin: 7px 0 0 8px;
	overflow: hidden;
	position: relative;
}
* html .main .news{margin: 7px 0 0 5px;}
.main .news .top{
	background: url(../images/bg-news-top.png) no-repeat;
	height: 61px;
	overflow: hidden;
}
.main .news .bottom{
	background: url(../images/bg-news-bottom.png) no-repeat;
	height:21px;
	overflow: hidden;
}
.main .news .middle{
	background: url(../images/bg-news.png) repeat-y;
	height: 1%;
	padding: 0 10px 13px 14px;
}
.main .news .middle:after {
	display: block;
	content: "";
	clear: both;
}
.main .news .news-box{
	float: left;
	width: 100%;
	margin: -44px 0 0;
	position: relative;
}
.main .news h3{
	font:bold 24px/31px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	margin: 0 0 1px;
	color: #fff;
}
.main .news ul{
	margin: 0 0 0 17px;
	padding: 0;
	list-style: none;
}
.main .news ul li{
	vertical-align: top;
	font-size: 12px;
	margin: 0 0 8px;
}
.main .news .date{
	display: block;
	font-style: normal;
	color: #949494;
	margin: 0 0 2px;
}
.main .news ul li a{
	color:#a2a2a2;
	line-height: 18px;
}
.main .news .more{
	text-align: right;
	font-size: 12px;
}
.main .news .more a{color:#959595;}
.main .text{
	height: 1%;
	overflow: hidden;
}
.main h1{
	font-size: 24px;
	color: #363636;
	margin: 0 0 12px;
}
.main .text p{
	font-size: 14px;
	line-height: 18px;
	color:#636463;
	margin: 0 0 6px;
	text-align: justify;
}

.main .text ul{
	font-size: 14px;
	line-height: 18px;
	color:#636463;
	margin: 0 0 6px;
	text-align: justify;
}

.main .content-box{
	width: 100%;
	overflow: hidden;
	padding: 9px 0 0;
}
.main .content-box h1{margin: 0 0 16px;}
.main .content-box .heading{margin:0 0 15px;}
.main .content-box .heading p{
	font:24px/24px Georgia, "Timees New Roman", serif;
	margin: 0;
	color:#6f0f10;
	text-align: justify;
}
.main .content-box .section{
	width: 100%;
	overflow: hidden;
}
.main .content-box h2{
	font-size: 18px;
	color: #361313;
	margin: 0 0 17px;
}

.main .content-box h5{
	font-size: 18px;
	color: #361313;
	margin: 0 0 0px;
}

.main .content-box p{
	font-size: 14px;
	line-height: 18px;
	color:#636363;
	text-align: justify;
	margin: 0 0 15px;
}

.main .content-box p2{
	font-size: 14px;
	line-height: 18px;
	color:#636363;
	text-align: center;
	margin: 0 0 15px;
}

.main .content-box ul{
	margin: 0 0 32px 20px;
	padding: 4px 0 0;
	list-style: none;
}
.main .content-box ul li{
	vertical-align: top;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 11px;
	font-size: 14px;
	line-height: 18px;
	color:#636363;
}
.sidebar{
	width: 225px;
	float: left;
	padding: 17px 8px 0 19px;
	overflow: hidden;
}
.sidebar .categories{
	height:1%;
	overflow: hidden;
	padding: 0 0 0 4px;
}
.sidebar .categories .category{
	width: 100%;
	overflow: hidden;
	margin: 0 0 24px;
}
.sidebar .categories .image{
	width: 61px;
	float: left;
	margin: 5px 19px 0 0;
}
* html .sidebar .categories .image{margin:0 16px 0 0;}
.sidebar .categories .text{
	height: 1%;
	overflow: hidden;
}
.sidebar .categories .text .title{
	display: block;
	font:bold 18px Arial, Verdana, sans-serif;
	color: #363636;
	margin: 0 0 4px;
}
.sidebar .categories .text a{
	font-size: 12px;
	line-height: 14px;
	color: #402510;
}
.sidebar .quote{
	height:1%;
	overflow: hidden;
	padding: 24px 12px 0 18px;
	margin: 0 0 34px;
}
.sidebar .quote blockquote{
	margin: 0;
	text-align: right;
	font:italic 14px Georgia, "Times New Roman" , sans-serif;
	color: #371313;
	font-size: 14px;
	line-height: 18px;
}
.sidebar .quote blockquote q{
	quotes: none;
	display: block;
	margin: 0 0 18px;
}
.sidebar .quote blockquote q:before{content:"";}
.sidebar .quote blockquote q:after{content:"";}
.sidebar .quote blockquote cite{
	display: block;
	text-align: right;
	font-style: normal;
}
.sidebar .quote blockquote cite span{display:block;}
.sidebar .download{
	width: 217px;
	overflow: hidden;
}
.sidebar .download img{display:block;}
.sidebar .download .lnk-download{
	display:block;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background: #9b3228;
	text-align: center;
	padding: 3px 20px 11px;
}
.info{
	height:1%;
	overflow: hidden;
	background: #361312;
	padding: 22px 0 21px 32px;
}
.info .info-area{
	width: 960px;
	overflow: hidden;
	background: url(../images/bg-info.gif) repeat-y;
}
.info .box{
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
}
.info .box h3{
	background: url(../images/bg-heading-info.gif) no-repeat;
	margin: 0 0 5px;
	font:bold 24px/31px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 19px 10px 0 0;
	text-align: right;
}

.info .box h3 a{
	background: url(../images/bg-heading-info.gif) no-repeat;
	margin: 0 0 5px;
	font:bold 24px/31px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 19px 10px 0 0;
	text-align: right;
}

.info .box .text{
	height: 1%;
	overflow: hidden;
	padding: 0 0 17px 12px;
}

.info .box .text a{
	height: 1%;
	overflow: hidden;
	color: #9A3127;
	padding: 0 0 17px 12px;
}

.info .box p{
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	color: #949594;
}


.info .box ul{
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #949594;
}


.info .box a{
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	color: #949594;
}

/* footer */
#footer {
	height:1%;
	overflow:hidden;
	background:#6f0e10 url(../images/bg-footer.gif) repeat-x 0 100%;
	padding: 21px 50px 53px 33px;

}
.footer-area{
	height:1%;
	overflow: hidden;
	margin: 0 0 10px;
}
.footer-area h4{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 10px;
}
.footer-area .contact{
	width: 240px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 8px 0 0;
}
.footer-area .contact address{font-style:normal;}
.footer-area .contact address span{display:block;}
.footer-area .contact dl{
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.footer-area .contact dt{float: left;
}
.footer-area .contact dd{
	float: left;
	margin: 0 0 0 3px;
	display: inline;
}
.footer-area .contact a{color:#fff;}
.footer-area .foot-nav{float: right;}
.footer-area .foot-nav h4{
	margin: 0 0 5px;
	text-align:right;
}
.footer-area .foot-nav .box{
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
	display: inline;
}
.footer-area .foot-nav .box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-area .foot-nav .box ul li{
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
.footer-area .foot-nav .box ul li a{color:#fff;}
#footer p{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px;
	color: #fff;
}
#footer .social{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .social li{
	width: 60px;
	float: left;
	margin: 0 7px 0 0;
}
#footer .social li img{display:block;}