body {
	margin:0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:10px;
	color:black;
	padding:0px;
	background:url(../images/bg.jpg) top center no-repeat #ccc;
}
.hidden
{
display: none;
}
.center {
	margin:0 auto 0 auto;
	text-align:center;
	}	
textarea {
   resize: none;
}
#header {
	float:left;
	top:0;
	width:100%;
	height:78px;
}
	#title_img {
		float:left;
		margin:15px 25px;
	}
	#logo {
		float:right;
		margin:5px 10px;
	}
	
#content {
	float:left;
	background:url(../images/content.png) no-repeat top left;
	height:482px;
	width:960px;
	}
	#cont_top {
		width:100%;
		margin:5px 0;
		height:90px;
		text-align:center;
	}
		#cont_top h1 {
			color:#FFF;
			font-size:18px;
			padding:40px 0;
			font-weight:200;
		}

	#cont_slider {
		float:left;
		width:100%;
		height:230px;
	}
		#cont_slider_left {
			float:left;
			width:10%;
			height:100%;
		}
			#arrow_left {
				margin:70% 20%;
				cursor:pointer;
			}
		
		#cont_slider_center {
			float:left;
			margin:5px 0;
			width:80%;
			height:100%;
		}
			#slides_container {
				float:left;
				width:100%;
				height:90%;
			}
				#slides_left {
					float:left;
					width:50%;
					height:100%;
				}
				#slides_right {
					float:left;
					width:50%;
					height:100%;
				}	
					#work_desc {
						background:url(../images/work/bg.png) no-repeat;
						margin:0 15px;
						width:367px;
						height:224px;
					}
						#work_desc h1 {
							font-size:18px;
							text-align:right;
							color:#FFF;
							padding:18px 40px;							
							font-weight:100;
							text-transform:uppercase;
						}
						#work_desc p {
							font-size:12px;
							text-align:justify;
							color:#FFF;
							padding:10px 30px;
							width:300px;
							height:50px;
							font-weight:100;
						}	
						#work_desc a {
							padding:7px 33px;
							float:right;
						}							
		
		#cont_slider_right {
			float:left;
			width:10%;
			height:100%;
		}
			#arrow_right {
				margin:70% 20%;
				cursor:pointer;
			}	
			
	#cont_words {
		float:left;
		width:100%;
		height:150px;
		text-align:center;
	}
		#cont_words img {
			padding:10px 0;
		}			

#menu {
	float:left;
	background:url(../images/menu_bg.png) no-repeat top left;
	height:40px;
	width:960px;
	}
	#navcontainer ul {
		padding:12px 0;
		margin: 0;
		list-style-type: none;
		color: #333300;
		width: 100%;
		text-align: center;
	}
		li { display: inline; }
			li a {
				text-decoration: none;
				color: #333300;
				font-size:12px;
				padding: .2em 1em;
			}
				li a:hover	{
					text-decoration:underline;
				}		
				
/******************* Services **********************/
#services_left {
	float:left;
	width:50%;
	height:100%;
}
	#services_left img {
		padding:6% 3%;
	}

#services_right {
	float:left;
	width:50%;
	height:100%;
	overflow:hidden;
}
	#services_container {
		float:left;
		width:90%;
		height:70%;
		margin:70px 25px;
	}
		#services_container h1 {
			text-align:center;
			padding:20px 0;
			color:#FFF;
			font-size:24px;
			font-weight:100;
		}
		#services_container p {
			text-align:justify;
			max-width:95%;
			padding:0 5%;
			color:#FFF;
			font-size:12px;
			font-weight:100;
		}		
	#services_line {
		float:left;
		width:95%;
		margin:260px 10px;
		height:1px;
		background:#fff;
	}		
	#services_tabs {
		float:left;
		width:95%;
		height:60px;
		margin:-240px 10px;
	}
		#services_tabs ul {
			list-style-type: none;
			width: 100%;
			text-align: center;
		}
			#services_tabs ul li { 
				display: inline;
			}	
/***** Clients ********/
	#clients_slider {
		float:left;
		width:100%;
		height:430px;		
	}
		#clients_slider_left {
			float:left;
			width:8%;
			height:100%;
		}
			#clients_arrow_left {
				margin:200px 20%;
				cursor:pointer;
			}
		
		#clients_slider_center {
			float:left;
			margin:25px 0;
			width:82%;
			height:100%;
		}
			#clients_slides_container {
				float:left;
				width:100%;
				height:90%;
				padding:0 8px;
			}
				.clients_slides {
					float:left;
					padding:5px;
				}						
		
		#clients_slider_right {
			float:left;
			width:8%;
			height:100%;
		}
			#clients_arrow_right {
				margin:200px 20%;
				cursor:pointer;
			}	
