html, body
{
height: 100%;
min-height:100%;
margin:0;
padding:0;
}
.ProductName {
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
COLOR: #0066CC;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
#page{
position:absolute;
margin-top:5px;
width:100%;
height:100%;
}
#centercontent
{
margin:0;
padding:0;
position:relative;
width:1000px;
}
#content
{
position:absolute;
left:185px;
top:120px;
width:580px;
}
#detailcontent
{
position:absolute;
left:0px;
top:120px;
width:767px;
}
#header
{
position:absolute;
left:0px;
top:0px;
margin:0;
padding:0;
width:767px;
height:125px;
}
#right_nav
{
position:absolute;
left:774px;
top:0px;
width:220px;
}
#left_nav
{
position:absolute;
margin:0;
padding:0;
left:0px;
top:120px;
width:175px;
z-index:0;
}
#footer
{
text-align:left;
padding-top: 5px;
padding-left:10px;
position:relative;
width:767px;
left:-195px;
}
#detailfooter
{
text-align:left;
padding-top: 5px;
padding-left:10px;
position:relative;
width:767px;
left:-10px;
}

