@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

body {
    background:#f4f2ef url(/gfx/bg.png) repeat-x;
    font-size: 11px;
    color:#474747;
}

textarea, input {
    font-size: 11px;
}

.editor_body {
	background-color: white;
	background-image: none;
}

img{
    margin:0;
}
.container {
    background:url(/gfx/bg_color.jpg) top center no-repeat;
    width:970px;
    margin:0 auto;
    padding:0 5px;
}
.topMenu {
    float:right;
    background:url(/gfx/top_menu_bg.png) no-repeat;
    width:330px;
    height:32px;
    padding-left:5px;
}
.topMenuItems {
    display:table;
}
.topMenuItems li {
    display:table-cell;
    float:left;
    margin:6px 0 0 10px;
    background:url(/gfx/top_menu_spacer.png) right no-repeat;
    padding-right:9px;
}
.topMenuItems li .item {
}
.topMenu a {
    text-decoration:none;
    color:#53504d;
    font-weight:bold;
}
.top{
    margin:21px auto;
    }
.logo{
    float:right;
    margin-right:40px;
    }
.content{
    float:left;
    width:762px;
    margin:8px 0 0 20px;
}

.content ul {
    margin: 2px 2px 2px 20px;
}
.baner{
    margin-bottom:10px;
}
h1{
    font-size:14px;
    color:#920202;
}
.star{
    vertical-align:middle;
    margin-right:5px;
}
.desc{
    padding:10px 20px 20px 8px;
    line-height:16px;
    text-align:justify;
}
.clear{
    clear:both;
}

.cForm-table input.text,
.cForm-table textarea {
    border: 1px solid #bfb094;
    width: 95%;
}

.contentMain{
    width:970px;
    margin:8px 0 0 0px;
}
.banerMain{
    float:left;
    margin:0 5px 5px 0;
    }
.promoMain{
    float: right;
    width: 277px;
}
.promoMain .center{
    background:url(/gfx/bg_main.png) repeat-y;
    padding:0 10px;
    }
.promoMain .pTop{
    background:url(/gfx/bg_main_rt.png) no-repeat;
    width:277px;
    height:19px;
    }
.promoMain .pBtm{
    background:url(/gfx/bg_main_rb.png) no-repeat;
    width:277px;
    height:21px;
    }
.promoSpacer{
    background: url(/gfx/promo_spacer.png) repeat-x;
    height: 2px;
    margin: 5px 3px 1px 0;
    }
.promoDesc {
    padding: 5px;
    line-height: 16px;
    text-align: justify;
}
