* {
	padding:0;
	margin:0;
	border:0;
}

html {
	background:url("images/bg.gif");
}

body {
	background:url("images/top.gif") repeat-x top;
	font:0.75em Tahoma;
	text-align:center;
}

/* Основные классы */

a {
	color:#740000;
}

h1 {
	font-size:1em;
	margin-bottom:10px;
}

h2 {
	font-size:0.7em;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	font-size:0.9em;
	border-bottom:1px solid #7D7A7A;
	padding-left:10px;
	line-height:14px;
	background:url("images/rightmenu.gif") no-repeat left top;
	margin-bottom:5px;
}

h4 {
	font-size:1em;
}

/* Структура сайта */

#wrapper {
	width:786px;
	margin:0 auto;
	background:url("images/wrapper.png") no-repeat top;
	padding:34px 0 0;
	color:#2C2929;
}

#wrap {
	border:1px solid #959594;
	background:#fff;
	position:relative;
	margin:0 11px;
	clear:both;
	padding:1px;
}

#top {
	height:62px;
}

/* Логотип и слоган */

.logo {
	float:left;
	margin:0 10px 0 20px;
}

.slogan {
	float:left;
	text-align:left;
	color:#fff;
	font:1.25em Times New Roman;
}

/* Шапка */

#header {
	border-bottom:1px solid #959594;
	height:173px;
	background:url("images/header.jpg") no-repeat;	
}

/* Меню сайта */

#header ul {
	width:225px;
	margin:0 auto;
	padding:25px 0 0 20px;
	overflow:hidden;
	font:1em Times New Roman;
}

#header li {
	border-bottom:1px solid #7D7A7A;
	text-align:left;
	list-style:none;
	line-height:25px;
	background:url("images/menu.gif") no-repeat right top;
	margin-bottom:-1px;
}

#header li a {
	color:#373737;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
}

#header li a:hover {
	text-decoration:underline;
}

/* Контент сайта */

#content {
	background:#F6F5F4 url("images/content.gif") repeat-x top;
	margin-top:1px;
	padding:12px 0;
}

.topcontent {
	width:733px;
	background:url("images/content1.png") no-repeat top;
	padding-top:3px;
	margin:0 auto;
	text-align:left;
}

.topcontent .inside1 {
	background:url("images/content2.png") no-repeat bottom;
	padding-bottom:3px;
}

.topcontent .inside2 {
	background:url("images/content3.png") repeat-y;
}

.topcontent .inside3 {
	background:url("images/content4.png") no-repeat bottom;
	min-height:66px;
	padding:10px 15px 3px;
	overflow:hidden;
}

/* Левая колонка */

.topcontent .leftblock {
	width:470px;
	float:left;
}

.topcontent .leftblock a {
	font-size:0.9em;
}

.topcontent form {
	font:1.3em Times New Roman;
}

.topcontent p {
	margin-bottom:10px;
}

/* Элементы форм */

.topcontent .textbox {
	border:1px solid #BEBCB7;
	background:#fff;
	width:113px;
	margin:0 15px 0 10px;
}

input.edit {
	border:1px solid #BEBCB7;
	background:#fff;
	height: 16px;
}

.topcontent .button {
	border:1px solid #BEBCB7;
	background:#E6E4E1;
	color:#740000;
	font:0.9em Times New Roman;
	padding:0 5px;
}

/* Правая колонка */

.topcontent .rightblock {
	float:right;
	width:185px;
}

.topcontent .rightblock h1 {
	text-align:center;
	margin-bottom:5px;
}

.topcontent .rightblock ul {
	overflow:hidden;
}

.topcontent .rightblock li {
	list-style:none;
	border-bottom:1px solid #7D7A7A;
	line-height:20px;
	margin-bottom:-1px;
}

.topcontent .rightblock li a {
	color:#2C2929;
	text-decoration:none;
	background:url("images/rightmenu.gif") no-repeat left top;
	padding-left:10px;
	font-family:Tahoma;
}

/* Подвал сайта */

#footer {
	background:url("images/footer.gif") no-repeat bottom;
	color:#fff;
	height:28px;
	line-height:30px;
}

/* Дополнительные классы */

.vinous {
	color:#780000;
	font-size:1.1em;
}

.right {
	float:right;
}

.left {
	float:left;
}

.textright {
	text-align:right;
	font-size:1.1em;
}
