/*------------------- Powered by the brute force of station76.net - personalized web design and maintenance ------------*/


body {
	background: #121212;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto auto auto;
	color: #fff;
	background: url(images/bg.jpg) repeat-y #000;
	background-position: top center; 
	}

a {
	text-decoration: underline;
	color: #000;
	}

p {
	text-align: justify;
	line-height: 15px;
	padding: 5px 0 5px 0;
	font-size: 11px;
	margin: 0px;
	}

#main_container {
	background: url(images/bg_inside.jpg) no-repeat center top #666666;
	width: 900px;
	height: auto;
	margin: auto;
	padding:  0;
	}
	
#header {
	width: 900px;
	height: 135px;
	margin: auto;
	}

	.logo {
	padding:0px 0px 0px 0px;
	float:left;
	width: 500px;
	}

/*---------------- menu ----------------------*/

#menu_tab {
	width: 390px;
	float: left;
	padding: 0px 0px 0px 0px;
	}

	ul.menu {
	list-style-type: none;
	display: block;
	margin-left: auto;
	padding: 20px 0px 0px 50px;
	background: none;
	}

	ul.menu li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: 28px;
	}

	a.nav:link, a.nav:visited {
	display: block; 
	float: left; 
	padding: 0px; 
	margin: 0;
	width: auto;
	margin: 0px 5px 0px 5px;
	text-align: center;
	text-decoration: none;
	background: none;
	color: #fff;
	}

	a.nav:hover {
	color: #000000; 
	text-decoration: none;
	}

/*---------------- box area ----------------------*/

#boxarea {
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height:215px;
	}

	.box1 {
	float: left;
	width: 292px;
	background: #000;
	}

	.boxarea_title {
	color: #666666;
	padding: 10px;
	}
	
	img.boxarea_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 2px #666666 solid;
	}

/*---------------- main_content ----------------*/

#main_content {
	width: 900px;
	clear: both;
	height: auto;
	margin: 5px 0 0 0;
	}

#center_content {
	width: 900px;
	float: left;
	height: auto;
	padding: 10px 0 30px 0px;
	}

	.title_customers {
	clear: both;
	padding: 45px 0px 5px 0px;
	}

	.title_projects {
	clear: both;
	padding: 20px 0px 5px 0px;
	}

	.title_projects a, .title_customers  a {
	color: #DF6195;
	text-decoration: underline;
	}

	.contact a img {
	border: 0px;
	}	
	
	p.customer_text {
	width: 500px;
	float: left;
	padding: 25px 25px 25px 30px;
	line-height: 18px;
	font-size: 14px;
	}
	
	p.gallery_text {
	width:325px;
	float:left;
	padding: 20px 20px 20px 25px;
	line-height:18px;
	font-size: 14px;
	}
	
	img.thumbs {
	float: left;
	padding: 4px;
	margin: 15px 0px 15px 10px;
	border: 2px #323232 solid;
	}

	img.thumbs_project {
	float: left;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border: 2px #323232 solid;
	}
	
	a.nav2:link, a.nav2:visited {
	text-decoration: underline;
	font-style: italic; 
	color: #fff;
	font-size: 12px;
	}

	a.nav2:hover {
	color: #000000; 
	text-decoration: none;
	}
	
/*---------------- project galery boxes front page---------------*/

#project_gallery_front {
	width: 425px;
	height: 150px;
	margin-left: 60px;
	margin-top: 10px;
	float: left;
	}

	.sm_box {	
	float: left;
	}

	.inside_top {
	padding: 10px 5px 0px 5px; 
	height: 100px;
	}

	.inside_bot {
	width: 100px;
	height: 15px;
	color: #000;
	}

p.center {text-align: center;}
		
/*---------------- footer ----------------*/

#footer {
	width: auto;
	clear: both;
	padding: 15px 0 10px 0;
	margin: 20px 0 0 0;
	height: 60px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	text-align: center;
	color: #ffffff;
	background-color: #3D3D3D;
	}

	.left_footer {
	float: left;
	padding: 5px 0 0 10px;
	}
	
	.right_footer {
	float: right;
	padding: 0px 10px 5px 0px;
	}

	.center_footer {
	float: right;
	padding: 0px 160px 10px 0px;
	}

#footer a {
	color: #ffffff;
	text-decoration: none;
	}