@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.wrap {
	width:950px;
	border:#ffd0b8 1px solid;
	margin-bottom: 15px;
	overflow:auto;
}


.wrap-slider {
	width:950px;
	height: 360px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow:hidden;
}

.logo {
	width:338px;
	height:71px;
	float:left;
	padding: 0px;
	margin-left: 10px;
}

.wrap_header {
	width:950px;
	height: 97px;
	background: url(../images/header.jpg) no-repeat;
	margin-bottom: 15px;
	overflow:hidden;
}

.nav_wrap {
	float:right;
}

.nav li{
	display: inline-block;
	
}

.nav li a{
	display:block;
	height: 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding: 10px 18px;
	
}

.nav li a:hover{
	background-color:#000;
	color:#FFF	
}


.info_wrap {
	color:#4e4e4e;
	font-size:11px;
	margin:10px 16px;
}

.contact_wrap {
	margin:16px;
	float: right;
}

.logo-wrap {
	width:950px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer-wrap {
	width:950px;
	height: 40px;
	background: url(../images/footer.jpg) no-repeat;
	margin-top: 15px;
	overflow:auto;
	color:#fff;
	font-size:12px;
}

.footer-txt{
	padding: 15px 15px 0px 15px;
}
	
.h1_black {
	font-size:48px;
	color:#000000;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 10px;
}

.h1_orange {
	font-size:48px;
	color:#f35400;
	text-shadow: 1px 1px 1px #000;
}

h3{
	font-size:18px;
	margin: 0 0 5px 0;
	padding: 0;
}

.contactinfo{
	padding-top: 30px;
	font-size:14px;
}

.contact{
	font-size:14px;
}