html, body {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
height: 100%;
margin: 0;
padding: 0;
background-color:#EFF2FF;
}

#main_header
{
padding:0;
width:100%;
min-width:760px;
height: 150px;
}

#bg_image {
width: 100%;
min-width:760px;
height: 150px;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}

#logo_image{
position:absolute;
}

#logo_top_bar{
width: 100%;
min-width:760px;
height: 25px;
position: absolute;
background-color: transparent;
background-color:#CF2D31;
z-index: 0;
}

#logo_center_bar
{
width: 100%;
min-width:760px;
height: 3pt;
position:absolute;
/*top:87px;*/
top:87px;

/*background-color:#CF2D31;*/
background: url(/images/red_bar.gif) repeat-x;
z-index: 1;
}

.logo_right_top
{
/*
width:70%;
min-width:100px;
height: auto;
max-width: 300px;
width: expression(this.width > 200 ? 200: true);
*/
width:200px;
height: 75px;
}

.logo_left_top
{
/*
width:70%;
min-width:100px;
height: auto;
max-width: 300px;
width: expression(this.width > 200 ? 200: true);
*/
width:200px;
height: 40px;
}

#contents {
width:100%;
position:absolute;
text-align:center;
z-index:1;
}

#contents_table
{
text-align:center;

padding-left:20px;
padding-right:20px;
min-width:760px;
max-width:1500px;
}

.htop
{

}

.flagdiv
{

}

/*Product Pages Style*/
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style5 {
	font-weight: bold;
	font-family: NapoliSerial-Xlight;
	font-size: 34px;
	color: #BD2727;
}