@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
outline:none;
}
html{
background:url(../images/bg.jpg) repeat-x #847141;
}
#wrapper{
width:1005px;
margin:auto;
}
#top-menu{
width:989px;
height:28px;
}

#menu{
width:989px;
height:37px;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
list-style:none;
}
#menu ul li{
float:left;
line-height:37px;

}
#menu ul li a{
padding:0 68px;
border-left:1px solid #b48310;
border-right:1px solid #999999;
display:inline-block;
height:37px;
text-decoration:none;
color:white;
font-size:12px;
background:black;
.float:left;
}
#menu ul li:hover a, #menu ul li a:hover, #menu .current{
background:#B58310;
}
#menu .left{
background:url(../images/btn-left.gif) no-repeat left top black;
border-left:none;
padding-left:112px;
}
#menu li:hover .left, #menu .left:hover, #menu .left.current-l{
background:url(../images/btn-left-h.gif) no-repeat left top #B58310;
}
#menu .right{
background:url(../images/btn-right.gif) no-repeat right top black;
border-right:none;
padding-right:112px;
}
#menu li:hover .right, #menu .right:hover, #menu .right.current-r{
background:url(../images/btn-right-h.gif) no-repeat right top #B58310; 
}

/*SUBMENU*/
.submenu, .submenu2{
position:absolute;
background:white;
border:1px solid black;
width:172px;
font-size:12px;
.margin-left:-172px;
.margin-top:37px;
-webkit-box-shadow: 5px 5px 10px #000;
-moz-box-shadow: 5px 5px 10px #000;

}
.submenu li, .submenu2 li{
width:172px;
line-height:22px !important;
}
.more{
background:url(../images/more.gif) no-repeat right;
}
.submenu a , .submenu2 a{
padding:0 5px !important;
background:none !important;
border:none !important;
color: black !important;
height:22px !important;
display:block !important;
}
.submenu2{
width:220px !important;
margin-left:172px;
margin-top:-23px;
.margin-left:0px;
.margin-top:0px;
}
.submenu2 li{
width:220px !important;
}
/*HEADER*/

#header{
width:1005px;
height:197px;
background:url(../images/header.jpg);
}

#content{
width:989px;
margin:auto;
margin-top:20px;
}



#content-t{
width:989px;
height:10px;
background:url(../images/content-t.png) no-repeat;
-background:url(../images/content-t.gif) no-repeat;
float:left;
}
#content-m{
width:989px;
background: url(../images/top.gif) no-repeat top #000;
float:left;
padding-top:67px;
-margin-top:-15px;
}
#content-b{
width:989px;
height:10px;
background:url(../images/content-b.png);
-background:url(../images/content-b.gif) no-repeat;
clear:both;
}

/*INSIDE*/
img.right{
float:right;
margin:5px 15px;
}
#inside{
width:933px;
float:left;
margin-top:20px;
margin-left:23px;
-margin-left:13px;
}
#inside-t{
width:933px;
height:118px;
background:url(../images/top-page.gif);
}
#inside-t.index{
background:url(../images/top-index.gif) !important;
}
#inside-m{
width:903px;
background:white;
font-family:Arial, Helvetica, sans-serif;
padding:15px;
}
#inside-m a{
color:#B4820F;
text-decoration:none;
}
#inside-m a:hover{
text-decoration:underline;
}
#inside-m.index{
background:black !important;
}
#inside-b{
width:933px;
height:15px;
background:url(../images/bottom-page.gif) no-repeat;
clear:both;
}
.box{
width:420px;
margin:10px 15px;
float:left;
}
#inside-m h1{
color:#B48310;
font-size:22px;
margin:5px 15px;
text-align:center;
}
#inside-m h2{
background:#B48310;
color:white;
font-size:16px;
margin:5px 15px;
padding:2px;
}
#inside-m p, #inside-m ul, #inside-m ol{
margin:15px;
font-size:12px;
color:black;
}
#inside-m li{
margin-left:25px;
}
#inside-m.index p, #inside-m.index ul{
color:#f5e3ba;
}
/*FOOTER*/

#footer{
width:933px;
margin:auto;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-top:11px;
}
#footer p{
color:white;
}
#footer a{
color:white;
}
.footer-menu{
float:left;
}
.footer-menu a{
text-decoration:none;
}
.register{
float:right;
}

/*CONTACT/*
*/
.contact{
width:400px;
margin:auto;
}
.contact td{
vertical-align:top;
font-size:12px;
padding:3px;
width:50% !important;
}
label.error{
font-size:10px;
color:red;
font-style:italic;
vertical-align:top;
float:left;
}