@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	background:url(images/pattern.jpg) repeat 0 0;
	}
	
div, p, h1, h2, h3, h4, img, ul{
	padding:0;
	margin:0;
	}
	
ul{
	list-style-type:none;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
	
/*-------------big bg------------*/

#bigBg{
	background:url(images/big-bg.jpg) no-repeat center;
	padding:0 0 0 0;
	}
	
/*---------------bigTop-------------*/
#bigTop{
	background:url(images/top-bg.png) repeat-x 0 0;
	height:136px;
	margin:0 0 24px 0;
	}
	
#topPart{
	width:984px;
	margin:0 auto;
	padding:3px 0 0 3px;
	}
	
#logo{
	float:left;
	display:block;
	margin:9px 0 0 0;	
	}
	
#topPart ul{
	float:right;
	height:126px;
	}
	
#topPart ul li{
	float:left;
	display:block;
	padding:0 1px;
	}
	
#topPart ul li a{
	display:block;
	height:76px;
	text-decoration:none;
	padding:50px 20px 0 20px;
	line-height:24px;
	font-size:19px;
	color:#D2D1D1;
	float:left;
	background-color:inherit;
	}
	
#topPart ul li a:hover,#topPart ul li a.active{
	background:url(images/navi-bg.png) repeat-x 0 0;
	}
	

	
/*--------- wrapper part start-------------*/
#wapper{
	width:986px;
	margin:0 auto;
	}
	
/*---------------header part start----------*/
#header{
	width:986px;
	margin:0 auto;
	}
	
#headerImg{
	background:url(images/header-border.gif) repeat 0 0;
	padding:7px;
	}
	
#tab{
	background:url(images/tab-bg.jpg) no-repeat 0 0;
	height:89px;
	}
	
#tab ul{
	height:89px;
	}
	
#tab ul li{
	display:block;
	float:left;
	width:246px;
	}
	
#tab ul li a{
	background:url(images/border-sapa.gif) no-repeat right 0;
	display:block;
	width:233px;
	height:77px;
	text-decoration:none;
	padding:8px 0 0 13px;
	}
	
#tab ul li a.last{
	background-image:none;
	}
	
#tab ul li a h2{
	font-size:22px;
	line-height:22px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0 0 6px 0;
	background-color:inherit;
	}
	
#tab ul li a p{
	font-size:14px;
	line-height:19px;
	color:#FFFFFF;
	background-color:inherit;
	}
	
#tab ul li a.active{
	background:url(images/tav-active.gif) no-repeat 0 0;
	}
	
#tab ul li a.active h2{
	color:#E1D5AD;
	background-color:inherit;
	}
	
/*-------------vision-------*/
#vision{
	background:url(images/vision-bg.png) no-repeat 0 0;
	height:236px;
	padding:28px 266px 0 75px;
	margin:30px 0 0 0;
	}
	
#vision h2{
	color:#BB400E;
	background-color:inherit;
	font-size:31px;
	line-height:31px;
	margin:0 0 28px 0;
	font-weight:normal;
	}
	
#vision p{
	font-size:20px;
	line-height:20px;
	font-style:italic;
	color:#CCCCCC;
	background-color:inherit;
	}
	
#visionLeft{
	width:275px;
	float:left;
	}
	
#visionRight{
	width:360px;
	float:right;
	}
	
.findMore{
	text-align:right;
	padding:0 50px 0 0;
	}
	
.findMore a{
	font-size:15px;
	line-height:18px;
	color:#BB400E;
	background-color:inherit;
	text-decoration:none;
	font-style:normal;
	}
	
.findMore a:hover{
	color:#fff;
	background-color:inherit;
	}
	
.topPad{
	margin:40px 0 0 0;
	}
	
/*--------------footer part start---------------*/
#bigFooter{
	background:url(images/footer-bg.gif) repeat-x 0 0;
	height:288px;
	padding:49px 0 0 0;
	}
	
#footer{
	width:981px;
	margin:0 auto 0;
	}
	
#footerLogo{
	float:left;
	display:block;
	margin:0;
	padding:0;
	}
	
#footer ul{
	float:right;
	height:20px;
	width:auto;
	margin:37px 0 0 0;
	}
	
#footer ul li{
	float:left;
	width:auto;
	display:block;
	margin:0 89px 0 0;
	}
	
#footer ul li.last{
	margin:0;
	}
	
#footer ul li a{
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
	color:#E0CCC6;
	background-color:inherit;
	text-decoration:none;
	}
	
#footer ul li a:hover{
	color:#FBB39D;
	background-color:inherit;
	}
