/* BOF Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*	EOF Global Reset  

	BOF Main */
html,body {
	height: 100%;
}
body {
	background-color:#FFFFFF;
	color:#666666;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size: 0.813em;
	line-height:1.4;
	min-width: 980px;
	max-width: 1200px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980) ? '980px' : ((document.body.clientWidth > 1200) ? '1200px' : '100%'));
	margin:auto;
}

a {
	color: #087ad5; text-decoration: underline
	}
a:hover {
	color: #087ad5; text-decoration: none
	}
a:active {
	color: #087ad5; text-decoration: underline
	}


div#page {
	margin:0 auto;
	min-width: 980px;
	max-width: 1200px;
	overflow:visible;
	position:relative;
	text-align:left;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980) ? '980px' : ((document.body.clientWidth > 1200) ? '1200px' : '100%'));
	height: 100%;
	
}
div#main{
	margin: 0em 3.846em 0em 3.846em;
}

div#footer {
	position: relative;
	height: 20.769em;
	clear: both;
	overflow: hidden;
	margin: -20.769em 3.846em 0em 3.846em;
}
div#header {
	height: 23em;
	margin: 0em 3.846em 0em 3.846em;
	position: relative;
}
a#logo{
	margin: 7.769em 0 0 0;
	float:left;
}
div#head_cont{
	float:right;
	margin: 7.769em 0 0 0;
	line-height:200%;
}

div#design,div#development,div#marketing{
	width:100%;
	position:relative;
	clear:both;
}

div.contaner{
	width:50%;
	margin:0 0 7.692em 0;
}
#development div.contaner {
	margin:0 0 7.692em 3.846em;
}
.contaner p{
	margin-bottom:2em;
}
div#design div.contaner,  div#marketing div.contaner{
	float:right;
}
div.h1{
	margin:0 0 2.077em -3.846em;
	height: 4.462em;
}
.h1 img{
	float:left;
	position: relative;
}
div.h1-links{
	position:relative;
	top:-1.462em;
}
.link1,.link2{
	white-space: nowrap;
	position:relative;
}
#design .link2{
	left: 3.462em;
}
#development .link2{
	left: 4em;
}
#marketing .link2{
	left:  3.615em;
}
#copy{
	margin:10em 0 0 0;
	padding-left:3.846em;
	background: url(/i/copy.gif) no-repeat 1em 0em;
	float:left;
	position:relative;
}
#copy a,#copy a:hover,#copy a:active{
	color:#666666;
}
#adress{
	margin:10em 0 0 50%;
	position:relative;
}
img.ico-adress,img.ico-phone,img.ico-stuff,img.ico-message{
	margin: 0 0.769em 0 -1.769em;
	vertical-align:middle;
}
span.ico-message{
	background:transparent url(/i/ico-message.gif) no-repeat scroll left center;
	position:relative;
	display:block;
	padding-left:1.769em;	
}
span.ico-stuff{
	background:transparent url(/i/ico-stuff.gif) no-repeat scroll left center;
	position:relative;
	display:block;
	padding-left:1.769em;	
}
span.ico-adress{
	background:transparent url(/i/ico-adress.gif) no-repeat scroll left center;
	position:relative;
	display:block;
	margin-left:-1.769em;
	padding-left:1.769em;
}
span.ico-phone{
	background:transparent url(/i/ico-phone.gif) no-repeat scroll left center;
	position:relative;
	display:block;
	margin-left:-1.769em;
	padding-left:1.769em;
}

.clear{
	width: 100%;
	height:20.769em;
}
.clear1{
	width: 100%;
}
/* EOF Main */
