html, body, form, ol, ul, p{
    margin: 0;
    padding: 0;
}
html, body {height: 100%;}
#wrap{min-height: 100%; width: 100%; min-width: 1000px;}
#main{
    overflow: auto;
	padding-bottom: 30px;
}
#footer{
    position: relative;
	margin-top: -31px;
	height: 30px;
    line-height: 30px;
	clear: both;
    border-top: solid 1px #c2bbbc;
    background: #dcddde;
    color: #858689;
    text-align: right;
    font-size: 10px;
}
body:before{
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

body{
    background: #370405;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
}
h1, h2, h3, h4, h5, h6{
    padding: 0px;
    margin: 0px;
    color: #b1b3b6;
    font-size: 22px;
}
:focus{
  -moz-outline-style: none;
}
a img, :link img, :visited img {
	border: 0;
}
a{
    color: #4b4b4b;
    text-decoration: none;
}
a:hover{
    color: #4b4b4b;
    text-decoration: underline;
}

#shadow_right{
    width: 60px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: 0px;
    background: url(/images/shadow_right1.gif);
    _display: none;
}
#shadow_left{
    width: 60px;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/images/shadow_left1.gif);
    _display: none;
}

#header{
    height: 200px;
    background: url(/images/header.jpg) no-repeat left #000;
    position: relative;
}
#header h1{
    position: absolute;
    width: 381px;
    height: 169px;
    background: url(/images/logo.png);
    left: 50%;
    margin-left: -425px;
    top: 59px;
}
#header h1 a{
    display: block;
    height: 100%;
    text-indent: -9999px;
}
#house{
    position: absolute;
    top: -40px;
    right: 0px;
    width: 411px;
    height: 247px;
    background: url(/images/top_right.jpg);
}
#menu{
	height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #c2bbbc;
    background: #dcddde;
    color: #858689;
    text-align: right;
    font-size: 16px;
    position: relative;
}
#menu ul{
    list-style: none;
    text-align: right;
    width: 880px;
    margin: 0 auto;
}
#menu li{
    display: inline;
    margin: 0px 4px;
}

#container{
    font-family: "Times New Roman", Tahoma, Arial, sans-serif;
    font-size: 16px;
    margin: 50px auto 20px auto;
    width: 860px;
    position: relative;
    background: url(/images/bg.gif);
}
/* borders & corners */
#container .border_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 11px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/top.gif);
    z-index: 2;
}
#container .border_bottom{
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 11px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/bottom.gif);
    z-index: 2;
}
#container .border_right{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 11px;
    height: 100%;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/right.gif);
    z-index: 2;
}
#container .border_left{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/left.gif);
    z-index: 2;
}
#container .corner_tr{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_tr.gif);
    z-index: 3;
}
#container .corner_br{
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_br.gif);
    z-index: 3;
}
#container .corner_bl{
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_bl.gif);
    z-index: 3;
}
#container .corner_tl{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_tl.gif);
    z-index: 3;
}
/* arrows */
#container .arrow_left{
    position: absolute;
    display: none;
    width: 50px;
    height: 150px;
    line-height: 0px;
    font-size: 0px;
    top: 150px;
    left: -49px;
    text-indent: -9999px;
    background: url(/images/arrow.png) -100px 0px;
    z-index: 4;
}
#container .arrow_right{
    position: absolute;
    display: none;
    width: 50px;
    height: 150px;
    line-height: 0px;
    font-size: 0px;
    top: 150px;
    right: -49px;
    text-indent: -9999px;
    background: url(/images/arrow.png) -150px 0px;
    z-index: 4;
}
#container .arrow_left:hover{
    background: url(/images/arrow.png) 0px 0px;
}
#container .arrow_right:hover{
    background: url(/images/arrow.png) -50px 0px;
}


#content_img{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}
#content_img img{
    margin-bottom: 20px;
    border: solid 2px #634747;
}

#content{
    padding: 30px 30px 30px 260px;
    line-height: 1.4em;
    position: relative;
    z-index: 9;
}
#content_nomargin{
    padding: 15px;
    line-height: 1.4em;
    position: relative;
    z-index: 9;
    overflow: hidden;
    _zoom: 1;
}

.zodiak{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.zodiak a{
    color: #b3b3b4;
    text-decoration: underline;
}
.zodiak a:hover{
    color: #b3b3b4;
    text-decoration: none;
}

#zodiak{
    margin: 15px auto 50px auto;
    width: 632px;
    height: 121px;
    position: relative;

}
.zodiak_images{
    position: relative;
    z-index: 5;
    padding: 10px 0px;
    margin: 0px 10px;
    height: 102px;
    overflow: hidden;
}
.zodiak_images img{
    margin: 0px;
}
/* borders & corners */
#zodiak .border_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 11px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/up_s.gif);
    z-index: 2;
}
#zodiak .border_bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/down_s.gif);
    z-index: 2;
}
#zodiak .border_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 11px;
    height: 100%;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/right_s.gif);
    z-index: 2;
}
#zodiak .border_left{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 100%;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/left_s.gif);
    z-index: 2;
}
#zodiak .corner_tr{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_sur.gif);
    z-index: 3;
}
#zodiak .corner_br{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_sdr.gif);
    z-index: 3;
}
#zodiak .corner_bl{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_sdl.gif);
    z-index: 3;
}
#zodiak .corner_tl{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/corner_sul.gif);
    z-index: 3;
}
/* arrows */
#zodiak .arrow_left{
    position: absolute;
    display: none;
    width: 23px;
    height: 61px;
    line-height: 0px;
    font-size: 0px;
    top: 30px;
    left: -20px;
    text-indent: -9999px;
    background: url(/images/arrow.png) -46px -150px;
    z-index: 4;
}
#zodiak .arrow_right{
    position: absolute;
    display: none;
    width: 23px;
    height: 61px;
    line-height: 0px;
    font-size: 0px;
    top: 30px;
    right: -21px;
    text-indent: -9999px;
    background: url(/images/arrow.png) -69px -150px;
    z-index: 4;
}
#zodiak .arrow_left:hover{
    background: url(/images/arrow.png) 0px -150px;
}
#zodiak .arrow_right:hover{
    background: url(/images/arrow.png) -23px -150px;
}

#address{
    width: 600px;
    margin: 0 auto;
    font-size: 10px;
    position: relative;
}
#address ul{
    list-style: none;
}
#address ul li{
    display: block;
    float: left;
    width: 155px;
    height: 70px;
    margin: 0px 2px;
    padding: 15px 20px 0px 20px;
    background: url(/images/address.gif) no-repeat top #600709;
}

.ir{
    width: 790px;
    margin: 0 auto;
    overflow: hidden;
    height: 30px;
}

.pens_overflow{
    position: relative;
    width: 830px;
    overflow: hidden;
}
.pens_scroll{
    position: relative;
    width: 100500px;
}


#content h2{
    font-size: 22px;
    margin-bottom: 1em;
}
#content_nomargin h2{
    font-size: 22px;
    margin: 1em 0px;
}
#content p{
    margin: 1em 0px;
}
#mainGallery .item{
    width: 160px;
    height: 160px;
    border: solid 0px #f00;
    display:inline;
    float: left;
    position: relative;
    margin: 0px 6px 6px 0px;
}


#mainGallery .tooltip{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #370405;
    z-index: 99999;
    width: 160px;
    text-align: center;
    display: none;
    opacity: 0.8;
}

#zodiak_scroll{
    position: relative;
    width: 100500px;
}
.zodiak_images .item{
    width: 100px;
    height: 100px;
    border: solid 0px #f00;
    display:inline;
    float: left;
    position: relative;
    margin: 0px 3px 0px 0px;
}
#zodiak_scroll .tooltip{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #370405;
    z-index: 99999;
    width: 100px;
    text-align: center;
    display: none;
    opacity: 0.8;
}
.collection{
  clear: left;
}


.items{
    width: 180px;
    height: 180px;
    border: solid 0px #f00;
    display:inline;
    float: left;
    position: relative;
    margin: 0px 6px 6px 0px;
}
.items .tooltip{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #370405;
    z-index: 99999;
    width: 180px;
    text-align: center;
    display: none;
    opacity: 0.8;
}

.minipics{
    list-style: none;
}
.minipics li{
    display: inline;
    margin: 0px 0px 0px 4px;
}
.minipics img{

}
.art{
    padding: 10px;
}
.descr{
    padding: 10px;
}


.soc_icon {
    position: absolute;
    top: 153px;
    right: 415px;
}
