html {
    background: #fffdfd url(/Images/Site/Site/body_bg.gif) repeat-x;
    margin:0px;
}
body {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin: 0px;
}

br {
    clear: both;
    height: 1%;
}

a {
    color: #0d3aa0;
    text-decoration: none;
}

a img {
    border: 0px;
}

#main_container {
    margin: auto;
    width: 932px;
    padding: 5px;
    border: 1px solid #bdbcbc;
    border-top: 0px;
    background: #ffffff;
    text-align: left;
}

#logo {
    float: left;
    width: 140px;
    height: 71px;
    background:  url(/Images/Site/logo.gif) no-repeat;
}

#green_title {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 342px;
    height: 71px;
    background:  url(/Images/Site/green_title.gif) no-repeat 0px 100%;
}

#info_block {
    float: left;
    position: relative;
    margin-top: 8px;
    padding: 3px 10px 0px 20px;
    width: 400px;
    height: 60px;
    background:  #f3f3f3 url(/Images/Site/info_block_bg.gif) no-repeat;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
}


#info_block img {
    vertical-align: middle;
}

#info_block span {
    margin-right: 12px;
}

#order_news {
    position: absolute;
    left: 20px;
    bottom: 5px;
    margin-top: 20px;
    font-size: 10px;
}

#order_news form {
    margin: 0px;
    padding: 0px;
}
#order_news span {
    margin-right: 10px;
}

.news_input {
    width: 130px;
    height: 12px;
    padding-left: 3px;
    vertical-align: middle;
    border: 1px solid #565555;
    background: #e7e5e5;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #565555;
}

.news_submit {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    vertical-align: middle;
    border: 0px;
    background: url(/Images/Site/news_submit.gif);
    cursor: pointer;
}

.top_menu_left {
    float: left;
    margin: 5px 0px 3px 0px;
    padding: 7px 14px 5px 14px;
    border-right: 1px solid #929191;
    background:  #565555 url(/Images/Site/menu_left_corner.gif) no-repeat;
    text-align: center;
}

.top_menu_middle {
    float: left;
    margin: 5px 0px 3px 0px;
    padding: 7px 14px 5px 14px;
    border-right: 1px solid #929191;
    background:  #565555;
    text-align: center;
}

.top_menu_right {
    float: left;
    width: 136px;
    margin: 5px 0px 3px 0px;
    padding: 7px 14px 5px 14px;
    background:  #565555 url(/Images/Site/menu_right_corner.gif) no-repeat 100% 0px;
    text-align: center;
}

.top_menu_left a, .top_menu_middle a, .top_menu_right a {
    color: #f3f3f3;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#container {
    background: url(/Images/Site/main_bg.gif) repeat-y;
    min-height: 100px;
}

#left_column {
    width: 179px;
    padding: 10px;
    float: left;
}

#left_column h1 {
    margin: 0px 0px 5px 0px;
    pading: 0px;
    font-size: 13px;
    color: #565555;
    font-weight: bold;
}
.menu {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 12px;
    list-style: none;
}

.menu a:hover {
    text-decoration: underline;
}

#right_column {
    width: 733px;
    float: left;
}

#content {
    width: 510px;
    padding: 0px 20px 10px 20px;
    float: left;
}

#content_right {
    width: 160px;
    padding: 10px;
    float: left;
    text-align: center;
}

#page_title h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 15px;
    color: #61a70d;
    font-wight: bold;
}

#green_line {
    font-size: 0px;
    height: 3px;
    margin: 3px 0px 0px -5px;
    border-right: 0px;
    background: #61a70d; 
}

#footer {
    height: 16px;
    margin-top: 3px;
    padding: 3px;
    background: #b9b9b9;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #ffffff;
}

#footer_left {
    float: left;
    width: 760px;
}

#footer_right {
    float: right;
	text-align:right;
}

#footer_right a
{
	color : #fff;
}

#footer_right a:hover
{
	color : #0d3aa0;
}

#footer_right a img {
    vertical-align: middle;
}

.title_10px {
    font-size: 10px;
}
.title_15px_bold {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
}

.news p{
    margin-top: 5px;
    margin-bottom: 20px;
}



