@charset "utf-8";
/* CSS Document */

body
{
 background: url(images/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:0px auto;
  padding:0px;
  	
}

#hedder
{
	width:100%;
	height:36px;
	background-color:#231f20;
	position:absolute;
	left: 0px;
	top: 0px;
}
.main
{
	width:1000px;
	margin:0 auto;
	
}

.mainleft
{
	width:300px;
	float:left;
}

.menu
{
	width:485px;
	height:36px;
	float:right;
	
}

.menutext
{
	width:auto;
	height:36px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#8e8e8e;
	float:right;
	font-size:12px;
	background-image:url(images/menuline.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin:5px 10px 0px 0px;
	padding:5px 15px 0px 5px;
	
}


.menutext:hover
{
	width:auto;
	height:36px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
	float:right;
	font-size:12px;
	background-image:url(images/menuline.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin:5px 10px 0px 0px;
	padding:5px 15px 0px 5px;
	
}

.menutext-visited
{
	width:auto;
	height:36px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
	float:right;
	font-size:12px;
	background-image:url(images/menuline.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin:5px 10px 0px 0px;
	padding:5px 15px 0px 5px;
	
}

.logo
{
	width:244px;
	height:158px;
	float:left;
	
}

.mainright
{
width:700px;
	float:right;	
}

.insidecontainer
{
	width:675px;
	float:left;
	background-color:#000;
	margin:20px 0px 10px 0px;
	padding-left:20px;
	padding-bottom:10px
	
}

h2
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#fff;
	float:left;
	text-transform:uppercase;
	
}

h3
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#fff;
	float:left;
	text-transform:uppercase;
	
}
.redtext
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
	float:left;
	clear:left;
	text-transform:uppercase;
}
.insidebanner
{
	width:661px;
	height:125px;
	float:left;
	margin-top:20px;
	
}


.text1
{
	width:664px;
	height:auto;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#999999;
	line-height:18px;
	margin-top:10px;
	
}

.projectimg
{
	width:140px;
	height:180px;
	float:left;
	margin:0px 25px 20px 0px;
	
}
.footer
{
	width:1000px;
	height:36px;
	margin:0 auto;
}

.footerright
{
	width:300px;
	height:36px;
	float:right;
	margin-right:10px;
	color:#000;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:right;
	
}
