body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #0B100C url(/img/bg2.jpg) top center no-repeat fixed;
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0;
    padding: 0;
}

input, textarea, select {
    background: #fff;
    color: #666;
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input[type^=submit] {
    border: none;
}

h1, h2, h3, h4 {
    margin: 0 0 5px 0;
}

a {
    color: #599022;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

    a img {
        border: none;
    }

.ulclean {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ulclean li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.greenbg, .blackbg {
    background: url(/img/header-box-bg-g.png) repeat-x top;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    height: 12px;
    padding: 6px 0 7px 9px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.greenbg a, .blackbg a {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

.greenarrow, .blackarrow {
    display: block;
    height: 25px;
    width: 14px;
    float: right;
    margin-top: -6px;
    background: url(/img/header-box-arrow-g.png) top right no-repeat;
}

.blackbg {
    background: url(/img/header-box-bg-b.png) repeat-x top;
}

.blackarrow {
    background: url(/img/header-box-arrow-b.png) top right no-repeat;
}

.graybox {
    border: 1px solid #d6d6d6;
    background: #eee;
    padding: 5px;
    margin: 5px 0 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.button {
    background: url(/img/bg-bt-search.png) repeat-x top center;
    font-size: 11px;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.siderooms {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.siderooms img {
    width: 75px;
    height: 40px;
    margin-left: 5px;
}

.siderooms p {
    float: right;
    width: 100px;
    margin: 0;
}

/** accordion */
.accordion { }
.accordion ul { }
.accordion li { cursor: pointer; display: block; }
.accordion li.active>a {

}

.accordion li div {display: block; }
.accordion a {
	cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

.accordion a:hover {
    text-decoration: none;
}

.accordion li ul li { }

.accordion li > div a {
    display: inline;
}

.accordion li .expand {
    background: url(/img/ico-plus.png) no-repeat center center;
    display: block;
    float: right;
    margin-right: 4px;
    margin-top: -1px;
    width: 16px;
    height: 16px;
}

.accordion li.active .expand {
    background: url(/img/ico-minus.png) no-repeat center center;
}

/** end accordion */

#container {
    overflow: hidden;
    clear: both;
}

#header {
    margin: 6px auto -5px auto;
    padding: 0 24px;
    width: 900px;
    height: 86px;
}

    #header #logo_img {
        margin-top: 20px;
    }
    
    #header #seo_div {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: #fff;
        float: right;
        width: 385px;
        background: url(/img/1px-black-60.png);
        padding: 13px 20px;
        text-align: right;
        border-radius: 7px;
        -moz-border-radius: 7px;
    	-webkit-border-radius: 7px;
    	-khtml-border-radius: 7px;
    }
    
        #header #seo_div strong {

            font-size: 22px;    
        }
        
#div_curve_top, #div_curve_bottom {
    margin: 0 auto;
    padding: 0 24px;
    width: 900px;
    height: 23px;
}

#div_curve_top {
    background: url(/img/curve-content-top.png) top center no-repeat;
}

#div_curve_bottom {
    background: url(/img/curve-content-bottom.png) top center no-repeat;
}

#content {
    background: url(/img/bg-content.png) center repeat-y;
    margin: 0 auto;
    padding: 0 24px;
    width: 900px;    
}

#menu {
    background: url(/img/bg-menu.png) repeat-x top;
    border-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
    margin: 0 5px;
}

    #menu ul {
        padding: 0 5px 0 10px;
        list-style: none;
        overflow: hidden;
        margin: 0;
        background: url(/img/div-menu.png) 8px top no-repeat;
    }
    
    #menu li {
        float: left;
        margin: 0;
        padding: 0;
    }
    
        #menu li a:hover {
            background: #9ACF26 url(/img/div-menu.png) right top no-repeat;
            text-decoration: none;
            padding: 11px 14px 9px 16px;
        }
    
        #menu li a {
            display: inline-block;
            padding: 10px 15px 10px 15px;
            background: url(/img/div-menu.png) right top no-repeat;
            font-size: 11px;
            color: #fff;
        }
    
    #menu #search {
        float: right;
        padding: 5px;
    }
    
        #menu #search #btn_search {
            background: url(/img/bg-bt-search.png) repeat-x top center;
            font-size: 11px;
            color: #fff;
            padding: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
        	-webkit-border-bottom-right-radius: 4px;
        	-khtml-border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
        	-webkit-border-top-right-radius: 4px;
        	-khtml-border-top-right-radius: 4px;
        }
        
#center {
    padding: 5px;
}

#rcontent {
    float: right;
    width: 385px;
    overflow: hidden;
}

    #rcontent #colleft {
        float: left;
        width: 190px;
        margin-right: 5px;
    }

    #rcontent #colright {
        float: right;
        width: 190px;
    }

#lcontent {
    float: left;
    width: 500px;
    overflow: hidden;
}
