

@charset "UTF-8";

* {
margin: 0;
padding: 0;
border: 0; 
}

li {
list-style-type: none;
line-height: 16px;
}

.column {
width: 430px;
}



body { color: #b1b1b1; background: #000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }
a { display: block; font-family: Arial, Verdana, Helvetica, sans-serif; color: #b1b1b1; text-decoration: none; font-size: 11px; }
a:hover  { color: #8e8e8e; }
.cr { clear: both; }
.left { float: left; }
.right { float: right; }
.right-text { text-align: right; }
-.left-text { text-align: left; }

p { 
clear: both;
margin: 7px 0;
text-align: justify;
line-height: 16px;
}

h2 {
font-weight: normal;
font-size: 16px; 
margin: 40px 0 20px 0;
}

#Main-Container
{
width: 980px;
margin: 30px auto;
}

#Splash-Screen 
{
background: url(../images/splash-screen.jpg) no-repeat;
}
#Splash-Screen a {
width: 980px;
height: 622px;
}

#Main-Header {
border-bottom: 5px solid #aabfc8;
}

#Logo {
float: left;
background: #303030 url(../images/logo.png) no-repeat center 10px;
width: 285px;
height: 80px;
}
#Logo a {
width: 285px;
height: 80px;
}
#Logo span {
display: none;
}

#Menu {
float: right;
margin: 55px 0 0 0;
height: 25px;
}
#Menu ul li {
position: relative;
float: left;
padding: 0 7px;
display: inline-block;
}
#Menu ul li .subpage {

display: none;
position: absolute;
z-index: 100;
top: 25px;
padding: 5px 0 0 0;
left: -10px;
}

#Menu ul li ul{
position:absolute;
top: 31px;
z-index: 9999;
}

#Menu ul li ul li {
clear: both;
padding: 0;
}

#Menu ul li ul li a{

width: 100px;
padding: 10px;
background: #414141;
}

#Menu ul li ul li a:hover, #Menu ul li ul li a.current {
color: #303030;
background: #aabfc8;
}




#Menu ul li a {
color: #cbcbcb;
font-weight: bold;
margin: 0 0 0 30px;
}

#Menu ul li a.current, #Menu ul li a:hover {
color: #aabfc8;
}

#Main-Content {
min-height: 570px;
background: #ffffff;
color: #666666; 
border-bottom: 1px solid #666666;
}
#Main-Content.grey {
background: #303030; 
color: #b1b1b1;
}
#Main-Content.black {
background: #000000; 
color: #b1b1b1;
}

#Main-Content .Content {
padding:20px 40px 40px 40px;
}

.Baner {
width: 980px;
height: 650px;
}

.Drawings-Slideshow {
margin: 30px 0 0 0;
}

.Drawings-Slideshow, .Drawings-Slideshow .slide {
width: 900px;
height: 300px;
display: block;
}

.Drawings-Slideshow .slide span {
display: block;
text-align: right;
}

.Drawings-Slideshow .slide img {
margin: 7px 0 0 0;
}


.Drawings-Slideshow .slide .after, .Drawings-Slideshow .slide .before {
width: 445px;
}

.container {clear:both; float:left; width:100%; overflow:hidden;}
/*
ul.Nav { margin: 0 auto; width: 100px;}
ul.Nav li {
margin: 0 6px; 
float: left;
width: 15px;
height: 15px;
display: inline-block;
border: 1px solid #666666;
}
*/
ul.Nav {
float: left;
position: relative;
margin: 20px 0;
left: 50%;
}

ul.Nav li {
float:left;
position:relative;
right:50%;
margin: 0 5px;
width: 14px;
height: 14px;
display: block;
border: 1px solid #666666;
}

ul.Nav li a {
width: 14px;
height: 14px;
background: none;
}

ul.Nav li a.activeSlide, ul.Nav li a:hover, ul.Nav li a:focus { background: #666666; }

ul.gallery {
margin: 15px 0;
}
ul.gallery li {
float: left;
display: inline-block;
margin: 5px 10px 5px 0;
}

#Main-Footer {
	padding: 10px 0 0 0;
	float: left;	
	font-size: 11px;
	color: #666;
	}
	#Main-Footer .left {
		float: left;
		width: 490px;
		}
	#Main-Footer .right {
		float: right;
		padding: 0 0 10px 0;
		width: 490px;
		text-align: right;
		height: 16px;	

		}
		.right ul li {
			 float: right;
			 padding-left: 10px;
			 }
			.right ul li a{
				 text-decoration: none;				
				 }
				.right ul li a.fb {
					 background: url('../images/fb_icon.gif') no-repeat center;
					 width: 16px;
					 height: 16px;
					 display: block;					
					 }
					.right ul li a.fb span {
						 display: none;
						 }
	#Main-Footer .left a {
		display:  inline;
		color: #666;
		}

#Main-Content .Content .Contact {
    float: left;
	width: 500px;
	padding-left: 50px;
}

#Main-Content .Content .Contact h2 {
    float: left;
	width: 500px;
    padding-bottom: 20px;
}
 
#Main-Content .Content .Contact p {
    float: left;
	width: 500px;
	color: #e6e6e7;
	font-size: 15px;
	margin-bottom: 4px;
}

#Main-Content .Content .Contact p * { color: #e6e6e7; float: none; display: inline; font-size: 17px; }

#Main-Content .Content .Contact p img {
    float: left;
	margin-right: 30px;
}

#Main-Content .Content .ContactForm {
    float: left;
	width: 320px;
	padding-top: 60px;
}

#Main-Content .Content .ContactForm form {
    float: left;
	width: 320px;
}

#Main-Content .Content .ContactForm form span {
    float: left;
	width: 320px;
	font-size: 13px;
	color: #e6e6e7;
	padding-bottom: 3px;
}

#Main-Content .Content .ContactForm form input.Input {
    float: left;
	width: 320px;
	padding: 7px 5px;
	background: #464646;
	border: 0;
	margin-bottom: 10px;
	font-family: Arial;
	color: #e6e6e7;
	font-size: 12px;
}

#Main-Content .Content .ContactForm form textarea {
    float: left;
	width: 320px;
	padding: 5px;
	background: #464646;
	border: 0;
	margin-bottom: 15px;
	font-family: Arial;
	color: #e6e6e7;
	font-size: 12px;
	height: 100px;
}

#Main-Content .Content .ContactForm form input.Button {
    float: right;
	padding-right: 15px;
	background: url('../images/contact_submit_tr.gif') center right no-repeat;
	color: #a9bfc8;
	cursor: pointer;
}

#Main-Content .Content .Clients {   
	float: left;
	width: 300px;
	padding: 5px 0 5px 0;
}

#Main-Content .Content .Testimonials {
    margin-left: 50px;
	float: left;
	width: 400px;
	padding: 20px 0 50px 0;
}

#Main-Content .Content .Testimonials .Item {
	float: left;
	width: 350px;
	padding-bottom: 30px;
}

#Main-Content .Content .Testimonials .Item p {
	float: left;
	width: 320px;
	font-size: 11px;
}

#Main-Content .Content .Testimonials .Item strong {
	float: left;
	width: 350px;
	text-align: right;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
}

#Main-Content .Projects {
	padding: 0;
	background: #000;
	float: left;
	width: 980px;
}

#Main-Content .Projects .Nav {
	float: left;
	min-height: 520px;
	width: 265px;
	background: #303030;
	margin-right: 5px;
	padding: 50px 0 0 20px;
}

#Main-Content .Projects .Nav ul {
    padding-left: 30px;
    float: left;
    display: block;	
	padding-bottom: 5px;
	clear: both;
}

#Main-Content .Projects .Nav ul  ul{
	padding-left: 10px;
	}
	
#Main-Content .Projects .Nav ul li {
    padding-left: 10px;
    display: block;
    padding-bottom: 10px;
clear: both;	
}

#Main-Content .Projects .Nav ul li a {
    display: block;	
	font-weight: bold;
    color: #ffffff;
	font-size: 12px;
}

#Main-Content .Projects .Nav ul li.current {
    background: url('../images/projects_nav_current.gif') left 4px no-repeat;
    font-weight: bold;
	color: #adc2cb;
}

#Main-Content .Projects .Nav ul li.current > a {
    font-weight: bold;
	color: #adc2cb;
}

#Main-Content .ComingSoon {
	float: left;
	width: 690px;
	text-align: center;
	padding-top: 250px;
}

#Main-Content .ComingSoon p {
	font-size: 17px;
	float: auto;
	text-align: center;
	color: #fff;
}

#Main-Content .Projects .Gallery {
	float: left;
	width: 690px;
}

#Main-Content .Projects .Gallery .Photo {
	float: left;
	width: 690px;
	height: 485px;
	margin-bottom: 10px;
}

#Main-Content .Projects .Gallery .Photos {
	float: left;
	width: 690px;
	height: 70px; 
}

#Main-Content .Projects .Gallery .Photos .ListContainer{
	float: left;
	width: 649px;
	height: 70px; 
}

#Main-Content .Projects .Gallery .Photos .List {
	position: relative;
	height: 70px;
    width: 649px;	
	overflow-x: hidden;
	overflow-y: hidden;
}


#Main-Content .Projects .Gallery .Photos ul{
    position: relative;
	width: 1000px;
	height: 70px; 
	overflow-x: hidden;
	overflow-y: hidden;
}

#Main-Content .Projects .Gallery .Photos ul li {
	float: left;
	width: 100px;
	height: 70px;
	margin-left: 7px;
}

#Main-Content .Projects .Gallery .Photos ul li img { 
    -moz-opacity : 0.6;
    opacity : 0.6;
    filter : alpha(opacity=60);
}

#Main-Content .Projects .Gallery .Photos ul li a img:hover, #Main-Content .Projects .Gallery .Photos ul li a.current img { 
    -moz-opacity : 1;
    opacity : 1;
    filter : alpha(opacity=100);
}

#Main-Content .Projects .Gallery .Photos ul li a:focus {
    outline: none;
}

#Main-Content .Projects .Gallery .Photos span {
	float: left;
	width: 20px;
	height: 70px;
	background: #303030;
	cursor: pointer;
}

#Main-Content .Projects .Gallery .Photos span.Next { 
    background: #303030 url('../images/projects_gallery_next.gif') center center no-repeat;
}

#Main-Content .Projects .Gallery .Photos span.Prev { 
    background: #303030 url('../images/projects_gallery_prev.gif') center center no-repeat;
}


.imageDescription {
	left: 0px;
    position: absolute;
    top: 350px;
	width: 100%;
	}
	.imageDescription p {color: #666;
					    /*font-weight: bold;*/}
	.imageDescription strong { color: #000;}
	.imageDescritption i { }