/* 
    Document   : main
    Created on : 30.10.2009, 14:53:42
    Author     : developer
    Description:
        Purpose of the stylesheet follows.
*/

UL,LI{
    list-style: none;
    list-style-type: none;
}
UL{
    padding-left: 0px
}
A{
    text-decoration: none;
}
A:HOVER{
    text-decoration: underline
}
BODY{
    background: #000
}
P{
    margin: 0 0 0.5em
}
 label .error{
    padding:2px
}
.wrap{
    margin-top: -500px
}
#container{
    font-family: verdana, sans-serif;
    position:relative;
    z-index:5;
    margin-top: -357px;
    margin-bottom: 10px
}
#container-2{
    background: transparent url("src/bckg2.png") no-repeat top center;
    min-height: 700px;
    width: 974px
}
#header{
    background: #000 url("src/header-bckg.png") no-repeat top center;
    color: #FFF;
    height: 506px;
    width:100%;
    min-width:950px;
    position:relative;
    z-index:3
}
#header .container{
    height: 148px
}
#logo{
    color: #808080;
    font-size: 95%;
}
#menu LI{
    padding: 4px 0 0 3px;
    margin-top: 15px;
    font-weight: bold;
    display: block;;
    height: 31px;
    width: 94px;
}
#menu A{
    color: #FFF
}
#selected{
    display: block;;
    height: 31px;
    width: 94px;
    background: transparent url("src/menu-hover.png") no-repeat
}
#selected A{
    color: #000
}
#selected A:HOVER{
    text-decoration:none
}
.category{
    text-align:center;
    background: #202020
}
#content H1,H2,H3,H4, H5, A, A:HOVER{
    color: #3B6800;
    margin: 0.45em 0 
}
#content SPAN{
    color: #3B6800;
    display: block;
    margin-top: -15px
}
#content{
    background: #FFF;
    width: 600px;
    min-height: 720px;
    padding-left: 10px;
    margin: 9px 0 15px 70px
}
#title-container{
    font-size:90%;
    font-weight:bold;
    position:relative;
    text-align:center;
    overflow: hidden;
    z-index:1;
}
#title-container .opacity{
    background:#FFFFFF;
    opacity: 0.68;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=68);
    width: 190px;
    height: 16px;
    position: relative;
    top: 0px;
    left: 0px
}
.title{
	margin-top: -18px;
    position: relative;
    z-index: 10
}
.pager{
    height: 35px
}
#footer{
    background: transparent url("src/footer-bckg.png") no-repeat center bottom;
    color: #808080;
    height:357px;
    width:100%;
    min-width:950px;
    z-index: 3;
    margin-top: -240px
}
#footer A{
    color: #C4C4C4
}
#footer .container{
    padding-top: 260px;
}
#bottom-line{
    border-top:1px dashed #FFFFFF;
    margin-bottom:5px;
    position:relative
}

