body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0px 30px;
	font-size: 12px;
	color:#fff;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a img {
	border:0px;
}
#root
{
	width: 960px;
	margin: 0px auto;
	background: #000;
}
#header
{	
	margin: 0; 
	width: 960px;
	padding-left:20px;
	height:128px;
}
#logo
{
	width: 100px;
	float:left;
}
#primary-nav {
	padding: 85px 0 0 400px;
	
}
#primary-nav ul li
{
	
	display: block;
	float: left;
	font-size: 14px;
	text-align: center;	
	height: 16px;
	padding-top: 0px;
	
	
}
#primary-nav a
{
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	padding: 0px 10px 0 10px;
	
}

.nav_selected {
	padding-top: 5px;
}

#primary-nav a:hover { text-decoration: underline; }

#content {
	height:250px;
	margin:-53px 25px 0px 25px;
	background: url(/images/content_bg.jpg) repeat-x ;
	
	border-left:1px solid #2c2c2c;
	border-right:1px solid #2c2c2c;
	
}
#content_text {
	width:560px;
	float:left;
	padding:20px;
}
#content_img {
	float:left;
}
#content_img img
{
	margin:10px 30px 0 0;
}
#footer{
	margin: 0px auto;
	padding:20px;
	width:300px;
}
.clearfix {
	clear: both;
}
#main_menu {
		
	background: url(/images/service_bg.jpg) repeat-x ;
	background-color:#191919;
	
}
#service_content {
	margin: 0 auto;
	width:901px;
	height:585px;
	background: url(/images/service_main_bg.jpg) repeat-x  ;
}
#service_image {
	float:left;
	padding:90px 40px 0 50px;
}
#service_text {
	float:left;
	width:100%;
	padding-top:50px;
	padding-right:30px;
}
#team_topleft {
	float:left;
}
#team_topright {
	float:left;
	padding:10px 20px 20px 20px;
	
	width:545px;
	height:242px;
	background: url(/images/team_topright_bg.jpg) repeat-x  ;
	color:#000;
}
#team_main {
	width:904px;
	
	background-color:#000;
	margin: 0 auto;
}

#team_content {
	width:904px;
	height:700px;
	background: url(/images/team_bg.jpg) no-repeat  ;
	background-position: 0px 260px;
	background-color:#000;
	margin: 0 auto;
	
	
}
#team_text{
	float:left;
	width:510px;
	margin:-10px 0 0 40px;
	text-align:right;
}
#team_image
{
	float:left;
	
}
#team_image img
{
	margin: 10px 30px 0 30px;
}
#client_content {
	width:901px;
	background: url(/images/team_bg.jpg) no-repeat  ;
	background-position: 300px 300px;
	background-color:#000;
	margin: 0 auto;
}
#clients_topleft {
	float:left;
}
#clients_topright {
	float:left;
	padding:30px;
	
	width:474px;
	height:212px;
	background: url(/images/team_topright_bg.jpg) repeat-x  ;
	color:#000;
	line-height:20px;
}
#gallery {
	
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
	
	#gallery a:hover {
		 cursor: default;
	}
#client_content ul li
{
	
	display: block;
	float: left;
	
	
}
.client_img {
	width:200px;
	float:left;
	padding:20px;
}
.client_text {
	float:left;
	width:550px;
	padding:20px;
}

.nav_img {
	float:left;
	margin-top:-16px;
}
#contact_content{
	text-align:center;
	margin:0 auto;
	padding-top:100px;
}
#contact_main {
	margin: 0 auto;
	width:901px;
	height:585px;
	background: url(/images/contact_bg.jpg) repeat-x  ;
}

.horizontal_list li {
	display: inline; 
	list-style-type: none;
	padding-right: 50px;
	height: 150px;
}
.change_lang {
	position: absolute; top: 10px; right: 110px;
}
