/*--------------------------------------  DEFAULTS  ---------------*/
*{
    margin: 0px;
    padding: 0px;

}

html{
     height: 100%;
}

img{
    border: 0px;
}

img.png {
    behavior: url("/application/modules/tamp/views/templates/styles/pngbehavior.htc");
}

a{
    text-decoration: underline;
    color: #a5deff;
}

a:hover{
    text-decoration: none;
}

body{
    background: #2791cb url(../images/wrap_bg.jpg) repeat-x;
    text-align: left;
    width: 100%;
    /*font: 100% georgia,arial,sans-serif;*/
    color: #ffffd7;
    font-family: georgia, verdana, arial, serif;
    font-size: 16px;
	font-style: italic;
   	min-height: 100%;

  	height: 100%;

}


ul{                       /* убираем маркеры в списках */
    list-style: none;
}


div#wrap{
       width: 100%;
       min-height: 100%;
       height: 100%;

       position: relative;
       z-index: 1;
       margin: auto;

       background: url(../images/grad_bg.gif) repeat-x left top;
}

div#wrap_sub{
       width: 100%;
       min-height: 100%;
       height: 100%;

       position: relative;
       z-index: 1;
       margin: auto;

       background: url(../images/grad_sub_bg.gif) repeat-x left top;
}

div#wrap3{
	width: 100%;
	margin: auto;
	background: url(../images/wrap_bg.gif) repeat-y center top;
}

div#wrap3_sub{
	width: 100%;
	margin: auto;
	background: url(../images/wrap_sub_bg.gif) repeat-y center top;
}

div#wrap1{
	width: 100%;
	background: url(../images/main_bg.jpg) no-repeat center top;
    height: 100%;
   /* overflow: hidden;*/
   min-height: 100%;
}

div#wrap1_sub{
	width: 100%;
	background: url(../images/main_sub_bg.jpg) no-repeat center top;
    height: 100%;
   /* overflow: hidden;*/
   min-height: 100%;
}

div#wrap2{
	width: 100%;
	background: url(../images/footer_bg.jpg) no-repeat center bottom;
	/*height: 100%;*/
	min-height: 100%;
}

div#wrap2_sub{
	width: 100%;
	background: url(../images/footer_sub_bg.jpg) no-repeat center bottom;
	/*height: 100%;*/
	min-height: 100%;
}


h1{	/*font-size: 1.5em;*/
	font-family: "Times New Roman";
	font-style: italic;
	color: #ffcc32;
	margin-bottom: 15px;}

h2{
	/*font-size: 1.5em;*/
	font-family: "Times New Roman";
	font-style: italic;
	color: #f8ff30;
	margin-bottom: 15px;
}

h4{
	/*font-size: 1.5em;*/
	font-family: georgia;
	font-style: italic;
	color: #f8ff30;
	margin-bottom: 7px;
}

/*------------------------------------- IMAGES -----------------------------------*/

img#main_menu_li_common, img#sub_main_menu_li_common{
	width: 129px;
	height: 19px;
}

.yellow{
	color: #ffcc32;
}

.red{	color: #ff4747;}

img#link_on_homepage{	width: 800px;
	height: 178px;

	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 0px;
}

/*------------------------------------- HEADER -----------------------------------*/

div#header{
	width: 100%;
	height: 362px;
	overflow: hidden;
	clear: both;
}

ul#main_menu{
	width: 129px;
	overflow: hidden;

	position: absolute;
	top: 79px;
	left: 50%;
	margin-left: -68px;
}

ul#main_menu li{
	margin-bottom: 18px;
	text-align: center;
}

div#header_sub{
	width: 100%;
	height: 178px;
	overflow: hidden;
	clear: both;
}


/*----------------------------------- MAIN --------------------------------------*/

div#main{
	width: 751px;
	overflow: hidden;
	clear: both;
	margin: auto;
}

div.image{
	margin: 5px 0px 15px 0px;
	background: url(../images/for_image_bg.gif) repeat-y;
	float: left;
	clear: both;
	/*overflow: hidden;*/
}

div.image img{	margin: 3px;}

div#main_left{
	width: 369px;
	float: left;
	margin-right: 22px;
	/*overflow: hidden;*/
}

div#main_left p{	text-indent: 20px;}


div#main_right{
	width: 360px;
	float: left;
	overflow: hidden;
}

/*---------------------------------- MAIN SUB ------------------------------------*/

div#main_sub{
	width: 751px;
	overflow: hidden;
	clear: both;
	margin: auto;
}

ul#main_menu_sub{
	width: 129px;
	overflow: hidden;
	text-align: center;
	margin: 21px 0px 0px 0px;
}

ul#main_menu_sub li{
	margin-bottom: 18px;
}

div#main_sub_left{
	width: 148px;
	float: left;
}

div.artists{				/*------ колонки с артистами ---*/	width: 100%;
	overflow: hidden;
	clear: both;}

div.artists ul{	width: 32%;
	float: left;}

div.artists ul li{	width: 90%;
	overflow: hidden;
	clear: both;}
	
.girls{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}

.gleft{
	float: left;
	width: 260px;
}

.gright{
	float: right;
	width: 260px;
}

div#main_sub_right{
	width: 533px;
	float: left;
	margin-left: 24px;
}

div#main_sub_right ul li{
	margin-bottom: 12px;
}

div#main_sub_right p{	clear: both;
	overflow: hidden;}

/*----------------------------------- FOOTER -------------------------------------*/

div#footer{
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 220px;

}

div#footer p{
	color: #2384b9;
	position: absolute;
	bottom: 26px;
	left: 50%;
	margin-left: 220px;
}
