﻿@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
}

body {
	background-color:#333;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	}

h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	color: #f7bb92;
	font-size:32px;
}

h2 {
	font-size:16px;
	line-height:24px;
	color:#f7bb92;
}

h3 {
	font-size:16px;
	line-height:24px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #CCC;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}	

#header-large {
	width:855px;
	height:460px;
	margin:auto;
	margin-top:26px;
	background-image:url('../images/header-large.jpg');
	background-repeat:no-repeat;
	background-position: center;
	}
	
#header-small {
	width:855px;
	height:185px;
	margin:auto;
	margin-top:26px;
	background-image:url('../images/header-small.jpg');
	background-repeat:no-repeat;
	background-position: center;
	}
	
#menu {
	width: 855px;
	height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	}
	
#button {
	background-color: #000;
	margin: 0px 3px 0px 3px;
	float: left;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 20px 10px 19.5px;
	font-weight: bold;
	}
	
#content {
	width:853px;
	margin:10px auto;
	padding-top:10px;
	border-radius:10px;
	background-color:#000;
	position:relative;
	overflow:hidden;
	}
	
#container {
	width:853px;
	margin:0px auto;
	padding-top:10px;
	background-color:#000;
	position:relative;
	overflow:hidden;
	}	

#1col {
	float:left;
	padding:0px 10px 0px 10px;
	width:800px;
	clear:both;
	height:200px;
}

#tech-header {
	width:831px;
	float:left;
	margin-left:10px;
}

#tech-line {
	width:831px;
	float:left;
	margin-left:10px;
	height:5px;
	margin-bottom:20px;
}

#leftcol-tech {
	width:422px;
	float:left;
	margin-left:10px;
}

#rightcol-tech {
	margin-left:10px;
	width:400px;
	float:left;
}

#leftcol-story {
	width:422px;
	float:left;
	height:2360px;
	margin-left:10px;
}

#rightcol-story {
	margin-left:10px;
	width:400px;
	float:left;
	height:2600px;
}

#leftcol-news {
	width:422px;
	float:left;
	height:280px;
	margin-left:10px;
}

#rightcol-news {
	margin-left:10px;
	width:400px;
	float:left;
	height:280px;
}

#leftcol-serv {
	width:422px;
	float:left;
	height:720px;
	margin-left:10px;
}

#rightcol-serv {
	margin-left:10px;
	width:400px;
	float:left;
	height:720px;
}
	
#leftcol-eco {
	width:422px;
	float:left;
	height:323px;
	margin-left:10px;
}

#rightcol-eco {
	margin-left:10px;
	width:400px;
	float:left;
	height:800px;
}
	
#leftcol-contact {
	width:422px;
	float:left;
	height:323px;
	margin-left:10px;
}

#rightcol-contact {
	margin-left:20px;
	width:400px;
	float:left;
	height:323px;
}
	
#video {
	float:left;	
	width:426px;
	margin-left:10px;
	}
	
#home-left {
	width:418px;
	float:left;
	}
	
#footer {
	height:100px;
	margin-top: 40px;
	width:855px;
	margin: 0 auto;	
	margin-top: 10px;
	clear:both;
	}
