* {
	padding: 0;
	margin: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cdcdcd;
	line-height: 14px;	
	background-color: #000;
	}	
	
h1 {
	font-size: 30px;
	font-weight:normal;
	line-height: 30px;	
	color: #FFF;
	margin-bottom: 30px;		
	}
	
h2 {
	font-size: 14px;
	font-weight:normal;
	line-height: 18px;	
	color: #53a7bc;		
	}
	
	
	
a:link {	
	color: #FFF;
	text-decoration: none;	
	}

a:visited { 
	color: #FFF;
	text-decoration: none;  
	}

a:hover{
	color: #FCC504;
	text-decoration: none;
	}
	
.menu a:link {	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

.menu a:visited { 
	color: #FFF;
	text-decoration: none;  
	}

.menu a:hover{
	color: #000;
	text-decoration: none;
	}
	
.blue {
	color: #53a7bc;
	}
	
.black {
	color: #000;
	font-weight: bold;
	}
	
.orange {
	color: #fcc504;	
	font-size: 14px;
	font-weight: bold;
	}
	
.white {
	color: #ffffff;	
	}
	
.top_back {	
	width: 100%;
	background: url(../images/top_background.jpg) repeat-x;
	}
	
.bottom_back {
	width: 100%;
	background: #2e2e2e url(../images/bottom_background.jpg) repeat-x;
	
	}
	
.main_container_top {
	height: 454px;
	width: 950px;
	margin: auto;
	background: #cdcdcd;
	background-image: url(../images/top_main_back.jpg);
	position: relative;
	}
	
.construction {
	width: 257px;
	height: 257px;
	position: absolute;
	top: 107px;
	right: 0px;
	z-index: 10;
	background-image:url(../images/construction.png);
	}
	
.main_container_bottom {
	width: 950px;
	margin: auto;
	padding: 35px 0px 60px 0px;
	margin-bottom: 50px;	
	position: relative;
	}

.home_slider {
	height: 210px;
	width: 100%;
	position: relative;
	}
	
.home_panels {
	width: 276px;
	float: left;
	margin-right: 40px;
	}
	
.gallery img {
	margin: 0px 5px 5px 0px;
	float: left;
	}
	
.clear {
	clear: both; 
	}
	
ul {
	color: #FFF;
	margin-left: 20px;	
	}
	
ol {
	color: #FFF;
	margin-left: 20px;	
	}
	
.logo {
	width:384px;
	height: 107px;
	float: left;
	}

.menu {
	width: 566px;
	height: 107px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	float: left;
	}
	
.menu ul {
	list-style: none;
	margin: 0px;	
	}
	
.menu ul li {
	float: left;
	line-height: 107px;
	}
	
.spacer {
	width: 18px;
	height: 1px;
	}
	
#gallery-wrap {
	margin: 0 auto; 
	overflow: hidden; 
	width: 950px; 
	position: 
	relative;
	}
	
#gallery {
	position: relative; 
	left: 0; 
	top: 0; 
	margin: 0px; 
	list-style: none;
	}
	
#gallery li {
	float: left; 
	margin: 0 14px 15px 0;
	width: 148px;
	}
	
#gallery li a {
	color: #53a7bc;
	}
	
#gallery li a img {
	height: 110px; 
	width: 148px;
	margin-bottom: 10px;
	}

#gallery-controls {
	margin: 0 auto; 
	width: 950px;
	}
	
#gallery-prev {
	position: absolute;
	right: 50px; 
	top: -50px; 
	}
	
#gallery-next {
	position: absolute;
	right: 0px; 
	top: -50px; 
	}
	
#rotating-item-wrapper {
	position: relative;
	width: 950px;
	height: 347px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.contact_left {
	width: 400px;
	float: left;
	}
	
.contact_right {
	width: 300px;
	float: left;
	margin-top: 50px;	
	}
