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

*{
	padding:0;
	margin:0;
}
#this_title
 {
 display:none;
 }
 
body{
	width:100%;
	background:#f5f5f5;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}

.clear{
	clear:both;
	width:100%;
}

/*----------------------- GENERAL LAYOUT */

.wrapper{
	width:930px;
	margin:0 auto;
}

.header{
	height:80px;
	width:100%;
}

.headsect{
	background:url(../img/headbg.png) no-repeat;
	width:100%;
	height:200px;
}

.headsectinner{
	background:url(../img/headbg.png) no-repeat;
	width:100%;
	height:100px;
	
}

.maincontent{
	width:100%;
}
.textsect{
	background:url(../img/headbg.png) no-repeat;
	width:100%;
	height:40px;
}
.btnsect{
	background:url(../img/btnbg.png) no-repeat;
	width:100%;
	height:158px;
}

.footer{
	background:url(../img/headbg.png) no-repeat;
	width:100%;
	height:90px;
}

/*----------------------- HEADER SECTION */

.logo{
	width:180px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
	
.menu{
	float:right;
	width:730px;
	padding-top:40px;
	text-align:right;
}

.menu ul li{
	display:inline;
	list-style:none;
	padding-left:14px;
	text-transform:uppercase;
	font-size:11px;
} 



.menu ul li a{
	color:#2957b3;
	text-decoration:none;
}

a img{
	border:0;
}

/*----------------------- HEAD SECTION */

.comp{
	width:300px;
	float:left;
	padding-top:15px;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
}

.docs{
	width:300px;
	float:right;
	padding-top:20px;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
}

.arrows{
	background:url(../img/arrows.png) no-repeat;
	width:265px;
	height:185px;
	position:absolute;
	margin-left:313px;
	margin-top:65px;
}

h1{
	font-size:50px;
	text-align:center;
	letter-spacing:8px;
	padding-top:20px;
	text-transform:uppercase;
}

h4{
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:5px;
}

/*----------------------- MAIN SECTION */

.col1{
	width:280px;
	padding-right:20px;
	float:left;
	margin-top:30px;
	margin-bottom:25px;
}

.col2{
	width:280px;
	padding-right:20px;
	padding-left:20px;
	float:left;
	margin-top:30px;
	margin-bottom:25px;
}

.col3{
	width:280px;
	float:right;
	margin-top:30px;
	margin-bottom:25px;
}

.col4{
	width:420px;
	padding-right:20px;
	float:left;
	margin-top:30px;
	margin-bottom:25px;
}

.col5{
	width:440px;
	
	float:right;
	margin-top:30px;
	margin-bottom:25px;
}

p{
	text-align:justify;
	line-height:18px;
	font-size:11px;
	margin-bottom:10px;
}
p1{
	text-align:justify;
	line-height:18px;
	font-size:11px;
	margin-bottom:10px;
}
.title{
	font-style:italic;
}

li.list{
	padding-top:2px;
	padding-bottom:2px;
	list-style:square;
	font-size:11px;
	line-height:18px;
}

a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}

/*----------------------- TEXT SECTION */

.advert{
	padding-top:5px;
	text-transform:uppercase;
	font-size:24px;
	letter-spacing:4px;
	text-align:center;
	width:100%;
}


/*----------------------- BUTTON SECTION */

.button{
	width:119px;
	height:115px;
	padding-top:20px;
	padding-right:78px;
	float:left;
	cursor:pointer;
}

.buttonlast{
	width:119px;
	height:115px;
	padding-top:20px;
	float:left;
	cursor:pointer;
}

/*----------------------- CONTACT FORM */

.contact{
	width:95%;
	padding:8px;
	border:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin-bottom:5px;
	background:#fff;
}

.check{
	width:95%;
	padding:10px;
	border:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin-bottom:4px;
	background:#fff;
}

label{
	text-align:right;
	float:right;
	width:60%;
}

textarea{
	width:95%;
	padding:8px;
	border:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin-bottom:5px;
	background:#fff;
}

.submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#eaeaea 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#cccccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eaeaea),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#cccccc));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 0px 0px rgba(102,102,102,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(102,102,102,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		cursor:pointer;
		float:right;
		width:auto;
		margin-right:-5px;
}

.disclaimer{
	float:left;
	width:200px;
	font-size:9px;
	line-height:13px;
}

/*---------------------- SEND PAGE */
.emailwrapper{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background:#fff;
	width:400px;
	margin:0 auto;
	margin-top:40px;
	padding:30px;
	text-align:center;
}

.blue{
	color:#2957b3;
}

/*----------------------- FOOTER SECTION */
.social{
	width:340px;
	margin-top:10px;
	float:left;
	border-right:1px solid #ccc;
}

.soc{
	padding-right:10px;
	width:71px;
	float:left;
}

.partners{
	width:150px;
	margin-top:10px;
	float:left;
	border-right:1px solid #ccc;
	padding-left:20px;
	padding-right:20px;
	height: 35px;
}

.footmain{
	width:370px;
	margin-top:10px;
	float:right;
	
}

li.foot {
	display:inline;
	font-size:10px;
	padding-left:7px;
	padding-right:7px;
	text-transform:uppercase;
}

li.foot a{
	color:#666;
	text-decoration:none;
}

.footsep{
	height:20px;
	margin-bottom:18px;
	width:100%;
	border-bottom:1px solid #ccc;
}

.foottext{
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
}

/*---------------- WORK PAGE THUMBS */
.thumbs{
	width:203px;
	height:210px;
	background:#eaeaea;
	padding:10px;
	float:left;
	margin:3px;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

.thumbs img{
	margin-bottom:14px;
	width:203px;
}
