html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body 
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  font-family: "Georgia";
  color: #52494A; 
}

img 
{
	border: none;
}

#header
{
	height: 492px;
}

#oheader
{
	height: 410px;
}

#sale
{
	position: absolute;
	top:  0px;
	right: 0px;
	width: 346px;
	height: 166px;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 109px;
	width: 289px;
}

#design 
{
	position: absolute;
	top: 170px;
	right: 60px;
 	background-position: top center;
	text-align: center;
	vertical-align: middle;
	background: url("/images/design.png");
	height: 24px;
	width: 95px;
	z-index: 0;
}

#odesign 
{
	position: absolute;
	top: 20px;
	right: 20px;
 	background-position: top center;
	text-align: center;
	vertical-align: middle;
	background: url("/images/design.png");
	height: 24px;
	width: 95px;
	z-index: 0;
	display: none;
}


#winter {
	height: 24px;
	width: 95px;
	z-index: 999;	
}

#summer {
	height: 24px;
	width: 95px;
	z-index: 999;
}


#index-menu
{
	position: absolute;
	top: 16px;
	left: 250px;
	width: 760px;
	height: 100px;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	font-size: 11pt;
}

#index-menu a
{
	color: #A61827;
}


#index-menu ul li
{
	float: left;
	list-style: none;
	margin-left: 17px;
}

#bubble
{
	position: absolute;
	left: 5px;
	top: 75px;
	display: none;	
}

#human 
{
	display: none;
}

#big-human
{
	position: absolute;
	left: 30px;
	top: 130px;
}

#left-menu
{
	margin-top: 0px;
	margin-bottom: 20px;
}

.leftsales
{
	color: #000000;
	font-size: 14pt;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 50px;
}

#left-menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left-menu li
{
	padding-bottom: 5px;
}

a
{
	color: #A61827;	
}

#sale
{
	position: absolute;
	top:  0px;
	right: 0px;
	width: 346px;
	background: no-repeat;
	height: 166px;
}

#salesdept
{
	width: 340px;
	height: 400px;
	float: right;
}

#salesdeptbg
{
	width: 339px;
	height: 180px;
	text-align: center;
}

#locate
{
	width: 338px;
	height: 150px;
	text-align: center;
}


#design a
{
	text-decoration: none; /* убираем обычное подчеркивание */
}

h1 
{
	font-size: 18pt;		
}

h2 {
	color: #A61827;
	font-size: 14pt;
	font-style: italic;
}

#salesdeptbg img
{
	border: none;
}

.align_center
{
	position: relative;
	width: 100%;
}
.align_center:after
{
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left
{
	position: relative;
	right: 50%;
	float: right;
}
.align_center_to_right
{
	position: relative;
	z-index: 1;
	right: -50%;
}

.wrapper 
{ 
	width: 100%;
}

.wrapper .content {
display: block;
padding-right: 360px;
padding-left: 20px;
}
.wrapper .ocontent 
{
	width: 769px; 
}

.wrapper .salesdept { position: absolute; top: 500px; right: 20px;width: 340px; display: block;}

#wrapper
{
	position: ralative;
	min-height: 400px;
	width: 100%;
}

.content
{
	float: left;
}


.ocontent 
{
	display: block;
	margin-left: 260px;
	padding-right: 10px;
}

.sidebar
{
	padding-top: 10px;
	padding-left: 30px;
	width: 200px;
	float: left;	
}


#s {
	position: relative;
	left: 270px;
	width:1000px;
}

.salesdep
{
	color: #A61827;
	font-size: 16pt;
	text-align: center;
	margin-top: 5px;
}

#clear
{
	height: 30px;
	width: 100%;
	clear: both; 
}

#foot
{
	height: 70px;
	width: 100%;
}

#copy
{
	margin-left: 25px;
	padding-top: 12px;
	font-size: 10pt;
}

.table
{
	font-weight: bold;
}

#topm
{

}

.rovno 
{
	vertical-align: top;
}

table {
border: none;
}

.faq
{
	margin-bottom: 20px;
}
.faq a
{
	text-decoration: none;
	border-bottom: dashed 1px #A61827;
	cursor: pointer;	
}

.question 
{
	color: #A61827;
	font-size: 12pt;	
	font-style: italic;
	font-weight: bold;
}

.answer {
	color: #52494A; 
	padding-top: 15px;
	padding-left: 20px;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	display: none;
}

.contacts-input {
	width: 50%;
	height: 20px;
	border: 1px solid gray;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	padding-left: 2px;
	padding-top: 2px;
	color: #333333;
	margin-bottom: 10px;
}

.question-input {
	width: 50%;
	border: 1px solid gray;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	padding-left: 2px;
	padding-top: 2px;
	color: #333333;
	margin-bottom: 10px;
}

.projectphoto
{
	margin-left: 10px;
	float: left;
}




body 
{
	background: url('/images/neo-bg.jpg');
}

#header
{
	background: url('/images/summer-neo-index-top.jpg');
}

#oheader
{
	background: url('/images/summer-neo-top.jpg');
}

#sale
{
	background: url('/images/summer-sale.png') no-repeat;
}

#humans
{
	background: url('/images/summer-humans.png');
}

#sale
{
	background: url('/images/summer-sale.png');
}


#design a
{
	/*color: #FAF1C8;*/
	color: #46aebc;
	text-decoration: none; /* убираем обычное подчеркивание */
   	border-bottom: 1px dashed #46aebc; /* добавляем пунктирное подчеркивание */
}

#odesign a
{
	/*color: #FAF1C8;*/
	color: #46aebc;
	text-decoration: none; /* убираем обычное подчеркивание */
   	border-bottom: 1px dashed #46aebc; /* добавляем пунктирное подчеркивание */
}


#foot
{
	background: #D0C6A3;
	
}

#bonus-tour
{
	position: absolute;
	width: 180px;
	height: 232px;
	top: 150px;
	right: 0px;
	display: inline;
}

#special
{
	position: absolute;
	width: 180px;
	height: 232px;
	top: 90px;
	left: 820px;
	display: inline;
}

#index-special
{
	position: absolute;
	width: 180px;
	height: 232px;
	top: 140px;
	left: 820px;
	display: inline;
}

#winter
{
	display: none;
}

#summer
{
	display: inline;
}

#toys 
{
	display: none;
}

.productlist
{
	display: inline-block;
	width: 270px;
	height: 200px;
	text-align: center;
	margin-right: 50px;
	margin-bottom: 50px;
}

.bottom-ad
{
	text-align: center;
	width: 100%;
}

.photogallery img {
	padding-right: 10px;
	padding-bottom: 10px;
}
