/*** Normalized ***/

/*--- body -----------------------------------------------------------------*/

body#main_body {

    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    color: #999999;
}

#container {
    background: url(images/static/content_bg.gif) repeat-y;
}

#sub_container2 {
	background: url(images/static/content.gif) no-repeat -166px 0;
}

#header {
    border-right: 1px solid #431400;
}

#content_top {
    background: #ed880e url(images/static/top_menu_left.gif) no-repeat -1px 0;
}

#left_menu_container {
    background: url(images/static/left_menu_bg.jpg) no-repeat 0px 0px;
}

#line_right {
	background: #ed880e;
}

/*--------LEFT NAVIGATIONS -------*/

#left_menu_top {
    background: url(images/static/left_menu_top.gif) no-repeat 0 100%;
}

#main_nav_list a.main_nav_item {
    color: #ff8b00;
    background: url(../../images/dynamic/buttonset6/n1.gif) no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    background: url(../../images/dynamic/buttonset6/n1active.gif) no-repeat;
    color: #ffcb42;
}

#main_nav_list a.main_nav_active_item {
    color: #ffcb42;
    background: url(../../images/dynamic/buttonset6/n1active.gif) no-repeat;
}

#main_nav_list a.main_nav_last_item {
    color: #ff8b00;
    background: url(../../images/dynamic/buttonset6/n1last.gif) no-repeat;
}

#main_nav_list a.hover.main_nav_last_item {
    color: #ffcb42;
    background: url(../../images/dynamic/buttonset6/n1last_active.gif) no-repeat;
}

/*----------Content---------*/

#footer {
    border-right: 1px solid #431400;
    background: #000000 url(images/static/content_futer.gif) no-repeat;
}

.content li {
    color: #ffffff;
}

.content {
    color: #ff8b00;
}

.content h1 {
    color: #ffffff;
}

.content h2 {
    color: #ffffff;
}

.content h3 {
    color: #ffffff;
}

/*---------- end Content---------*/

/*----footer---------*/

#footer_text {
    color: #ffcb42;
}

#content_center ul {
    list-style-image: url(images/static/marker.gif);
}

/*--- links ----------------------------------------------------------------*/

.content a {
    color: #E28B00;
}

.content a:link {
    color: #E28B00;
}

.content a:visited {
    color: #E28B00;
}

.content a:hover {
    color: #E28B00;
}

.content a:active {
    color: #E28B00;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #431400;
}

.content td {
    border-color: #431400;
}

.content th {
    background-color: #431400;
}

.content tr {
    background-color: #431400;
    padding: 3px 5px 3px 2px;
}

.content tr.even {
    background-color: #431400;
    padding: 3px 5px 3px 2px;
}

.content tr.odd {
    background-color: #431400;
    padding: 3px 5px 3px 2px;
}

/*--- search ---------------------------------------------------------------*/

.content input {
    background: #fff2df;
}



