/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #21262A;
	background-image: url(background.jpg); 
	background-repeat: repeat-x;
	text-align:center;
}
body,td,th {
	color: #667078;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#head {
	height: 444px;
}

#body_background {
	width:1000px;
	background-image:url(images/background_body.jpg);
	background-repeat:repeat-y;
	margin:auto;
	/* clear:inherit;*/
	text-align:left;
}
.left {
	float:left;
	padding:0;
	margin:0;
}

/* content area */

#contentbar {	
	position:relative;
	float:left;
	width: 515px;
	text-align:left;
	background-image:url(images/background_bodytop.jpg); 
	background-repeat:repeat-x;
	width: 715px;
	
}

#content {
	padding-left:35px;
	padding-right: 10px;		
}
.image_title {
	margin-bottom: 25px;
}

.work_txt {
	padding-left: 30px;
	float:left;
	width: 430px;
}
.work_description {
	padding-left: 25px;
	float:left;
	width: 350px;
}
#work_thumb {
	padding: 2px;
	background-color: #3c454d;
}
.client_txt {
	padding-left: 30px;
	float:left;
	width: 400px;
}

.work_txt_title {
	color: #868686;
	font-weight: bold;
	font-size: 12px;
}
.client_txt_title {
	color: #868686;
	font-size: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.client_txt_title_main {
	color: #868686;
	font-size: 24px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* sidebar area */

#sidebar {
	position:relative;
	float:right;	
	width:285px;
}
.news_body{
	background-image:url(images/news_background.jpg);
	font-size: 10px;
	padding-left: 40px;
	padding-right: 30px;
	margin:0;	
}
.news_title{
	color: #a2b3c6;
	font-weight: bold;
	padding-bottom: 10px;

}
.news_date {
	color: #989771;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
}
.news_cont {
	color: #638ea3;
	font-size: 10px;
	padding-bottom:10px;
}
/* footer area */

#footer {
	background-image:url(images/background_footer.jpg);
	height:114px;
	clear:both;
	text-align:center;
}
#footer_container {
	width:1000px;
	margin:auto;	
}


.footer_left {
	float:left;
	width:285px;
	height:114px;
	background-image:url(images/footer_logo.jpg);
}
.footer_middle {
	float:left;
	width:397px;
	height:114px;
	background-image:url(images/footer_middle.jpg);
	text-align:center;
	font-size:9px;
	color:4f8fc1;
	margin:auto;
}
.footer_middle a {

	
}
.footer_dot {
	padding-top:60px;
	color: #7cb4df;	
	text-align:center;
	font-size:10px;
}
.footer_right {
	float:left;
	width:318px;
	height:114px;
	background-image:url(images/footer_right.jpg);
}
a:link {
	color: #7cb4df;
	text-decoration: none;
}
a:visited {
	color: #7cb4df;
	text-decoration: none;
}
a:hover {
	color: #94C2E4;
	text-decoration: none;
}
a:active {
	color: #7cb4df;
	text-decoration: none;
}



