/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
*/

a {
	color:#ee7b02;
	text-decoration:underline;
}

a:link {
	color:#ee7b02;
	text-decoration:underline;
}

a:visited {
	color:#ee7b02;
	text-decoration:underline;
}

a:active {
	color:#ee7b02;
	text-decoration:underline;
}

a:hover {
	color:#ee7b02;
	text-decoration:none;
}

html {
	background: url('../img/bg.gif') top center repeat-y;
	background-color :#eed9a1;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	color :#46100d;
	width:966px;
	margin:auto;
	position: relative;
}

img {
	border:0px;
}

p, form, iframe, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
}

ul {
	margin:5px 0px;
	padding:0px 0px 0px 20px;
}

.clearer {
	clear:both;
	font-size:1px;
}

hr {
	border:0px;
	margin:0px;
	padding:0px;
	color: #fff;
	background-color: #fff;
	border-bottom: 1px solid #f0eee9;
	height:2px;
	font-size: 1px;
	margin-top:10px;
	margin-bottom: 10px;
}

.line {
	border:0px;
	margin:0px;
	padding:0px;
	background: url('../img/bg_hr.gif') top right repeat-x;
	height:2px;
	font-size: 1px;
}

.clearer {
 	height:1px;
 	font-size:1px;
 	clear:both;
}

/*
MAIN
*/

#top {
	margin: 25px 0px 0px 0px;
	padding-top: 239px;
	background: url('../img/logo.gif') top center no-repeat;
	text-align: left;
	clear:both;
}

#top a {
	color:#46100d;
}

a.fb {
	display:block;
	background: url('../img/ico_fb.gif') top left no-repeat;
	width:16px;
	height:16px;
	position:relative;
	top:-16px;
	left:140px;
}

a.fb span {
	display:none;
}

#b-top {
	background: url('../img/b_top.gif') top left no-repeat;
	height:7px;
	font-size: 1px;
}

#b-left {
	background: url('../img/b_left.gif') top left no-repeat;
	width:14px;
	height:566px;
	font-size: 1px;
}

#b-right {
	background: url('../img/b_right.gif') top left no-repeat;
	width:14px;
	height:566px;
	font-size: 1px;
}

#b-bottom {
	background: url('../img/b_bottom.gif') top left no-repeat;
	height:11px;
	font-size: 1px;
}

/*
MENU
*/

#menu {
	background: url('../img/bg_menu.gif') 0px 0px repeat-y;
	background-color: #000;
	border-top:1px solid #ddb482;
	height:40px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	padding-left: 49px;
}

ul#menu li {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	color:#514c45;
	height:40px;
}
#menu li a span {
	display:none;
}

/* menu, polozky */
ul#menu li.m1 {
	background: url('../img/menu/m1.gif') 0px 0px no-repeat;
	width:81px;
}

ul#menu a.m1 {
	width:81px;
}

ul#menu li.m2 {
	background: url('../img/menu/m2.gif') 0px 0px no-repeat;
	width:105px;
}

ul#menu a.m2 {
	width:105px;
}

ul#menu li.m3 {
	background: url('../img/menu/m3.gif') 0px 0px no-repeat;
	width:177px;
}

ul#menu a.m3 {
	width:177px;
}

ul#menu li.m4 {
	background: url('../img/menu/m4.gif') 0px 0px no-repeat;
	width:138px;
}

ul#menu a.m4 {
	width:138px;
}

ul#menu li.m5 {
	background: url('../img/menu/m5.gif') 0px 0px no-repeat;
	width:105px;
}

ul#menu a.m5 {
	width:105px;
}

ul#menu li.m6 {
	background: url('../img/menu/m6.gif') 0px 0px no-repeat;
	width:123px;
}

ul#menu a.m6 {
	width:123px;
}

ul#menu li.m7 {
	background: url('../img/menu/m7.gif') 0px 0px no-repeat;
	width:108px;
}

ul#menu a.m7 {
	width:108px;
}

ul#menu li.sel {

}

ul#menu li.home {
	background-image:none;
	padding-left:20px;

}

#menu a {
	text-decoration: none;
	display: block;
	color: #fff;
	height:40px;
}

#menu a:hover {
	color:#fed806;
}

/*
MAIN
*/
#main {
	width:938px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

/*
FOOT
*/

#foot {
	margin: 8px 0px 0px 0px;
	padding-top: 35px;
	background: url('../img/foot.gif') top center no-repeat;
	text-align: center;
	clear:both;
}