/**
* Copyright Dynamic Web Solutions
* @package dynCMS
* @author Bogdan Soos <bogdan.soos@dynweb.org>
*/
/*All site content*/
#container {
	width:900px;
	margin:0 0;
	padding: 0;
	min-height: 100%;
	float:left;
}

/*
	Left column
*/
#leftcol {
	margin-right: 0;
	display: inline;
	float:right;
	width: 200px;
}

/*
	Roght column
*/
#rightcol {
	float:right;
	width: 420px;
}

/*
	Site menu
*/

#navigation {
	height: 339px;
	margin: 0 15px 0 0;
	float: right;
	line-height: 10px;
}

#navigation a span {
	display:none;
	color: #000;
}

#navigation a {
	float: left;
	width: 30px;
	height: 304px;
	overflow: hidden;
	color: #3B63C5;
	font: 12px arial;
	text-decoration:none;
	background-repeat:no-repeat;
	padding-top: 35px;
	position:relative;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
	line-height: 10px;
}
#navigation ul li {
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 30px;
	height: 339px;
	text-align: center;
	vertical-align: bottom;
	background-color: #FFFF00;
}

#navigation ul li a:hover {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 35px;
	display: block;
	width: 30px;
	height: 304px;
	color: #FFFF00;
	font: 12px arial;
	background: url(../images/bgco.gif) repeat-y top;
}
#navigation li a b  {
	display: block;
	list-style: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../images/selmenucafe.gif) no-repeat top;
}
#navigation li a:hover  b {
	display:none;
}

/* Top header */
#header {
	float: left;
	width:310px;
	height:310px;
	overflow:hidden;
	text-align:center;
	margin:0;
	position:relative;
	background:url(../images/loading.gif) no-repeat center 200px #EDCC00;

}
#header div {
	width:310px;
	height:310px;
	background-position:center center;
	background-repeat:no-repeat;
}
#header a {
	display: block;
	z-index: 99;
	background:url(../images/logo_cafe.gif) no-repeat;
	width:91px;
	height:124px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-45px;
}
#logo span, #header a span {
	display:none;
}

/* Site content */
#content {
	float:left;
	width:290px;
	background:#edcc00;
	/*background:#fff;*/
	padding: 20px 10px 25px 10px;
	color: #000;
	margin: 14px 0 0 0;
}




/*Footer*/
#footer {
	float:left;
	text-align:right;
	width:310px;
	font-size:10px;
	margin-top:20px;
	margin-bottom:20px;
	color: #edcc00;
}
#footer a {
	font-size:9px !important;
	color:#edcc00;
}
#footer a:hover {
	color:#fff;
}

#address {
	width:260px;
	float:left;
	margin:14px 0 5px 0;
	/*background:#5c2500;*/
	background:#fff;
	text-align:left;
	/*color:#a45828;*/
	color: #3b63c5;
	padding:25px;
	font-size:10px;
}

#map {
	float: left;
	margin: 15px 0 0 0;
	width:290px;
	height:216px;
}

/* Galery */
#galeryPic {
	float: left;
	padding: 2px;
	display: inline;
	width: 82px;
	overflow: hidden;
	background:#ffff42;
	height:63px;
	vertical-align: middle;
}

#galery {
	width: 260px;
	float: left;
	margin: 15px 0 0 15px;
	display: inline;
}

#flags {
	height: 14px;
	width: 70px;
	padding: 0;
	margin: 0;
	float: left;
}

#flags ul{
	margin: 0;
	padding: 0;
	float: right;
}

#flags ul li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
	margin: 0;
	background:#3b63c5;
}


/* Site Menu */

a.homero {
	background-image: url(../images/cafehome.gif)
}
a.homero:hover {
	background-image: url(../images/cafehomeh.gif)
}
a.contro {
	background-image: url(../images/contactcafe.gif)
}
a.contro:hover {
	background-image: url(../images/contactcafeh.gif)
}

a.ofertaro {
	background-image: url(../images/ofertacafe.gif)
}
a.ofertaro:hover {
	background-image: url(../images/ofertacafeh.gif)
}


#home {
	background:url(../images/home.jpg) no-repeat;
}
#cont {
	background:url(../images/rezervari.jpg) no-repeat;
}
#oferta {
	background:url(../images/oferta.jpg) no-repeat;
}
#offer {
	background:url(../images/oferta.jpg) no-repeat;
}
/*English*/
a.homeen {
	background-image: url(../images/cafehome.gif)
}
a.homeen:hover {
	background-image: url(../images/cafehomeh.gif)
}

a.conten {
	background-image: url(../images/contactcafe.gif)
}
a.conten:hover {
	background-image: url(../images/contactcafeh.gif)
}

a.offeren {
	background-image: url(../images/offeren.gif)
}
a.offeren:hover {
	background-image: url(../images/offerhen.gif)
}