@charset "windows-1251";
body {
	SCROLLBAR-FACE-COLOR: #cccccc; SCROLLBAR-HIGHLIGHT-COLOR: #dddddd; SCROLLBAR-SHADOW-COLOR: #dddddd; SCROLLBAR-3DLIGHT-COLOR: #dddddd; SCROLLBAR-ARROW-COLOR: #dddddd; SCROLLBAR-TRACK-COLOR: #dddddd; SCROLLBAR-DARKSHADOW-COLOR: #dddddd;
	margin:0;
	padding:0;
	background:url(images/leather-bg5.png);
}
#menu, #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #603813;
	padding-right: 17px;
	vertical-align: bottom;
}
#menu a {
	padding: 0;
}
#menu .active, #menu a:hover {
	color: #b1005d;
	text-decoration: underline;
}
img {
	border: 0px solid;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #b1005d;
	margin:0;
	padding: 0 0 10px 43px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #754c24;
	text-decoration: none;
	height: 150px;
}
#text a{
	color: #b1005d;
	text-decoration: none;
}
#text a:hover{
	text-decoration: underline;
}
#text td {
	vertical-align: top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #754c24;
	text-decoration: none;
}
.text a{
	color: #b1005d;
	text-decoration: none;
}
.text a:hover{
	text-decoration: underline;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a67c52;
	text-decoration: none;
	padding-left: 16px;
}
.navigation, .navigation_active {
	background-image: url(images/pages.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 6px;
	width: 8px;
	overflow: hidden;
	cursor:pointer;
}
.navigation_active {
	background-position: center -6px;
}
#text_nav td{
	width: 10px;
	background-position: center;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #b1005d;
	padding-right: 15px;
	padding-left: 15px;
}



div.horizontal {
}
div.horizontal div.items {
	height:226px;	
	float:left;
	width:962px !important;
}
/* single item */
div.items a {
	display:block;
	width:962px;
	height:226px;	
	cursor:pointer;
}

div.items a {
	float:left;
}
div.navi {
	position:relative;
	top:-5px;
	left:0px;
	margin-left:0px;
	width:45px;
	height:0px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:6px;
	float:left;
	margin:3px;
	background:url(images/pages.png) 0 0 no-repeat;  
	overflow: hidden;   
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -6px;      
}

div.navi span.active {
	background-position:0 -6px;     
}
