body   {
	background-color: #D7D7D7;
}

/**
 * Убираем обводку и подчеркивание ссылок
 * @see http://snipplr.com/view/10040/remove-dotted-border-on-images-eg-in-firefox/ 
 */
a, a:active, a:focus {
  border: 0 none;
  outline: none;
}

#maindiv  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 800px;
	background-color: white;
	
}

#header  {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 990px;
	height: 208px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#header-image  {
	position: absolute;
	left: 590px;
	top: 0px;
	width: 327px;
	height: 200px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#top-menu  {
	position: absolute;
	left: 0px;
	top: 218px;
	width: 990px;
	height: 68px;
}

#top-menu-left  {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 158px;
	height: 68px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#top-menu-right  {
	position: absolute;
	left: 158px;
	top: 0px;
	width: 832px;
	height: 68px;
	
	background-position: top left;
	background-repeat: repeat-x;
}

.countries  {
	position: absolute;
	top: 0px;
	width: 90px;
	height: 68px;
	cursor: pointer;
}

#map  {
	position: absolute;
	left: 0px;
	top: 286px;
	width: 990px;
	height: 306px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#order  {
	position: absolute;
	position: fixed;
	left: 60px;
	left: 142px;
	top: 528px;
	top: 500px;
	width: 210px;
	height: 61px;
	cursor: pointer;
	background: transparent url("../images/btn_order.png") no-repeat scroll left top;
	text-align: center;
	z-index: 1000;
}

/* для главной страницы */
#order.order-on-front  {
  position: absolute;
  left: 36px;
  top: 502px;
}

#order img {
  position: relative;
  right: 0px;
}

#order a {
  text-decoration: none;
  text-align: center;
}

#order a:hover {
  color: #f69105;
}

/* для главной страницы */
#order.order-on-front a {
  color: #8ae4e7;
}
#order.order-on-front a:hover {
  color: white;
}

#order .order-btn-text {
  position: relative;
  bottom: 54px;
  font-size: 15px;
  font-family: Verdana;
  letter-spacing: 1px;
  color: white;
}

#order .order-ad-text {
  position: relative;
  bottom: 32px;
  font-size: 13px;
  font-family: Verdana;
}

#footer  {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 990px;
	height: 210px;
}

#footer-content  {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 990px;
	height: 210px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#contacts  {
	position: absolute;
	left: 60px;
	bottom: 50px;
	width: 224px;
	height: 130px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#sticker  {
	position: absolute;
	left: 600px;
	bottom: 34px;
	width: 346px;
	height: 244px;
	
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#news-on-sticker  {
	position: absolute;
	left: 625px;
	bottom: 68px;
	width: 184px;
	height: 150px;
	font-family: verdana;
	font-size: 11px;
	z-index: 2;
}

#news-on-sticker p  {
/*	line-height: 14px; */
	padding: 3px;
/*	color: #4C4820; */
}

#copyright  {
	position: absolute;
	left: 60px;
	bottom: 12px;
	width: 400px;
	height: 20px;
	font-family: verdana;
	font-size: 10px;
	color: #333;
}

#newmental  {
	position: absolute;
	left: 630px;
	bottom: 12px;
	width: 350px;
	height: 20px;
	font-family: verdana;
	font-size: 10px;
	text-align: right;
	color: white;
}

#pop-order  {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 360px;
	height: 504px;
	font-family: verdana;
	color: black;
	font-size: 11px;
	background-image: url("../images/popup_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1010;
	display: none;
}

#pop-order input, #pop-order select, #pop-order textarea  {
	font-size: 13px;
}

.order-text {
	padding:   0 16px 0 20px;
	x-line-height: 20px;
}

#modal  {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	height: 504px;
	z-index: 1008;
	display: none;
	background-color: white;
	filter: alpha(opacity = 80);
    opacity: 0.8;
}

#close-order  {
	position: absolute;
	left: 334px;
	top: 14px;
	width: 11px;
	height: 11px;
	/*background-image: url("../images/close_button.png");*/
	cursor: pointer;
}

a:link  {
	color: #003978;
}
a:visited {
	color: #003978;
}

a:hover  {
	color: #A00;
}


.pngfix { 
  behavior: url("/misc/iepngfix.htc"); 
}

a.funz:hover {
	text-decoration: none;	
}

.about-place p {
	line-height:   18px; 
	margin-bottom: 10px;
}

.about-place h2 {
	line-height:   22px; 
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
}


.news-body p {
	line-height:   18px; 
	margin-bottom: 10px;
}

.news-body h2 {
	line-height:   22px; 
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
}

.tinymce b,strong {
    font-weight: bold;
}

.tinymce i,em {
    font-style: italic;
}

#news-on-sticker-x p {
    font-weight: bold; 
    color: rgb(0, 57, 120);
    font-size: x-large;
}






