@charset "utf-8";
/* CSS Document */




/*-------GLOBAL BASICS-------*/

a img {
	border:none;
}
body{
	font-size:62.5%; color:#666;
	font-family:"Times New Roman", Times, serif;
	font:Arial, Helvetica, sans-serif;
	background: #033e12 none fixed center top;
	background-image:url(../images/background_fade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:20px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	font-size: .9em;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	width:0px;
}
:-moz-any-link:focus {
  outline: none;
}

.site-line{
	margin:5px 0;
	border-top: solid  #000 1px;
}

/*-------------CENTER HEADER--------------*/

#container {
	z-index:1;
	width:760px;
	border:#808080 solid 2px;
	background-color:#FFFFFF;
	background-image:url(../images/gray_gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px 10px 20px 10px;
	margin:0px auto;
}

#logo{
	width:760px;
	height:100px;
	font-size:1px;
}
/*-------------MENU--------------*/
#menu{
	width:760px;
	height:47px;
	background: url(../images/menu_bar.png);
	background-repeat:no-repeat;
	background-position:center;
}
#horizontal_menu{

	width:735;
	padding:6px 0 0 25px;
	height:41px;
}

#horizontal_menu a{
	display:block;
	float:left;
	width:110px;
  	voice-family: male;		/*Aural style sheets-pre nevidiacich-muzsky hlas*/
	richness:80;			/*Aural style sheets-pre nevidiacich-hlasitost*/	
	font-family: "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#fff;
	line-height:125%;
}
#horizontal_menu img{
	float:left;
}
/*#horizontal_menu a:hover{
	color: #CC0000;
}*/
#horizontal_menu a.select{
	color:#c9c9c9;
}
#horizontal_menu a.select:hover{
	color:#009900;
}
/*-------------CONTENT TOP------------*/
#content img{
	margin-left:40px;
}
#content p{
	padding: 20px 240px 0 40px;
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
	text-align:justify;		
}
#bottles {
	width:225px;
	height:363px;
/*	background-image:url(../images/main_bottles.png);
	background-repeat:no-repeat;*/
	z-index:2;
	left:150px;
	top:100px;
	position: absolute;
	margin-left:50%;
	margin-right:50%;
}
#bottles img {
	float:left;
}
/*-------------CONTENT DOWN------------*/
#content-left{
	width:480px;	
	height:190px;
	float:left;
	display:inline;
    margin:5px 0 20px 20px;
	background-image:url(../images/down-box.png);
	background-repeat:no-repeat;	
}
#content-right{
	width:350px;	
	height:190px;
	float:right;
	display:inline;
    margin:50px 20px 20px 0;
	background-image:url(../images/down-box.png);
	background-repeat:no-repeat;
}
#content-left h1, #content-right h1{
	font-size:1.7em;
	margin:20px 0 0 20px;
	color:#000;
}
#content-left img, #content-right img{
	float:left;
	margin:10px 10px 0 10px;
}
#content-left p, #content-right p{
	width:220px;
	padding:10px 0 0 0;
	float:left;
	color:#000;
	font-size:1.3em;
	text-align:left;	
}
#content-left p img{
	float:left;
	margin:15px 0 0 10px;
}

#content-left a, #content-right a{
	padding:10px 0 0 20px;
	float:left;
	color:#FF0000;
	font-size:1.3em;
	text-decoration:none;
	text-align:justify;	
}
#content-left a:hover, #content-right a:hover{
	color:#000;
}
/*-------------CONTENT SUBMENU---OLD-VYMAZAT------*/
/*#sidemenu{
	width:180px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:20px;
}
.button{
	width:180px;
}
.button a{
	color: #000;
	text-decoration:none;
	padding-left:40px;
}
.button a:hover{
	color: #009900;
	text-decoration:none;
	padding-left:40px;
}
.menu-graphic{
	width:180px;
	height: 2px;
	background-image:url(../images/sidemenu_part.png);
	background-repeat:no-repeat;
	background-position: left;
}*/
/*-----------CONTENT SUBMENU-2---------*/
#sidemenu {
	width: 180px;
	margin: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;	
	}
	
#sidemenu li a {
  	height: 32px;
  	voice-family: male;		/*Aural style sheets-pre nevidiacich-muzsky hlas*/
	richness:80;			/*Aural style sheets-pre nevidiacich-hlasitost*/
  	height: 24px;
	text-decoration: none;
	}
	
	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #000;
	display: block;
	background: url(../images/menu.gif);
	padding: 8px 0 0 25px;
	}
	
#sidemenu li a:hover, #sidemenu li a:active {
	color: #CC0000;
	/*background: url(../images/menu.gif) 0 -32px;*/
	padding: 8px 0 0 25px;
	}


/*-------------SIDE CONTENT------------*/
#sidecontent{
	width:540px;
	float:right;
	margin-right:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;	
	color:#000;
}
#sidecontent img{
	float:right;
	margin: 10px;
}
#sidecontent p{
	font-family:"Times New Roman", Times, serif;
	font-size:1em;	
	color:#000;
}
#sidecontent h1{
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	color:#000;
}
#sidecontent h2{
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:bold;
	color:#333;

}
.toptext {
	margin:0 0 20px 0;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;		
	font-size:1.2em;
	color: #333;
}
.copytext {
	width:420px;
	margin:10px 0 10px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	text-align:justify;	
	color: #333;
}

/*-------------CONTACT------------*/
#contact-left{
	width:350px;	
	height:311px;
	float:left;
	display:inline;
    margin:30px 0 20px 20px;
	padding:15px 0 0 15px;
	background-image:url(../images/contact-box.png);
	background-repeat:no-repeat;
	color:#000;
	font-size:1.5em;	
}
#contact-left a.contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-decoration:none;
	padding: 0px;
	color:#000;	
}
#contact-left a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 0px;
	color: #CC0000;	
}

/*-------------FOOTER------------*/
#footer {
	width:740px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:20px;
	padding-left:20px;
	clear:both;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer li {
	display: inline;
	border-right: 1px solid #000;
	padding: 0 7px;
}
#footer li img{
	margin-right:5px;
}
#footer a:hover {
	color: #CC0000;
}
#footer li.first {
	border-right: none;
}
#footer li.copyright {
	color:#000;
	margin-left:200px;
	border-right: none;
}
#footer a.selector {
	color: #CC0000;
}

/*-------------CENTER PODSTRANKA-ZOSTATOK-VYMAZAT------------*/
#container2 {
	width:780px;
	height:951px;
	margin:0px auto;
}

