body{
	background: url(images/body-bg.png) repeat-x;
	font-family: Tahoma,Verdana,Arial;
	font-size:11px;
	margin:0 0 10px 0;
	padding: 0;
	color: #323232;
}

#page{
	width: 1024px;
	min-height: 1289px;
	margin: auto;
	margin:0;
	padding: 0;
}

#header{
	width: 1024px;
}

#header #image{
	width: 1024px;	
	height: 116px;
	background: url(images/header-image.png) no-repeat;
}

#header #image #text1{
	position:absolute;
	width:160px;
	font-size:22px;
	color:#FFF;
	margin: 35px 0 0 200px;
}

#header #image #text2{
	position:absolute;
	width:150px;
	font-size:20px;
	color:#FFF;
	margin: 75px 0 0 265px;
}

#meniu{
	margin: 0 0 20px 0;
	width: 1024px;
	min-height:31px;
}

#menu {
	background: #DCDCDC;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #DCDCDC url("images/seperator.gif") bottom right no-repeat;
	color: black;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover {
	background: black url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#menu a#active {
	background: black url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#accordion_slideshow{
	width: 1024px;
	height: 225px;
}

.accordionWrapper{
	display:inline-block;
	background-color:transparent; 
	overflow:hidden;
	width: 100%;
	height: 225px;
}

.accordionWrapper img{
	vertical-align:top; 
	border:0; 
	margin:0; 
	padding:0
}

.accordionWrapper div{
	display:inline; 
	float:left;
}

.accordionWrapper div.title{
	cursor:pointer;
	width: 30px;
	height: 225px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#2882B7;
	text-transform:capitalize;
}

.accordionWrapper div.content{
	display:none;
}

.set{}
.set1{background: #679acc url(images/bg_title_slide_head.png) repeat-y;}
.set2{background: #a9c6e2 url(images/bg_title_slide_head.png) repeat-y;}
.set3{background: #679acc url(images/bg_title_slide_head.png) repeat-y;}
.set4{background: #a9c6e2 url(images/bg_title_slide_head.png) repeat-y;}
.set5{background: #679acc url(images/bg_title_slide_head.png) repeat-y;}
.set6{background: #a9c6e2 url(images/bg_title_slide_head.png) repeat-y;}
.set7{background: #679acc url(images/bg_title_slide_head.png) repeat-y;}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 212px;
}

/* accordion header */
#accordion h2 {
	margin: 0;
	padding: 6px 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	cursor: pointer;	
	color: #323232;	
}

#accordion h2:hover {
	background-color: #ECF2F8;
	width: 187px;
}

/* currently active header */
#accordion h2.current {
	width: 187px;
	cursor: default;
}

/* accordion pane */
#accordion .pane {
	padding:15px;
	font-size:12px;
}

.pane a{
	text-decoration:none;
	color:#323232;	
}

.pane a:hover{
	text-decoration:none;
	color: #8C8C8C;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#middle{
	width:1024px;
	min-height: 1052px;
	float:left;
	background: url("images/bg_middle.png") no-repeat;
}

#left a img{
	border:solid;
	border-width:2px;
	border-color:#F8F8F8;
}

#content_middle img{
	border: 2px solid #F8F8F8;	
}

#content_middle img:hover{
	border: 2px solid #C1C1C1;	
}

#left .banner-left{
	margin: 5px 0 5px 0;
	/*
		padding-top:5px;
		padding-bottom: 5px;
	*/	
}

#middle #left{
	float:left;
	width: 217px;
	min-height: 200px;
}

#middle #content{
	float:left;
	width: 605px;
	min-height: 800px;
	padding: 0 10px 0 10px;
}

#middle #content #content_head{
	padding: 0 10px 0 10px;
}

#middle #content #content_head_left{
	width: 130px;
	height: 270px;
	float: left;
}

#content_head h1, h2{
	color: #323232;
	line-height: 25px;
	padding-left: 10px;
}

#content_head p{
	/*color: #0099ff;*/
	
}

#content_head span{
	color: #0099ff;
}

#middle #content #content_middle{
	background: url(images/busola-large.png) no-repeat;
	width: 605px;
	min-height: 295px;
	padding-top:5px;
	margin-bottom: 20px;
}

#content_middle img{
	border: 2px solid #F8F8F8;	
}

#content_middle img:hover{
	border: 2px solid #C1C1C1;	
}

#price{
	min-width:50px;
	float:left;
	color:#e63309;
	font-weight: bold;
}

#detail{
	min-width:50px;
	float:right;
}

#detail a{
	text-decoration:none;	
	color:#3399CC;
}

#detail a:hover{
	text-decoration:underline;	
	color:#009edc;
}


#middle #right{
	float:left;
	width: 182px;
	min-height: 800px;
}

#right a img{
	border:solid;
	border-width:2px;
	border-color:#F8F8F8;
}

#right div{
	padding-bottom: 10px;	
}

#footer{
	float:left;
	width: 1024px;
	min-height: 149px;
	background: url(images/busola.png) no-repeat;
}
#footer div{
	width: 1000px;
	border-top:solid;
	border-top-color: #323232;
	border-top-width: 1px;
	margin: auto;
	text-align:center;
	padding-top:70px;
	padding-bottom: 10px;
}

#footer div a{
	list-style:	none;
	text-decoration:none;
	color: black;

}

#footer div a:hover{
	font-weight: bold;
}

ul{
	margin:0;
	padding:0;	
}

#slide li div{
	width:740px;
	height:273px;
}

#slide li div img{
	float:left;
	padding-right:10px;
}

#slide li div#name{
	position: absolute;
	margin:200px 0 0 0px;
	padding:10px 0 10px 50px;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	text-transform:uppercase;;
	background: url(images/bg_photo_slide.png) repeat;
	color:#FFF;
}

#img_gallery{
	margin: 20px 0 20px 0;
}

#text_content{
	padding: 10px;
	color:#0099FF;
}

#all_article{
	clear: both;
}

#brd{
	clear: both;
	float:left;
	background: url(images/bg-title.gif) repeat-x;
	width:605px;
	height: 5px;
	margin: 20px 0 0 0;
}

#line-separator{
	background: url(images/bg-title.gif) repeat-x;
	height: 5px;
	margin: 20px 0 20px 0;
	padding-right: 10px;
}

#errorMsg{
	padding-left: 18px; 
	clear:both;
}
.head-td{
	width: 1064px;
	height: 23px;
	background: url(images/head-td.png) no-repeat;	
}
.middle-td{
	width: 1024px;
	height: 1000px;
	background: url(images/middle-td.png) repeat-y;	
	padding: 0 20px 0 20px;
}
.footer-td{
	width: 1064px;
	height: 16px;
	background: url(images/footer-td.png) no-repeat;
}
#slide{
	margin-bottom: 20px;
}
.logo{
	margin: 0 15px 0 15px;
	padding-top: 18px;
	width: 200px;
	height: 40px;
}
.logo-txt{
	font-size: 22px;
	font-weight: bold;
	padding-top: 24px;
}
.bg-title{
	background: url(images/bg-title.gif) repeat-x;
	width: 217px;
	height: 5px;
}
.content-txt{
	clear: both;	
}
.td-border-bot{
	border-bottom:solid; 
	border-bottom-color:#323232; 
	border-bottom-width:1px;
}

.td-border-bot a,h3{
	color: #323232;
	font-size: 14px;
	font-weight: bold;
}
.message{
	clear: both;
}
.image-style{
	padding-top: 35px;	
}
#top-bar {
	 min-height: 30px; 
	 background: #f8f8f8; 
	 border-bottom: 1px solid #eee; 
	 padding-top: 5px;
}
#top-bar a { color: #333; }
#top-bar-inner { width: 1064px; margin: 0 auto; }
.transate-bar{
	float:right;
	padding-right: 3px;	
}