﻿/* Стили для основной страницы */

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	text-indent: 10px;
	text-align: justify;
}

* a:link, a:visited {
	text-decoration: none;
	color: #a9c3c5;
}

* a:hover {
	color: #ffffff;
}

body {
	background-color: #000000;
	font-family: tahoma;
	color: #ffffff;
	text-align: justify;
	font-weight: normal;
	background-image: url('../img/bg.gif');
}

table {
	text-align: justify;
}

input, textarea {
	border: solid 2px #355a69;
	font-size: 11px;
	color: #1b3e4b;
	margin: 0px 6px 0px 6px;
}

a img {
	border: none;
}

h1 {
	text-align: left;
	font: normal 1.6em "Tahoma";
	letter-spacing: 1px;
	margin: 4px;
}

h2 {
	font: normal 1.5em "Arial";
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 4px;
}

h3 {
	text-align: left;
	font: normal 1.3em "Tahoma";
	letter-spacing: 1px;
	margin: 4px;
}

h4 {
	font: 2.5em "Futuris" "Arial";
	letter-spacing: 1px;
	position: relative;
	color: #fff;
	margin: 10px;
	text-align: center;
	display: block;
}

h5, a h5:link {
	font: 1.6em "Futuris" "Arial";
	letter-spacing: 1px;
	position: relative;
	color: #ccc;
	margin: 10px;
	text-align: center;
	display: block;
}

a h5:hover {
	color: #eee;
}

.selected {
	color: #888;
}

h6 {
	font: bold 1.2em "Arial";
}

* ul {
	text-align: left;
	margin: 8px 20px 8px 20px;
}

* ol {
	margin: 8px 30px 8px 30px;
}

* li {
	text-align: left;
	margin: 2px 0 0 0;
}

.container {
	background: url("../img/container_bg-middle.png") repeat-y;
	width: 960px;
	behavior: url("css/iepngfix.htc");
}

.container p {
	padding: 0 4px 0 4px;
	margin: 4px 6px 4px 6px;
}

.cont {
	background: #000 url("../img/content_bg.png") repeat-x 0 35px;
	margin: 0 23px 0 23px;
	padding: 0 0 20px 0;
}

.black {
	background: #000;
}

.white {
	background: #fff;
}

.container-top {
	text-align: left;
	background-image: url("../img/container_bg-top.png");
	width: 960px;
	height: 275px;
	behavior: url("css/iepngfix.htc");
}

.container-bottom {
	background-image: url("../img/container_bg-bottom.png");
	width: 960px;
	height: 150px;
	text-align: justify;
	behavior: url("css/iepngfix.htc");
}

.container-bottom p {
	font-size: 9px;
	color: #dadada;
	position: relative;
	top: 35px;
	padding: 0px 30px 0 30px;
	margin: 0px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.container-bottom p a {
	position: static;
	font-size: 9px;
	font-weight: bold;
	color: #dadada;
}

.top-small {
	float: right;
	position: relative;
	top: 30px;
	right: 60px;
}

.mainmenu {
	float: left;
	width: 350px;
	display: block;
	position: relative;
	top: 80px;
	left: 30px;
}

.mainmenu a {
	width: 220px;
	height: 24px;
	display: block;
	margin: 2px;
}

.shop-btn {
	float: left;
	display: block;
	position: relative;
	top: 180px;
	left: -85px;
}

.shop-btn a {
	display: block;
	margin: 2px;
}

.about-block {
	float: right;
	position: relative;
	top: 160px;
	right: 85px;
	width: 272px;
	height: 100px;
}

.cart-tiny {
	float: right;
	position: relative;
	top: 160px;
	right: 85px;
	width: 272px;
	height: 100px;
	text-align: center;
	background: url("/img/top_cart-block.png");
	color: #733b15;
}

.cart-tiny a {
	font-weight: bold;
	color: #602c08;
}

.cart-tiny a:hover {
	color: #331500;
}

.bottom-menu {
	position: relative;
	top: 28px;
	left: 320px;
	width: 560px;
	min-height: 20px;
}

.styleru {
	display: block;
	width: 100%;
	position: relative;
	top: 50px;
	text-align: center;
}

.styleru a img {
	behavior: url("css/iepngfix.htc");
}

.preview {
	border: solid 2px #5D6369;
}

.preview:hover {
	border: solid 2px #6C8B9A;
}


a.latent {
	color: #f8f8f8;
}

