/* 
    Document   : style
    Created on : 2010-7-23, 0:29:43
    Author     : Joey
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #ececec;
    font-family: Arial,Helvetica,sans-serif;
}
.cont {
    width: 910px;
    margin: 30px auto 0px auto;
}
.header {
    display: block;
    width: 910px;
    height: 159px;
    background-color: #ececec;
    background-image: url(../images/header.png);
}

.navmenu {
    display: block;
    width: 880px;
    height: 40px;
    position: relative;
    top: 80px;
    left: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

button.btn {
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
    text-align: center;
}

button.btn span {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 0px 0px 0px 10px;
}

button.btn {
    background: url('../images/btn/btnr.png') right no-repeat;
    font-size: 15px;
}
button.btn span {
    height: 41px;
    line-height: 41px;
    background: url('../images/btn/btnl.png') left no-repeat;
    color: white;
}

button.btn:hover {
    background: url('../images/btn/btnhr.png') right no-repeat;
}

button.btn:hover span {
    background: url('../images/btn/btnhl.png') left no-repeat;
}


.center {
    border: 0px;
    vertical-align: top;
}
.menu {
    width: 225px;
    display: block;
}

.menut {
    background: url('../images/menu/menut.png') no-repeat top;
    width: 215px;
    height: 17px;
}
.menuc {
    background: url('../images/menu/menuc.png') repeat-y center;
    width: 215px;
}
.menub {
    background: url('../images/menu/menub.png') no-repeat bottom;
    width: 215px;
    height: 17px;
}

.menut2 {
    background: url('../images/menu/mtop.png') no-repeat top;
    width: 190px;
    height: 38px;
    margin-left: 13px;
}
.menuc2 {
    background: url('../images/menu/mcent.png') repeat-y center;
    width: 190px;
    margin-left: 13px;
    display: block;
}
.menub2 {
    background: url('../images/menu/mbottom.png') no-repeat bottom;
    width: 190px;
    height: 13px;
    margin-left: 13px;
}

.right {
    width: 680px;
    vertical-align: top;
}
.cats2t {
    background: url(../images/cats2top.png) no-repeat top;
    width: 680px;
    height: 72px;
    margin-top: 3px;
}
.cats2t span {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 20px;
    left: 40px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 3px;
    display: block;
    width: 600px;
}
.cats2c {
    background: url('../images/cats2c.png') repeat-y center;
}
.cats2b {
    background: url('../images/cats2b.png') no-repeat bottom;
    width: 680px;
    height: 30px;
}

.cats2 {
    width: 600px;
    position: relative;
    left: 55px;
}
.cats2 li {
    font-size: 13px;
    list-style: url('../images/list.png');
    padding-top: 3px;
    color: #58aad2;
    padding-bottom: 3px;
}
.cats2 a {
    color: #58aad2;
}

.menut li {
    width: 215px;
    text-align: center;
    position: relative;
    top: 25px;
    color: #57a6cd;
    list-style: url('../images/arrow.png');
}
.cats li {
    list-style: none;
    margin-left: 20px;
    color: black;
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    padding-top: 3px;
    width: 150px;
}
.cats a {
    color: black;
}