/**********************[ общие параметры ]****************************/

body {
	margin: 0;
	padding: 0;
	font: 11px verdana, sans-serif;
	background: #fff url("/images/nostalgy/bg-top.jpg") left top repeat-x;
	color: #333;
}

#site {
	
	width: 100%;
	background: url("/images/nostalgy/bg-logo.jpg") 17px 7px no-repeat;
	padding: 0 0 20px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: none;
	width: auto;
}

html>body #site {
	float: none;
	width: auto;
}

a {
	color: #660;
}

a:visited {
	color: #660;
}

a:hover {
	color: #f90;
}


/**********************[ шапка сайта ]****************************/

a#logo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 100px;
	height: 100px;
}

#header {
	height: 137px;
	font-family: georgia, times, serif;
	background: url("/images/nostalgy/bg-header.jpg") right top no-repeat;
}

#header h1 {
	height: 137px;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 0 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 107px;
}

html>body #header h1 {
	height: 107px;
}

#header h1 a {
	text-transform: none;
	text-decoration: none;
	color: #c60;
}

#header h1 a:hover {
	color: #f90;
}

#header h2 {
	position: absolute;
	top: 65px;
	left: 200px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #999;
	text-transform: lowercase;
}

/**********************[ стили меню ]****************************/

#menu {
	position: absolute;
	top: 137px;
	left: 7px;
	width: 147px;
	margin: 0 0 0 10px;
	padding-bottom: 390px;
	background: #fff url("/images/nostalgy/bg-menu.jpg") left bottom no-repeat;
	font-family: georgia, times, serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu ul {
	background: url("/images/nostalgy/bg-menu-top.jpg") left top no-repeat;
	list-style: none;
	margin: 0;
	padding: 48px 0 0 0;
}

#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #ccc;
	text-align: right;
}

#menu ul li a {
	text-decoration: none;
	color: #777;
	line-height: 37px;
	height: 40px;
}

#menu ul li a:hover, #menu ul li a.selected {
	color: #f90;
	/*background: url("/images/mountains/bg-menu-hover.gif") left bottom repeat-x;*/
}

#menu ul li a.selected {
	color: #000;
}

/**********************[ layout ]****************************/

#wrap-box {
	background: url("/images/nostalgy/bg-right.gif") repeat-y right;
}

#wrapper {
	background: url("/images/nostalgy/bg-left.gif") left top repeat-y;
	border-bottom: 10px solid #ccc;
	height: 800px;
}

html>body #wrapper {
	min-height: 800px;
	height: auto;
}

#wrapper p {
	margin-top: 0;
}

#outer {
	background: url("/images/nostalgy/bg-right.gif") repeat-y right;
	
}

#container {
	width: 100%;
	float: left;
	margin-right: -220px;
	background: url("/images/nostalgy/bg-right.gif") repeat-y right;	
}

#content {
	margin-right: 270px;
}

#main {
	margin-left: 200px;
	padding: 30px 0 30px 0;
}

#left {
	background: url("/images/nostalgy/bg-left.gif") left top repeat-y;
	width: 200px;
}

#sidebar {
	width: 220px;
	float: right;
	margin-top: 0;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666;
	background: #eee url("/images/nostalgy/bg-right.gif") repeat-y right;
}

.clearing {
	height: 0;
	clear: both;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #999;
}

#footer p {
	margin-top: 0;
}

/***************[ стили основной колонки ]**********************/

#main h3 {
	font-family: georgia, times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #777;
}

#main h3.title {
	margin-top: 10px;
	margin-bottom: 10px;
}

/***************[ стили правой колонки ]**********************/

div.sidebox {
	width: 180px;
	margin-left: 12px;
	margin-top: 20px;
}

div.sidebox h3 {
	font-family: georgia, times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding: 15px 15px 10px 15px;
	margin: 0;
}

div.sidebox p {
	margin: 0 20px 10px 15px;
}

div.sidebox ul {
	margin: 0 20px 10px 15px;
	padding: 0;
}

div.sidebox ul li {
	padding: 0;
	margin-left: 20px;
}

div.sidebox form {
	margin: 0 20px 0 15px;
	padding: 0;
	
}

div.sidebox form p {
	margin: 0 0 10px 0;
	padding: 0;
}

div.sidebox form input.field {
	width: 150px;
	border: 1px solid #ccc;
}

div.sidebox form input.submit {
	background: #999 url("/images/nostalgy/bg-submit.gif") left top repeat-x;
	border: 1px solid #333;
	color: #333;
	text-transform: lowercase !important;
	font: 11px arial, sans-serif;
	margin-top: 5px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

/***************[ стили footer'а ]**********************/

#footer p {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 200px;
}

#footer a {
	font-size: 11px;
	color: #777;
}

#footer a:hover {
	color: #f90;
}

#footer h4 {
	font-family: georgia, times, serif;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 200px;
	font-size: 19px;
	font-weight: normal;
	color: #777;
}

#footer ul.footer-menu {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin: 0 auto;
	padding: 3px 0 1px 200px;
	list-style: none;
}

#footer ul.footer-menu li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	
}

#footer p#our-logo {
	float: left;
	display: inline;
	margin: 0 0 0 40px;
	padding: 0;
}

/*****************[ стили новостей ]**********************/

h4.news-header {
	font-family: georgia, times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #c60;
	margin: 0 0 10px 0;
}

h4.news-header a {
	color: #c60 !important;
	text-decoration: none;
}

h4.news-header a:hover {
	color: #f90 !important;
	text-decoration: underline;
}

p.news-date {
	font-family: georgia, times, serif;
	font-size: 15px;
	font-style: italic;
	margin: 0 0 5px 0;
	padding: 0;
	color: #999;
}

p.news-lead {
	margin-bottom: 15px;
}

/*****************[ стили документов ]**********************/

h4.doc-title {
	font-family: georgia, times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #c60;
	margin: 0 0 10px 0;
}

h4.doc-title a {
	color: #c60 !important;
	text-decoration: none;
}

h4.doc-title a:hover {
	color: #f90 !important;
	text-decoration: underline;
}

p.doc-desc {
	margin-bottom: 15px;
}

/*****************[ стили товаров ]**********************/

div.photo-box {
	margin-bottom: 10px;
	height: 70px;
	min-height: 90px;
}

html>body div.photo-box {
	height: auto;
}

h4.item-title {
	font-family: georgia, times, serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 10px 95px;
}

div.photo-box h4.item-title a {
	color: #c60 !important;
	text-decoration: none;
}

div.photo-box a.item-photo {
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}

div.photo-box h4.item-title a:hover {
	color: #f90 !important;
	text-decoration: underline;
}

div.photo-box p.item-desc {
	margin-left: 95px;
	margin-bottom: 15px;
}

div.no-photo {
	margin-bottom: 25px;
}

div.no-photo h4.item-title-noimg {
	font-family: georgia, times, serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

div.no-photo h4.item-title-noimg a {
	color: #c60;
	text-decoration: none !important;
}

div.no-photo h4.item-title-noimg a:hover {
	color: #f90 !important;
	text-decoration: underline;
}

h4 {
	font-family: georgia, times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #333;
}

p.price {
	font-family: georgia, times, serif;
	font-weight: normal;
}