* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, sans-serif;
	color: #3E3E3E;
	width: 100%;
  background: url(i/top-bg.gif) repeat-x;
}
a {
	color: #BD0B24;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.new {
	color: #BD0B24;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
  background: url(i/rubin.png) 2px 0 no-repeat;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 180px;
	width: 282px;
	height: 85px;
  text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 116px;
	left: 180px;
	height: 46px;
	line-height: 46px;
	background: #BD0B24 url(i/nav.gif) repeat-x;
	list-style: none;
  border-left: 1px solid #A1091F;
  border-right: 1px solid #C72F45;
}
#nav li {
	float: left;
  border-left: 1px solid #C72F45;
  border-right: 1px solid #A1091F;
}
#nav a {
	float: left;
	color: #FFF;
	padding: 0 17px;
  text-decoration: none;
	background: #BD0B24;
}
#nav a:hover {
	color: #D8D622;
	position: relative;
	top: 4px;
	line-height: 38px;
	padding-bottom: 8px;
}

#header address {
	position: absolute;
	top: 26px;
	right: 170px;
  text-align: right;
  font-style: normal;
}

#header .phones {
	position: absolute;
	top: 26px;
	right: 0;
	width: 142px;
  text-align: right;
  border-left: 1px solid #DCDADA;
}

#search {
	position: absolute;
	top: 129px;
	right: 0;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
}
.search {
	width: 180px;
	padding: 2px 5px 3px;
	border: none;
  background: #DE8592 url(i/search.gif) no-repeat;
}
#search .go {
	cursor: pointer;
	border: none;
	width: 52px;
	height: 19px;
  background: #EEC2C8 url(i/search.gif) 100% 0 no-repeat;
	margin: 0 0 0 2px;
	color: #897376;
}
@-moz-document url-prefix() {
	#search .go {padding: 0 0 3px}
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 36px 328px 0 0;
}
.post {
	margin: 0 0 40px;
	font-family: Tahoma, Arial, sans-serif;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font: 24px/1 Calibri, Tahoma, Arial;
	margin: 0 0 20px;
	letter-spacing: -1px;
}
#content h3 {font-size: 23px}
#content h4 {font-size: 22px}
#content h5 {font-size: 21px}
#content h6 {font-size: 20px}
.more {
  text-align: right;
}
#content ul,
#content ol {
	margin: 0 0 18px 30px;
}
#content li {
	padding: 2px 0;
}
#content li ul, #content li ol {
	margin: 0;
}
#content li li {
	padding-left: 18px;
}

.products {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
}
.product {
	float: left;
	display: inline;
	width: 217px;
  border-left: 1px solid #E5E5E5;
  margin-left: -1px;
}
.product .image {
  text-align: center;
	margin: 0 0 10px;
}
.product .info {
	padding: 0 0 0 36px;
}
.product .price {
	float: left;
	display: inline;
	width: 84px;
	height: 34px;
	line-height: 34px;
  background: #BD0B24 url(i/price.gif) no-repeat;
	color: #FFF;
  text-align: center;
  font-weight: bold;
	margin: 4px 11px 0 0;
}
* html .product .price {
	margin: 4px 8px 0 0;
}
.product .weight {
  font-size: 11px;
	padding: 3px 0 0;
}
.product .weight a {
	color: #404040;
}

.navigation {
	margin: 0 0 20px;
	padding: 5px 0 5px 36px;
}
.navigation a {
	color: #636363;
  text-decoration: none;
	padding: 3px 5px;
  margin-right: 1px;
}
.navigation a:hover {
	background: #E5E5E5;
}
.navigation span.current {
	padding: 3px 5px;
	background: #E5E5E5;
  margin-right: 1px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 300px;
	margin-left: -300px;
	position: relative;
	padding: 17px 0 0;
}

.section {
	margin: 0 0 35px;
	padding: 12px 16px 12px 67px;
  border: 1px solid #DADADA;
	background: #EEE;
  text-align: justify;
	position: relative;
	height: 1%;
}

.select {
  text-align: right;
  padding: 8px 25px 11px 0;
}
.select select {
	font: 12px Arial, Tahoma;
	width: 68px;
  border: 1px solid #9C9C9C;
	margin: 0 9px;
	vertical-align: middle;
}
.row {
	margin: 0 -9px 0 0;
	padding: 6px 0 0;
}
.select .go {
	width: 76px;
	height: 24px;
  background: #DFDFDF url(i/go.gif) no-repeat;
	border: none;
	font: 11px Arial, Tahoma;
	color: #2E2E2E;
	margin: 14px 0 0;
	padding: 0 0 2px;
	cursor: pointer;
}

.contacts {
  text-align: left;
}
.section a.black {
	color: #3C3C3C;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: #D4D4D4;
	margin: 7px 3px;
}
.hr hr {
	display: none;
}

#i1, #i2, #i3, #i4 {
	position: absolute;
	left: 10px;
	width: 55px;
	height: 61px;
}
#i1 {
	background: url(i/icon1.gif) no-repeat;
	top: -18px;
}
#i2 {
	background: url(i/icon2.gif) no-repeat;
	top: -13px;
}
#i3 {
	background: url(i/icon3.gif) no-repeat;
	top: -15px;
}
#i4 {
	background: url(i/icon4.gif) no-repeat;
	top: -19px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #E5E5E5;
	color: #515151;
}
.footer {
	width: 944px;
	margin: 0 auto;
	padding: 37px 0 37px 36px;
	overflow: hidden;
	height: 1%;
}
.footer a {
	color: #515151;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
#bnav {
	margin: 0 0 12px;
}
#bnav a {
  margin-right: 23px;
}
#footer .phones {
	float: right;
	width: 143px;
  border-left: 1px solid #CECECE;
  text-align: right;
	color: #737373;
}
#footer address {
	float: right;
  padding-right: 28px;
  font-style: normal;
  text-align: right;
	color: #737373;
}
