body
{
    background:url(images/bg.jpg) no-repeat #fff center top;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    margin:0px auto auto auto;
    color:#000;
}

p {
    padding:2px;
    margin:0px;
}

a {
    color: #760000;
}

#main_container{
    width:1000px;
    height:auto;
    margin:auto;
    padding:0px;
}

.top_bar{
    width:1000px;
    height:38px;
    background-color:#4a4a4a;
}

.top_search{
    width:370px;
    height:32px;
    margin:0px 20px 0 0;
    _margin:0px 10px 0 0;
    float:right;
    display: none;
    background:url(images/top_search_bg.gif) no-repeat center;
}

input.search_input{
    width:182px;
    height:18px;
    float:left;
    margin:5px 0 0 0 ;
    border:1px solid #dbdbdb;
    border-bottom-color:#ffffff;
    border-right-color:#ffffff;
}

.search_text{
    float:left;
    width:110px;
    padding:8px 0 0 15px;
    color:#999999;
}

.search_text a{
    text-decoration:none;
    color:#999999;
}

.search_bt{
    float:left;
    padding:2px 0 0 15px;
}

.languages{
    position: relative;
    left: 0px;
    width:150px;
    padding: 8px 0 0 0;
}

.languages ul {
    padding-left: 10px;
}

.languages li {
    display: inline;
    list-style: none;
}

.languages li a, .languages li img {
    border: none;
}

.lang_text{
    float:left;
    padding:0 5px 0 0;
    color:#b3adad;
}

a.lang{
    display:block;
    float:left;
    padding:0 5px 0 5px;
}

#header{
    width:1000px;
    height:100px;
    background:url(images/header_bg.jpg) no-repeat center;
    background-position:0px 0px;
    margin:auto;
}
#logo {
    position: relative;
    left: 12px;
    top: 20px;
}

a.details{
    width:83px;
    height:21px;
    display:block;
    float:right;
    margin:5px 0 0 0;
    padding-left:5px;
    background:url(images/details_bt_bg.gif) no-repeat center;
    text-align:center;
    line-height:21px;
    text-decoration:none;
    color:#000000;
}

#main_content{
    clear:both;
}

/*---------------- menu tab----------------------*/
#menu_tab{
    width:1000px;
    height:50px;
    background-color:#fff;
}

.left_menu_corner{
    width:9px;
    height:50px;
    float:left;
    background:url(images/menu_left.gif) no-repeat center;
}

.right_menu_corner{
    width:9px;
    height:50px;
    float:left;
    background:url(images/menu_right.gif) no-repeat center;
}

ul.menu {
    list-style-type:none; float:left; display:block; width:982px; 
    margin:0px; padding:0px;background:url(images/menu_bg.gif) repeat-x;
}

ul.menu li {
    display:inline;
    font-size:11px;
    font-weight:bold;
    line-height:50px;
}

ul.menu li.divider {
    display:inline;
    width:2px;
    height:50px;
    float:left;
    background:url(images/menu_divider.gif) no-repeat center;
}

ul.menu a:link, ul.menu a:visited {
    display:block;
    color: #676D77;
    float:left; 
    padding:0px 8px 0px 8px; 
    margin:0 14px 0 14px;
    height: 50px;
    font-size: 13px;
    text-decoration:none;
}

ul.menu a:hover {
    color:#333333;
}

ul.menu li.active a {
    color: #780000;
    font-weight: bold;
}

/*----------------crumb_navigation-------------*/
.crumb_navigation{
    width:980px;
    height:15px;
    padding:5px 10px 0 20px;
    color:#333333;
    background:url(images/navbullet.png) no-repeat left;
    background-position:5px 6px;
}

.crumb_navigation a {
    color:#0fa0dd;
    text-decoration: underline;
}

span.current {
    color:#0fa0dd;
}

/*-------------left_content------------------*/
.left_content{
    width:196px;
    float:left;
}

.title_box{
    width:196px;
    height:30px;
    margin:5px 0 0 0;
    background:url(images/menu_title_bg.gif) no-repeat center;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
/*--------left menu---------*/
ul.left_menu{
    width:196px;
    padding:0px;
    margin:0px;
    list-style:none;
}
ul.left_menu li{
    margin:0px;
    list-style:none;
}

ul.left_menu li a{
    width:166px;height:25px;display:block;background:url(images/left_nav_bullet.png) no-repeat left #eee6e6;background-position:5px 5px;border-bottom:1px #FFFFFF solid;
    text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:25px;
}

ul.left_menu li.active a, ul.left_menu li.active a:hover {
    background:url(images/left_nav_bullet_active.png) no-repeat left #7bbcc7; color:#FFFFFF;background-position:5px 5px;
}

.border_box{
    width:194px;
    height:auto;
    text-align:center;
    border:1px #6da6b1 solid;
}

.banner_adds {
    width:194px;
    text-align:center;
    padding:10px 0 10px 0;
}


/*right content--------------------------*/
.right_content {
    float:left;
    padding:5px 0 0;
    width:196px;
}

/*center content--------------------------*/
.center_content {
    width:585px;
    float:left;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 18px;
}

.center_content h1, .center_content h2 {
    display: block;
    color: #3d4f63;
    margin-bottom: 10px;
}

/*---------------forms------------------*/

dl.zend_form  {
    background: #efefef;
    padding: 10px;
}

.zend_form dt {
    display: block;
    font-weight: bold;
}

.zend_form dd {
    margin-left: 0;
    margin-bottom: 10px;
}

.zend_form ul.errors {
    color: #780000;
    list-style: none;
    padding-left: 0;
}

/*-----------------news---------------*/
.ce-news-list li {
    background: #efefef;
    padding: 10px;
}

.ce-news-details li {
    margin-left: 20px;
}

.ce-news-details a img {
    border: none;
}

/*--------------menu------------------*/
.ce-menu-submenu li {
    list-style-image:url(images/page.png);
}

/*--------------footer----------------*/
.footer {
    width:1000px;
    clear:both;
    height:65px;
    background:url(images/footer_bg.gif) repeat-x top;
}
.left_footer{
    float:left;
    width:300px;
    padding:5px 0 0 10px;
}
.right_footer{
    float:right;
    padding:15px 30px 0 0;
}
.right_footer a{
    padding:0 0 0 7px;
    text-decoration:none;
    color: #666666;
}
.right_footer a:hover{
    text-decoration:underline;
}

.center_footer{
    float:left;
    width:200px;
    text-align:center;
    color:#666666;
    padding:10px 0 0 60px;
}

