*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px/18px Verdana;
	color: #000;
	background: url('img/bg-body.jpg') repeat-x #fffbcf;
}

a
{
	color: #ff487c;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #77c2e2;
}

a img
{
	border: 0;
}

img.fl, img.fr
{
	clear: both;
}

img.fl
{
	float: left;
	margin: 0 22px 10px 0;
}

img.fr
{
	float: right;
	margin: 0 0 10px 22px;
}

.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

hr
{
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	border-width: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1
{
	font: bold 18px/18px Verdana;
	color: #ff487c;
}

/* AISTROS HEADERIS */

#aistra-header
{
	height: 36px;
	font: 10px Verdana;
	color: #fff2f6;
	background: url('img/aistra-header/bg-aistra-header.png') repeat-x top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

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

#aistra-header a
{
	float: left;
	display: block;
	color: #fff2f6;
	text-decoration: none;
	text-align: center;
	padding: 4px 16px;
}

#aistra-header a:hover
{
	background: #ff6a94;
}

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

#aistra-header a.active
{
	/* Reset to defaults */
	float: right;
	text-indent: -9999px;
	padding: 0;

	width: 152px;
	height: 60px;
	background: url('img/aistra-header/striptizo-mokykla.png') no-repeat;
	z-index: 9999;
}

#aistra-header a.active span
{
	display: none;
}

/* LOGOTIPAS  # */

#logo
{
	text-indent: -9999px;
	position: absolute;
	left: 64px;
	top: 36px;
	width: 360px;
	height: 70px;
}

/* LYGIAVIMAS   */

#alignment
{
	position: relative; /* Kad logotipa galima butu absoliuciai poziciuonuot viduj */
	width: 990px;
	min-height: 630px;
	margin: 32px auto 0 auto;
	padding-top: 18px;
	background: url('img/body.jpg') no-repeat;
}

/* NAVIGACIJA # */

#navigation
{
	position: absolute;
	left: 320px;
	top: 123px;
}

#navigation a
{
	display: block;
	width: 95px;
	height: 30px;
	background: url('img/navigation.gif') no-repeat top left;
}

#navigation a span
{
	display: none;
}

#navigation #nav-services
{
	background-position: 0 0;
}

#navigation :hover#nav-services, #navigation #nav-services.active
{
	background-position: 0 -120px;
}

#navigation #nav-about
{
	background-position: 0 -30px;
}

#navigation :hover#nav-about, #navigation #nav-about.active
{
	background-position: 0 -150px;
}

#navigation #nav-contacts
{
	background-position: 0 -60px;
}

#navigation :hover#nav-contacts, #navigation #nav-contacts.active
{
	background-position: 0 -180px;
}

#navigation #nav-info
{
	background-position: 0 -90px;
}

#navigation :hover#nav-info, #navigation #nav-info.active
{
	background-position: 0 -210px;
}

/* TURINIO WRAPPERIS  # */

#content-wrapper
{
	width: 492px;
	min-height: 450px;
	margin-left: 455px;
	position: relative;
	margin-top: 18px;
	padding-bottom: 28px;
	background: url('img/content-bottom.jpg') no-repeat left bottom;
}

/* TURINYS  */

#content
{
	padding: 26px 38px 0 41px;
	background: url('img/body.jpg') no-repeat -455px -36px;
}

#content p
{
	margin-top: 20px;
}

#content li
{
	line-height: 18px;
}

#content ul
{
	list-style: disc inside;
	margin-top: 24px;
}

/* BANERIAI */

#banners
{
	width: 271px;
	position: absolute;
	top: 453px;
	left: 102px;
}

#banners a
{
	display: block;
	float: left;
	padding: 0 14px 14px 0;
}

#banners a img
{
	display: block;
}

/* COPYRIGHTAS :)   */

#footer
{
	position: absolute;
	bottom: -114px;
	text-align: center;
	padding-bottom: 50px;
}

#footer address
{
	font-style: normal;
}

