* {
    margin: 0;
	padding: 0;
}

header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: normal 95% helvetica,sans-serif;
	width: 100%;
    background: #dcdcdc;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
a {
	color: #005500;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.noline {
	text-decoration: none;
}
.punktir {
  border-bottom: 1px dashed;
  cursor: help;
}
.apic  {
    border-bottom: 1px dashed;
	text-decoration: none;
}
a.apic:hover {
	text-decoration: none;
    border-bottom: 1px dashed;
	color: #ff0000;
}
p  {
	margin-bottom: 1.5ex;
    text-align: justify;
    text-indent: 15px;
}
h1 {
    font-size: 120%;
    border-bottom: 1px solid;
    padding-bottom: 0.5ex;
	margin-bottom: 1.5ex;
    color: #005500;
}
h2 {
  font-size: 110%;
  margin-bottom: 1.5ex;
  color: #005500;
}
h3 {
  font-size: 100%;
  margin-bottom: 1.5ex;
  color: #005500;
}
.ti15  {
    text-indent: 15px;
}
img {
	border: none;
}
.border {
	border: 1px solid #BBB;
	padding: 2px;
	vertical-align: top;
}
.adimgL {
  border:  0;
  margin: 0ex 0.5em 0.5ex 0em;
  padding: 0ex 0.5ex 0.5ex 0ex;
  float: left;
}
.adimgR {
  border:  0;
  margin: 0ex 0em 0.5ex 0.5em;
  padding: 0ex 0ex 0.5ex 0.5ex;
  float: right;
}
ul {
    padding: 0em 0px 0.5em 45px;
	}
.bird {
    list-style-image: url('checkmark.png');
	padding: 0em 0px 0.5em 45px;
}
table.hotelsTable {
 margin: 1em 1em 1em 0;
 background: #E9FFC5;
 border: 1px #050 solid;
 border-collapse: collapse;
 font-family: helvetica, sans-serif;
 width: 100%;
}
.hotelsTable th,
.hotelsTable td {
 border: 1px #050 solid;
 padding: 0.2em;
 vertical-align: top;
}
.hotelsTable th {
 background: #5da130;
 text-align: center;
}
.hotelsTable caption {
 font-weight: bold;
}
table.gallerysTable {
 margin: 1em 0 1em 0;
 background: #E9FFC5;
 border: 0px;
 border-collapse: collapse;
 font-family: helvetica, sans-serif;
}
.gallerysTable td {
 padding: 0.5em 0em 0.5em 10px;
 vertical-align: top;
}
table.advTable {
 margin: 0em 0 0em 0;
 border: 0px;
 border-collapse: collapse;
}
.advTable td {
 padding: 0em 5px 0.5em 0;
 vertical-align: top;
}
.adv {
  font-size: 110%;
  font-family: "trebuchet ms", tahoma, sans-serif;
  font-weight: bold;
  text-indent: 0px;
  color: #005500;
}
.smalltext {
  font-size: 75%;
}
.red {text-decoration: none;color:#FF0000;}
a.redlink {text-decoration: none;color:#000000;}
a.redlink:hover {text-decoration: none;color:#FF0000;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.fleft {float: left;}
.fright {float: right;}
.cboth {clear: both;}
.padding10-15px {padding: 10px 15px;}
.padding15px {padding: 15px;}
.margin-bot {margin-bottom: 15px;}
.margin-r {margin-right: 15px;}
.margin-l {margin-left: 15px;}
.margin-l5 {margin-left: 5px;}

.shadow1 {box-shadow: 2px 2px 7px -2px #6b8e23;}
.shadow2 {box-shadow: 2px 2px 5px -1px #6b8e23;}
.shadow3 {box-shadow: 2px 2px 12px -2px #6b8e23;}
.newimg1 {
	border: none;
	display: block;
	border-radius: 0 10px 0 10px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.newimg2 {
	border: none;
	display: block;
	border-radius: 10px;
}

/* Fancy Ajax
-----------------------------------------------------------------------------*/
.ajax_anons{
	width:400px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 29px;
    width: 960px;
}

.divheadermenu {
  height: 19px;
  margin-top: 10px;
  position: relative;
  float: left;
  vertical-align: top;  
  font-size: 13px;
  font-family: helvetica, sans-serif;
}

.divheadermenu a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  height: 19px;
  display: inline-block;
  padding: 0px 0px 0 0px;
  vertical-align: top;
  cursor: pointer;
}

.divheadermenu a:hover {
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
  height: 19px;
  display: inline-block;
  padding: 0 0px 0 0px;
  vertical-align: top;
  cursor: pointer;
}

.menutext {
  height: 17px;
  display: inline-block;
  padding-top: 2px;
}

.menug {
  background: #E9FFC5;
  padding-left: 5px;
}

.menuw {
  background: #FFFFFF;
  padding-left: 5px;
}

.soc {
  height: 29px;
  position: relative;
  float: right;
  margin-top: 2px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	background: url('fonmiddle.png');

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0.5em 325px 0.5em 70px;
}
#contentW {
	padding: 0.5em 10px 0.5em 70px;
}
.anons {
    background: #bef574;
    padding: 10px;
	margin-bottom: 10px;
	border-radius: 0 20px 0 20px;
}
.hotelscard1 {
 border: 1px dashed;
 border-color: #050;
 font-size: 95%;
 font-weight: bold;
 padding: 1ex;
 background: #bef574;
}
.hotelscard {
 border: 1px dashed;
 border-color: #050;
 font-size: 95%;
 padding: 1ex 1ex 1ex 1ex;
 background: #fcdd76;
 margin-bottom: 10px;
}
.formbox {
	padding:10px;
	background: #FFFFFF;
	border-radius: 0 20px 0 20px;
}
.informbox {
	margin:5px 10px 0 25px;
	width: 305px;
}
.ad300box {
	padding-left:15px;
	width: 300px;
}
.ad565box {
	width: 565px;
}
#advert900 {
	width: 100%;
	margin:20px 12px 20px 12px;
}
#advert900 p, .informbox p {
	text-align:left;
	text-indent:0px;
}
#advert900 .advert1 {
	width: 270px;
	height: 220px;
	float: left;
	margin-right:23px;
}
#advert900 .advert2 {
	width: 270px;
	height: 220px;
	float: left;
	margin-right:23px;
}
#advert900 .advert3 {
	width: 270px;
	height: 220px;
	float: left;
}
#advert900 .text {
	margin: 12px;
}
.advertz {
	font-size: 17px;
	color:#000000;
	font-weight: bold;
}
.advertbox1 {
	background: #bef574;
	border-radius: 20px 0 20px 0;
}
.advertbox2 {
	background: #bef574;
	border-radius: 0 20px 0 20px;
}
.ntext1 {
	background: url("http://i-traveler.ru/style/n1.png") 0 top no-repeat;
	padding: 15px 15px 15px 90px;
}
.ntext2 {
	background: url("http://i-traveler.ru/style/n2.png") 0 top no-repeat;
	padding: 15px 15px 15px 90px;
}
.ntext3 {
	background: url("http://i-traveler.ru/style/n3.png") 0 top no-repeat;
	padding: 15px 15px 15px 90px;
}
.ntext4 {
	background: url("http://i-traveler.ru/style/n4.png") 0 top no-repeat;
	padding: 15px 15px 15px 90px;
}
.ntext5 {
	background: url("http://i-traveler.ru/style/n5.png") 0 top no-repeat;
	padding: 15px 15px 15px 90px;
}
.border-bot {
	width:100%; 
	padding-bottom:12px; 
	background:url("http://i-traveler.ru/style/border1.gif") 0 bottom repeat-x;
}
.button1 {
	display:inline-block; 
	padding:0px 25px 3px;
	font-family: helvetica, sans-serif;
	font-size:19px;
	line-height:1.7em;
	color:#fff;
	text-decoration: none;
	background:url("http://i-traveler.ru/style/button1.gif") 0 0 repeat-x #010101;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
	margin:15px 0 3px 3px;
}
.button1:hover {background:#000;text-decoration: none;color:#fff;}
.promo {
     text-decoration: none;
	 font-size:13px;
	 margin-top:5px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 60px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 310px;
	margin-left: -310px;
	position: relative;
}

#contentright {
	padding: 0.5em 10px 0.5em 0px;
}
.pl2 {
	padding-left: 2px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #505050;
	color: #C6C0AA;
	font-size: 70%;
	padding: 15px;
}

#footer a {
  color: #C6C0AA;
  text-decoration: none;
}

#footer a:hover {
  color: #C6C0AA;
  text-decoration: none;
}