body {
	font-family: 'Open Sans', sans-serif;
	background:#fff url(../images/bg.jpg) no-repeat center 0;
	}
	
	p  {font-size: 12px; margin-bottom: 10px; line-height: 18px; font-weight: normal;}
	h1 {font-size: 34px; margin-bottom: 10px; line-height: 40px; font-weight: bold;}
	h2 {font-size: 24px; margin-bottom: 10px; line-height: 28px; font-weight: bold;}
	h3 {font-size: 20px; margin-bottom: 10px; line-height: 24px; font-weight: normal;}
	h4 {font-size: 18px; margin-bottom: 10px; line-height: 22px; font-weight: normal;}
	h5 {font-size: 16px; margin-bottom: 10px; line-height: 20px; font-weight: normal;}
	h6 {font-size: 14px; margin-bottom: 10px; line-height: 18px; font-weight: normal;}
	hr { border-top-width: 1px;	border-top-style: dotted; border-top-color: #666; border-right-style: none; border-bottom-style: none; border-left-style: none; margin: 15px 0 15px 0; }

#container {
	margin: 0 auto;
	width: 980px;
	}
/* Rules for header */	
	
#header {
	margin: 0 auto;
	width: 980px;
	min-height:283px;
	background:#000 url(../images/header.jpg) no-repeat 0;
	padding-top: 20px;
		}
	
	.logo {
		margin: 0 auto;
		display: block;
		width: 480px;
		height: 170px;
		background: url(../images/logo.png) no-repeat 0 0;	
		text-indent: -9999px;
		}
		
	.phone {
	margin: 0 auto;
	display: block;
	width: 480px;
	height: 95px;
	background: url(../images/phone.png) no-repeat 0 0;
	text-align:center;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
		}
		
#content {
	padding: 10px 0px 10px 0px;
	color:#000;
	}
	
	.left {
		width:600px;
		float: left;	
		padding-top: 10px;

	}
	
	.right {
		width: 320px;
		float: left;
		margin-left: 40px;
		padding-left: 10px;
	}

	.feedback {
		background-image: url(../images/form.png);
		background-repeat: no-repeat;
		padding: 25px 10px 10px 10px;
		color: #FFF;
	}	
	
	.feedback form {
		margin-top: 30px;
		height: 250px;
		}
		
	
		
	.feedback label {
		width: 110px; 
		display:block; 
		float: left;

		}
		
	.feedback input {
		width: 169px;
		height: 20px;
		margin-bottom: 5px;
		}
		
	.feedback #Comments {
	width: 170px;
	margin-bottom: 10px;
	height: 60px;
		}
		
	.feedback input.button {
		width:107px; 
		height:51px; 
		display:block; 
		background:url(../images/button.png) 0 0 no-repeat; 
		border:none;
		float: left;
		margin-top: -40px;
		text-align:center;
 		cursor:pointer; 
		color:#FFF;
		font-size: 18px;
		padding: 0 10px 0px 0;
		}
		
#content ul  {
	margin: 20px 0 0 20px;
	}

#content ul li {
	list-style-position: outside;
	width: 600px;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 35px;
	font-weight: normal;
	}
	
.logobottom {
	float: right;
	}
	
	
 

/* Rules for footer */	
	
#footer {
	margin: 0 auto;
	width: 980px;
	height:192px;
	color: #000;
	text-align:left;
	}
	
	.footer1 {font-size: 28px; line-height: 32px;}
	.footer2 {font-size: 16px; }
	.footer3 {font-size: 12px; text-align: center; padding-top:20px; color: #FFF;}
	
#footer5 {
	height: 85px;
	background: #002366;
	padding-top: 35px;
	margin-top: -60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
	


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

#footer a:hover {	
	color:#002366;
	text-decoration:bolder;
	}

/* Rules for other items */		

	.spacer{
		clear:both;
		margin:0;
		padding:0;
		}


	.contact {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 28px;
		font-weight: bold;
		color:#bae7d2;
		text-align:center;
		}
		
	.contactsmall {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 20px;
		font-weight: bold;
		color:#fff;
		text-align:center;
		}
