﻿* {
	margin:0;
	padding:0;
	}

html {
	font-size:100%;
	
}

#body {
	padding:0;
	background-color: #1b252f;
	background-repeat: repeat;
	font-size:62.5%;
}
#masthead {
	position:relative;
	clear:both;
	padding:0;
	margin:0;
	height: 140px;
	background:url('bg.jpg');
	
}

.logo {
	background-image:url('header.jpg');
	background-repeat:no-repeat;
	height:140px;
	width:455px;
}

.logounderline {
	background-image:url('divider2.jpg');
	background-repeat:no-repeat;
	position:absolute;
	top:135px;
	left:40px;
	width:505px;
	height:10px;
	
}

#menutop { 	
	font-size:1.4em;
	word-spacing:24px;
	position: relative;
	top:0px;
	left:650px;
	float:left;
	margin:0;
	padding:0 48px 0 0;
}

#menutop li{
	display: inline;
	list-style-type: none;
	color:#626464;
	border-right:1px solid #626464;
	padding:0 25px 0 0;
	text-transform:uppercase;	
	
	}

#wrapper {
	color:white;
	position:inherit;
	margin-top:50px;
	margin-left:275px;
	margin-right:325px;
	font-size:1.4em;
	line-height:1.6em;
	
}

#footer {
	background-color:#1b252f;
	background-image:url('footer.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	height:194px;
	margin-top:82px;

}

#footer li {
	color:#ffffff;
	list-style-type:none;
	text-transform:capitalize;
	font-size:1.2em;
	padding:1.5px;
	
}

#wrapperfooterleft {
	position:relative;
	margin:45px 65px 0px 0;
	float:right;
}

#wrapperfooter {
	position:relative;
	margin:45px 65px 0px 0;
	float:right;
}

#wrapperfooterright {
	position:relative;
	margin:45px 75px 0px 0;
	float:right;
}

#p {
	margin:15px 0 15px 0;
}

a:link {
	color: #626464;
	text-decoration: none;
}

a:visited {
	color:#626464;
	text-decoration:none;
}

a:hover {
	color:#ff9100;
}

a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

<!--contact form css-->

body {  
font: 1.2em "Myriad Pro", serif;  
}  

fieldset {  
width: 300px;  
padding: 10px;  
}  

legend {  
font-weight: bold;  
}  

label, select, textarea, input {  
float: left;  
font: inherit;  
border: 1px solid #ccc;  
margin-bottom: 15px;  
}  

fieldset *:hover, fieldset *:focus {  
background-color: #eee;  
}  

label:hover, legend:hover {  
background-color: transparent;  
}  

label {  
width: 75px;  
clear: left;  
font-weight: bold;  
border: none;  
}  

input[type="submit"] {  
clear: left;  
margin-top: 10px;  
margin-left: 75px;  
}  

textarea {  
width: 200px;  
height: 75px;  
}  

<!--backtonormal-->

#wrap {
	height:250px;
	width:450px;
	display:block;
	overflow:hidden;
	position:relative;

}

#carousel {
	width:10000px;
	margin:0;
	padding:0;
}
#carousel li {
	height:250px;
	width:450px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#previous, #next {
	display:block;
	height:10px;
	text-indent:-4000em;
	margin:0 0 13px;
	cursor:pointer;
	}
	#previous {
		float:left;
		width:65px;
		}
	#next {
		float:right;
		width:35px;
		}
#container {
	width:451px;
	height:292px;
	background:url(layout.png) no-repeat top left;
	padding:87px 13px 0 14px;
	margin:50px auto 0;
	}

