/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2a2a2a;
}

body{
	background:#fff url(/images/body_back.jpg) repeat-x;
}

p{
	margin-bottom:10px;
	line-height:1.44;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	background-color: #fff;
    border: 1px solid #f3046a;
	color:#403829;
	width:262px;
}

.checkbox{
	width:auto;
}

.part{
	float:left;
	width:350px;
}

input[type=radio]{
	width:auto;
}

.hr{
	background-color:#f3046a;
	height:3px;
	margin-bottom:5px;
}

.contact_form{
	margin:0 auto;
	width:800px;
	margin-bottom:10px;
}

input[type=submit] {
	width:100px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.pink_back{
	background-color:#f3046a;
}

.pink{
	color:#f3046a;
	font-size:inherit;
}

.line{
	width:100%;
	height:2px;
	background:transparent url(/images/line.jpg) repeat-x;
}

.dotted{
	border-bottom:1px dotted #999;
	height: 1px;
}

#background{
	background:transparent url(/images/girls_back.png) top center no-repeat;
	position:absolute;
	width:100%;
}

#container{
	width:972px;
	margin:0 auto;
	position:relative;
}

#top_bar{
	height:68px;
	background-color:#000;
	float:left;
	width:100%;
	margin-top:5px;
	position:relative;
}

#phone_top{
	color:#fff;
	line-height: 46px;
    margin-left: 20px;
    margin-top: 10px;
	float:left;
}

#phone_top span{
	color:#00ccff;
	font-size:17px;
}

#mail_top{
	border-right: 1px solid #414141;
    color: #FFF;
    float: left;
    line-height: 46px;
    margin-left: 20px;
    margin-top: 10px;
    padding-right: 15px;
}

#mail_top a{
	color:#f3046a;
	text-decoration:none;
	font-size:17px;
}

#login_form{
	float:right;
	color:#fff;
	width:515px;
	line-height:28px;
	margin-top:20px;
}

#login_form div{
	float:left;
	color:#fff;
	margin-right:15px;
}

#login_form .input{
	width:157px;
	height:28px;
	float:left;
	background-color:#f4f4f4;
	border:none;
	margin-right:15px;
	color:#9b9b9b;
	padding:0;
	padding-left:10px;
}

#login_form .submit{
	width:45px;
	height:28px;
	float:left;
	border:none;
	color:#fff;
	background-color:#f3046a;
	line-height:28px;
	font-weight:700;
	font-size:16px;
}

#login_form a{
	color:#f3046a;
	text-decoration:none;
}

#login_form a:hover{
	text-decoration:underline;
}

#header{
	height:200px;
	background-color:#fff;
	float:left;
	width:100%;
	margin-top:5px;
}

#logo{
	margin-left:20px;
	margin-top:20px;
}

#fun_header{
	margin-top:25px;
	margin-right:30px;
}


#menu{
	height:40px;
	background-color:#f6f6f6;
	border-top:1px solid #ccc;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:10px;
	line-height:16px;
	text-align:center;
}

#menu ul li{
	display:inline-block;

	vertical-align: top;

	z-index:200;

	*display: inline;
	zoom: 1;
}

#menu ul li a{
	color:#403434;
	text-decoration:none;
	padding:5px 10px;
	margin:0 15px;
	font-size:16px;
}

#menu ul li a:hover{
	background-color:#f3046a;
	color:#fff;
}

#menu ul li a.selected{
	background-color:#f3046a;
	color:#fff;
}

#menu ul li ul{
	position:absolute;
	background:transparent url(/images/menu_back.png) repeat;
	display:none;
	margin-left:15px;
	margin-top:12px;
	padding-top:2px;
	text-align:left;
	/*margin-left: -85px;*/
}

#menu ul li ul li{
	display:block;
	line-height:25px;
	float:none;
}

#menu ul li ul li a{
	margin: 0 5px;
	color:#fff;
}

#menu ul li ul li a:hover{
	background:none;
	color:#403434;
}


#top_gallery{
	width:972px;
	float:left;
	margin-top:5px;
}

#left_arrow{
	position:absolute;
	margin-top:180px;
	margin-left:15px;
}

#right_arrow{
	position:absolute;
	margin-top:180px;
	margin-left:918px;
}

#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:972px;
		height:432px;
		overflow:hidden;
		}

#slider ul li img{
	border:0;
}

#latest_bar{
	height:40px;
	background-color:#000;

	line-height:40px;
	text-align:center;
}

#latest_bar a{
	color:#fff;
	font-size:20px;
	text-decoration:none;
}

#latest_bar a:hover{
	text-decoration:underline;
}

#content{
	background:#f6f6f6 url(/images/shadow.png) no-repeat top center;
	padding-top:20px;
}

#content h2{
	font-size:20px;
	color:#f3046a;
	line-height:40px;
	padding-left:30px;
}

h2 a{
	font-size:20px;
	color:#f3046a;
	line-height:40px;
}

#content_front{
	padding:10px 30px;
	float:left;
	width:600px;
}

#content_other{
	padding:10px 30px;
	float:left;
	width:912px;
}

.box{
	width:290px;
	padding-bottom:12px;
	background:#fff url(/images/gal_box_bottom.jpg) bottom center no-repeat;
	margin-top:10px;
	margin-right:10px;
}

.box .title{
	background-color:#000;
	color:#fff;
	height:60px;
	line-height:60px;
	font-size:20px;
	padding-left:20px;
}

.box .desc{
	background-color:#f3046a;
	height:30px;
	position:relative;
	bottom:10px;
	left:10px;
	width:250px;

	text-align:right;
	padding-right:20px;
}

.box img{
	margin-bottom:-30px;
}

.box p{
	padding:10px;
	margin-bottom:0;
	line-height:1.3;
}

.box .desc a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
	line-height:27px;
}

.box .desc a:hover{
	text-decoration:underline;
}

.gal_image{
	padding:2px;
	border:1px solid #f3046a;
	margin-right:33px;
	margin-bottom:15px;
	float:left;
	background-color:#fff;
}

.last{
	margin-right:0;
}

#footer{
	height:215px;
	background-color:#000;
	margin-top:20px;
	color:#fff;
}

#footer *{
	color:inherit;
}

#footer a{
	color:#696969;
	font-size:11px;
}

.table_class{
	font-size:10pt;
	color:#000000;
	line-height:17px;
	padding-left:3px;
	padding-right:3px;
	border-collapse:collapse;
	font-family:Arial Unicode MS,Myriad,ms sans-serif,Helvetica, Arial, sans-serif;
}

.table_head_2{

	background-color:#eb0e80;
	color:#212121;
	height:18px;
	border:1px solid  #666666;
}


.table_class td{
   padding:7px;
   padding-left:10px;
   border:1px solid  #C7C7C7;

}

.table_head{

	background-color:#CCCCCC;
	color:#212121;
	height:18px;
	border:1px solid  #666666;
}

.table_border{
	font-size:9pt;
	color:#434343;
	line-height:17px;
	padding-left:13px;
	padding-left:3px;
	padding-right:3px;
	border-collapse:collapse;
	font-family:Arial Unicode MS,Myriad,ms sans-serif,Helvetica, Arial, sans-serif;
	margin-bottom:20px;
	border:1px solid  #C7C7C7;

}
.table_border td{
   padding:7px;
   padding-left:10px;
}

#map1{
	width:420px;
	height:400px;
	float:left;
	margin-right:70px;
}

#map2{
	width:420px;
	height:400px;
	float:left;
}

#calendar {
	width: 900px;
	margin: 0 auto;
}

.classes{
	float:left;
}

.classes li{
	padding:5px 0;
}

.classes a{
	color:#f3046a;
	text-decoration:none;
}

.classes a:hover{
	text-decoration:underline;
}

.class_box{
	display:none;
	width:912px;
}

#content .class_box h2{
	padding-left:0;
}

span.err {
    color: #C90215;
    font-size: 11px;
}
table.tt1{
     width: 300px;
}

/* Z.L. 02.02.2012 :) */
a#pass_recovery{
	bottom: 3px;
    color: #FFFFFF;
    position: absolute;
    right: 68px;
	outline:none;
    text-decoration: none;
}
.inv{
	display:none !important;
}

#pass_recovery_div{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #000000;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 66px;
	width:250px;
    z-index: 10;
}
#pass_recovery_div p{
	margin-bottom:5px;
}

input#recovery_email{
	margin-bottom:5px;
	width:243px;
}
div#recovery_loader{
	float:left;
}

#recovery_button{
	background: none repeat scroll 0 0 #F3046A;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    padding: 2px 6px;
}
a#close_recovery{
	display: block;
    height: 16px;
    position: absolute;
    right: 3px;
    text-indent: -100000px;
    top: 3px;
    width: 16px;
	background:url(../images/close.png) no-repeat;
}