body{
	background-color:#7eb193;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a img{
	border: 0px;
}
a{
	color: black;
	font-weight: bold;
}
#header{
	background: url('../../sys/img/bg.jpg') no-repeat bottom center;
}
#center{
	background-image: url('../../sys/img/bg.jpg');
}
#center img{
	padding: 5px;
}
#left{
	width: 230px;
	text-align: left;
	border-right: 1px solid #8b510f;
	display: block;
}
#left_intern{
	padding: 0 5px 0 33px;
	margin-top: 30px;
}
#right{
	width: 230px;
	text-align: left;
	border-left: 1px solid #8b510f;
	display: block;
}
#right_intern{
	display: block;
	padding: 0 45px 0 5px;
	margin-top: 30px;
}
.category_right{
	color: white;
	font-size: 24px;
	line-height: 37px;
	font-weight: bolder;
	text-transform: uppercase;
	background: url("../../sys/img/category_right.png") no-repeat right bottom;
	height: 41px;
	margin-right: -25px;
	text-align: center;
}
.category{
	color: white;
	font-size: 24px;
	line-height: 37px;
	font-weight: bolder;
	text-transform: uppercase;
	background: url("../../sys/img/category_left.png") no-repeat left bottom;
	height: 41px;
	margin-left: -25px;
	text-align: center;
}
.category_small{
	color: #8b510f;
	font-size: 18px;
	line-height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	background: url("../../sys/img/category_big.png") no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.category_big{
	color: #8b510f;
	font-size: 30px;
	font-weight: bold;
	background: url("../../sys/img/category_big.png") no-repeat left bottom;
}
.subcategory{
	color: #265b4d;
	font-size: 12px;
	font-weight: bold;
	background: url("../../sys/img/category_big.png") no-repeat left bottom;
	padding-bottom: 10px;
}
.subcategory div{
	display: block;
	padding: 2px 0;
	margin: 3px 0;
}
.subcategory img{
	border: 0px;
	margin-bottom: -7px;
}
.subcategory a{
	text-decoration: none;
}
.subcategory a:hover{
	text-decoration: underline;
}
#container{
	width: 520px;
	overflow:hidden;
	display: block;
	
	margin:0 auto;
	position:relative;
	text-align:left;
	margin-bottom:2em;
}
#content{
	text-align: left;
	margin: 15px 5px 20px 5px;
	position:relative;
}
#footer_transparent{
	position : absolute;
	z-index : 1000;
	margin-top: -85px;
}
#footer{
	height: 180px;
	width: 1000px;
	background: url("../../sys/img/footer.jpg") no-repeat;
	text-align: left;
}
#copyright{
	float: right;
	text-align: right;
	padding-right: 60px;
	margin-top: 15px;
}
#created{
	position : absolute;
	margin-top: 100px;
	margin-left: 50px;
	color:#23735c;
}
#created a{
	color:#185e4a;
}
.menu{
	margin-left: 50px;
}
.menubig{
	font-size: 17px;
	font-weight: bold;
	color: #522e17;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.menubig:hover{
	text-decoration: underline;
}

#tours .menubig{
	text-align: center;
}
#tours .menubig:hover{
	color: #439d83;
}

.menusmall{
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: block;
	text-decoration: none;
}
.menusmall:hover{
	text-decoration: underline;
}
#menu{
	padding-bottom: 100px;
}
.newstitle{
	font-weight: normal;
	text-decoration: none;
}
a.newstitle:hover{
	font-weight: normal;
	text-decoration: underline;
}
#cursulvalutar{
	font-size:16px;
	line-height: 18px;
}
#cursulvalutar table, #cursulvalutar tr, #cursulvalutar td{
	margin: 0px; padding: 0px;
}

.country_center{
	text-transform: uppercase;
}



/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* Easy Slider */
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:500px;
	height:240px;
	overflow:hidden; 
}

#slider{
	height:240px;
	overflow:hidden;
}

/* numeric controls */	

ol#controls{
height:1px;
display:none;
/*	margin:1em 0;
	padding:0;
	height:28px;
	float:right;
*/
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */
