/* ------------------------------------------------*/
/* >>>>>>>>>>>>>Resets<<<<<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

.clear {
	clear: both;
}

.left{
	float: left;
}

.right {
	float: right;
}

img {
	border: 0;
}

h1{
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 15px 0;
	color: #5e9108;
	font-family: 'Cambo', serif;
}

h2 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #5e9108;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px 0; 
	color: #4d4d4d;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h5{
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0 5px 0;
}
a{
	color: #2b170f;
	text-decoration: none;
}
ul{
	list-style: none;
}
ul a{
	color: #b5ab92;
	text-decoration: none;
}
p{
	text-align: justify;
	margin-bottom: 10px;
}
body {
	background-image:url(../images/main-bg.jpg);
/*	text-shadow: 1px 1px #fff;*/
	color: #333333;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#site-wrapper{
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
    background-position: top center;	
}
#site-top{
	height: 82px;
	background-image:url(../images/site-top.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #d5dcc2;
	padding-top: 30px;
	overflow: hidden;
}

#site-top-content{
	width: 960px;
    margin: 0 auto;
}

#logo{
	margin: 8px 0 0 10px;
	display: block;
	width: 230px;
	height: 60px;
}

#site{
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
    width: 960px;
    margin: 0 auto;
}

#main-menu{
	height: 53px;
	background-image:url(../images/bg-main-menu.png);
	line-height: 53px;
	width: 650px;
	padding: 0 20px;
	overflow: hidden;
}

#main-menu li{
	float: left;	
	background-image:url(../images/menu-separator.png);
	background-repeat: no-repeat;
	background-position: right;
}
#main-menu a{
	color: #fff;
	padding: 0 17px;
	display: block;
}
#main-menu a:hover{
	background-color: #5e9108;
}

#main-menu .selected{
	background-color: #5e9108;
}
#main-menu .last{
	background-image: none;
}

.container-right-1{
	width: 690px;
	margin: 10px 0;
	float: right;
}

.container-1{
	width: 150px;
	float: left;
	margin: 0 15px 10px 0px;
	border: 1px solid #d5dcc2;
	text-align: center;
	height: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0;
	background-color: #ecf0e2;
}
.container-1 img{
	width: 135px;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.container-1:hover{
	background-color: #fff;
}

.container-2{
	background-color: #fff;
	padding: 10px;
}
.container-3{
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #fff;
	width: 220px;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

.container-4{
	padding: 20px 5px;
}

.container-5{
	width: 215px;
	float: left;
	margin: 5px 10px 10px 10px;
	border: 1px solid #d5dcc2;
	text-align: center;
	padding: 20px 0px 0 0;
	height: 180px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ecf0e2;
}
.container-5-img{
	height: 140px;
	overflow: hidden;
}

.container-6{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	width: 219px;
	float: right;
}

.container-7{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebeee0;
	padding: 10px;
	border-left: 1px solid #d5dcc2;
	border-right: 1px solid #d5dcc2;
	border-top: 10px solid #d5dcc2;
	border-bottom: 10px solid #d5dcc2;
	text-shadow: 1px 1px #fff;
	margin-bottom: 10px;
}

.container-9{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #eaeedf;
	padding: 10px;
	border: 1px solid #d5dcc2;
	margin-bottom: 10px;
	margin-top: 5px;
}
.container-9:hover{
	background-color: #fff;
}
	.container-9 img{
		width: 120px;
		float: left;
		margin: 0 10px 0 0;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;	
	}
	.container-9-1{
		float: left;
		width: 150px;
		text-align: center;
		padding-top: 40px;
	}
	.link-7{
		color: #5e9108;
		text-shadow: 1px 1px #fff;
		font-size: 14px;
	}
	.link-7:hover{
		color: #000;
	}
	.container-9-2{
		float: left;
		width: 90px;
		text-align: center;
		padding-top: 40px;
	}
	.container-9-3{
		float: left;
		width: 90px;
		padding: 25px 0 0 5px;
		text-align: center;
	}
	
.container-10{
	width: 150px;
	float: left;
	margin: 0 15px 10px 0px;
	border: 1px solid #d5dcc2;
	text-align: center;
	height: 150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 0 10px 0;
	background-color: #ecf0e2;
}
.container-10:hover{
	background-color: #fff;
}
	.container-10 img{
		width: 135px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 0 auto;
	}
	.container-10-img{
		height: 110px;
	}

.container-11{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #eaeedf;
	padding: 10px;
	border: 1px solid #d5dcc2;
	margin-bottom: 10px;
	margin-top: 5px;
}

.container-12{
	background-color: #d5dcc2;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
	height: 155px;
	text-align: center;
}

#meniu-cont li{
	float: left;
	padding-right: 10px;
}

#my-account-div{
	float: left;
	padding: 20px 20px 0 20px;
/*	background-color: #93bc18;
	border: 1px solid #799711;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

/*#my-account-div:hover{
	background-color: #fff;
}*/
#my-account-div:hover a{
	text-decoration: underline;
	color: #5e9108;
}
#my-account-div:hover a:hover{	
	color: #eeab16;
	text-decoration: none;
}

#shopping-cart-div{
	float: left;
	padding: 15px 20px 6px 20px;
	width: 200px;
	border-right: 1px solid #cacdc1;
}

.my-account-div-2{
	float: left;
	padding: 20px 25px 10px 100px;
	border-right: 1px solid #cacdc1;
}

#content-left{
	float: left;
	width: 248px;
	padding-top: 65px;
}

#content-right{
	float: right;
	width: 712px;	
}

#slideshow{
	height: 460px;
}

#left-container{
	float: left;
	width: 490px;
	padding: 0 0 0 10px;
}
#right-container{
	float: right;
	width: 173px;
	padding: 10px 5px 10px 10px;
/*	background-image:url(../images/left-container.png);
	background-repeat: no-repeat;	
	background-position: bottom;*/
	margin-top: 0px;
	min-height: 200px;
	position: relative;
}

#content{
	background-color: #fff;
	padding: 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 690px;
}
#left-menu-container-wrapper{	
	width: 221px;
	margin: 0 0 0 22px;
	margin-bottom: 20px;
}
#left-menu-container{
	background-image:url(../images/menu-left-bg.png);
	background-repeat: no-repeat;	
}
#left-menu-container-bottom{
	background-image:url(../images/left-menu-container-bottom.png);
	height: 12px;
}

#left-menu{
	width: 199px;
	padding: 50px 0px 10px 0px;
	margin: 0 auto;
	
}
#left-menu strong{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	font-family: 'Cambo', serif;
}
.ul-1{
	padding-top: 15px;
	font-size: 14px;
}
.ul-1 li{
}
.ul-1 a{
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.ul-1 a:hover{
	background-color: #ecefe1;
	color: #5e9108;
}
.ul-1 .selected{
	background-color: #ecefe1;
	color: #5e9108;
}

.ul-1 .li-2{
	background-color: #5e9108;
}


#ul-2{
	background-color: #ecefe1;
	padding-bottom: 10px;
}
#ul-2 a{
	height: auto;
	line-height: 20px;
	color: #5e9108;
	padding: 0 10px 0 15px;
}
#ul-2 a:hover{
	color: #292a2c;
}
#ul-2 .selected{
	color: #292a2c;
}

.ul-3{
	float: left;
	width: 150px;
	margin: 0 10px 0 11px;
}
.ul-3 strong{
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}
.ul-3 a{
	color: #fff;
}
.ul-3 a:hover{
	text-decoration: underline;
}

.link-1{
	color: #5e9108;
	float: right;
}
.link-1:hover{
	text-decoration: underline;
}

.link-2{
	text-decoration: underline;
}

.link-2:hover{
	text-decoration: none;
}

.link-3{
	background-image:url(../images/link-2.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 96px;
	color: #fff;
}
.link-3:hover{
	background-position: 0 -25px;
}

.link-5{
	color: #5e9108;
	text-shadow: 1px 1px #fff;
	font-size: 14px;
	display: block;
	width: 135px;
	margin: 10px auto;
	height: 30px;
}
.link-5:hover{
	color: #000;
}

.link-6{
	color: #5e9108;
	text-shadow: 1px 1px #fff;
}
.link-6:hover{
	color: #000;
}

.container-5-ul{
	padding-top: 5px;
}

.container-5-ul li{
	padding-bottom: 5px;
}

.img-1{
	width: 150px;
	margin: 10px 10px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
.img-2{
	float: left;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
.img-3{
	float: left;
	margin: 0 5px 5px 0;
	border: 5px solid #fff;
	width: 140px;
}
.img-6{
	float: left;
	width: 50px;
}
.img-7{
	float: left;
	margin: 5px 10px 10px 0;
}

#container-8{
	width: 200px;
	float: left;
}

.last{
	margin-right: 0;
}

.separator{
	border-bottom: 1px solid #D5DCC2;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#shopping-cart-table{
	border-collapse: collapse;
	width: 490px;
}

#shopping-cart-table th{
	border: 1px solid #d5dcc2;
	padding: 1px 5px;
}
#shopping-cart-table td{
	border: 1px solid #d5dcc2;
	vertical-align: middle;
	padding: 1px 5px;
}

#shopping-cart-table .link-2{
	color: #5e9108;
}
#shopping-cart-table .link-2:hover{
	text-decoration: underline;
}

.cart-amount-input{
	width: 20px;
}

.button-2{
	background-color: #5e9108;
	padding: 3px 5px;
	display: block;
	border: 1px solid #5e9108;
	cursor: pointer;
	color: #fff;
}
.button-2:hover{
	background-color: #fff;
	color: #000;
}

.form-button{
	background-color: #5e9108;
	padding: 3px 5px;
	display: block;
	border: 1px solid #5e9108;
	cursor: pointer;
	color: #fff;
}
.form-button:hover{
	background-color: #fff;
	color: #000;
}

#my-cart{

}

#footer{
	border-top: 7px solid #8bb616;
	background-color: #5e9108;
	color: #fff;
	padding: 20px 10px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	margin: 10px -7px -7px -7px;
}

#comand-details-table label{
	width: 200px;
	display: block;
	padding-top: 10px;
}

.error{
	color: #CC0000;
	text-align: left;
}

.error-2{
	color: #CC0000;
}

.textarea-1{
	width: 220px;
}

.info {
	font-size: 11px;
	color: #A3A895;
}

#comand-details-table th{
	padding-top: 20px;
	text-align: left;
}

.link-4{
	text-decoration: underline;
	margin: 3px;
	color: #5E9108;
}

.link-4:hover{
	color: #F1B41B;
}

.table-3{
	border-collapse: collapse;
	border: 1px solid #D5DCC2;
	width: 100%;
}

.table-3 th{
	background-color: #D5DCC2;
	padding: 3px; 
}

.table-3 td{
	border-bottom: 1px solid #D5DCC2;
	padding: 3px; 
}


.cr-container{
	width:710px;
	height:438px;
	position:absolute;
	z-index:100;
}
.cr-content-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cr-content-container{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.cr-img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	box-shadow:1px 1px 2px rgba(0,0,0,0.7);
}
.cr-content{
	position:relative;
	z-index:10;
	margin:80px 20px 20px 20px;
	height:160px;
}
.cr-content h2{
	font-size:50px;
	line-height:40px;
	width:70%;
	color:#fff;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
	font-family: 'Holtwood One SC', serif;
}
.cr-content h3{
	width:370px;
	color:#fff;
	padding:15px 0px;
	line-height:30px;
}
.cr-content h3 span{
	background:#5E9108;
	padding:4px 0px;
	font-style:italic;
	font-family:Georgia, serif;
	letter-spacing:3px;
	font-size:16px;
}
.cr-more-link{
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	padding:7px 5px;
	font-weight: bold;
	background-color: #fff;
	clear: both;
}
.cr-more-link:hover{
/*	text-shadow: 1px -1px 1px rgba(0,0,0,0.5);*/
/*	color:#fff;*/
	color:#5E9108;
}
.cr-content-text{
	color:#000;
	background:transparent url(../images/bg_content.png) repeat top left;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	line-height: 24px;
	position:relative;
	display:none;
	z-index:999;
	clear:both;
}
.cr-content-text p{
	padding:10px;
}
.cr-thumbs{
	position:absolute;
	left:15px;
	height:110px;
	width:710px;
	bottom:13px;
	z-index:20;
	overflow:hidden;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width:170px;
	height:106px;
}
.cr-thumbs img{
	display:block;
	margin:6px 5px 6px 0px;	
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	box-shadow:1px 1px 1px rgba(0,0,0,0.25);
}
.cr-thumbs h4{
	position:absolute;
	left:15px;
	right:15px;
	top:15px;
	font-family:'Holtwood One SC', serif;
	font-size:13px;
	line-height:14px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
	color:#fff;
}
.cr-thumbs div:hover h4{
	bottom:14px;
}
.cr-thumbs div.cr-selected{
	background:transparent url(../images/triangle.png) no-repeat 50% 0%;
}
.cr-thumbs div.cr-selected img{

}
.cr-nav span{
	position:absolute;
	z-index:50;
	text-indent:-9000px;
	cursor:pointer;
	width:35px;
	height:35px;
	margin-bottom:-17px;
	left:-24px;
	background:transparent url(../images/nav.png) no-repeat top left;
}
.cr-nav span.cr-nav-next{
	background-position:bottom left;
	right:-24px;
	left:auto;
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
	bottom:34px;
}

.record-content {
	margin: 10px 0px;
	line-height: 18px;
	font-family: 'Arial','sans-serif';
    font-size: 12pt;
    line-height: 115%;
}

.record-content p{
	margin-top: 5px;
}
