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,
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;
    vertical-align: baseline;
}

.clear
{
    clear:both;
}

html, body
{
    height: 100%;
}

body
{
    position:relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #58585A;
    text-align: left;
}

.noJS body
{
	background: #49321D;
}

a
{
    color: #96ac00;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Times New Roman", "Times", serif;
    color: #96ac00;
    font-weight: 200;
    padding: 8px 0;
}

h1
{
    font-size: 22px;
    line-height: 26px;
    padding: 8px 0;
}

p
{
    letter-spacing: 0.03em;
    padding: 4px 0;
}

strong
{
    font-weight: inherit;
    color: #96ac00;
}

#overlay
{
    background: #49321D;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 956px;
    height: 100%;
    min-height: 580px;
    overflow: hidden;
}

#overlay a
{
	display: none;
}

.noJS #overlay a
{
	display: block;
}

#logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 201px;
    margin-left: -200px;
    margin-top: -100px;	
}

#bg_img
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 580px;
    width: 100%;
    min-width: 956px;
    z-index: 2;
    overflow: hidden;
    background: #FFFFFF;
    display: block;
}

#bg_img img
{
    -ms-interpolation-mode: nearest-neighbor;
    width: 100%;
}

#bg_img div
{
	display: none;
}

#tooltip
{
    position: absolute;
    z-index: 2000;
    display: none;
}

#page
{
    min-width: 956px;
    min-height:100%;
    height:auto !important;
    height:100%;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    display: block;
    background: url(../img/blank.gif);
}

#nav
{
    position: absolute;
    bottom: 0;
    left: 70px;
    line-height: 0;
    font-size: 0;
}

#nav div.main_nav
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3px 0 0;
    width: 175px;
    display: none;
}

#nav div.sub_nav
{
    position: absolute;
    bottom: 0;
    left: 178px;
    margin: 0 3px 0 0;
    width: 175px;
    display: none;
}

#nav div.pics_nav
{
    position: absolute;
    bottom: 0;
    left: 356px;
    width: 100px;
    display: none;
}

#nav ul
{
    list-style-type: none;
    overflow: hidden;
    background: #49321d;
}

#nav li
{
    display: block;
    padding: 0 15px 0 20px;
    overflow: hidden;
}

#nav li.active
{
    display: block;
    overflow: visible;
}

#nav li.logo
{
    padding: 24px 15px 10px 15px;
    height: 55px;
    width: 145px;
    overflow: hidden;
    display: block;
}

#nav li.spacer
{
    display: block;
    height: 15px;
    line-height: 15px;
}

#nav li a
{
    color: #ded5ca;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 3px 0;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
}

#nav li a:hover,
#nav li.active a,
#nav li.active a:hover,
#nav li.active li.active a
{
    color: #B1C800;
}

#nav li.active li a
{
    color: #ded5ca;
}

#nav div.pics_nav_title
{
	background: #49321d;
	color: #B1C800;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 13px;
	text-transform: uppercase;
	padding: 10px 0 4px 0;
	
}

#nav div.pics_nav_control
{
    background: #49321d;
    line-height: 9px;
    text-align: center;
    height: 9px;
    position: relative;
    padding: 3px 0 10px 0;
}

#nav div.pics_nav_control span.pause
{
    display: inline-block;
    vertical-align: top;
    height: 9px;
    width: 8px;
    margin: 0 3px;
    background: url(../img/pause.gif) no-repeat 0 -9px;
    cursor: pointer;
}

#nav div.pics_nav_control span.prev
{
    display: inline-block;
    vertical-align: top;
    height: 9px;
    width: 14px;
    margin: 0 3px;
    background: url(../img/prev.gif) no-repeat;
    cursor: pointer;
}

#nav div.pics_nav_control span.next
{
    display: inline-block;
    vertical-align: top;
    right: 5px;
    top: 15px;
    height: 9px;
    width: 14px;
    margin: 0 3px;
    background: url(../img/next.gif) no-repeat;
    cursor: pointer;
}

#mwst
{
    position: absolute;
    right: 10px;
    top: 10px;
}

#contact
{
    position: absolute;
    top: 5px;
    right: 30px;
    color: #B1C800;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#contact a
{
    color: #B1C800;
}

#right_bottom
{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    line-height: 19px;
    height: 19px;
    overflow: hidden;
    background: #49321D;
    padding: 10px;
}

#right_bottom a
{
    color: #a7a9ac;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
    height: 19px;
    display: inline-block;
}

#right_bottom a:hover
{
    color: #B1C800;
}

#nav_right
{
    list-style-type: none;
    padding: 0;
}

#nav_right li
{
    float: left;
    position: relative;
    padding: 0 4px;
}

#nav_right li.lang
{
    padding: 0 8px;
}

#nav_right li.sound
{
	overflow: hidden;
}

#content_min
{
    width: 956px;
    height: 580px;
    overflow: hidden;
}

#content_wrapper
{
    position: relative;
    width: 600px;
    height: 380px;
    margin: 50px 286px 150px 70px;
    overflow: hidden;
}

#content
{
    position: absolute;
    left: 0;
    bottom: 0;
}

#google_map
{
    width: 600px;
    height: 380px;
}

div.text
{
    margin: 0 0 25px 0;
    position: relative;
    width: 600px;
    height: 200px;
}

div.textbox
{
    position: relative;
    height: 200px;
    width: 600px;
    overflow: hidden;
}

div.textbox ul
{
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
}

div.textbox li
{
    overflow: hidden;
    width: 600px;
    height: 200px;
}

a.more
{
    position: absolute;
    bottom: -25px;
    right: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 3px 5px;
}

a.back
{
    position: absolute;
    bottom: -25px;
    left: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 3px 5px;
}

a.more:hover,
a.back:hover
{
    background: #96AC00;
    color: #FFFFFF;
}

ul.links
{
    padding: 20px 0 0 0;
    list-style-type: none;
}

ul.links a
{
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
}

ul.links a:hover
{
    color: #FFFFFF;
    background: #96AC00;
}

div.person
{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 54px;
    padding: 5px 0;
    overflow: hidden;
}

div.person p
{
	padding: 0;
}

div.person a
{
    color: #000000;
    text-decoration: underline;
}

div.xform :focus
{
    outline: none;
}

div.xform p
{
    position:relative;
    padding: 3px 0;
    line-height: 22px;
}

div.xform label
{
    position:absolute;
    top:4px;
    left:5px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 13px;
    background: #FFFFFF;
    cursor: text;
}

div.xform input.text
{
    height: 20px;
    width: 256px;
    border: 0;
    background: url(../img/label_bg.gif) no-repeat;
    padding: 1px 5px;
}

div.xform p.formsubmit
{
    width: 128px;
    float: left;
}

div.xform p.formlabel-reset
{
    text-align: right;
}

div.xform input.submit
{
    height: 22px;
    padding: 3px 5px;
    border: 0;
    width: 108px;
    background: url(../img/submit_bg.gif) no-repeat;
    overflow: hidden;
    text-align: left;
    color: #58585a;
}

div.xform input.loading
{
    background: url(../img/submit_loading_bg.gif) no-repeat;
}

div.xform input.reset
{
    height: 22px;
    padding: 3px 5px;
    border: 0;
    width: 118px;
    background: url(../img/reset_bg.gif) no-repeat;
    overflow: hidden;
    text-align: left;
    color: #58585a;
}

div.xform textarea
{
    height: 67px;
    width: 256px;
    border: 0;
    background: url(../img/textarea_bg.gif) no-repeat;
    padding: 1px 5px;
    overflow: auto;
}

div.xform p.formdata
{
    color: #96ac00;
    padding: 12px 0 0 0;
    overflow: hidden;
}

div.xform p.formdata span.left
{
    float: left
}

div.xform p.formdata span.right
{
    float: right;
}

div.formleft
{
    float: left;
    width: 256px;
    padding: 0 44px 0 0;
}

div.formright
{
    float: left;
    width: 256px;
}

ul.form_warning
{
    display: none;
}

p.answertext
{
    color: #FFFFFF;
    padding: 30px 0;
}

.noJS div.QOverlay
{
    display: none;
}

.noJS #nav li
{
    display: none;
}

.noJS #nav li.active,
.noJS #nav li.logo,
.noJS #nav li.spacer,
.noJS #nav div.main_nav,
.noJS #nav li.active div.sub_nav,
.noJS #nav div.main_nav:hover > ul > li,
.noJS #nav div.sub_nav:hover > ul > li
{
    display: block;
}

.noJS #nav div.main_nav:hover > ul > li.arrow,
.noJS #nav div.sub_nav:hover > ul > li.arrow
{
    display: none;
}

.noJS div.textbox
{
    overflow: auto;
}

.noJS div.textbox ul
{
    width: 570px;
}

.noJS div.textbox li
{
    width: 570px;
}

.noJS a.more
{
    display: none;
}

.noJS div.xform label
{
    left: auto;
    right: 5px;
}
