HTML,BODY{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Verdana;
	font-size:8pt;
}
BODY{padding-top:73px;}
H1{
	text-transform:uppercase;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#3E5182;
}

/*For IE: d4d4d4*/
H2{
	border-bottom:2px solid #D8D8D8;
	color:#3E5182;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	margin:0 0 3px;
	padding:14px 0 4px;
	text-align:center;
	text-transform:uppercase;
}

H3{
	border-bottom:2px solid #D8D8D8;
	color:#3E5182;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	margin:0 0 3px;
	padding:7px 0 4px;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
}

TD{
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0;
	vertical-align:top;
	color:#313131;
}

IMG{border:none;}

STRONG{
	color:#3E5182;
}
HR{
	border-right:solid 0px transparent;
	border-left:solid 0px transparent;
	border-bottom:solid 0px transparent;
	border-top:solid 1px #8D8D8D;
	height:1px;
	width:100%;
}


/* ДИНАМИЧЕСКАЯ НАДПИСЬ <H1> ******************************************************************************************/
#titleLogo{/* заголовок сайта над ЛОГОТИПОМ */

}
#titleLogo{
		position:absolute;
	left:107px;	
	top:150px;
	z-index:33;
	color:#FFFFFF;
	font-family:'Trebuchet MS',Arial,Helvetica;
	font-size:13pt;
	font-weight:normal;
}

/* ПОДЗАГОЛОВОК САЙТА ******************************************************************************************/
#subTitle{/* подзаголовок сайта */
	background:url("img/topMenuBg.png") no-repeat scroll left center #3E5182;
	height:33px;
	margin:14px 0 0 20px;
}

#subTitle H2{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	font-family:'Trebuchet MS',Arial,Helvetica;
	font-size:12pt;
	margin:0;
	padding:5px 0 0 22px;
	text-align:left;
	text-transform:none;
}

/* ЛОГОТИП С ССЫЛКОЙ НА ГЛАВНУЮ СТРАНИЦУ ******************************************************************************************/
#topBanner{
	background:url("img/logo.jpg") left top no-repeat;
	background-color:#31948C;
	height:105px;
	margin-left:20px;
	padding: 0 10px 0 470px;
}

#topBanner a{
	margin-left:-10px;
	margin-right:-10px;
}

#topBanner img{
	margin-top:-20px;
	position:relative;
}

#topBanner .logo{
	position:absolute;
	left:30px;
	margin-top:20px;
}

/* ИКОНКИ ******************************************************************************************/
#icons{/* блок с иконками */
	left:24px;
	position:absolute;
	top:174px;
	list-style: none inside none;
	margin:0;
	padding:0;

}
#icons LI{
    float: left;
    margin-left: 7px;
    text-align: center;
}
#icons A{
	color: gray;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
}
#icons A:hover{
	color:#3E5182;
}

#iconContacts{/* иконка на страницу котакты*/
	margin: 0 12px;
}
#iconPrice{/* иконка на страницу котакты*/
	margin-right:12px;
}











/* КОЛОНКИ САЙТА **************************************************************/
.clear {clear: both;}
A.clear {text-decoration:none; color:#3E5182;}
A.clear:hover {text-decoration:underline; color:#3E5182;}

/* код для разметки 3-х колонок */
#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
  min-width: 1000px;
}
#container {width: 100%;}
#content {
  width: 100%;
  float: left;
}
#text{
	margin:0 270px;
	padding:14px 0;
}

#left {
  float: left;
  width: 250px;
  margin-left: -100%;
}
#leftWrapper{
	margin:20px 0 0 20px;
}
#leftWrapper UL{
	margin-top:0;
	padding-top:0;
	margin-bottom:17px;
	padding-bottom:0;
}

#right {
  float: left;
  width: 250px;
  margin-left: -250px;
}


/* ПОДВАЛ САЙТА  ******************************************************************************************/
#footer{/* подвальная часть */
	background:url("/img/bottomBg.jpg") no-repeat scroll left top #32948C;
	clear:both;
	color:#FFFFFF;
	height:65px;
	margin-left:20px;
	padding:0 20px;
}

#footer .copy{
	float:left;
	margin:10px 0 0 10px;
	line-height:2;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footerMenu{/* нижнее меню */
	line-height:1.7;
	margin-left:280px;
	margin-right:200px;
	padding-top:17px;
	text-align:center;
}


DIV.fill{
	text-align:justify;
}




/* ЛЕВАЯ КОЛОНКА САЙТА *******************************************************************/
.menu{
	background:url("img/menuTop.png") no-repeat scroll center top #D8D8D8;
	margin:0 0 17px 0;
	width:230px;
	font-family:arial;
}
.menu ul{
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	margin:30px 20px;
	padding:0;
	}
.menu ul li{
	padding:14px 0 5px;
	border-bottom:1px solid #8D8D8D;
}
.menu a{
	text-decoration:none;
	color:#313131;
	font-size:11px;
	}
.menu a:hover{
	text-decoration:underline;
}

.menu .contactTitle{
	color:#313131;
	
	font-size:11px;
	font-weight:bold;
	border: none;
}
.menu .contactContent{
	border-bottom:1px solid #FFFFFF;
	color:#313131;
	font-size:11px;
	font-weight:normal;
	margin:3px 0 0 17px;
	padding-bottom:7px;
	text-transform:none;
}

.bottomImg{
	background:url("img/menuBottom.png") no-repeat scroll center bottom transparent;
	padding-bottom:3px;
}


/* ******************************************************************************************/
#centerColumn DIV{
	text-align:justify;
}

#ral{
	list-style:none outside none;
	margin:0 40px;
	padding:0;
}
#ral DIV{
	color:#3E5182;
	font-size:10px;
	text-align:center;
	padding-bottom:22px;
	width:150px;
}

#gallery{
	list-style:none outside none;
	margin:0 40px;
	padding:0;
}
#gallery DIV{
	color:#3E5182;
	font-size:10px;
	text-align:center;
	width:150px;
}

#rightMenu{
	background: url("img/menuBottom.png") no-repeat scroll center bottom #d8d8d8;
	margin:20px 20px 0 0;
	height:320px;
}
#rightMenu H2{
	background:url("img/menuTop.png") no-repeat scroll center top #D8D8D8;
	border-bottom:1px solid #FFFFFF;
	color:#313131;
	font-size:9pt;
	font-weight:bold;
	margin:0 0 7px;
	padding:7px 0;
}


#rightArticles{
	background: url("img/menuBottom.png") no-repeat scroll center bottom #d8d8d8;
	margin:20px 20px 14px 0;
}
#articles{
	list-style:none outside none;
	margin:0 20px;
	padding:0 0 20px 0;
}
#articles A{
	text-decoration:none;
}

#articles LI{
	border-bottom: solid 1px #8D8D8D;
	padding-bottom:7px;
	text-align:justify;
}

#rightArticles H2{
	background:url("img/menuTop.png") no-repeat scroll center top #D8D8D8;
	border-bottom:1px solid #FFFFFF;
	color:#313131;
	font-size:9pt;
	font-weight:bold;
	margin:0 0 7px;
	padding:7px 0;
}

#rightArticles H3{
	font-size:8pt;
	font-weight:bold;
	margin:5px 0 0;
	padding:0;
	text-align:left;
	white-space:normal;
}

/* ******************************************************************************************/
#icons{/* блок с иконками */
	left:47px;
	position:absolute;
	top:9px;
}
#iconContacts{/* иконка на страницу котакты*/
	margin: 0 12px;
}
#iconPrice{/* иконка на страницу котакты*/
	margin-right:12px;
}
#flashAbsDiv{
	position:absolute;
	top:0px;
	left:0px;
	margin-left:590px;
	width:666px;
	height:178px;
}

/* ******************************************************************************************/
/* ПРАЙС ЛИСТ*/
#nalivniePoly{
	width:100%;
	margin-bottom:17px;
}
#nalivniePoly TD{
	width:50%;
	padding:3px 17px;
	font-family:Verdana;
	font-size:8pt;
	text-align:justify;
	padding: 0 10px;
}

#nalivniePoly UL{
	padding:0;
}
#nalivniePoly LI{
	list-style:disc inside none;
}

#poliKraska,
#kraska,
#priceList{
	padding:0;
}
#kraska LI,
#poliKraska LI,
#priceList LI{
	margin-top:4px;
	list-style:disc inside url("img/info.gif");
}
#kraska LI.title,
#poliKraska LI.title,
#priceList LI.title{
	margin-top:21px;
	list-style:none inside none;
}
#kraska LI.good,
#poliKraska LI.good,
#priceList LI.good{
	list-style:disc inside url("img/yes.gif");
}
#kraska LI.price,
#poliKraska LI.price,
#priceList LI.price{
	list-style:disc inside url("img/cost.gif");
}
#kraska A,
#poliKraska A,
#priceList A{
	color:#3e5182;
	font-family:arial;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#kraska A:hover,
#poliKraska A:hover,
#priceList A:hover{
	color:#313131;
}

/* ЗАГОЛОВОК СТРАНИЦЫ КРАСКА */
#kraskaTitle{
    height: 77px;
}

#kraskaTitle H2{
    border-bottom: 2px solid red;
    float: left;
    font-size: 13pt;
    text-align: right;
    width: 50%;
}
#kraskaAd{
    color: red;
    font-size: 11pt;
    font-weight: bold;
    margin: 9px 0 0 50%;
    padding: 14px 20px 0 27px;
    width: 47%;
}
#kraskaAd LI{
	border-bottom: 2px solid #3E5182;
    padding-bottom: 6px;
    white-space: nowrap;
    width: 90%;
}


#price{
	width:100%;
	margin-bottom:77px;
}
#price TD{
	padding: 3px 7px;
}

#price .photoTitle,
#price .colTitle{
	background-color:#3E5182;
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#price .prodType1,
#price .prodType2,
#price .prodType3{
	background-color:#95a1c3;
	color:#3E5182;
	font-size:10pt;
	font-weight:bold;
	line-height:17pt;
	text-align:center;
	vertical-align:middle;
}
#price .prodType2{background-color:#D2D7E4;}

#price .prodDesc1{
	font-size:8pt;
	background-color:#FFF;
	vertical-align:middle;
}
#price .prodDesc1c{
	font-size:8pt;
	background-color:#FFF;
	vertical-align:middle;
	text-align:center;
}

#price .prodDesc2{
	font-size:8pt;
	vertical-align:middle;
	background-color:#F4EFEE;
}

#price .prodDesc2c{
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	background-color:#F4EFEE;
}

#productDetail H4{
	background-color:#95A1C3;
	border:1px solid #3E5182;
	clear:left;
	color:#3E5182;
	float:left;
	margin:17px 0 0;
	padding:7px 7px 7px 0;
	text-align:right;
	width:190px;
}
#productDetail DIV{
	margin-top:17px;
	clear:right;
	margin-left:210px;
	text-align:justify;
	padding-top:3px
}
#productDetail UL{
	list-style:disc inside none;
	margin:0;
	padding:0;
}
#productDetail LI{
}
#ralTbl{
	width:100%;
}

#ralTbl TD{
	font-family:sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding:7px 0;
	text-align:center;
}
#view{
	height:55px;
}

