
ul, li
{
    list-style: none;
}

p
{
    margin: 0px 0px 15px;
    text-align: justify;
    line-height: 15px;
}

body
{
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

img
{
    border: none;
}

#logo
{
    text-align: left;
    width: 800px;
    display: block;
}

#main
{
    display: block;
    text-align: center;
    width: 800px;
    margin: auto;
}

#navigation
{
    font-family: tahoma, arial, sans-serif;
    font-size: 16px;
    width: 800px;
    display: block;
}
#navigation table
{
    width: 800px;
}


#navigation td
{
    background-image: url(images/menu_bg.jpg);
    background-repeat: repeat-x; /*height: 34px;*/
    text-align: center;
}

#navigation a
{
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    color: #fff;
}

#navigation a:hover
{
    background-color: #fff;
    color: #F57D30;
}

.clearthis
{
    margin: 0px;
    height: 1px;
    clear: both;
    float: none;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
    visibility: hidden;
}

#content_area
{
    width: 796px;    
    margin: auto;
}

.title_bar
{
    display: block;
    text-align: left;
    padding: 2px 0px 2px 15px;
    background-color: #DBE1E6;
    color: #000; /*#F57D30; #990100;*/
    border-bottom: solid 1px #BABABA;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1px;
}

.sub_title_bar
{
    text-align: left;
    padding-left: 15px;
    background-color: #F0F0F0;
    font-size: 14px;
    font-weight: bold;
}

.image_div
{
    float: left; /*border: solid 1px #908E8F;*/
    margin-left: 15px;
}

.description_div
{
    margin-left: 15px;
    padding-right: 15px;
    width: 630px;
    float: left;
}

.section_wrapper
{
    width: 794px;
    border: solid 1px #DBE1E6;
    padding-top: 2px; /*padding-bottom:15px;*/
    display: block; /*min-height:280px;    */
}

.sub_title
{
}

.product_area_img
{
    height: 180px;
    width: 180px;
    border: solid 1px #DBE1E6;
}

.product_thumb
{
    float: right; /*height:76px;     width:76px;*/
    height: 60px;
    width: 60px;
    border: solid 1px #DBE1E6;
}

.product_description
{
    margin-left: 15px;
    padding-right: 15px;
    width: 300px;
    float: left;
}

.product_image_cell
{
    width: 180px;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}

.product_detail_cell
{
}

.marquee
{
    position: relative;
    overflow: hidden;
    width: 796px;
    height: 120px;
    margin: auto; /*border: solid black 1px;*/
}

.copyright_area
{
    display: block;
    text-align: center;
    background-color: #DBE1E6;
    color: #000;
    border: solid 1px #BABABA;
    font-size: 10px;
    font-weight: bold;
    margin:auto;
    margin-top:1px;    
    width:794px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.copyright_area a
{
    color:#000;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
