* {margin: 0; padding: 0; }

body {background: #b3b3b3 url(../img/main-bg.jpg) top center no-repeat; }

ul li {padding-top: 8px; list-style-image: url(../img/ul-marker.gif); list-style-position: inside;}
* html ul li {list-style-image: none;}

#main {
	width: 980px;
	position: relative;
	margin: 0 auto;
	font: normal 11px Tahoma, Arial, sans-serif;
}

#logo {
	background: url(../img/logo-bg.png) top left no-repeat;
	padding-top: 9px;
	padding-left: 64px;
	font: bold 23px Verdana, sans-serif;
	letter-spacing: -2px;
	position: relative;
	top: 20px;
}
#logo span {
	display: block;
	font-weight: normal;
	position: relative;
	bottom: -14px;
}
#logo a {color: #000; text-decoration: none; }

#menu {
	font: bold 13px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	position: relative;
	top: -16px;
	float: right;
	right: 0;
}
#menu div {
	float: left;
	margin: 0 20px;
	line-height: 20px;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu #current {
	background-color: #fff;
	margin: 0;
}
#menu #cur-l {
	background: url(../img/cur-l.png) top left no-repeat;
	width: 8px;
	height: 20px;
	margin-left: 12px;
	margin-right: 0;
}
#menu #cur-r {
	background: url(../img/cur-r.png) top right no-repeat;
	width: 8px;
	height: 20px;
	margin-left: 0;
	margin-right: 12px;
}

#info {
	float: left;
	width: 180px;
	color: #ff1b59;
	position: relative;
	top: 52px;
	top: 52px;
}
#info #info-top {
	background: url(../img/info-top.png) bottom left no-repeat;
	height: 8px;
}
#info #info-bot {
	background: url(../img/info-bot.png) top left no-repeat;
	height: 8px;
}
.fon {
	background: #fff;
	opacity: 0.9;
	padding: 0 13px;
}

.fon #on {
	color: grey;
}

#info .fon div {
	color: #000;
	font: bold 23px Verdana, sans-serif;
	letter-spacing: -3px;
}
#info .fon div span {
	font: normal 11px Tahoma, Arial, sans-serif;
	letter-spacing: normal;
	position: relative;
	top: -9px;
}
#info #mailto {
	font: normal 13px Tahoma, Arial, sans-serif;
	letter-spacing: normal;
	color: #00add0;
	font-weight: 600;
}
#info #mailto a {color: #00add0; text-decoration: none; }
#info #mailto a:hover {text-decoration: underline; }

#items {float: right; position: relative; top: 22px; }
#items td {width: 250px; }
#items td .item-top {
	background: url(../img/item-top.png) bottom left no-repeat;
	height: 8px;
}
#items td .item-bot {
	background: url(../img/item-bot.png) top left no-repeat;
	height: 8px;
}
#items td h1 {line-height: 0.5; }
#items td h1 a {
	font: bold 15px Tahoma, Arial, sans-serif;
	text-decoration: underline;
	color: #00add0;
}
#items td a {
	text-decoration: underline;
	color: #00add0;
}
#items td p {padding-top: 7px; }

#content {
	float: right;
	width: 510px;
	position: relative;
	top: 32px;
	right: 10px;
	padding-bottom: 20px;
}
#content #cont-top {
	background: url(../img/cont-top.png) bottom left no-repeat;
	height: 8px;
}
#content #cont-bot {
	background: url(../img/cont-bot.png) top left no-repeat;
	height: 8px;
}
#content .fon {padding: 0 20px; }
#content h1 {
	font: bold 16px Arial, Tahoma, sans-serif;
	padding-top: 14px;
}
#content p {padding-top: 14px; text-align: justify; }
#content ul {padding-top: 14px; list-style-image: url(../img/ul-marker.gif) top left no-repeat; }
#content a {color: #1fb5d6; }
#content a:hover {text-decoration: none; }
#content fieldset {border: 0px; padding-top: 28px; }
#content input {
	width: 200px;
	border: 1px solid #c0c0c0;
	font: normal 11px Tahoma, Arial, sans-serif;
	padding: 2px;
	margin-bottom: 5px;
}
#content textarea {
	width: 464px;
	border: 1px solid #c0c0c0;
	font: normal 11px Tahoma, Arial, sans-serif;
	padding: 2px;
}
#content #send {
	width: 71px;
	height: 20px;
	background: url(../img/send.png) top left no-repeat;
	border: 0;
	float: right;
	margin: 10px 0;

}




