/* CSS Document */
html{
	margin:0;
	padding:0;
}

body{
	background-color:#1e2b2d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	margin:0;
	padding:0;
}

#background{
	background:transparent url(../images/back.png) top center no-repeat;
	width:100%;
	min-height: 1000px;
	z-index:1000;
}

#page{
	width:1008px;
	margin:0 auto;
	z-index:1000;
}

#header{
	float:left;
	width:100%;
	height:407px;
	z-index:1000;
}

#logo{
	float:left;
	border:0;
	margin-top:35px;
}

#contact_info{
	clear: left;
    color: #FFFFFF;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6em;
    margin-left: 25px;
    margin-top: 70px;
}

#top_gall{
    margin-top: 63px;
    z-index: -100;
}

#top_gall img{
	
	position:absolute;
	margin-left:344px;
}

.slideshow {
    position:relative;
}

.slideshow IMG {
    
    top:0;
    left:0;
    z-index:10;
    opacity:0.0;
}

.slideshow IMG.active {
    z-index:15;
    opacity:1.0;
}

.slideshow IMG.last-active {
    z-index:12;
}




#topmenu{
	width: 720px;
	float:left;
	font-size:15px;
	padding: 0;
	margin-bottom:0;
	margin-top: 12px;
	-webkit-margin-after: 0;
	-webkit-margin-before: 12px;
}

#topmenu li{
	float:left;
	list-style:none;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	margin-right:10px;
}

#topmenu li a{
	color:#1e2b2d;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:10px;
	padding-bottom:7px;
	font-weight:700;
}

#topmenu li a:hover{
	background-color:#f1222c;
	color:#fff;
}

#topmenu li a.active_menu{
	background-color:#f1222c;
	color:#fff;
}

#main{
	
	background-color:#f2f2f2;
	float:left;
	width: 1003px;
	min-height: 495px;
	height:auto !important;
	height: 495px;
	border-top: 10px solid #f1222c;
}

#main_right{

	width: 290px;
	float:right;
	margin-right:20px;
}

#main_right img{
	margin-bottom:10px;
}

#main_left{
	
	width: 250px;
	float:left;
}

#main_left ul{
	list-style:none;
	color:#4c6b70;
	font-size:15px;
	margin:0;
	padding:0;
	padding-left:20px;
	margin-top:10px;
	width:230px;
	margin-right:20px;
}

#main_left ul li{
	padding-top:3px;
	padding-bottom:3px;
}

#main_left ul li a{
	text-decoration:none;
	font-weight:700;
	color:#4c6b70;
}

#main_left ul li a:hover{
	color:red;
}

#submenus{
	height:30px;
	float:left;
	background-color:#f1222c;
	width:709px;
}

#submenus ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	margin-left: 10px;
    margin-top: 8px;
	display:none;
}

#submenus ul li{
	float:left;
	margin-right: 15px;
}

#submenus ul li a{
	color:#fff;
	text-decoration:none;
}

#submenus ul li a:hover{
	text-decoration:underline;
}

#qoute{
	width: 268px;
	height:327px;
	background-color:#1c1c1c;
	margin: 10px;
}

#qoute img{
	margin-left:10px;
}

#qoute input{
	width:238px;
	height:32px;
	margin:10px;
	margin-bottom:0;
	border:0;
	color:#8f8f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
}

#qoute textarea{
	width:238px;
	height:62px;
	margin:10px;
	margin-bottom:0;
	border:0;
	color:#8f8f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	padding-top:10px;
}

#qoute input.submit{
	width:auto;
	height:32px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	float:right;
	margin:0;
	margin-top:5px;
	padding:0;
}

#small_right{
	background-color: #1C1C1C;
    height: 118px;
    margin: 10px;
    padding: 10px;
    width: 248px;
	margin-bottom:0;
	color:#fff;
}

#content{
	padding:10px;
	width:400px;
	padding-top:0px;
	float:left;
}

#main h1{
	padding-left:20px;
	border-bottom:5px solid white;
	float:left;
	color:#f1222c;
	font-size:18px;
	line-height:18px;
	padding-bottom:10px;
}

#content h2{
	color:#f1222c;
	font-size:18px;
	text-transform:uppercase;
}

#footer{
	height: 91px;
	background: transparent url(../images/footer_back.jpg) repeat-x;
	color:#fff;
	width:100%;
}

#footer_inner{
	width:1008px;
	margin:0 auto;
}


#menu_footer
{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:5px;
	float:left;
}

#menu_footer li{
	float:left;
	margin-right: 15px;
}

#menu_footer li a{
	padding:9px;
	text-transform:uppercase;
	color:#252525;
	text-decoration:none;
	font-weight:700;
	height:32px;
	display:block;
}

#menu_footer li a:hover{
	background-color:#2f2f30;
	color:#fff;
}


.project_list{
	float:left;
	margin-bottom:40px;
	line-height: 1.7em;
}

.project_list .more{
	position:relative;
	top:187px;
}

.project_list img{
	margin-right: 11px;
	margin-bottom: 9px;
}

.title{
	color: #f1222c;
	margin-top: -14px;
}

.title a{
	color: #f1222c;
	text-decoration:none;
}


input.error{border:1px solid red;}
label.error{color:red;}



