/* CSS Document */
*{
	margin:0;
	padding:0;
}
a{
	color: #666666;	
	text-decoration:none;
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
}
a:hover{
	color:#870A0A;
}
h2{
}
img{
	border:none;
}
img.left{
	float:left;
	padding: 5px 10px 5px 7px;
}
img.zoom{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
img.zoom:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
img.zoom2{
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
}
img.zoom2:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
p{
	font-family: sans-serif;
	font-size:14px;
}
body{
	background-image:url(images/bg-top.png);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
}
html{
	background-image:url(images/html-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:100% !important;
}
.main {
	background-image:url(images/main-bg.png);
	background-repeat: repeat-x;
	background-position:top center;
	position:relative;
	background-color: #FFF;
	width: 1024px;
	margin:0 auto;
}
.main-left-shadow{
	position:absolute;
	z-index: 2;
	top:0;
	left:-9px;
	background-image:url(images/main-left-shadow.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:342px;
	width:9px;
}
.main-right-shadow{
	position:absolute;
	top:0;
	right:-9px;
	background-image:url(images/main-right-shadow.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:335px;
	width:9px;
}
.header-contact{
	position:absolute;
	width:329px;
	height:196px;
	background-image:url(images/contact-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	top:34px;
	right:-10px;
	padding-top:30px;
}
.header-contact p {
	padding: 0 0 0 125px;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.header-contact span {
	padding: 0 0 0 125px;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:2.3;
}
.header{
	overflow: hidden;
}
.header-red-line{
	height:40px;
	background-image:url(images/header-line-bg.png);
	background-repeat:repeat-x;
}
.header-red-line p{
	color:#FFF;
	font-size: 18px;
	font-style:italic;
	text-align:center;
	padding-top:5px;
}
.header-body {
	position:relative;
}
.header-logo-img img{
	margin: 15px 0 0 30px;
}
.header-logo-text img{
	margin-top:15px;
}
.header-logo-text p {
	padding-top: 5px;
	font-style: italic;
}
.header-logo-img, .header-logo-text{
	float:left;
}
.header-logo{
	float:left;
	margin-right: 15px;
}
.header-name{
	 padding-top: 35px;
}
.slidshow {
	text-align: center;
	position:relative;
}
.next{
	position:absolute;
	top:80px;
	right:10px;
}
.prew{
	position:absolute;
	top:80px;
	left:10px;
}
.content{
	margin:0 91px;
}
.menu-navig{
	position:relative;
}
.nav{
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-y;
	padding: 7px 35px;
}
ul.menu{overflow: hidden; zoom: 1;}
ul.menu li{
	list-style: none;
	float: left;
	border-left: 1px solid #9D9D9D;
	padding: 0 20px;
	margin: 0 1px 0 -1px;
}
.menu li a{
	color: #5E5E5E;	
	text-decoration:none;
	-moz-transition: color 0.2s 0.02s ease;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
}
.menu li a:hover{
	color: #870A0A;
}
.menu-line{
	background-color:#A10006;
	height:3px;
}
.menu-shadow{
	position:absolute;
	bottom:-18px;
	width:841px;
	height:18px;
	background-image:url(images/menu-shadow.png);
	background-repeat:no-repeat;
}
.img-menu{
	overflow:hidden;
	margin: 10px 125px;
}
.img-block{
	width:145px;
	height:134px;
	background-image: url(images/img-menu-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:4px;
	position:relative;
}
.img-img{
	position:absolute;
	width:90px;
	height:90px;
	top:15px;
	left:35px;
}
ul.img-menu {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
ul.img-menu li{
	list-style-image:url(images/img-menu/list.gif);
	list-style-position: inside;
}
ul.img-menu a{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}
.gray-line{
	background-color:#DEDEDE;
	height:4px;
	margin: 0 100px 10px 100px;
}
.content-body{
	margin: 0 91px 10px 91px;
	overflow: hidden;
}
#left-bar{
	width:230px;
	float:left;
}
ul.left li{
	width: 220px;
	height: 38px;
	list-style: none;
	position:relative;
	background:url(images/left-li-bg-bottom.png) no-repeat bottom;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
ul.left p{
	background: url(images/left-list.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	position: absolute;
	top: 10px;
	left:10px;
}
ul.left li:hover{
	background-image:url(images/left-li-bg-hov.png);
	background-repeat: repeat;
}
ul.left a{
}
.partners {
	margin: 25px 10px;
	position: relative;
	text-align: center;
	padding: 20px 0 10px 0;
	border: 1px #8C8C8C solid;
}
.partners-title {
	position: absolute;
	height: 25px;
	width: 130px;
	top: -12px;
	left: 45px;
	background: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#000000;
}
.partners img{
	padding:2px 0;
}
#right-bar{
	width:600px;
	float:right;
	border:5px #DFDFDF solid;
}
.gallery{
	text-align:center;
	margin-bottom:5px;
	position: relative;
}
.gallery p{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
}
.gallery h3{
	position:relative;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}
.gallery-body img{
	padding:4px;
	width:106px;
	height:94px;
}
.item-line{
	margin:0 10px;
	height:2px;
	background-color:#B7B7B7;
}
.item{
	margin:10px;
	text-align: center;
}
.item span{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#000;
}
.item p{
	font-family:Verdana, Geneva, sans-serif;
	color:#646464;
	font-size:12px;
	padding-top: 15px;
	text-align:justify;
}
.foot{
	height:100px;
	background-image:url(images/foot-bg.png);
	background-repeat:repeat;
}
.foot p{
	padding:5px 0 0 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
.foot-block1, .foot-block2, .foot-block3{
	height: 35px;
	margin-left: 25px;
	float: left;
	padding: 10px 0 12px 20px;
}
.foot-block1 p, .foot-block2 p{
	font-size:12px;
	line-height:1.7;
	font-style:italic;
}
.foot-block3 a{
	color:#000;
	text-decoration:underline;
	background-color:#9D9D9D;
	padding:3px;
	font-size:12px;
	font-style:italic;
}
.foot-block1 span, .foot-block2 span{
	color:#89000F;
	font-weight:bold;
	font-style:normal;
}
.foot-block1{
	width: 350px;
	background-image: url(images/foot-block1.png);
	background-repeat: no-repeat;
	background-position: left bottom;;
}
.foot-block2{
	width: 350px;
	background-image:url(images/foot-block2.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.foot-block3{
	width:100px;
}
.footer{
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	bottom:0;
	height:97px;
	position:relative;
}
.footer-left-shadow{
	background-image:url(images/footer-left-shadow.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	height:136px;
	width:9px;
	left:-9px;
	bottom:0;
	position:absolute;
}
.footer-right-shadow{
	background-image:url(images/footer-right-shadow.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:134px;
	width:9px;
	right:-9px;
	bottom:0;
	position:absolute;
}
.footer-block{
	float:left;
	width:24%;
	padding: 35px 5px 0 5px;
	background-image:url(images/footer-block-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align: center;
	margin-top: 7px;
}
.footer-first-block{
	float:left;
	width:24%;
	padding: 15px 5px 0 5px;
	text-align: center;
	margin-top: 7px;
}
.footer-block, .footer-first-block p {
	font-family: verdana;
	font-size: 12px;
	font-style:italic;
}