/* ===================================Basic styles================================= */
a img
{
	border: 0;
}
.clear:after 
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	min-height: 1px;
}
*:focus{
	outline: 0;
}
body 
{
    margin: 0;
    min-width: 1024px;
	background-color: #fff;
	color: #555;
	font-size: 14px;
	font-family: 'Arial', Helvetica, sans-serif;
}
table
{
	border-spacing: 0;
	border-collapse: collapse;
}
td
{
	padding: 0;
}
a
{
	text-decoration: none;
}
ul, form
{
	margin: 0px; 
	padding: 0px;
}
.wrapper
{
	width: 900px;
	margin: 0 auto;
}
input
{
	color: #646464;
}
li
{
	list-style: none inside none;
}
h1{
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 22px;
	margin-top: 6px;
}
em{
	color: #ef761a;
	font-style: normal;
}
/* ===================================Header styles============================== */
.back{
	background: url("../img/header/bg_top.png") repeat-x #dedede;
}
.header
{
	padding: 17px 0 13px;
}
.wrapper{
	margin: 0 auto;
	width: 900px;
}
.logo{
	float: left;
	padding-left: 5px;
}
.navig{
	float: left;
}
.navig a:first-child{
	margin-left: 57px;
}
.navig a{
	float: left;
	line-height: 18px;
	margin-left: 50px;
	font-weight: bold;
	font-size: 15px;
	padding: 34px 0 0;
	color: #fff;
}
.navig a.current{
	color: #8d3d00;
}
.navig a.current:hover{
	border-bottom: 1px dotted #8d3d00;
}
.navig a:hover{
	border-bottom: 1px dotted #fff;
}
.info{
	float: left;
	padding: 12px 0  0 77px;
}
/* =================================MAIN PART STYLES============================= */
.main{
	min-height: 704px;
	background-color: #fff;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	position: relative;
	behavior: url(PIE.htc);
}
.content{
	padding: 35px 48px;
}
.content p{
	line-height: 24px;
	text-align: justify;
}
.content li{
	line-height: 24px;
 	list-style: outside;
	list-style-image:url('../img/common/bullet.png');
	margin-left: 19px;
}
.services_row{
	padding: 5px 0 22px;
}
.services_row a{
	float: left;
	width: 200px;
	height: 155px;
}
.services_row a:hover{
	background-position: 0 -155px;
}
.it_outsource{
	background: url("../img/common/outsource.png") no-repeat 0 0; 
}
.info_security{
	background: url("../img/common/security.png") no-repeat 0 0; 
}
.it_consult{
	background: url("../img/common/consulting.png") no-repeat 0 0; 
}
.design{
	background: url("../img/common/design.png") no-repeat 0 0; 
}
p.no_mb{
	margin-bottom: 0;
}
.semi{
	float: left;
	width: 364px;
	padding: 0 18px;
}
.semi.second{
	margin-top: 23px;
	height: 343px;
	border-left: 1px dotted #555;
}
.semi.second img{
	padding-left: 32px;
}
.attentive{
	color: #8e3e00;
}
.semi input[type="text"]{
	text-indent: 8px;
	padding: 5px 2px;
	width: 300px;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	behavior: url(PIE.htc);
}
.semi input[type="text"]:focus, .semi textarea:focus{
	border: 1px solid #ef761a;
	
}
.semi textarea{
	width: 300px;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	behavior: url(PIE.htc);
}
.semi label{
	font-size: 14px;
	display: block;
	line-height: 18px;
	padding: 5px 0;
}
.semi > form > div{
	padding-bottom: 9px;
}
.submit{
	margin-top: 15px;
}
.left{
	width: 169px;
	padding-right: 20px;
	float: left;
}
.right{
	float: left;
	width: 611px;
}
.left a{
	text-align: center;
	display: block;
	font-weight: bold;
	color: #ef761a;
	line-height: 17px;
	padding: 24px 0 25px;
	border-top: 1px dotted #555;
}
.left a:hover{
	color: #ad4b00;
}
.outsource_icon{
	height: 155px;
	background: url("../img/common/outsource.png") no-repeat -15px -144px; 
	margin-bottom: 19px;
}
.security_icon{
	height: 155px;
	background: url("../img/common/security.png") no-repeat -15px -155px; 
	margin-bottom: 19px;
}
.design_icon{
	height: 155px;
	background: url("../img/common/design.png") no-repeat -15px -155px; 
	margin-bottom: 19px;
}
.consulting_icon{
	height: 155px;
	background: url("../img/common/consulting.png") no-repeat -15px -144px; 
	margin-bottom: 19px;
}
/* ======================================FOOTER=================================== */
.footer{
	padding: 14px 0;
}
.footer p{
	padding: 0 49px;
	font-size: 12px;
	margin: 2px 0;
}
