body {
	background-image:url(../images/shadow.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: #eff0e8;
	background-position:center; 
}

p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


A { color: #005825; text-decoration: none }
A.active { color: red }
A.visited { color: #005825 }
A:hover { color: #17b600 }

red { color: red; text-decoration: none }
red.active { color: red }
red.visited { color: #005825 }
red:hover { color: #ff7575 }

blue { color: #0072bc; text-decoration: none }
blue.active { color: #0072bc }
blue.visited { color: #005825 }
blue:hover { color: #5ecdf9 }


#container {
	background-color: #eff0e8;
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #005826;
}
#header{
	height:151px;
	width:1000px;
	background-repeat: no-repeat;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #005826;
}
#content{
	background-image:url(../images/bgr.png);
	background-repeat: repeat-x;
       background-color: #e5edd7;
}
#left{
	width:192 px;
	float:left;
	padding-left:4px;
}
#middle{
	padding-top: 15px;
	margin-left:200px;
	margin-right:196px;
	width:600px;
	min-height:700px;



}
#right{
	width:192px;
	float:right;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(../images/menutop.png);
	display:block;
}
.menucontent{
	width:187px;
	background-image:url(../images/menumiddle.png);
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	background-repeat: repeat-y;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #a3610a;
}	
.menucontent2{
	width:187px;
	background-image:url(../images/menumiddle2.png);
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	background-repeat: repeat-y;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #a3610a;
	
	
}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color:#a3610a;
}
.menufooter{
	width:187px;
	height:15px;
	background-image:url(../images/menubottom.png);
	display:block;
}

.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
	background-color: #e5edd7;
}
.postheader{
	background-image:url(../images/posttop.png);
	display:block;
	width:190px;
	height:27px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color:#a3610a;
}

.postcontent{
	background-image:url(../images/postmiddle1.png);
	background-repeat: repeat-y;
	padding: 20px 20px 20px 20px;	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #a3610a;
}
.postfooter{
	background-image:url(../images/postbottom.png);
	background-repeat: no-repeat;
	display:block;
	width:600px;
	height:5px;
}

.carousel_container {
	width:590px;
	height:250px;
	margin-top:15px;

}

/********************* header ****************************/
#header{
	position:relative;
}


#header ul{
	position:absolute;
	top:105px;
	display:block;
	left:-30px;
	
}

#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #a3610a;
}
.last{
 border-right: 0px none #6b7272 !important;
}

#header p{
	position:absolute;
	top:110px;
	left:830px;
    font-weight: normal;
	color:#a3610a;
}


#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:none;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 5px 80px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 10px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:none;
	text-transform: uppercase;
}
.member{
	display:inline;
	float:center;
	margin-left:40px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{

	margin-top:20px;
	border: solid 1px #525757;	

}
.clear{
	clear:both;
}

#tray {
	margin-top: 10px;
}

#tray .greenbox {
	float: left;
	width: 190px;
	height: 279px;
	min-height: 279px;
	background: url(../images/vyrobky_back.png) repeat-x;
	margin-left: 7px;	
	border: 1px solid #a3610a;
	color: #181818;	
}

.trayfooter{
	background-image:url(../images/productbottom.png);
	background-repeat: no-repeat;
	display:block;
	width:600px;
	height:5px;
}

#tray2 {
	min-height: 30px;
}


#tray p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;	
}

#tray img{
	margin-left: 35px;
	padding-top: 10px;
}

#tray h3 {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:#a3610a;
}



.divider {
	height: 20px;
	margin-right: 5px;
	position: relative;
}




