@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}

div#header{
	position: relative;
	background: #B4F257;
	width: 100%;
	min-width: 912px;
	height: 190px;
}

img#headerImg{
	position: absolute;
	left: 62%;
	top: 50px;
	width: 294px;
	height: 141px;
}

img#headerImgText{
	position: absolute;
	left: 0;
	width: 305px;
	height: 43px;
	top: 60px;
}

div#headerImgTextWrapper{
	margin: 0 auto;
	position: relative;
	width: 880px;
	height: 110px;
}

div#menu{
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 20px;
	top: 60px;
}

div#menu a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.linkMenu, a.linkMenuActive{
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
	color: #000000;
	margin-top: -2px;
}

a.linkMenuActive{
	background: url(../images/btns/menuBtnBg.png) no-repeat top left;
	padding-top: 4px;
	color: #FFFFFF;
	margin-top: 0px;
}

div#main{
	width: 912px;
	margin: 0 auto;
}

div#menuMain{
	margin-top: 30px;
	margin-left: 27px;
}

div#menuMain a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
}

a.linkMenuMainActive{
	border-bottom: 1px dotted #FFFFFF;
}

div#work{
	position: relative;
	margin-top: 20px;
}

img.webThumb{
	float: left;
	margin-top: 12px;
	margin-right: 24px;
	width: 200px;
	height: 200px;
	border: 2px solid #000000;
	cursor: pointer;
}

img.webThumb:hover{
	border: 2px solid #FFFFFF;
}

img.webThumbRef1{
	position: absolute;
	top: 216px;
	left: 2px;
}

img.webThumbRef2{
	position: absolute;
	top: 216px;
	left: 230px;
}

img.webThumbRef3{
	position: absolute;
	top: 216px;
	left: 458px;
}

img.webThumbRef4{
	position: absolute;
	top: 216px;
	left: 686px;
}

div#contact{
	margin-top: 50px;
}