/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	color:#FFF;
	font-family: 'HelveticaNeueLight';
	line-height:normal;
}
#topbg {
	background:url(images/page_bg.jpg) top right no-repeat #000;

}
#topbg #topwrapper {
	background:url(images/main_bg2.png) top left no-repeat;
	padding:90px 100px 50px;
	width:1050px;
	margin:0px auto;
	height:750px;
}
#logo {
	position:relative;
	left:-10px;
}
#topwrapper h1 {
	font-size:45px;
	font-family: 'HelveticaNeueBold';
	margin:5px 0px;
}
#topwrapper p {
	font-size:20px;
	width:530px;
	margin-bottom:40px;
	line-height:26px;
}
#topwrapper p span {
	color:#79C32E;
}
ul {
	margin:30px 0px;
	padding:0px;
}
ul#c2ab li {
	display: inline;
	padding: 0 40px 0 0;
}
a img {
	border:none;
}
.cntSeparator {
	font-size: 54px;
	margin: 10px 7px;
	color: #fff;
}
.desc {
	margin: 7px 3px;
}
.desc div {
	float: left;
	font-family: Arial;
	width: 70px;
	margin-right: 65px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.vacancies {
	font-size:15px;
	border:1px dashed #ccc;
	padding:10px;
	color:#999;
	width:360px;
	line-height:20px;
}
.vacancies strong {
	color:#fff;
}
#midbg {
	background:url(images/level2_bg.jpg) top left repeat-x #F6F6F6;

}
#midwrapper {
	padding:140px 50px 50px;
	width:1050px;
	margin:0px auto;
}
#midwrapper h2.Who {
	background: url("images/who_we_work.png") no-repeat scroll 0 0 transparent;
}
#midwrapper h2.Contact {
	background: url("images/cont.png") no-repeat scroll 0 0 transparent;
}
#midwrapper h2 {
	height: 36px;
	margin: 20px 0 40px 0px;
	overflow: hidden;
	text-indent: -9999px;
}
.clients {
	margin:10px 0 80px 0;
}
.clients .clientitem {
	float:left;
	margin:0 44px 35px 0;
}
.clients .last {
	margin-right:0px;
}
.clients .clientitem p {
	font-family: 'HelveticaBold';
	font-size:10px;
	color:#666;
	margin:3px 0px 0px 4px;
}
.clients .clientitem p strong {
	font-size:15px;
}
.clientrow {
	margin:40px 0px;
}
.footer {
	color:#999;
}
.footer .leftfoot {
	width:48%;
	float:left;
}
#outerWrapper .footer .rightfoot {
	width:45%;
	float:right;
}
.address {
	margin:10px auto;
	width: 965px;
	text-align:center;
	color:#999;
	line-height:23px;
}
.address a {
	color:#999;
}
.footer .leftfoot .details1 {
	float:left;
	font-size:21px;
	line-height:30px;
	font-weight:600;
}
.footer .leftfoot .details1 p {
	margin:0px;
}
.footer .leftfoot a {
	color: #666;
}
.footer .leftfoot span {
	color: #99B85F;
	margin:5px 0px;
}
form .contactform {
}
form .contactform .required {
	margin:0 0 20px 0;
	float:left;
}
form .contactform .boxleft {
	margin:0 10px 20px 0;
	float:left;
}
form .contactform .boxright {
	margin:0 0 20px 0;
	float:left;
}
form .contactform label {
	display:block;
}
form .contactform input {
	width:245px;
	border:none;
	font-size:15px;
	padding:10px;
}
form .contactform select {
	width:265px;
	border:none;
	font-size:15px;
	padding:8px;
}
form .contactform select option {
	width:225px;
	border:none;
	font-size:15px;
}
form .contactform textarea {
	width:533px;
	height:100px;
	border:none;
	padding:5px;
	font-size:15px;
	font-family:arial;
}
.submit {
	position:relative;
	float:right;
}
button {
	font-size:15px;
	width:auto;
	padding:0;
	margin:0;
	border:0;
	background:transparent;
	color:#000;
	text-transform:none;
	font-family:arial;
	text-align:right;
	height:auto;
	font-weight:bold;
	cursor:pointer;
}
button:hover {
	color:#4D1B61;
}
.clear {
	clear:both;	
}
