@charset "utf-8";

@font-face {
  font-family: "Myriad Pro";
  src: url(/fonts/MyriadPro-Regular_0.otf);
}

html, body{
    height: 100%;
	padding: 0px;
	margin: 0px;
}

body{
    background: #0d0d0d url(images/bg.gif) top center repeat-x;
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #252525;
	margin: 0 px;
	padding:0 px;
	line-height: 14px;
}

a{
	text-decoration:none;
	color: #7c0c0c;
}

a:hover{
	text-decoration:underline;
	color: #bc2525;
}

.menu{
    width: 821px;
	height: 42px;
	margin: 0 auto;
}

.menu ul {
	list-style:none;
	padding:0;
    margin:0;
}
		
.menu ul li {
	display: block;
	float:left;
	width: auto;
	line-height: 45px;
	height: 42px;
}


.menu ul li a {
	font-size: 20px;
	color: #9d1d1a;
	text-decoration:none;
	padding-left: 20px;
	height: 42px;
	
}

.menu ul li a span {
	padding-right: 20px;
	height: 42px;
}

.menu ul li a:hover, .menu ul li a.active{
	background:url(images/menu_left.gif) left center no-repeat;
    padding-left: 20px;
	padding-top: 18px;
	color: #060606;
	padding-bottom: 15px;
	
}
				
.menu ul li a:hover span, .menu ul li a.active span {
	background:url(images/menu_right.gif) right center no-repeat;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 15px;
}

#header{
    background:url(images/header/header1.png) top left no-repeat;
    width: 831px;
	height: 260px;
	margin: 10px  auto 0px auto;
}

#wrap{
    width: 832px;
	height: auto;
	margin: 27px auto 0px auto;
}

.content_left{
    width: 9px;
	height: 292px;
	float: left;
}

.content{
    width: 794px;
	height: auto;
	float: left;
	padding-left: 20px;
}

.content_right{
    width: 9px;
	height: 292px;
	float: left;
}

.content_bottom{
    width: 832px;
	height: auto;
	float: left;
	padding-bottom: 55px;
	overflow: hidden;
}

.des1{
    background: url(images/des.png) bottom left repeat-x;
    width: 715px;
	height: auto;
	float: left;
	line-height: 18px;
	font-size: 20px;
	margin-top: 20px;
	padding: 15px 29px 15px 29px;
	color: #940a0a;
}

.des2, .des3{
    background: url(images/des2.png) bottom left repeat-x;
    width: 470px;
	height: auto;
	line-height: 14px;
	text-align: left;
	font-size: 15px;
	padding: 10px 29px 10px 29px;
	margin: 2px auto 2px auto; 
}
.des2{
    color: #e5b530;
}

.des3{
    color: #b1891a;
}

.var{
    background: url(images/v.png)   no-repeat 0px -2px;
	padding-left: 29px;
}

.text{
    width: 737px;
	height: auto;
	float: left;
	font-size: 13px;
	color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
	
}

.text2{
    width: 737px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-left: 18px;
	padding-right: 18px;
	color: #810b0b;
	
}

.red{
    color: #d92020;
}

.red2{
    color: #bb3131;
	font-size: 18px;
}

.img{
    border: 0px;
}

#footer{
    background: url(images/footer.png) top left repeat-x;
    width: auto;
	margin: 40px auto 0px auto;
	height: 74px;
}

.copy{
    width: 832px;
	height: 74px;
	margin: 0 auto;
	text-align: left;
	line-height: 74px;
	font-size: 13px;
}


