html {
	height: 100%;
	background-image: url('new_images/bg.gif');
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	height: 100%;
	background: url('new_images/top_bg_small.jpg') repeat-x top center;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
    margin: 0 0 18px;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#wrapper {
	min-width: 1000px;
	max-width: 1400px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 315px;
	background: url('new_images/header_small.jpg') no-repeat top center;
}

#phone {
    text-align: center;
    padding-left: 780px;
    padding-top: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #fff;
}

#svyaz {
    padding-left: 137px;
    font-size: 1px;
    /*width: 22px;
    height: 14px;*/
}

#link {
    text-align: center;
    padding-right: 500px;
}

#det {
	margin: 0 auto;
	margin-top: 92px;
	color: #666;
	width: 740px;
}

#tour {
	width: 140px;
	margin: 0 auto;
	padding: 0;
	margin-top: -37px;
    padding-left: 575px;
    text-align: right;
    height:45px;
}

#top_menu {
	padding-top: 7px;
}

#menu {
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

#menu li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	background: url('new_images/menu-l.png') no-repeat top left;
}

#menu li a {
    display: inline-block;
	height: 27px;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 8px;
    font-size: 11px;
	color: #fff;
	text-decoration: none;
    background: url('new_images/menu-r.png') no-repeat top right;
}

#menu li a:hover, .menu li a.active {
    color: #000;
}

#menu li a span {
    height: 27px;
    padding-top: 6px;
    padding-bottom: 8px;
    background: url('new_images/menu-bg.png') repeat-x top center;
}

/* Middle
-----------------------------------------------------------------------------*/
#content_bg {
	margin: 0 auto;
	width: 100%;
	background: url('new_images/center_second.jpg') repeat-y top center;
}

#content {
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 740px;
}

#middle_question {
    float: left;
}

#question {
	width: 390px;
}

#question li {
	list-style-type: none;
	padding-bottom: 8px;
}

#question li a {
	color: #33cccc;
}

#question li a:hover, .question li a.active {
    color: #000;
}

#slideshow {
    float: left;
	width: 350px;
}

#zag {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffcc33;
}

#clear{
	clear: both;
}

/* Footer
-----------------------------------------------------------------------------*/
#bottom {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 338px;
	background: url('new_images/footer_new.jpg') no-repeat bottom center;
}

#contacts {
	margin: 0 auto;
    width: 740px;
    padding-top: 20px;
    font-size: 11px;
}

table{
    border-collapse: collapse;
}

input,textarea {
    border: #999;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    color: #000;
    padding: 0 3px;
}


.date {
	font-size: 0.91em;
	color: #666;
}

.gallary {
	padding: 0;
	margin: 0;
}

.gallary div {
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}

.gallary img {
	border: 2px solid #ccc;
}

.gallary p {
	margin-left: 50px;
	padding: 0;
}

.gallary a {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 12px;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
 	margin: 0;
	padding: 0;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
 	margin: 0;
	padding: 0;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
    background: #f8f4db;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
    margin-top: -12px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    font: normal 11px Verdana;
    line-height: 18px;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    background: #f8f4db;
    width: 170px; /* default width for menu */
}

.anylinkcss ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkcss ul li a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #ccc;
    padding: 1px 0;
    text-decoration: none;
    text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
    background: #33cccc;
    color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkcsscols{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid #ccc;
    padding: 10px;
    font: normal 11px Verdana;
    z-index: 100; /*zIndex should be greater than that of shadow's below*/
    background: #DEFFCA;
}

.anylinkcsscols .column{
    width: 100px;
    float: left;
}

.anylinkcsscols .column ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.anylinkcsscols li{
    padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
    margin-top: -12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    /*background: black;*/
    visibility: hidden;
}
