* {
	padding:0;
	margin:0;
	border:0;
}

html {
	background:url("images/bg.gif");
}

body {
	background:url("images/top.gif") repeat-x top;
	font:0.7em Tahoma;
	text-align:center;
}

/* Основные классы */

a {
	color:#006400;
	font-family: Tahoma;
}

h1 {
	font-size:1.3em;
	margin-bottom:15px;
	color: #C18E05;
}

h2 {
	font-size:0.8em;
	margin-bottom:10px;
	font-weight:bold;
}

h3 {
	font-size:0.9em;
	border-bottom:1px dotted #7D7A7A;
	padding:0 10px 5px 10px;
	line-height:14px;
	background:url("images/rightmenu.gif") no-repeat left top;
	margin-bottom:10px;
	color:#006400;
}

h4 {
	font-size:1em;
}

/* Структура сайта */

#wrapper {
	width:786px;
	margin:0 auto;
	padding:34px 0 0;
	color:#2C2929;
}

#wrap {
	
	background:#fff;
	position:relative;
	top:1px;
	margin:0 11px;
	clear:both;
	padding:1px;
}

#top {
	height:62px;
}

/* Логотип и слоган */

.logo {
	float:left;
	margin:0 -30px 0 20px;
}

.slogan {
	float:left;
	text-align:left;
	color:Black;
	font:1.20em Tahoma;
}
.slogan2 {
	float:right;
	text-align:right;
	color:Black;
	font:1.20em Tahoma;
}

/* Шапка */

#header {
	height:173px;
	background:url("images/header.jpg") no-repeat;
	width: 760px;
}

/* Меню сайта */

#header ul {
	width:150px;
	overflow:hidden;
	font:1em Tahoma;
	float: right;
	margin-top: 20px;
	
	padding-right: 20px;
}

#header li {
	border-bottom:1px solid #7D7A7A;
	text-align:right;
	list-style:none;
	line-height:25px;
	background:url("images/menu.gif") no-repeat right top;
	margin-bottom:-1px;
	border-bottom-style: dotted;
	padding-right: 10px;
}

#header li a {
	color:#373737;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	
}

#header li a:hover {
	text-decoration:underline;
	color: #C18E05;
}

/* Контент сайта */

#content {
	
	margin-top:1px;
	padding:12px 0;
	background-color: #FEFEFE;
}

.topcontent {
	width:733px;
	background:url("images/content1.png") no-repeat top;
	padding-top:3px;
	margin:0 auto;
	text-align:left;
}

.topcontent .inside1 {
	padding-bottom:3px;
	background:url("images/content2.png") no-repeat bottom;
	width: 733px;
}

.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;
	font-size: 1em;
	line-height: 25px;
	padding-top: 20px;
}

.topcontent .leftblock a {
    font-size:1em;
}

.topcontent form {
	font:1.3em Tahoma;
}

.topcontent p {
	margin-bottom:10px;
}

/* Элементы форм */

.topcontent .textbox {
	border:1px solid #BEBCB7;
	background:#fff;
	width:115px;
	margin:0 26px 0 0px;
}


.textbox2 {
	border:1px solid #BEBCB7;
	background:#fff;
}


.topcontent .button {
	border:1px solid #006400;
	background:#a2d93f;
	color:Black;
	font:0.8em Tahoma;
	padding:0 5px;
	height: 18px;
	width: 60px;
	margin-left: -0px;
}

/* Правая колонка */

.topcontent .rightblock {
	float:right;
	width:185px;
	padding: 10px 0;
	font-size: 1.1em;
	line-height: 20px;
}
 div.rightblock p{ margin-bottom: 20px; }
 
.topcontent .rightblock h1 {
	
	margin-bottom:15px;
	font-size: 1.3em;
}

.topcontent .rightblock ul {
	overflow:hidden;
	
}

.topcontent .rightblock li {
	list-style:none;
	line-height:25px;
	margin-bottom:-1px;
	font-size: 1em;
}

.topcontent .rightblock li a {
	color:#2C2929;
	background:url("images/rightmenu.gif") no-repeat left top;
	padding:0 0 2px 10px;
	font-family:Tahoma;
	border-bottom: 1px dotted Black;
	text-decoration: none;
}
.topcontent .rightblock li a:hover {
	color:#228B22;
	border-bottom: 1px dotted #228B22;
} 

/* Подвал сайта */

#footer {
	background:url("images/footer.gif") no-repeat bottom;
	color:Black;
	height:58px;
	line-height:30px;
	width: 100%;
	margin: auto;
	background-color: #a2d93f;
	margin-top: 2px;
}

/* Дополнительные классы */

.vinous {
	color:#010101;
}

.right {
	float:right;
}

.left {
	float:left;
}

.textright {
	text-align:right;
	font-size:1.1em;
}

#speciallink{
        font-size:0.8em;
}