/* CSS Document */

body{
background-color:#c0c0c0;
margin:0px;
padding:0px;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:10pt;
text-align:center;
}
#outerbox{
width:780px;
background-color:#fff;
text-align:center;
margin:10px auto 10px auto;
border:1px solid #00a6e6;
}
#frame{
text-align:left;
width:760px;
border:none;
margin:0px auto 0px auto;
padding:0px;
}
#header{
width:100%;
height:213px;
margin:0px;
padding:10px 0px 0px 0px;
border:none;
}
#header img{
border:1px solid #00a6e6;
}
#nav{
width:100%;
background-image:url(images/nav-background.jpg);
background-repeat:repeat-x;
height:54px;
}
#nav img{
border:none;
margin:0px;
padding:0px;
float:left;
}
.content{
width:370px;
float:left;
padding:0px;
margin:10px 0px 15px 0px;
height:auto;
}
.bottom-box{
width:180px;
height:184px;
border:1px solid #00a6e6;
float:left;
margin:5px 10px 7px 0px;
font-size:8pt;
}
.bottom-box p{
margin:10px;
}
h1{
color:#ff4e4e;
font-size:11pt;
font-weight:bold;
border-bottom:1px solid #ff4e4e;
margin-bottom:10px;
}
.content p{
margin-top:0px;
margin-bottom:10px;
text-align:justify;
}
p{
margin-top:0px;
margin-bottom:10px;
}
.weekly-offer-table{
font-size:12px;
padding-top:5px;
padding-bottom:5px;
}
#footer{
width:100%;
background-image:url(images/nav-background.jpg);
background-repeat:repeat-x;
height:24px;
padding:0px 0px 10px 0px;
}
#footer p{
text-align:center;
color:#fff;
font-size:8pt;
padding:0px;
margin:5px 25px 0px 25px;
float:left;
}
.weeklyoffer{
font-size:11pt;
font-weight:bold;
color:#00a6e6;
text-decoration:underline;
}
a, .bottom-box a{
text-decoration:underline;
color:#00a6e6;
}
#footer a{
color:#fff;
text-decoration:none;
}
.prices td, .prices th{
border-bottom:1px dashed #00a6e6;
height:30px;
padding:2px;
}