@charset "windows-1251";
/* CSS Document */

/* Стиль для тэга body сайта, задает фон, шрифты и т.д. */
body {

	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #000000;
	font-size: 11px;
	color: #CDCDCD;
	margin: 0px;
	padding: 0px;
}

td {FONT-SIZE: 11px;}

/* Стиль форматирования элементов H */
h1 {
	color:#CDCDCD;
	font-size: 14px;
	font-weight: bold;}

h2 {
	color:#CDCDCD;
	font-size: 13px;
	font-weight: normal;}
	
h3 {
	color:#CDCDCD;
	font-size: 12px;
	font-weight: normal;}
		
/* Главный стиль ссылок */

a:link, a:visited {
	color: #FFF200;  /* yellow */
	font-weight: normal;
	text-decoration: none;
	font-size: 11px; 
	
}

a:hover 

{

	text-decoration: underline;
	color: #FFF200; /*yellow*/
	

}


hr {} /* горизонтальная линия в шаблоне (разделитель) */


/* ######################################  DIV разметка основного шаблона * ############################################# */

#main_div {
	margin-top: 50px;
	margin-left: auto;
        margin-right: auto;
	width: 580px;
	
}
#header_top_element_1 {
	float: left;
	border: 0px;
	padding: 0px;
	background-color: #000000; 
	height: 68px;
	width: 198px;
	
}

#header_top_element_2 {

	float: left;
	font-size: 10px;
	color: #FFF200;
	text-indent: 100px;
	text-align: center;
	border: 0px;
	padding: 0px;
	background: url(../images/dolls.png) bottom no-repeat;
	height: 68px;
	width: 315px;


}
#header_top_element_3 {
	
	float: left;
	border: 0px;
	padding: 0px;
	background: url(../images/fantasy.png) no-repeat;
	width: 198px;
        height: 208px;
}
#left_column {

	float: left;	         
	border: 0px;
	padding: 0px;
/*	height: 450px; */
	width: 198px;
	
}

#header_top_element_3_other {

	
	border: 0px;
	padding: 0px;
	background: url(../images/cryogenweb.png) right top no-repeat;
	height: 208px;
	width: 198px;

}

#header_text {

	float: right;
	border: 0px;
	text-align: right;
	font-size: 12px;
	padding-top: 20px;
	height: 130px;
	width: 250px;

}

#header_top_element_4 {
        
	float: left;
	border: 0px;
	padding: 0px;
	background: url(../images/erotic.png) bottom no-repeat;
	height: 208px; 
	width: 315px;

}

#header_top_element_4_other {
       
	
	float: left; 
	border: 0px;
	padding: 0px;
	width: 315px;


} 

#header_top_element_5 {
        vertical-align: top;
	float: left;
	border: 0px;
	padding: 0px;
	background: url(../images/original.png) right top no-repeat;
	height: 185px;
	width: 326px;

}


#header_top_element_6 {

	float: left;
	border: 0px;
	padding: 0px;
	background: url(../images/doll.png) top no-repeat;
	height: 185px; 
	width: 187px;

}
#header_bottom_element_1 {
        vertical-align: top;
	float: left;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;

}

#button {
        vertical-align: top;
	text-align: left;
        color: #818181;
	font-size: 10px;
	float: left;
	border: 0px;
	padding: 0px;
	width: 50%;

}

#header_bottom_footer {
        vertical-align: top;
	text-align: right;
        color: #818181;
	font-size: 10px;
	float: left;
	border: 0px;
	padding: 0px;
	width: 50%;

}
#header_bottom_footer a {
        color: #FFF200;
	font-size: 10px;
	

}




/* Содержимое mainbody */

#thubnails {
	
	float: left;
	width: 315px;
	border: 0px;
	font-size: 12px;
	padding-top: 20px;
	
}

#main_text_area {

       
        float: left;
	width: 315px;
	border: 0px;
	text-align: justify;
	font-size: 12px;
	padding-top: 20px;
	
	
	           
} 



/* Стиль навигация  */


#navmenu{
        vertical-align: top;
	width: 197px;
	border: 0px;
	padding-left: 20px;
	line-height: 18px;
	text-align: left;	
	float: left;
}

#navmenu ul {
	margin: 10px 0 5px;
	padding: 0;
        	list-style-type: none;


}
#navmenu li {
	text-align: left;
	margin: 0;
	padding: 0;
        display: block;
	text-transform: lowercase;
	list-style-type: none;
}
#navmenu a, #navmenu a:link, #navmenu a:visited {
	color: #FFF200;
	text-decoration: none;
	margin: 0;
	padding: 3px 6px;
        font-weight:normal;
	font-size:12px; 
	text-transform: lowercase;
	padding-left: 20px;
	
}
#navmenu a:hover, #navmenu a:focus {
	color: #EC9E4A;
	text-decoration: none;
	background: url(../images/ebay.png) left no-repeat;
	font-weight:normal;
	font-size:12px; 
	padding-left: 20px;

}
/* НАСТРОЙКИ ФОРМ */

.button {

	color: #424756;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 9px;
	border: 1px solid #999999;
	width: auto;
	height: 19px !important;
	margin: 1px;
	text-transform: uppercase;

}



.inputbox  {

  border           : 1px solid #fafafa;
  background-color : #dadada;
  margin-bottom    : 5px;
  font-size        : 10px;
  font-weight: normal;
  color		 : #000000;
  vertical-align: middle;
  
  }
.textbox  {
  font-size        : 11px;
  border           : 1px solid #dadada;
  background-color : #dadada;
  color		 : #000000;
    
  }
.selectform  {

  background-color : #fafafa;
  margin-bottom    : 5px;
  font-size        : 10px;
  color		 : #000000;
  vertical-align: middle; 
}
.contacttable {
border: 1px;

}
#privacy {

padding: 15px 15px 15px 15px;
font-size: 9px;
text-align: left;

}