/*GLOBAL*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* fix for .png */ body, #wrapper, img, div, a, input { behavior: url('iepngfix.htc') } 

body { 
	padding: 0;
	margin-top: 5px;
	background: #fff url('../images/bg_day1.jpg') top center no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #020202; 
}

/* the layout starts here */

#wrapper {
	width: 952px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
}
#top_space {
	width: 952px;
	height: 130px;
	margin: 0px;
}

/* the header starts here */

#header { /* not used for the moment */
}
#logo {
	position:absolute;
	top: 85px;
	left: 20px;
	z-index: 10;
}
#logo a {
	display:block;
	background: url('../images/logo.png') top left no-repeat;
	width: 340px;
	height: 150px;
	text-decoration: none;
}
#countdown {
	background: url('../images/bg_counter.png') top center no-repeat; 	
	height: 94px;
	width: 422px;
	margin:0 auto;
	margin-top: 35px;
}
#meniu {
	background: url('../images/meniu.png') top center no-repeat; 	
	height: 80px;
	width: 910px;
	margin:0 auto;
	padding: 0 20px;
	padding-top: 12px;
	position: relative;
}
#meniu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 365px;
	width: 550px;
}
#meniu li {
	float: left;
	display: inline;
	margin-left: 0;
	padding: 0;
}
#meniu ul li a {
	display: block;
	padding: 32px 15px 28px 15px;
	color: #010101;
	font-size: 20px;
	text-decoration: none;
}
#meniu ul li a.selected, #meniu ul li a:hover.selected {
	position: relative;
	padding: 0 20px;
	height: 40px;
	padding-top: 28px;
	padding-bottom: 32px;
	background: url('../images/meniu_current.png') top center repeat-x;
	z-index: 5;
}
#meniu ul li a:hover{
	background: url('../images/meniu_hover.png') top center repeat-x;
}
#dropline {
	width: 500px;
}
#dropline ul.sub {
	background: url('../images/fade.png');
	position: absolute;
	top: 79px;
	left: -356px;
	width: 751px;
	height: 38px;
	padding: 0 0 0 180px;
	font-size: 12px;
	display:none;
	z-index: 1005;
}
#dropline .sub_title {
	display:block;
	line-height:38px;
	padding:0 20px 0 10px;
	font-size:13px;
	color:#000;
	font-weight:bold;
}
#dropline ul.sub li { height:38px; }
#dropline ul.sub li a {
	display:block;
	line-height:38px;
	padding:0 10px 0 10px;
	font-size:13px;
	color:#333;
}
#dropline ul.sub li a:hover {
	color:#000;
	text-decoration: underline;
	background: none;
}

#dropline ul.sub li ul {
	background:url('../images/fade.png');
	position:absolute;
	top: 38px;
	left: 0px;
	z-index:15;	
	display:none; 
}

#dropline ul.sub li ul li a {color:#333;}
 
#dropline a.down, #dropline a.down:hover {
	background:url('../images/down.gif') no-repeat right center !important; 
	font-size:14px;
	font-weight:bold;
} 

#slider {
	clear:both;
	background: #272727;
	height: 380px;
	width: 931px;
	margin: 0px auto;
    position: relative;
	overflow: hidden;
	margin-left: 0px;
	z-index: 0;
}

/* the content starts here */

#middle, #middle2 {
	background: url('../images/bg_middle.jpg') top center repeat-x; 
	width: 931px;
	min-height: 180px;
}
#middle2 {
	padding: 20px 15px 15px 15px;
	width: 901px;
	min-height: 280px;
}
.linked {
	border: 2px solid #AAA;
}

#content {
	background: url('../images/bg_content.png') top center repeat-y; 	
	/*height: 922px;*/
	padding: 0 10px;
}
/* registration table */
table input
{
	border: 1px solid #b6b6b6;
}
.reg-table th
{
	text-align: left;
}
table textarea
{
	font-family: "MS Shell Dlg", Arial;
	font-size: 12px;
	border: 1px solid #b6b6b6;
}
/* middle */
#middle_left {
	float: left;
	width: 618px;
	background: url('../images/middle_left.png') top right no-repeat;
	padding: 15px 10px 0 15px; 
}
#middle_right {
	float: left;
	background: url('../images/middle_right.png') top left no-repeat;
	width: 268px; 
	min-height: 330px;
	padding: 10px 10px 0 10px;
}
/* end  middle */
/*gallery block starts here*/
.gallery
{
	margin: 0px auto;
	width: 835px;
}
.gallery-item
{
	margin: 3px;
	display:block;
	float:left;
	width: 434px;
	height: 170px;
	padding: 0px;
}
.gallery-item p {margin: 0px;padding:0px}
.gallery-item img, .gallery img
{
	float:left;
	border: 1px solid #BBB;
	padding: 3px;
	background-color: #FFF;
}
.gallery img
{
	padding: 5px 0px 15px 0px;
	background-color: #FFF;
	margin: 3px;
}
.gallery img:hover
{
	background-color: #CCC;
}
.gallery-item .description
{
	float: left;
	padding: 5px 0 0 5px;
	width: 215px;
}
.gallery-item .description img
{
	float:none;
	margin: 0 0 -6px 0;
	border: none;
	background-color: transparent;
}
/*gallery block ends here*/
/* footer starts here */
#foot_wrapper {
	clear: both;
	background: url('../images/bg_content.png') top center repeat-y; 	
}
#statusiniai {
	width: 156px;
	float: left;
	padding: 0 10px;
}
#footer {
	position: relative;
	height: 355px;
	background: #EEE;
	border-top: 1px solid #2b2b2b;
    padding: 0 5px;
	width: 921px;
    color: #eee;
    margin-left: 10px;
    font-size: 11px;	
}
#remejai { 
	width: 570px;
	float: left;
}
#footer h3  {
	font-size: 16px;
	color: #222;
	margin: 5px;
}
#footer h3.organizuoja {
	position: absolute;
	z-index: 50; 
	right: 15px; 
	top: 12px; 
	font-size: 18px;
	color: #fff;
}
#infosa {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	float: right;
}
#foot_wrapper h4 {
	font-size: 12px;
	clear: both;
	height: 20px;
	background: #090909;
	border-top: 1px solid #2b2b2b;
	padding: 5px;	
	width: 921px;
	margin: 0 auto;
	color: #eee;
}
#copyright {
	font-weight: normal;
	font-size: 11px;
}

/* jQuery Countdown styles 1.5.5. */
.hasCountdown {
	margin-left: 110px;
	margin-top: 10px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show6 .countdown_section {
	width: 50px;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 11px;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/*jQuery slider styles 1.1 */

#sliderContent {
    width: 931px; /* important to be same as image width or wider */
    #width: 930px;
	display: block;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sliderContent .sliderImage {
    float: left;
	display: none;
	width: 100%;
}
#sliderContent .sliderImage div {
	display: block;
	color: #000;
	position: absolute;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	background-color: #FFF;
	height: 360px;
	padding: 10px 5px;
	width: 250px !important;
	display: none; 
}
#sliderContent .sliderImage div strong {
    font-size: 14px;
}
#sliderContent .left {
	top: 0;
	left: 0;
	margin-left: 30px;
}
#sliderContent .right {
	right: 0;
	bottom: 0;
	margin-right: 30px
}
/*#dPaging {
	z-index: 15;
	width: 240px;
	height: 20px;
	padding: 80px 25px 10px 25px;
	position: absolute;
	bottom: 0;
	left: 325px;
	background: url('../images/bg_slider.png') top left no-repeat;
}*/ 
#dPaging {
	z-index: 15;
	width: 242px;
	height: 20px;
	padding: 10px 5px;
	position: absolute;
	top: 330px;
	left: 340px;
	background: url('../images/bg_slider2.png') top center no-repeat;
}
#dPaging a { 
	position: relative;
	float: left;
	display: block;
	width: 20px; 
	height: 20px;
	margin: 0 2px;
	background: url('../images/btn_slider_normal.png') top center no-repeat;
	text-decoration: none;
} 
#dPaging a:hover { 
	background: url('../images/btn_slider_hover.png') top center no-repeat;
} 
#dPaging a.dPagingActive { 
	background: url('../images/btn_slider_active.png') top center no-repeat;
} 
#ikiTitle {
	text-transform:uppercase;
	margin: 0 0 0 130px;
	padding-top: 5px;
}
.clear {
	clear: both;
}
/* UNDER CONSTRUCTION */
#uc
{
	margin: 50px auto;
	width: 650px;
}