* {
	padding: 0;
	margin: 0;
}
html,
body {
	height: 100%;
}
* html .content {
	height: 100%;
}
a {
	text-decoration:none
}
body {
	background:#000 url(../images/bg.png) repeat-x left top;
}
.content {
	background:#000;
	width:1000px;
	margin:0 auto;
	min-height:100%;
}
.content_top {
	width:926px;
	height:85px;
	margin:0 37px
}
.logo {
	background:url(../images/logo.gif) no-repeat left top;
	width:134px;
	height:44px;
	display:block;
	margin-top:28px;
	float:left
}


/*Navigation*/
.menu {
	width:790px;
	float:left;
	margin-top:57px;
}
.menu ul {
	list-style:none;
	float:right;
	height:14px;
}
.menu ul li {
	float:left;
	list-style:none;
	padding-left:20px;
}
.menu ul li a {
	font:17px Arial, Helvetica, sans-serif;
	color:#afafaf;
}
.menu ul li a:hover {
	color:#fff
}
.menu ul li a.active {
	color:#ede400
}


/*Content*/
.content_bg {
	background:url(../images/content_bg.jpg) no-repeat left top;
	width:926px;
	height:584px;
	margin:0 37px;
	clear:left
}
h1 {
	font:47px Helvetica, Arial, sans-serif;
	color:#fff
}
.content_inner {
	padding:60px 39px 0 39px;
	float:left
}
.content_inner span {
	color:#f7ee00;
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:16px 0;
	display:block
}
.content_inner p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-bottom:3px;
}


/*About*/
.about_bg {
	background:url(../images/about_bg.jpg) no-repeat left top;
	width:816px;
	height:197px;
	padding:16px;
}
.about_pic {
	border:1px solid #838383;
	float:left;
	margin-right:17px;
	display:block;
	height:163px
}
.about_txt span {
	color:#f7ee00;
	font:bold 15px Arial, Helvetica, sans-serif;
	padding:0 0 3px 0;
	display:block
}
.about_txt span a {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
}


/*Solutions*/
.solutions_bg {
	background:url(../images/solutions_bg.jpg) no-repeat left top;
	width:816px;
	height:283px;
	padding:16px;
}
.solutions_txt {
	width:400px;
	height:117px;
	float:left;
	margin:0 15px 15px 0;
}
.solutions_txt2 {
	width:400px;
	height:117px;
	float:left;
	margin:0 0 15px 0;
}
.solutions_pic {
	border:1px solid #838383;
	height:115px;
	width:137px;
	float:left;
	margin-right:15px;
	display:block
}
.solutions_txt span,
.solutions_txt2 span {
	color:#f7ee00;
	font:bold 15px Arial, Helvetica, sans-serif;
	padding:0;
	display:block;
}
.solutions_txt p,
.solutions_txt2 p {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
}


/*About*/
.careers_bg {
	background:url(../images/careers_bg.jpg) no-repeat left top;
	width:816px;
	height:187px;
	padding:16px;
}
.careers_pic {
	border:1px solid #838383;
	margin-right:17px;
	display:block;
	float:left;
	height:144px
}
.careers_bg span {
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	width:552px;
	display:block;
	float:left
}


/*Contacts*/
.contacts_bg {
	background:url(../images/contacts_bg.jpg) no-repeat left top;
	width:816px;
	height:271px;
	padding:16px 16px 0 16px;
	margin-top:3px
} /*edit margin if have more text*/
.contacts_pic {
	border:1px solid #838383;
	margin-right:17px;
	display:block;
	float:left;
	height:219px
}
.contacts_form {
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	width:553px;
	display:block;
	float:left;
}
.contact_form_inputs {
	width:264px;
	margin-top:0px;
	padding:0;
	float:left;
}
.contact_form_inputs input {
	width:231px;
	height:15px;
	margin:4px 0 14px 0;
	border:0;
	padding:9px;
	background:none;
	color:#aaaaaa
}
.contact_form_textaria {
	width:288px;
	float:left
}
.contact_form_textaria .message {
	width:270px;
	height:150px;
	margin-top:3px;
	padding:9px;
	border:0;
	background:none;
	color:#aaaaaa;
	overflow:hidden
}
.clear {
	background:url(../images/clear.gif) no-repeat left top;
	width:117px;
	height:29px;
	text-indent:-2000px;
	border:none;
	cursor:pointer;
	margin:10px 0 0 33px
}
.submit {
	background:url(../images/submit.gif) no-repeat left top;
	width:117px;
	height:29px;
	text-indent:-2000px;
	border:none;
	cursor:pointer
}


/*Footer*/
.content_footer {
	padding:15px 0;
	text-align:center;
	clear:left
}
.content_footer span {
	font:12px Arial, Helvetica, sans-serif;
	color:#545454;
}
.content_footer div {
	margin:0 auto;
	text-align:center;
	color:#545454;
	padding-top:10px;
	font-size:12px
}
.content_footer div a {
	font:12px Arial, Helvetica, sans-serif;
	color:#545454;
	padding:0 15px;
}
.content_footer div a:hover {
	color:#ccc
}

