/*
Design
http://www.spichki-ua.com
*/

body {
margin:0px;
padding:0px;
background:#FFF url(images/img04.gif) repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
}

h1, h2, h3 {
margin-top: 0;
font-weight: normal;
}

h1 {
color: #c4151c;
font-size: 197%;
}

h2 {
font-size: 136%;
}

h3 {
font-size: 100%;
font-weight: bold;
}

p, ul, ol {
margin-bottom: 1.6em;
line-height: 180%;
}

blockquote {
font-style: italic;
}

a {
color:#c4151c;
}

a:hover {
text-decoration:none;
}

hr {
display:none;
}

img {
border:0px;
}

table {
font:11px/140% Verdana, Arial, Helvetica, sans-serif;
table-layout:fixed;
width:525px;
text-align:center;
border-collapse:collapse;
	}
	
td { border:1px dotted #CCC; }

/* header */

#header {
width:950px;
height:100px;
margin:0 37px;
}

/* Logo */

#logo {
float:left;
width:270px;
height:100px;
background:#EDEBD5; /* url(images/img08.gif) repeat-x*/
/*background: #c4151c*/ /*url(images/img01.gif) no-repeat left bottom*/
text-align:center;
color:#c4151c;
}

#logo h1 {
margin:0;
text-transform:uppercase;
text-align:center;
padding-top:11px;
font-size:24px;
padding-bottom:5px;
border-bottom:1px solid #EDEBD5;
}

#logo h2 {
margin:0;
text-transform:lowercase;
text-align:center;
font-size:20px;
color:#c4151c;
}


#logo a {
text-decoration:none;
color:#c4151c;
}

/* Search */

#search {
float: right;
width: 590px;
padding-top: 5px;
text-align:right;
color:#999;
}

#search a {
color:#999;
text-decoration:none;
}

/* Menu */

#menu {
width:950px;
height:70px;
margin:-30px 37px 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
}

#menu li:hover {
	background: #F9F8F1;
}

#menu a {
	display: block;
	width: 60px;
	height: 35px;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #7F7772;
}

html>body #menu a {
	width: auto;
}

#menu li.active {
	background: #EDEBD5 url(images/img05.gif) no-repeat;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color:c4151c;
}

/* Page */

#page {
	width: 950px;
	margin: 0 37px 20px;
	background: url(images/img07.gif) repeat-y 365px 0;
}

/* Content */

#content {
	float: right;
	width: 530px;
}

.title {
padding-bottom: 5px;
border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
float: left;
width: 310px;
}

#sidebar div {
border: 1px dotted #CCC;
}

#sidebar h2 {
border-bottom: 1px solid #EDEBD5;
font-size: 114%;
font-weight: bold;/**/
}

#sidebar h3 {
text-transform: uppercase;
/*margin: 10px;*/
padding: 10px;
background-color:#EDEBD5;
/*background: url(images/img12.gif) repeat-x left bottom;*/
}

#sidebar h4 {
margin: 10px;
}

#sidebar p {
margin: 10px;
line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EDEBD5 url(images/img08.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

a.non {
color:#000;
text-decoration:none;
cursor: auto;
}

tr.prices {
background-color:#EDEBD5;
}

#home {
display:block;
position:absolute;
top:0px;
left:37px;
width:270px;
height:100px;
background:none;
text-align:center;
z-index:7;
}

.red {
color:#c4151c;
}
