body {
	font-family: Arial;
	font-size: 12px;
	margin:0;
	background: #fff;
	color: #464646;
}
td, th, p, div, span {
	font-family: Arial;
	font-size: 12px;
}

a, a:visited, a:hover {
	text-decoration: underline;
	color:#464646;
}
a:hover {
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}
.content{
	text-align:left;
}

.content img { border: 2px solid #760707; }
.content p img { border: 2px solid #760707; }
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	background:url(../images/ball.gif) no-repeat left;
	margin: 0px;
	margin-bottom: 10px;
	margin-top:5px;
	color:#362f2d;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom:6px;
	color:#201b1f;
}
h2 a, h2 a:visited, h2 a:hover {
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
	color:#201b1f;
}
h2 a:hover {
	text-decoration:underline;
}

hr {
	height: 1px;
	color: #760707;
	background: #760707;
	border: 0 none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr {
	height: 1px;
	background: #760707;
	font-size: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h5 {height:5px;font-size:1px;}
.h10 {height:10px;font-size:1px;}
.mb5 {margin-bottom:5px}

.fl {float:left}
.fr {float:right}
.clear {clear:both;float:none;}

.input {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #aaa;
	padding: 2px;
	color:#6E6E6E;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	color: #252525;
	background-color: #F1EAD2;
	border: 1px solid #D7BE8B;
	width: 128px; height: 20px;
	cursor: hand;
	letter-spacing: 1px;
	background-image: url(../i/but.gif); 
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}
.green {
	color: green;
	font-weight: bold;
	text-align: center;
}

img.code {
	margin-bottom: -5px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#7C5999;
}

/* blockqoute */
blockquote {
	border: 1px dashed #333;
	background: #ffd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px;
	margin-left: 40px;
}
.blockquote {
	border: 1px dashed #333;
	background: #ffd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px;
}
.leftblockquote {
	border: 1px dashed #333;
	background: #ffd;
	float: left;
	width: 45%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.rightblockquote {
	border: 1px dashed #333;
	background: #ffd;
	float: right;
	width: 45%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.highlight {
	background-color: #fffebb;
}

#comments {
	margin-top: 30px;
}

.pollQuestion {
	font-weight: bold;
}
ul.poll {
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style: none;
}
ul.poll li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.pollsBar {
	background: #c7f1fb;
}
.pollsBarMax {
	background: #00ccff;
}

.date {
	color: #777;
}
#commentForm {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 8px;
}

ul.subCategories {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 40px;
}
ul.subCategories li {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
ul.subCategories a {
	font-weight: bold;
}

.guestbookAnswer {
	font-style: italic;
	margin-top: 10px;
}

/* ---- Basic menu styles ------------------- */

/* common styling */
#menu, #menu ul, #menu li { margin: 0; padding: 0; border: 0 none; font-family: Verdana;}

#menu       { position:relative; z-index: 100;}
#menu li    { float:left;  position:relative; list-style: none; display: inline;}
#menu li a  { display:block; white-space: nowrap;  }
#menu li li { /*width: 100%;*/ clear: both;  /*FF 1.0.7 needs this */  }
#menu li ul { visibility: hidden; position:absolute; }

#menu li li ul {  top: 0; left: 0; }

#menu li.hover ul               {  visibility: visible; }
#menu li.hover ul li ul 		  {  visibility: hidden;  }
#menu li.hover li.hover ul      {  visibility: visible;  left: 100%; }

/* ---- Menu layout -------------------------- */


#menu li li { border: 0;}

#menu ul    { border: 0px; }
#menu ul li.node { background: transparent url(../images/arrow.png) no-repeat right; }
#menu ul li.separator { height: 1px;  }
#menu li {
	float:none;
}
#menu a {
	margin: 0;
	color: #333333;
	line-height: 22px; vertical-align: middle;
	font-size: 11px; text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat; background-position: left 50%;
}
#menu li a {
	color:#d7be8b;
	font-size:14px;
	text-decoration:none;
}

#menu li.disabled a { color: gray; }

/* 1 level - hover */
#menu li.hover a {  color:#fff; text-decoration:underline; margin: 0; }
/* 2 level - normal */
#menu li.hover li a { background-color: transparent; border: 0 none;   margin: 0;  }
/* 2 level - hover */
#menu li.hover li.hover a { background-color: #fff;color:#18ab34; border: 0px; text-decoration:underline; margin: 2px;   }
/* 3 level - normal */
#menu li.hover li.hover li a { background-color: transparent; border: 0 none;   margin: 2px;  }
/* 3 level - hover */
#menu li.hover li.hover li a:hover { background-color: #D6E5FC; border: 0px;  margin: 1px;  }

#projectsImages {float:left;}
#projectsImages ul, #projectsImages li {margin:0px;padding:0px;list-style:none;}
#projectsImages li {height:108px;}
.projectsImagesNext {float:left;width:16px;height:31px;background:url(../images/arrow_left.gif) no-repeat;margin-top:30px;margin-left:45px;margin-bottom:5px;margin-right:3px;cursor:pointer;}
.projectsImagesPrev {float:left;width:16px;height:31px;background:url(../images/arrow_right.gif) no-repeat;margin-top:30px;margin-right:3px; margin-left:3px;cursor:pointer;}
.concertTimesLeft {font-weight:bold;font-size:14px;text-transform:uppercase;}
#concertTimesLeft {color:red;}



.menu-m {
	font-family: Verdana;
	font-style:normal;
	text-decoration:none;
	border:0 none;
	font-size:14px;
	color:#FFFFFF;
	display:block;
}

.pic {
	background:url(../images/hotel_uzbekistan_1.jpg) no-repeat;
	height:212px;
	width:71px;
	float:left;
}
.light {
	background:url(../images/ground.gif) repeat-x left top;
	height:212px;
	line-height:20px;
}
.pic1 {
	background:url(../i/t2.gif) repeat-x left top;
	height:16px;
	width:100%;
}
.b4 {
	background:url(../i/b4.gif) repeat-x left top;
	height:90px;
	text-align:center;
	color:#989178;
	font-size:11px;
}
.b4 a, .b4 a:hover, .b4 a:visited {
	color:#989178;
	font-size:11px;
}
.r1 {
	background:url(../i/r1.gif) ;
	height:130px;
	margin:0;
	padding:0;
	text-align:left;
}
.pink {
	height:6px;
	margin:0;
	padding:0;
	min-width:270px;
	background-color:#DFBFAE;
}
.title1 {
	height:20px;
	background-color:#d8be8b;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#3b2f19;
	line-height:20px;
	padding-left:10px;
}
.title_line {
	height:6px;
	background-color:#8c3426;
}
.bottommenu {
	width:700px;
	line-height:20px;
	padding-top:15px;
}
.bottommenu a, .bottommenu a:hover, .bottommenu a:visited {
	color:#000000;
	text-decoration:none;
}
.bottommenu a:hover {
	text-decoration:underline;
}
.more {
	margin-bottom:10px;
	text-align:right;
}
.more a, .more a:visited, .more a:hover{
	height:16px;
	font-size:11px;
	color:#780a09;
	text-decoration:underline;
}
.more a:hover{
	text-decoration:none;
}
.news {
	width:48%;
	min-width:300px;
	padding-right:30px;
	text-align:left;
}
.news1 a, .news1 a:hover, .news1 a:visited {
	color:#201b1f;
	text-decoration:none;
}
.news1 a:hover {
	text-decoration:underline;
}
.button1 {
	font-family: Verdana;
	font-size: 11px;
	color: #252525;
	background-color: #F1EAD2;
	border: 1px solid #D7BE8B;
	width: 128px; height: 20px;
	cursor: hand;
	letter-spacing: 1px;
	background-image: url(../i/but.gif); 
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom:6px;
	color:#760707;
}
h3 a, h3 a:visited, h3 a:hover {
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
	color:#760707;
}
h3 a:hover {
	text-decoration:underline;
}
.sh3 { font-family: Arial; font-size
