/* CSS Document */

/*-----------------------------------------------------------/*

БАЗОВЫЕ ЦВЕТА

#f90 	- Оранжевый фон
#fe9a04 - Оранжевый заголовков
#204490 - Cиний
#d9d8d6 - Серый
#6b6b6b - Текст



/*-----------------------------------------------------------*/



* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	line-height: 1.2em;
}

html {
	height: 100%;
}

body {
	background: url(../img/pic/bg.jpg) #fed65a top left no-repeat;
	color: #6b6b6b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	text-align: left;
	/*height: 100%;*/
	padding: 25px 0;
}

a img {
	border: none;
}

p {
	font-size: 1.1em;
	font-weight: bold;
}

h1 {
	color: #fe9a04;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 20px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0;
}

label {
	color: #999;
	font-size: 1.3em;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

input {
	vertical-align: bottom;
}

a,
a:link {
	color: #6b6b6b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* БЛОКИ */

#main {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 100px;
	background: #fff;
}

#top {
	background: #204490;
	color: #fff;
	height: 25px;
}

#header {
	height: 100px;
}

#banner {
    float: right;
    padding: 5px;
    width: 500px;
    text-align: right;
    }

#imagebar {
	clear: both;
	height: 153px;
}

#news {
	background: #d9d8d6;
	float: left;
	height: 150px;
	width: 100%;
	padding-bottom: 15px;
}

#news_wrapper {
	padding: 0 23px 15px;
}

#content {
	background: #fff;
	clear: both;
	padding-bottom: 30px;
}

#footer {
	background: #FFF;
	border-top: 4px solid #d9d8d6;
	height: 24px;
}

#footer_wrapper {
	clear: both;
	height: 20px;
}

#inquiry {
	/*background: url(../img/inquiry-bg.gif) no-repeat 0 50px;*/
float: right;
	width: 180px;
}

#imgnav {
	float: right;
	padding-top: 20px;
	width: 200px;
}

/* Служебные классы */

.widecolumn {
	width: 50%;
	float: left;
}
.widecolumnInn{padding:0 10px 0 0}

.narrowcolumn {
	width: 25%;
	float: left;
}

.narrowcolumn-ext {
	width: 29%;
}

.firstcolumn {
}

.content {
	margin: 20px 200px 0 45px;
	padding-top: 1px;
}

.content_nav {
	margin-top: 40px;
	text-align: center;
}

/* Вложенные теги */

#top p {
	float: right;
	width: 190px;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 5px;
}

#top a {
	color: #fff;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

#news img {
	/* background: #fff;
                padding: 8px; */
	float: left;
	margin: 0 10px 0 0;
}

#news h1 {
	margin-top: 13px;
}

#inquiry h1 {
	background: #d9d8d6;
	color: #fff;
	padding: 4px 8px;
	margin: 16px 0;
}

#inquiry table {
	margin: 3px;
	border: none;
}

#inquiry thead td {
	background: url(../img/inquiry-bg-top.gif) no-repeat;
	height: 10px;
}

#inquiry tbody td {
	background: url(../img/inquiry-bg-main.gif) repeat-y;
	padding: 0 5px;
}

#inquiry tfoot td {
	background: url(../img/inquiry-bg-bottom.gif) no-repeat;
	height: 10px;
}

.firstcolumn h1,
.firstcolumn p {
	margin-left: 23px;
}

#news .archive {
	margin-right: 10px;
	font-weight: normal;
	text-align: right;
}

.content p {
	font-weight: normal;
	margin: 10px 0;
}

.sitemap,
.sitemap ul {
	list-style: none;
}

.sitemap {
	font-weight: bold;
	font-size: 1.2em;
}

.sitemap ul {
	border-left: 1px solid #999999;
	font-weight: normal;
	margin: 0 20px;
	padding: 0 3px;
}

.sitemap ul ul ul li {
	display: inline;
	margin: 0 5px;
}

.digest td {
	padding: 10px 30px;
}

/* ВЫПАДАЮЩЕЕ МЕНЮ */

.dMenu {
	font-size: 1.2em;
	padding:0 0 0 40px
	/*float: right;*/
}

.dMenu li {
	background: #d9d8d6;
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	width: 130px;
}

.dMenu ul {
	background: #d9d8d6;
	display: none;
	left: 0;
	position: absolute;
	bottom: 100%;
	white-space: nowrap;
	z-index: 10;
}

.dMenu ul ul li {
	z-index: 20000;
}

.dMenu ul li {
	float: none;
	width: 130px;
}

.dMenu ul > li {
	float: none;
	min-width: 130px;
	width: auto;
}

.dMenu ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.dMenu li a {
	font-weight: bold;
	display: block;
	padding: 2px 20px 2px 10px;
	text-transform:uppercase;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif
}

.dMenu ul li a {
	font-weight: normal;
}

.dMenu a:link {
	color: #000;
	text-decoration: none;
}

.dMenu a:hover {
	background: #FF6600;
}

.dMenu ul a:hover {
	background: none;
	color: #FF6600;
}

.dMenu a:visited {
	color: #000;
}

#icecream {
	border-collapse: collapse;
}

#icecream td,
#icecream th {
	border: 1px solid #333;
	font-size: 1.2em;
	padding: 3px;
	background: #FFF;
	text-align: center;
}

#icecream th {
	text-align: left;
	color: #404040;
}

#icecream thead td {
	background: #EAE9E9;
	color: #404040;
	font-weight: bold;
}

#icecream p {
	border: 1px solid #ff9527;
	padding: 3px;
	background: #ffce48 url(../img/pic/bg-price.gif) repeat-x top;
	width: 133px;
	margin: 1px auto;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#icecream a {
	color: #404040;
	}
.pager {
	text-align: center;
	}
	.pager a,
	.pager strong {
		padding: 3px 5px;
		margin: 0 2px;
		border: 1px solid #CCC;
		}
		.pager a:hover {
			background: #eee;
			text-decoration: none;
			}
/*дополнения от 25,05*/
#categList{list-style:none; padding:38px 0 0 5px; margin:0}
	#categList li{margin:0 0 10px;}
	#categList img{border:none;}
.subCont{padding:0 0 7px; margin-bottom:20px;}		
	.subCont a{font-size:14px; font-family: Arial, Helvetica, sans-serif; padding:0 30px 0 0; text-transform:uppercase}
	.subCont a:HOVER, .subCont a.selected{text-decoration:none; color:#516DA8}

.clear{clear:both; float:none; height:0; font-size:0}
#tovList{list-style:none; padding:0 0 0 20px; margin:0}
	#tovList li{padding:0 0 30px}
	a.picLink{display:block; cursor:pointer; float:left; width:325px; margin:0 22px 0 0}
	.fotoSm{}
		.picLink img{border:none}
	.desc{float:left; width:430px; padding:2px 0 3px 24px; font-size:12px; border-left:1px solid #E0E0E0; line-height:1.4em}
		.desc a, .desc span{font-size:17px; color:#000; display:block; margin:0 0 10px}
#smFoto{float:left; margin:0 10px 10px; border:none}
#tovDetail{padding:0 0 0 20px; font-size:12px}
	#tovDetail h2{margin-bottom:20px}

.contactText{padding:10px 25px 0 0; color:#204490; font-size:14px; font-family: Arial, Helvetica, sans-serif; text-transform:uppercase}			
			
	
#categList li.toHide{width:417px; float:left; margin-bottom:15px}	
.toHide img{width:400px; margin:0}
	
.backLink{margin:0 0 0 20px}	
#categList{height:1%}


#logo{float:right; margin:0 28px 0 0}
#banner{float:none; text-align:left; margin:0 0 0 45px}
#footer_wrapper{background:#D9D8D6}