body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	}

#page-all {
	min-height: 100%;
	margin-bottom: -39px;
	}

* html #page-all {height: 100%;}

#page-empty {
	height: 39px;
	clear: both;
	}
	
#inserts {
	position: absolute;
	right: 0;
	top: 10;
	}
	
.insert-cont {
	background: url("/img/bgrd-insert.png")  no-repeat;
	float: left;
	}

.insert {
	background: url("/img/bgrd-insert2.png")  no-repeat right;
	padding: 0 10;
	height: 23px;
	line-height: 23px;
	}

#insert-active-cont {
	background: url("/img/bgrd-insert-active.png")  no-repeat;
	float: left;
	}
	
#insert-active {
	background: url("/img/bgrd-insert-active2.png")  no-repeat right;
	padding: 0 10;
	height: 23px;
	line-height: 23px;
	}
	
.insert A:link, .insert A:active, .insert A:visited, .insert A:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	}
	
#insert-active  A:link, #insert-active  A:active, #insert-active  A:visited, #insert-active  A:hover {
	color: #003566;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	}
	
	
#header {
	margin-top: 32px;
	background: url("/img/bgrd-header.png");
	height: 104px;
	width: 100%;
	}

#logo {
	float: left;
	border: 0px;
	}

#contacts-search {
	float: right;
	background: url("/img/phone.gif") no-repeat left 6;
	width: 250px;
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
		}
	
#contacts-search img {border: 0}
	
#search {
	float: left;
	margin-top: 10px;
	}
	
#search input.text {
	width: 230px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: block;
	}
		
#search input.submit {
	margin: 4 0 0 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	}
	
#search  A:link, #search A:active, #search  A:visited, #search  A:hover {
	font-weight: bold;
	display: block;
	text-align: left;
	margin: 0 0 0 2;
	width: 100%;
	font-size: 0.9em;
	color: #EEEEEE;
	letter-spacing: 0.1em;
	text-decoration: underline;
	}
	
	
	
#brands {
	position: absolute;
	left: 0;
	top: 153px;
	width: 170px;
	z-index: 100;
	}

#brands-head {
	background: url("/img/bgrd-brands-head.png") no-repeat;
	color: #054078;
	}
	
#brands img {
	border: 0;
	}
	
#brands li a, #brands ul li a:visited, #brands ul li a:active {
	display: block;
	text-decoration :none;
	text-align: center;
	overflow: hidden;
	width: 170px;
	border: 0;
	}

#brands ul{
	padding:0;
	margin:0;
	list-style: none;
	width: 170px;
	}
	
#brands ul li{
	position: relative;
	}
	
#brands li ul{
	position: absolute;
	left: 170px;
	top: 0;
	padding: 5px 10px;
	background: #FFFFFF;
	border: 1px grey solid;
	display: none;
	width: auto;
	min-width: 100px;
	}

#brands li:hover ul { display: block; }
	
#brands ul li a	{
	display: block;
	border: 1px white solid;
	}
	
#brands ul li a:hover	{
	border: 1px grey solid;
	}
	
#brands li ul a:link, #brands li ul a:active, #brands li ul a:visited {
	display: block;
	color: #000066;
	text-decoration: none;
	border: 0;
	width: auto;
	text-align: left;
}

#brands li ul a:hover {
	display: block;
	color: blue;
	text-decoration: none;
	border: 0;
	width: auto;
}	
	
.head {
	text-transform: uppercase;
	height: 31px;
	line-height: 31px;
	padding: 0 15;
	letter-spacing: 0.15em;
	font-weight: bold;
	}
	
#centercontent {
	padding: 17 260 20 190;
	min-height: 730;
}

/* Специальные предложения*/

#specialitems-head-cont {
	background: url("/img/bgrd-center-head.png") no-repeat;
}

#specialitems-head {
	background: url("/img/bgrd-center-head2.png") no-repeat right;
	color: white;
	margin-bottom: 20px;
}

table.specialitems {
	width: 100%;
	padding: 10px;
	border: 0;
	margin: 0;
	}

table.specialitems tr {border: 0;}

table.specialitems td {
	border: 0;
	width: 33%;
	text-align: center;
	}
	
.specialitem-name {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	border: 0;
	float: left;
	text-align: left;
	}
	
.specialitem-picture {
	border: 0;
	clear: both;
}

.specialitem-text {
	clear: both;
	vertical-align: top;
	font-size: 0.9em;
	float: left;
}
	
.specialitem-price {
	clear: both;
	font-size: 2.3em;
	font-weight: bold;
	float: left;
	color: #0082ff;
	border: 0;
	margin-left: 20px;
	}	
	

#information1 {
	width: 49%;
	margin-top: 20px;
	float: left;
	}
	
#information2 {
	width: 49%;
	margin-top: 20px;
	float: right;
	}

.information {
	padding: 10 10 0 20;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	background: url("/img/arrow.png") no-repeat;
	background-position: 4 10;
	}

A:link.specialitem-more,A:active.specialitem-more,A:visited.specialitem-more,A:hover.specialitem-more {
	font-weight: bold;
	display: block;
	margin-top: 5px;
	clear: both;
	float: right;
	font-size: 0.85em;
	color: #ff6000;
	letter-spacing: 0.1em;
	}
		
	
#menu {
	position: absolute;
	right: 0;
	top: 153px;
	width: 240px;
	font-size: 1em;
	}
	
#menu li {
	margin: 0;
	padding: 0 10;
	display: block;
	}

#menu ul {
	margin: 10;
	padding: 0;
	display: block;
	}


#menu-head {
	background: url("/img/bgrd-menu-head.png") no-repeat;
	color: #054078;
	}
	
#menu  A:link, #menu A:active, #menu A:visited {
	color: #000066;
	text-decoration: none;
	}
	
#menu  A:hover {
	color: blue;
	text-decoration: none;
	}
	
#auth {
	padding: 5 15 15 15;
}	
	
#auth-head {
	background: url("/img/bgrd-menu-head.png") no-repeat;
	color: #054078;
}

#auth label {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 10px;
	position: relative;
	bottom: -2px;
	}
	
#auth input.text {
	width: 230px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
		}
		
#auth input.submit {
	margin: 4 0 0 0;
	padding: 0;
	vertical-align: middle;
	}
	
#auth  A:link, #auth A:active, #auth  A:visited, #auth  A:hover {
	font-weight: bold;
	display: block;
	margin: 5 0;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	color: #ff6000;
	letter-spacing: 0.1em;
	/*text-decoration: underline;*/
	}

#footer {
	width: 100%;
	line-height: 39px;
	height: 39px;
	background: url("/img/bgrd-footer.png") left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	}

/*ex-static*/

h1 {
	margin: 10 30 10 15;
	color: #333333;
	font-size: 1.4em;
	}

h2 {
	margin: 10 30 10 15;
	color: #333333;
	font-size: 1.2em;
	}

h3 {
	margin: 10 30 10 15;
	color: #333333;
	font-size: 1.0em;
	}
	
p {
	margin: 0 15 10 35;
	color: #333333;
	}
	
#centercontent ul {
	list-style: round;
	margin: 0 15 10 35;
	}
	
#centercontent li {
	margin: 0 15 0 10;
	}
	
table {
	margin: 0 15 10 0;
	font-size: 1em;
	border: 1px grey solid;
	border-collapse: collapse;
	}
	
th {
	padding: 5;
	border: 1px #064078 solid;
	text-align: left;
	background: #6ea8e0;
	color: #FFFFFF;
	}
	
tr th:hover {
	background: #6ea8e0;!important
}
	
tr {
	padding: 5;
	border: 1px grey solid;
	}
	
td {
	padding: 5;
	border: 1px grey solid;
	}
	
td.zagolovok {
	background: #C0C0C0;
}
	
A:link, A:active, A:visited{
	color: 	#ff6000;
	text-decoration: none;
	}
	
A:hover {
	text-decoration: underline;
	}