@charset "utf-8";
/* CSS Document */

.contact_box{
	width:900px;
	height:45px;
	background-color:#272727;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	

}

.contact_box_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-top:15px;	
	padding-left:33px;
}

.contact_box_text a{
	color:#FFFFFF;
}
.contact_box_text a:hover{color:#FF0000;}
	

.header_container{
	width:900px;
	min-width:900px;
	max-width:900px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:33px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	background-image: url(img/header_bg2.png);
	background-repeat: repeat-x;
	
}

.nav{
	width:900px;
	min-width:900px;
	max-width:900px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:44px;
	word-wrap:break-word;
	border-radius:7px;
	
}

.transpeed{
	float:left;
	margin-top:41px;
	width:265px;
	margin-left:0px;
	margin-right:0px;
}

.transpeed img{
	max-width:265px;
	height:auto;
}

.logo{
margin-top:17px;
float:left;
margin-left:11px;
width:87px;	
}

.nav ul{
	
display:inline-block;
float:right;
list-style:none;	

}

.nav ul a:hover{
	color:#0F3;
}


.nav ul li{
	float:left;
	
	width:85px;
	height:120px;
	text-align: center;
}	
	.nav ul li:hover{
	
	background-image:  url(img/hover5.png);
	background-repeat: repeat;	
	color:#FFF;
	text-shadow:none;
}
	


.nav ul li p{
	line-height:15px;
	font-family: 'good_times';
	font-size: 12px;
	color:#333333;
	text-transform: uppercase;	
	padding-top:52px;
	height:69px;
}

.nav ul li p:hover{
	color:white;
}



.nav ul li:active{
	text-transform:none;
	color: #900;	
}

.nav li a, .nav li a:visited, .nav li:active{
	
	text-transform:   none;
	font-variant:     none;
	text-decoration:  none;
	
}

