html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	
	/*
	-background-image: url('/images/siteBackground.png');
	-background-repeat: no-repeat;
	-background-color:  #9900A1;
	-background-color: #7F008C;
	*/
	
	background-image: url('/images/bodyBackground.png');
	
	margin: 0px;
	
	color: #55005E;
	
	padding: 0px;
	margin: 0px;
}

.layer {
	-background-image: url('/images/siteBackground.png');
	-background-repeat: no-repeat;
	-background-color: #9900A1;
	-background-color: #7F008C;
}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9900A1;
	text-align: center;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	text-indent: 1.5em;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #6dcff6;
}

a:hover {
	color: #ffd401 !important;
}

/*
 * 
 */

.fan {
	z-index: 900;
	position: absolute;
	top: 0px;
}

/*
 * 
 */

.headerTable {
	
	margin: 0px;
	
	position: relative;
	
	height: 360px;
	
	background: url('/images/siteBackground_1.png') repeat-x;
	-background-color: #9900A1;
	
	z-index: 100;
}

/*
 * 
 */

.contentTable {
	width: 1250px;
	-margin: auto;
	
	min-height: 300px;
	
	z-index: 101;
	-overflow: hidden;
	
	-background-color: #7F008C;
}

/*
 * Центральная колонка
 */

.mainContent {
	
	font-size: 14px;
	line-height: 19px;
	
	width: 729px; 
	
	background-image: url('/images/contentBackground.png');
	background-color: #DCA3DD;
	
	border-left: 1px solid #54005D; 
	border-bottom: 1px solid #54005D; 
	border-right: 1px solid #54005D;
	
	box-shadow: 0px 0px 16px #222;
	-moz-box-shadow: 0px 0px 16px #222;
	-webkit-box-shadow: 0px 0px 16px #222;
	-o-box-shadow: 0px 0px 16px #222;
	-khtml-box-shadow: 0px 0px 16px #222;
	-ie-box-shadow: 0px 0px 16px #222;
	
	padding: 0px;
	margin: 0px;
	
	padding-top: 25px;
	
	behavior: url('/css/PIE.htc');
}


.mainContent a:hover {
	color: #d45313 !important;
}


/*
 * Левая колонка
 */

.leftContent {
	width: 259px;
	
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.leftInnerContent {
	padding-top: 20px;
	padding-left: 30px;
}

/*
 * Правая колонка
 */

.rightContent {
	padding-top: 20px;
	
}

.rightInnerContent {
	padding-right: 30px;
}

/*
 * 
 */

.footerTable {
	width: 1170px;
	margin: auto;
	
	margin-top: 20px;
}

.footerTable * {
	color: #ffd401;
	font-size: 12px;
}

.footerTable a {
	color: #ffd401;
}

.footerTable a:hover {
	color: #6dcff6 !important;
}

/*
 * 
 */

.countriesSideTable td a {
	color: #ffd401;
}

.countriesSideTable td a:hover {
	color: #fff !important;
}

/*
 * 
 */

.countryMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	
	font-size: 15px;
}

.countryMenu li {
	margin-left: 0px;
	padding-left: 0px;
	
	margin-bottom: 2px;
	
	color: #fff;
}

.countryMenu li a {
	color: #fff;
}

.countryMenu li a:hover {
	color: #ffd401;
}

.countryMenu li a:active {
	color: #ffd401;
}

.countryMenu .active {
	color: #ffd401;
}

.countryMenu .countryMenuStatic {
	color: #6dcff6;
}

.sidebarImage {
	box-shadow: 0px 0px 5px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	-moz-box-shadow: 0px 0px 5px #111;
	-o-box-shadow: 0px 0px 5px #111;
	-khtml-box-shadow: 0px 0px 5px #111;
	-ie-box-shadow: 0px 0px 5px #111;
	
	margin-bottom: 6px;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.chain {
	/*color: #9900A1;*/
	color: #116;
	font-size: 14px;
}

.chain a {
	/*color: #116;*/
	color: #9900A1;
}

/*
 * 
 */

.tour {
	float: left;
	
	width: 300px;
	
	text-align: center;
	
	margin-bottom: 20px;
	
	margin-left: 25px;
}

.tour img {
	box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	-o-box-shadow: 0px 0px 4px #222;
	-moz-box-shadow: 0px 0px 4px #222;
	-khtml-box-shadow: 0px 0px 4px #222;
	
	margin-top: 6px;
	margin-bottom: 8px;
	
	behavior: url('/css/PIE.htc');
}

.tourHeader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight: bolder;
	
	color: #1f2458;
}

.tourPreviewText {
	width: 250px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	color: #333;
	
	text-align: left;
	
	margin-left: 30px;
}

.tourPriceFrom {
	float: right;
	
	font-size: 13px;
	color: #632f6f;
	
	margin-right: 30px;
	
	font-weight: normal;
}

/*
 * 
 */

.tourList {
	
}

.tourList img {
	box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	-o-box-shadow: 0px 0px 4px #222;
	-moz-box-shadow: 0px 0px 4px #222;
	-khtml-box-shadow: 0px 0px 4px #222;
	-ie-box-shadow: 0px 0px 4px #222;
	
	margin: 3px 0px 8px 0px;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.countryMenuResorts {
	list-style: none;
	padding-left: 20px;
}

/*
 * 
 */

.galleryLayout {
	
	position: fixed;
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: #54005D;
	
	z-index: 100;
	
	opacity: 0.98;
}

.imageGallery {
	border: 1px solid #ddd;
	
	background-color: #fff;
	
	position: fixed;
	
	top: 5px;
	left: 50px;
	
	width: 786px;
	height: auto;
	
	padding: 20px;
	
	z-index: 100;
	
	opacity: 1;
}

.imageGallery img {
	box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 4px #000;
	-khtml-box-shadow: 0px 0px 4px #000;
	-ie-box-shadow: 0px 0px 4px #000;
	
	border: 1px solid #444;
	
	behavior: url('/css/PIE.htc');
}

.imageGallery img.thumbActive {
	border: 1px solid #f00;
}

.imageGallery img.arrows {
	box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	-o-box-shadow: 0px 0px 0px #000;
	-khtml-box-shadow: 0px 0px 0px #000;
	-ie-box-shadow: 0px 0px 0px #000;
	
	border: 0px solid #444;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.tourTypes {
	border: 0px solid #ddd;
	padding: 12px;
	-background-color: #f9f9f9;
	
	margin-bottom: 20px;
}

.tourTypesList {
	list-style: disc inside;
	 
	float: left; 
	width: 300px; 
	padding: 0px; 
	margin: 0px;
}

.tourTypesList li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	
	-color: #666;
	color: #54005D;
	
	margin-right: 12px;
	
	border-bottom: 1px solid #bbb;
}

.tourTypesList li a {
	-color: #54005D !important;
	color: #9900A1 !important;
}

.tourTypesList li a:hover {
	-color: #ffd401 !important;
	-color: #ffd401 !important;
	color: #d45313 !important;
}

/*
.tourTypesList li:hover {
	color: #ffd401 !important;
}
*/

/*
 * 
 */

.searchInput {
	background: url('/images/search_icon.png') no-repeat 3% 50% #9900A1;
	background-color: #9900A1;
	
	border: 1px solid #54005D;
	
	border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-ie-border-radius: 12px;
	
	box-shadow: 0px 0px 2px #54005D;
	-o-box-shadow: 0px 0px 2px #54005D;
	-webkit-box-shadow: 0px 0px 2px #54005D;
	-moz-box-shadow: 0px 0px 2px #54005D;
	-khtml-box-shadow: 0px 0px 2px #54005D;
	-ie-box-shadow: 0px 0px 2px #54005D;
	
	padding: 0px 6px;
	padding-left: 22px;
	
	height: 20px;
	width: 170px;
	
	font-size: 12px;
	
	color: #bbb;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.realEstateOffersList {
	
}

.realEstateOffersList img {
	box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 4px #000;
	-khtml-box-shadow: 0px 0px 4px #000;
	-ie-box-shadow: 0px 0px 4px #000;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.realEstateOffer {
	margin-top: 10px;
	text-align: center;
	width: 300px;
}

.realEstateOffer img {
	box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 4px #000;
	-khtml-box-shadow: 0px 0px 4px #000;
	-ie-box-shadow: 0px 0px 4px #000;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.weatherInformer {
	border: 0px solid #333;
	
	width: 167px;
	padding: 4px;
	
	color: #fff;
	
	box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 4px #000;
	-khtml-box-shadow: 0px 0px 4px #000;
	-ie-box-shadow: 0px 0px 4px #000;
	
	behavior: url('/css/PIE.htc');
}

.weatherInformer h2 {
	color: #ffd401;
	margin: 2px;
	font-size: 14px;
}

.weatherInformer img {
	width: 24px;
	
	box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	-o-box-shadow: 0px 0px 4px #000;
	-khtml-box-shadow: 0px 0px 4px #000;
	-ie-box-shadow: 0px 0px 4px #000;
	
	behavior: url('/css/PIE.htc');
}

/*
 * 
 */

.sitemap {
	
}

.sitemap a {
	color: #9900A1;
}
