@charset "UTF-8";
/*html elements*/
body{
	background-color: #000;
	color: #fff;
	text-align: left;
	vertical-align: baseline;
	font: normal 12px/20px arial,Helvetica, Geneva, sans-serif;
}
h4{
	color:#ff9900;
	margin-bottom: 10px;
}

#mainWrapper{
	margin-top: 60px;
}

#title{
	background: url(../images/title.gif) no-repeat 0 0;
	height: 28px;
	float: left;
	text-indent: -9999px;

}
#title a{
	background: url(../images/title.gif) no-repeat 0 0;
	display: block;
	height: 28px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#description{ 
	text-indent: -9999px;
	background: url(../images/description.gif) no-repeat 0 0;
	display: none;
	float: left;
	position: relative;
	top: 5px;
}
#nav{
	height: 97px;
	display: block;
	float: left;
	margin-top: 18px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
#nav ul{
	list-style: none;
}
#nav li{
	margin-left: 0px;
	margin-bottom: 10px;
	height: 12px;
}

#nav a.first{
	color:#ff9900;
	text-decoration: none;
}
#nav a.first:hover{
	color: #333;
}
#nav a.second{
	color: #999999;
	text-decoration: none;
}
#nav a.second:hover{
	color: #333;
}
/*#one{
	height:12px;
	width: 182px;
	background-image: url(../images/nav_one.gif);
	text-indent: -999px;
}*/
#homeText{
	display: block;
	margin-top: 20px;
	float: left;
}
#clientsText ul li{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
}


#companyText img{
	margin-bottom: 15px;
}
#contactText{
	margin-left: 30px;
}
#contactText p{
	text-align: left;
}

#aboutText a, #contactText a, #clientsText a,#newsText a{
	color: white; text-decoration: none; border-bottom: 1px solid #ff9900;
}
#newsText{

	font-size: 14px;
}
#projectText{
	
}
#rightWrapper{
	display: block;
	float:right;
}
#homeMedia{
	display: block;
	height: 362px;
	background: silver;
	overflow: hidden;
}
#photoList li{
	margin: 0px;
}
#location{
	height: 11px;
	width: 244px;
	display: block;
	float: right;
	margin-top: 10px;
	text-indent: -9999px;
	background: url(../images/location.gif) no-repeat 0 0;
}
.g5 {
		width: 380px;
}
.welcomeMsg{
	text-transform: uppercase;
	font-variant: normal;
	line-height: 33px;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
}