@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #c0c0c0;
	line-height: 150%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color:#369fb6;
	line-height: 100%;
	margin-top:10px;
	position: relative;	
	}
	
a {
	outline: none;
	color:#369fb6;
	}

li, lo {
	list-style: none;
	}	

img {
	border: none;
	}
	
.logo {
	margin: 14px 0 84px 0;
	width: 467px;
	height: 104px;
	background: url(../images/logo.gif);
	display: block;
	}

	.logo:hover {
		background: url(../images/logo.gif) 0 -104px;
		}
		
.contentgreyline {
	width: 100%;
	background: #333;
	border-bottom: 1px solid #000;
	clear: both;

	}

.contentgreyline .content{
	height: 20px;
	line-height: 1px;
	}

.contentgreyline .content h1 {
	text-transform: uppercase;
	padding:3px 0 0 0 ;
	font-size: 11px;
	line-height: 150%;
	
	}


.content {
	margin: 0 auto;
	width:1000px;
	clear: both;
	}

.contentmain {
	width: 100%;
	background: #272e23;
	height: 387px;	
	border-bottom: 1px solid #20261c;
	clear: both;
	margin: 0 !important;
	}

	#partfolio .contentmain {
		height: auto;	
		min-width:1001px;
		overflow:auto;
		}



.container_bigimg, .container_text, .container_images {
	float:left;
	}

.container_bigimg {
	width:391px;
	}

.container_text {
	width:400px;
	padding: 0 40px;
	}

.container_images {
	width: 129px;
	}

.container_images img {
	border: 0;
	padding:0;
	margin: 1px 0;
	}




.contactimage {
	background: url(../images/contact_big.jpg) no-repeat;
	width:737px;
	height:387px;
	}

.contactimage .contactinfo {
	margin: 117px 0 0 144px;
	float: left;
	color:#369fb6;
	font-size: 14px;
	}

.contactimage .contactinfo a {
	text-decoration: none;
	color:#369fb6;
	}

	.contactimage .contactinfo a:hover {
		text-decoration: underline;
		}

/* ========= folio ============*/

.foliotab {
	margin: 0 0 20px 0;
	clear: both;
	overflow: auto;
	min-width:1000px;
	}

.foliotab a {
	padding: 6px;
	background: #242a20;
	width: 140px;
	height: 140px;	
	display: block;
	float:left;
	margin: 1px 1px 0 0;
	}

	.foliotab a:hover {
		background: #2e362a;
		}
	

#partfolio h2 {
	clear: both;
	margin-bottom: 10px;

	}
	
/* =========== footer ========= */

.footer {
	clear: both;
	width: 100%;
	height: 120px;
	margin-top: 10px;
	}

.footer ul li {
	float: right;
	border-right: 1px solid #333333;
	padding: 0;
	margin: 0;
	}

	.footer ul li.last {
		border-right: none;
		}

	.footer ul li.last a {
		border-right: none;
		padding: 2px 0 2px 20px;
		}

.footer ul li a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 2px 20px; 
	}
	
	.footer ul li a:hover {
		text-decoration: underline;
		}

.footer ul li#active a {
	color: #fefefe;
	}

