*{
    margin: 0px;
    padding: 0px;
}
img{
    border: none;
}
h1{
    color: #2C6A78;
}
h2{
    font-size: 17px;
    color: #2C6A78;
    border-bottom: 1px dotted #A9E0EB;
    padding-bottom: 10px;
}
h3{
    padding: 5px;
    color: #2C6A78;
}
p{
    padding: 5px;
    line-height: 150%;
}
li{
    list-style: none;
}
body{
    background-image: url(../images/body.gif);
    background-repeat: repeat-x;
    background-color: #E7FBF8;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}
#top{
    width: 100%;
    overflow:hidden;
    position:relative;
}
#site_info{
    height: 70px;
}
#site_info h1{
    padding-top: 20px;
}
#site_info h1 a{
    display: block;
    width: 135px;
    height: 41px;
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    text-indent: -5000px;
    color: white;
}
a{
    text-decoration: none;
}
#main{
    width: 978px;
    margin-left: auto;
    margin-right: auto;
}
#menu ul{
    height: 30px;
}
p:first-letter{font-size:17px;text-transform:uppercase;}
#menu ul li{
    float: left;
    margin-right: 5px;
}
p{
    font-size: 11px;
    color: #666;
}
#menu ul li a{
    color: #0A7285;
    display: block;
    width: 125px;
    height: 30px;
    background-image: url(../images/tab.gif);
    text-align: center;
    line-height: 30px;
}
#menu ul li .current{
    background-image: url(../images/tab_hover.gif);
}
#menu ul li a:hover{
    background-image: url(../images/tab_hover.gif);
}
#content{
    background-color:#FFFFFF;
    border:1px solid #42AEC2;
    margin-top: -1px;
    overflow:hidden;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;

}
#content #left_column{
    float: left;
    width: 250px;
    padding-left: 10px;
}
#category{
    background-color: #7ABFCE;
}
#category h2{
    padding-left: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 17px;
    border-bottom: #A9E0EB solid 1px;
}
#category ul{
    padding: 10px;
    padding-top: 3px;
}
#category ul li{
    border-bottom: #A9E0EB dotted 1px;
}
#category ul li a{
    padding: 5px;
    color: #FFF;
    display: block;
    font-size: 15px;
}
#category ul li .current{
    background-color: #A9E0EB;
}
#category ul li a:hover{
    background-color: #A9E0EB;
}
#content #right_column{
    float: left;
    width: 695px;
    margin-left: 15px;

}
#bottom{
    padding: 10px;
    font-size: 10px;
    color: #999;
}
.item_ul{
    margin-top: 15px;
}
.item_ul li{
    float: left;
    width: 212px;
    height: 148px;
    margin-right: 13px;
    margin-bottom: 15px;
    border: #A9E0EB dotted 1px;
    padding:1px;
    position: relative;
    -moz-border-radius:5px;
}
.item_ul li img{
    position: absolute;
}
.item_ul li div{
    width: 212px;
    background-color: #7ABFCE;
    color: #08363F;
    position: absolute;
    bottom: 1px;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
}
.item_ul li .alert{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}
.item_ul li div p{
    padding: 5px;
}
.item_ul li div p img{
    position: relative;
}
.simple_box{
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #A9E0EB;
    -moz-border-radius:10px;
}
.simple_box h2{
    padding-left: 15px;
    font-size: 17px;
    border-bottom: #7ABFCE solid 1px;
}
.simple_box ol{
    padding: 10px;
    padding-top: 3px;
}
.simple_box ol li{
    border-bottom: 1px dotted #7ABFCE;
    display: block;
}
.simple_box ol li a{
    padding: 3px;
    color: #2C6A78;
    display: block;
    font-size: 12px;
}
.simple_box ol li a:hover{
    background-color: #7ABFCE;
}
#location{
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
}
#location a{
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #0A7285;
}
#theme_info{
    margin: 10px;
    padding: 5px;
    background-color:#E7FBF8;
    border:1px solid #A9E0EB;
    -moz-border-radius:5px 5px 5px 5px;
}
#theme_des{
    float: left;
    width: 433px;
}
#theme_demo{
    float: left;
}
#item_box{
    margin: 10px;
}
#item_box ul{
    margin-left: 20px;
}
.page a{
    font-weight: bold;
    padding: 5px;
    border: #7ABFCE solid 1px;
    color: #2C6A78;
}
.page a:hover{
    background-color: #A9E0EB;
}
#style_list{
    width: 220px;
    float: left;
    padding: 5px;
    border-left:1px solid #A9E0EB;
}
#style_box{
    padding: 10px;
    float: left;
    width: 700px;
}
#style_box .style_col{
    margin: 20px;
}
#style_box .style_col form{
    width: 600px;
}
#style_box .style_col form div{
    padding: 5px;
    border-bottom: 1px orange dotted;
}
#style_box .style_col form div label{
    float: left;
    width: 200px;
    font-weight: bold;
    display: block;
}
#style_box .style_col h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
.download{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px orange solid;
    background-color: #FFF3DF;
    font-weight: bold;
    text-decoration: underline;
}
.mod{
    height: 500px;
    padding: 20px;
}
.mod a{
    margin-left: 20px;
    float: left;
}
.item_ul_right li{
    text-align: center;
    padding: 3px;
    -moz-border-radius:5px;
    border:1px dotted #A9E0EB;
    margin-bottom: 10px;
}
.item_ul_right .current{
    background-color: #A9E0EB;
}
.item_ul_right li a{

}
.help_box{
    text-align: center;
    padding: 5px;
    -moz-border-radius:5px;
    border:1px solid orange;
    margin-bottom: 5px;
    background-color: #FEFFAF;
}
