body {
	background-color: #000;
	color: #606060;
	font: normal 0.7em/1.5em Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;	
}

#wrapper {
	margin: 0 auto;
	text-align:left;
	width: 728px;	
}

a img {
	border: none;
}
form#search-form {
	margin-bottom: 10px;
}
a {
	color: #fff;
	text-decoration: none;
}

#top {
	background: transparent url(../images/bg-top.png) no-repeat;
	height: 92px; 
	width: 728px;
}


#top h1 {
	float: left;
	margin: 26px auto auto 23px;
}

#top h1 a {
	display: block;
	height: 55px;
	width: 385px;
}

#top a#btn-kontakt {
	float: right;
	margin-top: 15px;
}

div#main-menu-left, 
div#main-menu-right {
	width: 44px;
	height: 36px;
	float: left;
	margin-top: 5px;
}

div#main-menu-left {
	background: transparent url(../images/bg-main-menu-left.png) no-repeat;
}
div#main-menu-right {
	background: transparent url(../images/bg-main-menu-right.png) no-repeat top right;
}

ul#main-menu {
	float: left;
	height: 36px;
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	width: 640px;
	background: transparent url(../images/bg-main-menu-li.png) repeat-x;
}

ul#main-menu li {
	float: left;
	padding-left: 20px;

}

ul#main-menu li a {
	color: #b1b1b1;	
	text-decoration: none;
	display: block;
	padding: 8px 30px 2px 10px;
	height: 26px;	
}

ul#main-menu li:hover {
	background: transparent url(../images/bg-main-menu-li-hover.png) no-repeat left;
}

ul#main-menu li:hover a {
	background: transparent url(../images/bg-main-menu-li-a-hover.png) no-repeat right;
	color: #8ce4ff;
}

p#contact-data {
	margin: 5px 30px;
}

p#contact-data a {
	text-decoration: none;
}

p#contact-data img {
	vertical-align: middle;
}

div#sidebar {
	float: right;
}
div#producer-right-list {
	background: transparent url(../images/bg-producer-right-list.png) no-repeat top center;
	width: 190px;
}

div#producer-right-list-bottom {
	background: #090909 url(../images/bg-producer-right-list-ul.png) no-repeat bottom center;
	height: 5px;
	width: 190px;
}

div#box-newsletter {
	background: transparent url(../images/bg-box-newsletter.png) no-repeat top center;
	width: 190px;
	padding-top: 37px;
	margin-top: 10px;	
}

div#box-newsletter-bottom {
	background: #090909 url(../images/bg-producer-right-list-ul.png) no-repeat bottom center;
	height: 5px;
	width: 190px;
}

div#box-newsletter form {
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	width: 168px;	
}

div#box-newsletter input#id_email {
	border: 1px solid #2f2f2f;
	color: #444;
	background-color: #fff;
	width: 100px;
	padding: 2px;
	font-size: 11px;
}

div#box-newsletter input#btn-ssubs {
	color: #939393;
	background-color: #000;
	border: 1px solid #2f2f2f;
	padding: 2px;
	font-size: 11px;
}

div#newsletter-response {
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	width: 168px;
}

div#producer-right-list ul {
	margin-top: 37px;
	margin-bottom: 0;
	float: left;
	padding: 10px 0 10px 40px;
	list-style-image: url(../images/li.png);
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	width: 148px;
	background-color: #090909;
	
}

div#producer-right-list ul li a {
	text-decoration: none;
}

div#producer-right-list ul li:hover a {
	color: #1d7f9d;
}

div.text {
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	margin: 10px 0;
}

p.info {
	background: #000 url(../images/bg-info.png) no-repeat;
	padding-left: 25px;
	color: #5b5b5b;
}

p.notice {
	background: #000 url(../images/bg-notice.png) no-repeat;
	padding-left: 25px;
	color: #393939;
}

p.key {
	background: #000 url(../images/bg-key.png) no-repeat;
	padding-left: 25px;
}

div#container {
	float: left;
}
div#content {
	background: #090909 url(../images/bg-content.png) no-repeat;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	width: 501px;
	padding: 10px;
	min-height: 100px; 

}

div#content.index {
	padding: 10px 10px 10px 0;
	width: 511px;
}

div#content-top {
	background: transparent url(../images/bg-content-top.png) no-repeat;
	height: 8px;
	width: 523px;
}

div#content-bottom {
	background: transparent url(../images/bg-content-bottom.png) no-repeat;
	height: 7px;
	width: 523px;
}
#image_2 {
	margin: 20px auto auto -20px;
	border: 2px solid #277b96;
}

div#watch-detail {
	float: right;
	width: 290px;
}

div#watch-detail ul {
	list-style-image: url(../images/li-1.png);
	color: #fff;
}

div#watch-detail ul span {
	color: #1b8eb1;
}

.blue {
	color: #1c8cad;
}

.right {
	float: right;
}

.left {
	float: left;
}

.light {
	color: #929597;
}

.clear {
	clear: both;
}


.to-center {
	text-align: center;
}

.to-left {
	text-align: left;
}

/* FORMS */


fieldset {
	border: none;
	padding: 0;
}

legend {
	display: none;
}

label.none {
	display: none;
}

fieldset.submit input {
	background-color: #fff;
}

fieldset.generic input, fieldset.generic select, fieldset.generic textarea {
	border: 1px solid #735f46;
	background-color: #fff;
	color: #333;
	padding: 2px;
	width: 200px;
}

fieldset.generic p label {
	display: block;
	padding: 6px 3px;	
	width: 250px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

ul.errorlist {
	list-style: none;
	color: #de6126;
	font-size: 0.9em;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 160px;
}

.watch-box-list {
	float: right;
}

.watch-box {
	float: left;
	margin-left: 10px;
}

