/* 
	project:  internet studio
	author:   luka cvrk (www.solucija.com) 
*/

*{
	margin: 0;
	padding: 0;
}* 
body {
	background-attachment: fixed;
	font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #FFF;
}
a {	color: #EB0000;	background: inherit; text-decoration: none; }
a:hover {

}
p {
	margin: 0 0 0px 0;
	text-align: left;
}
h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img {
	border: 0;
}
#content {
	width: 930px;
	margin: 0 auto;
	padding: 10px;
}
#container {
	float: left;
	padding: 10px;
	background-image: url(images/container_bg.jpg);
	width: 910px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-color: #249716;
}
#subnav {
	height: 45px;
	float: left;
	width: 930px;
	background-image: url(images/nav_bg.png);
	font-family: "sanuk Bold";
}
#page {
	float: left;
	width: 890px;
	background-color: #EEE;
	color: #333;
	padding: 10px;
}
#logo {
	margin: 0;
	width: 930px;
	float: left;
	height: 150px;
	background-image: url(images/statuette%20image.png);
}
	#logo p { margin: 0; }
#menu {
	float: left;
	padding: 40px 0 0;
	margin: 0;
	width: 930px;
}
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu li a.current { background: #fff url(images/button.gif) no-repeat; color: #fff; }
	#menu li a:hover {
	text-decoration: none;
	color: #000;
}
.clear { clear: both; }
.caption {
	padding: 10px 0 0 18px;
	height: 35px;
	color: #fff;
}
	.caption p {
	margin: 0;
	font-family: "Sanuk Medium";
	font-size: 24px;
}
	
#main {
	float: right;
	width: 930px;
	height: 370px;
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
}
#left { margin: 0 0 20px; clear: left; width: 270px; float: left; }
.box {
}
#left img { padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
.smallthumb { width: 109px; }
#center {
	width: 260px;
	float: left;
	margin: 0 0 20px 15px;
}
#right {
	float: right;
	width: 350px;
}
#sidebar {
	float: right;
	width: 280px;
}
	.date { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }
.box {
	float: left;
}
.box li {
	list-style: none;

}
.box li a { padding: 0 5px; }
/*-----------------------------menu-------------------*/
#menu{
	width:520px;
	height:45px;
	padding:0px;
	margin:53px 0 0 410px;
	_margin:30px 0 0 80px;
	background:url(images/menu_bg.png) no-repeat center;
	font-family: "Sanuk Medium";
}
#menu ul{
display:block;
list-style:none;
padding:0px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:37px;
}
#menu ul li a{
	height:37px;
	display:block;
	padding:0px 5px 0 5px;
	margin:0;
	_margin:0 2px 0 2px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:37px;
	border-right: 1px solid #14530D;
	border-left: 1px solid #14530D;
}
#menu ul li.selected a{
	height:37px;
	display:block;
	padding:0px 5px 0 5px;
	margin:0 5px 0 5px;
	float:left;
	text-align:center;
	color:#239417;
	font-size:14px;
	line-height:37px;
	background-color: #EEE;
}
#menu ul li.divider{
height:37px;
width:2px;
display:block;
padding:0px 7px 0 6px;
margin:0 5px 0 5px;
float:left;
background:url(images/divider.gif) no-repeat center top;
}
#menu ul li a:hover{
	color:#239417;
	background-color: #EEE;
}

#subnav ul{
display:block;
list-style:none;
padding:0px 0 0 10px;
margin:0px;
}
#subnav ul li{
display:inline;
padding:0px;
margin:0px;
height:37px;
}
#subnav ul li a{
	height:45px;
	display:block;
	padding:0px 5px 0 5px;
	margin:0;
	_margin:0 2px 0 2px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:37px;
	border-right: 1px solid #14530D;
	border-left: 1px solid #14530D;
}
#subnav ul li.selected a{
	height:45px;
	display:block;
	padding:0px 5px 0 5px;
	margin:0 5px 0 5px;
	float:left;
	text-align:center;
	color:#006600;
	font-size:14px;
	line-height:37px;
	background-color: #FFF;
}
#subnav ul li.divider{
height:37px;
width:2px;
display:block;
padding:0px 7px 0 6px;
margin:0 5px 0 5px;
float:left;
background:url(images/divider.gif) no-repeat center top;
}
#subnav ul li a:hover{
	color:#FFF;
	background-color: #239417;
}
#accordion {
	height: 350px;
	width: 660px;
	padding: 10px;
	float: left;
}
#timer {
	width: 240px;
	float: right;
	height: 330px;
	background-color: #FFF;
	margin: 10px 5px;
}
#guest {
	width: 900px;
	padding: 10px;
}
.items {
	width:900px;
	margin-left: 25px;
}
.items ul{ list-style-type: none;}
.items ul .image{
	float: left;
}
.items ul li{
	float:left;
	border:solid 1px #00A000;
	width:120px;
	margin:0 15px 10px 0;
	padding:5px;
	height: 225px;
	background-color: #2E9A0E;
}
.items ul li p span{
	color:#0C3701;
	float: left;
	width: 120px;
	font-size: 11px;
	line-height: 15px;
}
.items ul li p.price{ padding-top:15px; }
.items ul li p.price strong{ color:#890000; font-size:14px;}
#footer {
	font-size: 0.84em;
	clear: both;
	padding: 15px;
	background-color: #12450C;
}
#footer img{
	float: right;
}
#footer a { color: #444; }

