/*
	Site Main Styles
	Version:  4.02.10
	
	Structure
	--------------------------------------------
	1. Base style
	
	2. base wrap
	
	3. header
	
	4. content		
				
	5. footer
	
	6. slider
	
	7. News block
	
	8. main content block
					
*/

/* 1. base style ---------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	height: 100%;
}
html {
	font-size: 100.01%;
}
body {
	line-height: 1;
	background:url(../img/body/body-back.png) repeat-x #FDFEFF;
	font: 12px Tahoma, Helvetica, sans-serif;
	text-align:center;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
a {
	color: #009ede;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input[type="text"], input[type="password"] {
	font-size: 100%;
	padding: 0;
}
textarea {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
}

/* 2. base wrap ---------------------------*/

.mainWrap {
	position: relative;
	min-height:100%;
	width: 998px;
	margin:0 auto;
	text-align:left;
	background:url(../img/body/body-img.jpg) no-repeat ;
}
.mainBackLeftTalling {
	position: absolute;
	top:0;
	left:-1000px;
	height:583px;
	width: 1000px;
	background:url(../img/body/body-img-left-talling.jpg) repeat-x ;
}
.mainBackLeft {
	position: absolute;
	top:0;
	right:0;
	height:583px;
	width: 221px;
	background:url(../img/body/body-img-left.jpg) no-repeat ;
}


/* 3. header ---------------------------*/

.header {
	position:relative;
	height: 165px;
}
	.header h1, .headerLogo{
		position:absolute;
		display:block;
		width:256px;
		height:59px;
		top:36px;
		left:0;
		text-indent:-5000px;
		background:url(../img/header/logo.png) no-repeat;
	}
	.headerSlogan{
		background:url(../img/header/slogan-back.png) no-repeat;
		height: 31px;
		padding:0px 0 0 62px;
		position:absolute;
		top:49px;
		left:321px;
		zoom: 1;
		color:#fff;
		font-size:24px;
		font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 1px #000;
	}
	.headerSlogan span{
		position:absolute;
		top:-2px;
		left: 60px;
		white-space:nowrap;
		zoom: 1;
		z-index: -1;
	    filter:
	        progid:DXImageTransform.Microsoft.Glow(Color=#447093,Strength=1)
	        progid:DXImageTransform.Microsoft.blur(pixelradius=1, enabled='true')
	    ;
	}
	.headerContacts{
		background:url(../img/header/contacts-back.png) no-repeat;
		height: 69px;
		width: 173px;
		position:absolute;
		top:25px;
		padding:20px 0  0 66px;
		right:0;
		color:#fff;
		font-size:24px;
		line-height: 24px;
		font-family:"Myriad Pro", Helvetica, sans-serif;
	}
	.headerContacts i{
		display:block;
		font-style:normal;
		font-weight:bold;
		font-size: 14px;
		line-height:17px;
		color:#1f394f;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
	}
	.headerContacts span{
		font-size: 14px;
		line-height:17px;
		position:relative;
		top:-5px;
	}
	.header ul {
		position:absolute;
		background:url(../img/header/header-menu.png) no-repeat;
		width:998px;
		height: 40px;
		bottom:0;
		left:0;
	}
	.header ul li {
		float:left;
		margin: 6px 20px 0 0;
		padding-left:22px;
		background:url(../img/header/header-menu-list.png) no-repeat;
	}
	.header ul li a{
		float:left;
		margin-top: 6px;
		height: 17px;
		text-indent:-5000px;
	}
	.header ul li.topMenuMain a{
		background:url(../img/header/top-list-main.png) no-repeat;
		width: 54px;
	}
	.header ul li.topMenuPortfolio a{
		background:url(../img/header/top-list-portfolio.png) no-repeat;
		width: 75px;
	}
	.header ul li.topMenuService a{
		background:url(../img/header/top-list-service.png) no-repeat;
		width: 45px;
	}
	.header ul li.topMenuOnline a{
		background:url(../img/header/top-list-online.png) no-repeat;
		width: 80px;
	}
	.header ul li.topMenuProdv a{
		background:url(../img/header/top-list-prodv.png) no-repeat;
		width: 89px;
	}
	.header ul li.topMenuAbout a{
		background:url(../img/header/top-list-about.png) no-repeat;
		width: 38px;
	}
	.header ul li.topMenuCont a{
		background:url(../img/header/top-list-contacts.png) no-repeat;
		width: 63px;
	}
	.header ul li:first-child, .header ul li.first-child {
		background:none;
	}
	
	
		
/* 4. content style ---------------------------*/

.content{
	padding-bottom: 145px;
	zoom: 1;
	text-align:left;
}
.content:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

	
/* 5. footer style ---------------------------*/
	.footer{
		width:998px;
		margin:-63px auto 0 auto;
		position:relative;
		height:63px;
		text-align:left;
	}
	.footerMenuContainer{
		width:638px;
		position:absolute;
		top:0;
		right:1px;
		height:63px;
		background:url(../img/footer/footer-back.png) no-repeat #eaf6ff;
	}
	.footerCopy{
		width:638px;
		color:#000;
		font-size:11px;
		width: 165px;
		padding: 22px 0 0 25px;
	}
	.footerCopy a{
		color:#000;
		text-decoration: none;
	}
	.footerCopy a:hover{
		text-decoration: underline;
	}
	.footerMenuContainer ul{
		position:absolute;
		top: 29px;
		right: 24px;
		width: 420px;
	}
	.footerMenuContainer ul li{
		float:right;
		height: 13px;
		padding-right:18px;
		margin-left: 12px;
		background:url(../img/footer/footer-menu-item.png) no-repeat top right;
	}
	.footerMenuContainer ul li a{
		font-size:11px;
		line-height:12px;
		color:#1e98e2;
		text-decoration:underline;
		position:relative;
		top:-2px;
	}
	.footerMenuContainer ul li a:hover{
		text-decoration:none;
	}
	.footerMenuContainer ul li:first-child, .footerMenuContainer ul li.first-child{
		background:none;
		padding:0;
		
	}
	.footerMenuContainerLogo{
		display:block;
		position: absolute;
		width: 166px;
		height:36px;
		background:url(../img/footer/footer-back-logo.png) no-repeat ;
		top:19px;
		left: 25px;
		text-indent:-5000px;
	}
	
	
	
	
/* 6. slider ---------------------------*/

#slider{
	height: 418px;
	margin-bottom:54px;
	position:relative;
}
#slider ul{
	padding: 49px 0 0 4px;
	height:317px;
}
#slider ul li{
	float:left;
	width: 489px;
	height:317px;
	margin: 0 0 0 21px;
	text-align:center;
	position:relative;
}
#butleft {
	background:url(../img/content/slider-back-but.png) no-repeat ;
	width: 210px;
	height: 27px;
	cursor:pointer;
	position: absolute;
	top: 318px;
	left: 25px;
}
#butright{
	background:url(../img/content/slider-forv-but.png) no-repeat ;
	width: 210px;
	height: 27px;
	cursor:pointer;
	position: absolute;
	top: 318px;
	right: 25px;
}

	
/* 6. /slider ---------------------------*/

/* 7. News block ---------------------------*/

.contentNewsBlock{
	float:left;
	width: 323px;
	margin-right: 37px;
	background:url(../img/content/news-back.png) no-repeat #fff;
	padding-top:27px;
	padding-left: 25px;
}
.contentNewsBlock h3{
	font-size: 30px;
	line-height:30px;
	margin-bottom:30px;
	color:#1f99e3;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.contentNewsBlock ul li{
	height: 81px;
	overflow: hidden;
	margin-bottom: 24px;
}
.contentNewsBlockPhotoBlock{
	float:left;
	width:69px;
	height: 78px;
	position:relative;
	overflow:hidden;
}
.contentNewsBlockPhotoBlock div{
	width:69px;
	height: 78px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/content/news-back-photo-border.png) no-repeat ;
}
.contentNewsBlockInfo{
	float:left;
	width:215px;
	margin-left: 14px;
}
.contentNewsBlockInfo a{
	white-space:nowrap;
	color:#1e98e2;
	font-size:14px;
	line-height:15px;
}
.contentNewsBlockInfo b{
	display:block;
	padding-top:6px;
	font-weight:normal;
	font-size:11px;
	color:#ff0d01;
}
.contentNewsBlockInfo p{
	padding-top:7px;
	font-size:11px;
	color:#666666;
	line-height:10px;
}
.contentNewsMoreNews{
	float:right;
	font-size:11px;
	color:#1e98e2;
	margin: -4px 25px 0 0;
}

/* 7. /News block ---------------------------*/

/* 8. main content block ---------------------------*/

.contetTextBlock{
	float:left;
	width: 590px;
}
.contetTextBlock p{
	text-align:justify;
	margin-bottom: 15px;
	color:#666666;
}
.contetTextBlock h2{
	font-size:36px;
	padding-top:5px;
	margin-bottom:23px;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#333333;
}
.contetTextBlock h3{
	font-size:25px;
	padding-top:5px;
	margin-bottom:23px;
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#333333;
}


/* 8. /main content block ---------------------------*/

	
