/* 
 * Reset 
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
 * Body
 */

body {
    font: 13px verdana, geneva, arial, sans-serif;
    color: #ffff00;
    background: #000 url(/img/space.gif) repeat;
}

#varuna-big {
    position: absolute;
    top: 27%;
    left: 38%;
    width: 365px;
}

#varuna-big a {
    color: #ffff00;
    text-decoration: none;
}

#varuna-big p {
    text-align: center;
    font: bold 40px "Times New Roman", Times, serif;
    font-variant: small-caps;
}

#langs {
    background: #000 url(/img/langs_bg.png) no-repeat;
    width: 272px;
    height: 135px;
    position: absolute;
    top: 2%;
    right: 2%;
    display: none;
}

#langs ul {
    position: relative;
    top: 55px;
    left: 58px;
    width: 100px;
}

#langs ul li {
    float: left;
    margin-right: 4px;
}

#our_service {
    position: absolute;
    top: 96%;
    right: 1%;
    display: none;
}

#our_service a {
    color: #ffff00;
    font: bold 20px "Times New Roman", Times, serif;
    font-variant: small-caps;
    text-decoration: none;
    padding-right: 20px;
}

#our_service a:hover {
    text-decoration: underline;
}

#our_service ul li {
    float: left;
    margin-right: 15px;
    background: url(/img/vline_yellow.png) no-repeat right center;
}

#our_service ul li.last {
    background: none;
}

#star {
    position: absolute;
    display: none;
}

#wrapper {
    width: 1163px;
    margin: 0 auto;
}

#header a, #header form {
    float: left;
    display: block;
}

#varuna-title {
    padding: 20px 0 0 0;
}

#search-form {
    padding: 85px 0 0 95px;
}

#search-field {
    height: 30px;
    border: 1px solid #797978;
    color: #000;
    background: #FFF url(/img/search_16.gif) no-repeat 5px center;
    line-height: 30px;
    padding: 5px 0 0 25px;
    vertical-align: top;
}

#search-btn {
    border: 0;
    background: url(/img/search_btn.png) no-repeat right center;
    height: 30px;
    width: 73px;
    color: #FFF;
    font: bold 15px verdana, geneva, arial, sans-serif;
    vertical-align: top;
}

#nav {
    background: url(/img/nav_bg.png) no-repeat right center;
    height: 39px;
    width: 1161px;
    clear: both;
    position: relative;
}

#nav-toolbar {
    margin: 0 20px 0 20px;
}

#nav-toolbar li {
    float: left;
    font: 11px verdana, geneva, arial, sans-serif;
    margin-right: 20px;
}

#nav-toolbar a {
    color: #626262;
    line-height: 39px;
    text-decoration: none;
}

#nav-toolbar a:hover {
    color: #000;
    border-bottom: 1px dashed #000;
}

#nav-map {
    background: url(/img/map.gif) no-repeat left center;
    padding-left: 18px;
}

#nav-home {
    background: url(/img/home.gif) no-repeat left center;
    padding-left: 18px;
}

#nav-menu {
    position: absolute;
    left: 26%;
}

#nav-menu li {
    float: left;
    font: bold 16px verdana, geneva, arial, sans-serif;
    margin-right: 20px;
    font-variant: small-caps;
    background: url(/img/nav_vline.gif) no-repeat right center;
}

#nav-menu li.last {
    background: none;
}

#nav-menu a {
    color: #212121;
    line-height: 39px;
    text-decoration: none;
    margin-right: 20px;
}

#nav-menu a:hover {
    color: #000;
    border-bottom: 1px dashed #000;
}

#nav-langs {
    position: absolute;
    right: 1%;
}

#nav-langs li {
    float: left;
    margin-right: 10px;
    line-height: 52px;
}

#left-sidebar {
    background: url(/img/left_bg.jpg) no-repeat left top;
    width: 243px;
    height: 718px;
    float: left;
}

#right-sidebar {
    background: url(/img/right_bg.jpg) no-repeat right top;
    width: 244px;
    height: 710px;
    float: right;
    padding: 40px 0 0 0;
}

#right-sidebar table td {
    padding: 5px;
}

#content {
    margin: 10px 0;
}

#main-block {
    width: 670px;
    height: 717px;
    background: url(/img/main_bg.jpg) no-repeat right top;
    margin-left: 248px;
    color: #000;
}

#mb-inner {
    margin: 0 30px;
    padding: 25px 0 0;
    height: 400px;
}

#mb-inner h3 {
    font: bold 16px verdana, geneva, arial, sans-serif;
    color: #3a1906;
    font-variant: small-caps;
}

#mb-inner p {
    text-indent: 40px;
    padding-bottom: 2px;
}

#mb-inner img {
    padding: 5px 2px;
}

#mb-inner i {
    font-weight: bold;
}

#mb-inner ul.ulnk {
    list-style-image: url(/img/external.png);
    list-style-position: outside;
    margin: 8px 0 0 20px;
}

#mb-inner ul.ulnk li {
    margin-bottom: 5px;
}

#mb-inner a {
    /*color: #F6F600;*/
    color: #FFFF44;
    font-weight: bold;
    text-decoration: none;
}

#mb-inner img {
    vertical-align: middle;
}

#mb-inner a.ulnk:hover {
    text-decoration: underline;
}

#motto {
    margin: 0px auto 0px;
}

#footer {
    width: 1163px;
    height: 62px;
    background: url(/img/footer_bg.png) repeat-x right top;
    position: relative;
}

#footer center {
    color: #FFF;
    font-variant: small-caps;
    padding-top: 3px;
}

#footer ul {
    margin: 6px auto 0;
    width: 670px;
}

#footer li {
    float: left;
    padding-right: 5px;
}

#by {
    position: absolute;
    right: 2%;
}

#title-services {
    position: relative;
    top: 42px;
    left: 25px;
}

#ls-wrapper {
    position: relative;
    top: 134px;
    left: 17px;
}

#services {
    color: #7b5626;
}

#services li {
    background: url(/img/service_marker.png) no-repeat left 3px;;
    padding-left: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    line-height: 15px;
    width: 200px;
}

#title-address {
    margin-left: 70px;
    width: 70px;
    display: block;
}

#address_pic {
    float:left;
} 

#address-text {
    color: #a17232;
    width: 217px;
}

#address-text b {
    color: #7b5626;
}

#address-text p {
    margin-bottom: 2px;
}

#lastNews img {
    vertical-align: middle;
}

#lastNews {
    padding: 5px 0 0 0;
    text-align: center;
}

#news {
    width: 210px;
    margin-left: 15px;
}

#news li {
    text-align: left;
    margin-bottom: 5px;
}

#news li sup {
    vertical-align: super;
    color: #000;
    font-size: 10px;
}

#news li a {
    color: #7B5626;
    text-decoration: none;
}

#news li a:hover {
    text-decoration: underline;
}

#gallery {
    margin: 10px 0;
}

ul.services {
    margin: 1px 0;
    padding: 0 0 4px 25px;
    list-style: inside url(/img/success.png);
}

#service-table strong {
    text-shadow: 1px 1px 0px #000;
    font-size: 14px;
}

#feedback_form {
    float: left;
    margin: 10px 0;
}

#feedback_form input[type="text"], #feedback_form textarea {
    border: 1px solid #999;
}

#feedback_form input[type="text"] {
    height: 23px;
}

#feedback_form p, #contacts p {
    text-indent: 0px;
    clear: both;
}

#feedback_form label {
    width: 85px;
    float: left;
    font-weight: bold;
}

#feedback_form em {
    font-weight: bold;
    color: red;
}

#contacts {
    float: right;
    width: 270px;
    margin: 10px 0;
    color: #ffff00;
}

#pol-address {
    color: #000;
}

#gmap {
    width: 600px; 
    height: 300px;
    margin:330px auto 0;
}

/* Opera 10.xx (включая 10.50) */
@media all, () {
    #nav-langs { top: 8px; }
    #right-sidebar {height:680px;}
}
