body {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #ffffff;
  background: #000000 url(../images/body_top.jpg) repeat-x top;
  overflow-x: hidden;
}

a:link, a:visited { color: #029CE0; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFFFFF; text-decoration: underline; }

p { margin: 0px; padding: 0px; text-align:justify;}

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(../images/divider.png) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r60 { margin-right: 60px; }

.button_01 {
	background: url('images/imagebutton.gif') no-repeat top;
  width: 70px;
  height: 19px;
  color:029CE0;

}

.button_01 a {
	display: block;
	width: 70px;
	height: 19px;
	padding: 3px 5px;
	color: #029CE0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: url(../images/button_01.png) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
}


h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #029CE0;
	text-align:center;
	background: url(../images/title_bg.jpg) bottom left no-repeat;
}

h3 {
	margin: 0px 0px 0px 25px;
	padding: 2px 0;
	font-size: 15px;
	font-weight: normal;
	color: #029CE0;
}
h4 {

	font-size: 15px;
	font-weight: normal;
	color: #029CE0;
}

/* header */

#site_title_bar_wrapper {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(../images/header_bg_wrapper.jpg) no-repeat top center;
}

#site_title_bar {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header_bg.jpg) no-repeat top center;
}

#site_title_bar  #site_title {
	float: left;
	width: 230px;
	height: 80px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	text-align: center;	
}
#site_title_bar  #site_central {
	float: left;
	width: 690px;
	height: 60px;
	padding: 10px 0px 0 15px;
	overflow: hidden;
	text-align: center;	
}
#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}


#site_title_bar #search_box {
	float: right;
	width: 272px;
	height: 34px;
	margin: 23px 0 0 0;
	background: url(../images/search.png) no-repeat;
}

#search_box form {
	width: 340px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 22px;
	width: 225px;
	padding: 8px 5px 4px 5px;
	color: #bcbcbc;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 34px;
	width: 35px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}

/* end of header */

/* banner and menu */

#banner {
	clear: both;
	width: 940px;
	height: 170px;
	padding: 10px 20px;
	margin: 0 auto;
	background: url(../images/banner.jpg) no-repeat;
}

 #menu {
	 float: left;
	width: 210px;
	padding: 0 10px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
}

#menu ul li a {
	display: block;
	height: 21px;
	padding: 2px 0 0 30px;
	margin-bottom: 5px;	
	font-size: 14px;
	text-decoration: none;
	color: #d4d4d4;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url(../images/menu_hover.png) left center no-repeat;
}

#banner #banner_content {
	float: right;
	width: 710px;
}

#banner #banner_content p {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	font-style: italic;
}

#banner #banner_content p span {
	display: block;
	margin-top: 10px;
	color: #CCC;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.newsslider {position:relative; overflow:hidden; height:150px; width:630px;  margin-bottom:20px}
.newsslidercontent {position:absolute}
.newsslidercontent .upper {border-bottom:0px solid #9ac1c9}
.newssection {padding:5px; height:150px}
.scrollable {
	/* required settings */
	position:absolute;
	overflow:hidden;
	width: 630px;
	height:150px;
	/* custom decorations */
	border:1px solid #ccc;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:relative;
	clear:both;
}

.hide {  visibility: hidden;  position: absolute;  top: -400px;}
#qscroller1 {width:690px;  height:180px;  border:0px solid #c0c0c0; margin-left: 1.4em;}
.qslide {}

/* end of banner and menu */

/* content */

#content {
	clear: both;
	width: 900px;
	padding: 40px;
	margin: 0 auto;
	background: #070708 url(../images/content_top.jpg) no-repeat top center;
}

.section_w900 {
	clear: both;
	width: 900px;
}
.section_w900 h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #029CE0;
	text-align:left;
	background: url(../images/title_bg.jpg) bottom left no-repeat;
}

.image_wrapper_01 img {
	margin-bottom: 10px;
	border: 7px solid #000000;
}

.imgl{
	float: left;
	margin: 3px 15px 10px 0;
}

.section_w580 {
	width: 580px;
}
.section_w580 h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #029CE0;
	text-align:left;
	background: url(../images/title_bg.jpg) bottom left no-repeat;
}


.section_w400 {
	width: 400px;
}
.section_w400 h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #029CE0;
	text-align:left;
	background: url(../images/title_bg.jpg) bottom left no-repeat;
}
.section_w260 {
	width: 260px;
}
.section_w260 h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #029CE0;
	text-align:center;
	background: url(../images/title_bg.jpg) bottom left no-repeat;
}
.section_w260hl {
	width: 260px;
}
.section_w260hl h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #029CE0;
	text-align:left;
	background: url(../images/title_bg.jpg) bottom left no-repeat;
}
.imgBordered {
border: thick double gray;
}
.testimonial {
	font-style: italic;
}

.testimonial span {
	font-size: 16px;
	font-weight: bold;
}

.service {
	margin: 10px 0 0;
	padding: 0px;
	list-style: none;
}

.service li {
	padding: 5px 0 5px 30px;
	background: url(../images/list_icon.png) left center no-repeat;
}

.nostrizervizi li {
	font-size: 12px;
}
.news_box {
	margin-bottom: 10px;
	color: #ffffff;
}

.news_box .post_info {
	color: #999999;
	font-weight: normal;
}

.news_box .post_info a {
	color: #ffffff;
	font-weight: normal;
}

.news_box .post_info strong {
	color: #666666;
}


/* end of content */

/* footer */
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 40px;
	background: #1a1a1c;
	border-top: 1px solid #252527;
	text-align: center;
	color: #7c7471;
}

#footer a {
	color: #cccccc;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */

input { 
	color: white;
	background-color: #000000;
	border-right: #029CE0 1px solid;
  border-top: #029CE0 1px solid;
  border-left: #029CE0 1px solid;
  border-bottom: #029CE0 1px solid;

} 
textarea { 
	color: white;
	width: 580px;
	height: 100px;
	overflow: auto;
	background-color: #000000;
	border-right: #029CE0 1px solid;
  border-top: #029CE0 1px solid;
  border-left: #029CE0 1px solid;
  border-bottom: #029CE0 1px solid;

} 
input[type=text] { 
	width: 300px; 

} 
