@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
background-color:#FFFFFF;
color:#424242;/*:#283653;*/
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
#header_top
{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
width:800px;
height:242px;
background-position:center;
text-align:center;
vertical-align:text-top
}
#content_side
{
background-image:url(../images/content_side_bg.jpg);
background-repeat:repeat-x;
width:25%;
min-width:112px;
}
#menu
{
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
height:42px;
vertical-align:top;
}
#content
{
background-image:url(../images/content_bg.jpg);
background-repeat:repeat-x;
width:800px;
height:100%;
/* /make Height If content height is not 527px
height:527px;*/
}
.content_table
{
width:95%;
padding-top:10;
padding-bottom:10;
}
.div_content
{
background-color:#FFFFFF;
border-color:#818181;
border-width:1px;
border-style:solid;
height:140px;
width:350px;
}
.header_txt
{
color:#43a9a4;
font-size:24px;
}
.page_header
{
font-size:30px;
font-weight:bold;
}
.bold_txt
{font-weight:bold;color:#BD593E;
}
.footer
{
color:#048c86;
text-decoration:none;
}
.footer:hover
{
color:#BD593E;
}
.product_name
{
font-size:18px;
color:#287073;
}
.product_details, .product_small_name
{
font-size:14px;
color:#78685E;
}