body {
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url(body_bg.jpg) repeat-x scroll 0%;
    background-position: top;
    color: #333333;
    font: 82% "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
}

#main_wrap {
    width: 999px;
    margin: 0px auto 0px auto;
    overflow:hidden;
}

#header_wrap {
    height: 85px;
    width:999px;
    margin: 15px 0px 0px 0px;
    padding:0px 0px;
    overflow: hidden;
    clear:both;
}

#header_left {
    float:left;
    height: 85px;
    width: 258px;
    overflow: hidden;
}

#header_right {
    float:right;
    height: 78px;
    width: 730px;
    overflow: hidden;
}

.top_menu ul
{
    clear:both;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: Uppercase;
    font-size:12px;
}

.top_menu ul li
{
    display: inline;
}

.top_menu ul li a
{
    margin-left: 0px;
    font-weight: bold;
    color: #FFFFCC;
    float: left;
    margin-top:47px;
    margin-bottom:13px;
    padding: 0px 13.9px 0px 13.9px;
    text-decoration: none;
}

.top_menu ul li a:hover
{
    margin-left: 0px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    margin-top:47px;
    margin-bottom:13px;
    padding: 0px 13.9px 0px 13.9px;
    text-decoration:underline;
    /*background: #00923F;*/
}

#banner_wrap {
    width: 999px;
    height:318px;
    float:left;
    margin: 18px 0px 10px 0px;
    padding:0px;
    overflow: hidden;

}

#content_wrap {
    float:left;
    width: 999px;
    margin:20px 0px;
    padding:0px 0px;
    clear:both;
}

#content_left {
    float:left;
    width: 188px;
    margin:0px 0px;
    padding:0px 0px;
    background:#FEFBEA;
    border: 1px solid #D9D3C3;
}

#content_right {
    float:left;
    width: 188px;
    margin:0px 0px;
    padding:0px 0px;
    background:#FEFBEA;
    border: 1px solid #D9D3C3;
}

#content_wrap_home_bg {
    float:left;
    width: 979px;
    height: 229px;
    margin:0px 0px;
    padding:10px 10px;
    background: url(content_bg.jpg) no-repeat;
    color: #FFFFFF;
    clear:both;
}

#content_wrap_home {
    float:left;
    width: 979px;
    margin:0px 0px;
    padding:0px 10px;
    clear:both;
}

#content_left_home {
    float:left;
    width: 445px;
    margin:0px 0px;
    padding:0px 0px;
}

#content_right_home {
    float:right;
    width: 445px;
    margin:0px 0px;
    padding:0px 0px;
}

#footer_wrap {
    float:left;
    width: 979px;
    height: 93px;
    font-size:11px;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
    padding:10px 10px 10px 10px;
    background: url('footer_bg.jpg') repeat-x;
    clear:both;
    /*overflow: hidden;*/
}

#footer_left {
    float: left;
    width: 620px;
    height: 73px;

}

#footer_right {
    float: right;
    width: 339px;
    height: 73px;
    padding:57px 0px 0px 0px;
}

a.footer_link {
    float:left;
    width:192px;
    margin:0px 10px 2px 0px;
    padding:2px;
}

img {
    border: 0px;
}

strong {
    color: #A20B1F;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    clear:both;
}


p {
    text-align: justify;
    line-height: 17px;
    margin:0px 0px 10px 0px;
    padding:0px;
}

#content_wrap_home_bg h2{

    font-size: 17pt;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 1px;
}

h2{

    font-size: 17pt;
    font-weight: normal;
    color: #336600;
    letter-spacing: 1px;
}

h3{

    font-size: 15pt;
    font-weight: normal;
    color: #336600;
    letter-spacing: 1px;
}

h4{

    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin:0px;
    padding:5px 5px;
    background: #EDEDED url(heading_bg.jpg) repeat-x scroll 0%;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #555555;
}

a:hover {
    text-decoration: underline;
    color: #555555;
}

.product_container {
    float:left;
    width:250px;
    height:210px;
    overflow:hidden;
    margin:10px 16px;

}

.product_frame {
    float:left;
    width:248px;
    height:148px;
    border:1px solid #696969;
    overflow:hidden;
}

.product_description {
    float:left;
    width: 250px;
    height: 60px;
    overflow:hidden;
}

a.black_block {
    float:right;
    margin:10px;
    padding:5px;
    background: #333333;
    color: #FFFFCC;

}

a:hover.black_block {
    float:right;
    margin:10px;
    padding:5px;
    background: #333333;
    color: #FFFFCC;
    text-decoration:none;
}