/* CSS Document */

body{
font-family: Tahoma, Arial;
margin-top:5px;
background-color:ccccff;			/* light blue */
color:000000;						/* text colour black */
}
#Layer1 {							/* title box */
position: absolute;
width:1000px; height:190px;
top: 5px;
left:expression((document.body.clientWidth/2)-500);
}
#Layer2 {							/* left navigation box */
position: absolute;
width:200px; height:490px;
top: 215px;
left:expression((document.body.clientWidth/2)-500);
background-image:url(images/left_200_490.jpg)
} 
#navcontainer ul {
margin-top: 14px;
margin-left: 12px;
padding: 0;
list-style-type: none;
font-size: 12pt;
}
#navcontainer li { 
margin-top: 0;
margin-right: 0;
margin-bottom: 7px;
margin-left: 0;
}
#navcontainer a {
display: block;
color: ffffff;
background-color: 9f1829;			/* dark red */
width: 176px;
padding-top: 5px;
padding-right: 8px;
padding-bottom: 5px;
padding-left: 8px;
text-decoration: none;
}
#navcontainer a:hover {
background-color: 243064;			/* dark blue */
color: ffffff;
}
#Layer3 {							/* right box */
position: absolute;
width:200px;height:490px;
top: 215px;
left:expression((document.body.clientWidth/2)+300);
} 
#Layer4 {							/* centre box */
position: absolute;
width:560px;height:490px;
top: 215px;
left:expression((document.body.clientWidth/2)-280);
background-image:url(images/centre_560_490.jpg);
background-repeat:no-repeat;
}
#main_left {
position: absolute;
width:200px;
height:expression(490-14-14);       /* 462 */
top: 14px;
left: 12px;
padding: 0;
font-size: 10pt;
background-color: ccccff;			/* light blue */
}
#main_right {
position: absolute;
width:expression(560-12-200-10-12); /* 326 */
height:expression(490-14-14);       /* 462 */
top: 14px;
left:expression(12+200+10);         /* 222 */
padding: 0;
font-size: 12pt;
background-color: ccccff;			/* light blue */
}
#main_right h1 {
font-family: Tahoma, Arial;
font-size: 14pt;
font-style:normal;
font-variant:normal;
font-weight:bold;
color: 9f1829;						/* dark red */
}
#price_title {
font-family: Tahoma, Arial;
font-size: 14pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
color: 008d48;						/* dark green */
}
#price {
font-family: Tahoma, Arial;
font-size: 14pt;
font-style:normal;
font-variant:normal;
font-weight:bold;
color: ff811c;						/* dark orange */
}
#large_text {
font-family: Tahoma, Arial;
font-size: 12pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
color: 000000;						/* black */
}
#medium_text {
font-family: Tahoma, Arial;
font-size: 10pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
color: 000000;						/* black */
}
.textbox{
}
#Layer5 {							/* footer box */
position: absolute;
width:1000px;height:20px;
top: 725px;
left:expression((document.body.clientWidth/2)-500);
text-align:center;
}
#small_text {
font-family: Tahoma, Arial;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: 666666;						/* dark grey */
}
#eazy_text {
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
color: 666666;						/* dark grey */
}
#webz_text {
font-family: Arial;
font-size: 8pt;
font-style: italic;
font-weight: normal;
color: 666666;						/* dark grey */
}
