@charset "UTF-8";
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #535355; margin: 0px; background-color: #f8f8f8; }

.header{
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.header-wrap{
	position: relative;
	width: 894px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.intro{
	background-image: url(images/introbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1c1c1c;
	padding-bottom: 16px;
	margin-top: 161px;
}

.intro-wrap{
	position: relative;
	z-index: 9;
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.intro-text{
	width: 473px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	color: #f3f1f1;
}

.intro-text p{
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3, h4{
	margin: 0px;
	padding: 15px 0 10px 0px;
	color: #ff9c00;
	font-weight: normal;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

.intro-text h1{
	font-size: 20px;
}

.intro-text .big{
	text-transform: uppercase;
	font-size: 24px;
}

.intro-image{
	float: right;
	height: 258px;
	margin-top: 5px;
	margin-right: -5px;
}

.intro-text ul{
	font-size: 14px;
	color: #f3f1f1;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 20px; 
}

.logo{
	position: absolute;
	left: 0px;
	top: 13px;
}

.contact{
	position: absolute;
	top: 28px;
	right: 0px;
}

.navigation{
	width: 894px;
	position: absolute;
	top: 129px;
	left: -10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #5b5b5b;
}

.navigation ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.navigation li{
	display: inline;
	padding-right: 0px;
	margin-right: 0px;
}

.navigation a{
	color: #5b5b5b;
	text-decoration: none;
	padding: 5px 18px 5px 10px;
	margin: 0px;
	background-image: url(images/navigation-divide.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.navigation a:hover{
	color: #f18510;
	text-decoration: none;
	padding: 5px 18px 5px 10px;
	margin: 0px;
	background-image: url(images/navigation-divide.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.navigation a.end{
	color: #5b5b5b;
	text-decoration: none;
	padding: 5px 18px 5px 10px;
	margin: 0px;
	background: none;
}

.navigation a.end:hover{
	color: #f18510;
	text-decoration: none;
	padding: 5px 18px 5px 10px;
	margin: 0px;
	background: none;
}

.content{
	width: 893px;
	margin-left: auto;
	margin-right: auto;
}

.left{
	position: relative;
	width: 600px;
	background-image: url(images/middle-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 11px;
	padding-bottom: 32px;
	padding-left: 20px;
	padding-right: 28px;
	float: left;
}

.left-top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 648px;
	height: 11px;
	background-image: url(images/middle-top.jpg);
	background-repeat: no-repeat;
}

.left-bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 648px;
	height: 22px;
	background-image: url(images/middle-bottom.jpg);
	background-repeat: no-repeat;
}

.right{
	width: 239px;
	float: right;
	padding-top: 2px;
}

.right img{
	margin-bottom: 7px;
}

.footer{
	height: 92px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-top: 25px;
}

.footer-wrap{
	width: 893px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #c9c9c9;
}

.footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footer li{
	display: inline;
}

.footer p{
	margin-top: 0px;
	padding-top: 10px;
}

.footer a{
	color: #c9c9c9;
	text-decoration: none;
}

.footer a:hover{
	color: #ff9c00;
	text-decoration: underline;
}

.clear{
	clear: both;
}

p{
	line-height: 18px;
}

a{
	color: #535355;
	text-decoration: underline;
}

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

.smallpadd{
	padding-top:2px;
	margin-top: 0px;
}

.contact-form{
	float: left;
	width: 260px;
}

.formstyle{
	background-image: url(images/form-bg.jpg);
	font-size: 12px;
	padding: 4px;
	border: #666666 1px solid;
	width: 200px;
}

.submit-style{
	background-image: url(images/submit-btn.jpg);
	width: 200px;
	height: 30px;
	border: none;
}

.proceed-style{
	background-image: url(images/proceed.jpg);
	width: 200px;
	height: 30px;
	border: none;
}

a img{
	border: none;
}

ul{
	line-height: 20px;
}