/* DOKUMENTO STRUKTURA  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

body
	#page-holder
		#layout
			h1
			a#order
			#navigation
			#content-holder
				#content-wrapper
					#content
			#sidebar
				h3
				a
				...
				#sidebar-banners
			#footer
				address
				#footer-extension
					.footer-navigation
					.banner-row
		#aistra-header

*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px/16px Verdana;
	color: #ed9483;
	background: url('img/bg-body.jpg');
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 16px;
}

h2
{
	font: bold 24px Verdana;
	color: #ff882c;
	padding-bottom: 24px;
}

h3
{
	font: bold 12px Verdana;
	color: #ef4a10;
	padding-bottom: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	visibility: hidden;
}

/* LAYOUTAS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#page-holder
{
	background: url('img/bg-page-holder.jpg') repeat-x top;
}

#layout
{
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: url('img/bg-layout.jpg') no-repeat top left;
	padding-top: 438px;
}

/* HEADERIS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

h1
{
	position: absolute;
	top: 26px;
	left: 32px;
	width: 208px;
	height: 154px;
	text-indent: -9999px;
}

h1 a
{
	display: block;
	width: 208px;
	height: 154px;
	background: url('img/clear.gif');
}

a#order
{
	position: absolute;
	top: 219px;
	left: 489px;
	width: 164px;
	height: 41px;
	text-indent: -9999px;
	background: url('img/clear.gif');
}

#navigation
{
	position: absolute;
	top: 190px;
	left: 22px;
	width: 214px;
	height: 230px;
	text-align: center;
}

#navigation a
{
	display: block;
	padding-bottom: 9px;
	font: bold 12px Verdana;
	color: #ffb432;
}

#navigation a:hover, #navigation a.active
{
	color: #fff;
	text-decoration: none;
}

/* Reklamine nuoroda navigacijoje */

#navigation div a
{
	color: #ef4a10;
}

/* TURINYS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#content-holder
{
	margin-left: 24px;
	width: 730px;
	background: url('img/bg-content.jpg') repeat-y left;
}

#content-wrapper
{
	padding-bottom: 30px;
	background: url('img/bg-content-bottom.jpg') no-repeat left bottom;
}

#content
{
	padding: 0 48px;
	padding-top: 30px;
	background: url('img/bg-content-top.jpg') no-repeat left top;
}

#content a
{
	font-weight: bold;
	color: #fff;
}

#content a:hover
{
	color: #ffb432;
}

/* STRIPTIZO SOKEJU KATALOGAS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#dancers
{
	overflow: auto;
}

#dancers .dancer
{
	float: left;
	width: 140px;
	margin-right: 14px;
	min-height: 230px;
}

#dancers .dancer a img
{
	border: 3px solid #7a0408;
	display: block;
}

#dancers .dancer a:hover img
{
	border-color: #ffb432;
}

#dancers .dancer h3
{
	font: bold 14px/16px Verdana;
	color: #ff882c;
	padding: 8px 0 0 0;
}

#dancers .dancer h3 a
{
	color: #ff882c;
}

#dancers .dancer p
{
	font: 12px/16px Verdana;
	color: #ed9483;
	padding: 0;
	position:relative;

}

/* Uzsleptos nuorodos heighsleidui */
#dancers .dancer .dancer-gallery
{
	display: none;
}

/* Highslide controllai */
#custom-highslide-overlay
{
	display: none;
	width: 94px;
	height: 39px;
	overflow: hidden;
}

#custom-highslide-overlay a
{
	display: block;
	width: 42px;
	height: 39px;
	text-indent: -9999px;
}

#custom-highslide-overlay a span
{
	display: none;
}

#custom-highslide-overlay a.prev
{
	float: left;
	background: url('highslide/graphics/prev.png') no-repeat left top;
}

#custom-highslide-overlay a.next
{
	float: right;
	background: url('highslide/graphics/next.png') no-repeat right top;
}

/* SIDEBARAS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#sidebar
{
	position: absolute;
	right: 0;
	top: 38px;
	width: 120px;
	text-align: center;
}

#sidebar a
{
	display: block;
	padding-bottom: 12px;
	font: bold 12px Verdana;
	color: #fff;
}

#sidebar-banners
{
	text-align: left;
}

#sidebar-banners a
{
	display: block;
	padding: 0;
	margin-top: 20px;
}

/* FOOTERIS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#footer
{
	width: 720px;
	margin-left: 24px;
}

#footer address
{
	display: block;
	padding-top: 6px;
	font: normal 11px Verdana;
	color: #4d0305;
	text-align: center;
}

#footer #footer-extension
{
	padding: 30px 0;
}

#footer #footer-extension .footer-navigation
{
	padding-bottom: 6px;
	font: normal 12px Verdana;
	color: #fff;
	text-align: center;
}

#footer #footer-extension .footer-navigation a
{
	font: normal 12px Verdana;
	color: #fff;
}

#footer #footer-extension .banner-row
{
	text-align: center;
}

/* AISTRA HEADERIS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#aistra-header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #a50310;
}

#aistra-header div
{
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#aistra-header div a
{
	float: left;
	display: block;
	padding: 8px 13px 7px 13px;
	text-align: center;
	font: bold 10px Verdana;
	color: #e27e6d;
}

#aistra-header div a span
{
	display: block;
	text-transform: uppercase;
}

#aistra-header div a.active
{
	color: #fff;
	background: url('img/aistra-header/aistra-header-active.jpg') no-repeat bottom;
}
div.dancer a span.dancersName{
	color: #FF882C;
	font-size:14px;
	line-height: 29px;
	position: relative;
}
div#linksBellowBanner a{
	padding: 0;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
	display: inline;
}
div#linksBellowBanner a:hover{
	text-decoration:underline;
}

