#header {
height:220px;
}

#header #subnav {
background-color:#FF0000;
height:20px;
clear:both;
}

#header #subnav a, #header #subnav a:visited{
height:20px;
display:block;
float:left;
border-right:1px solid #FEE679;
}

#header #pagetitle {
border:0px;
height:30px;
}


#content {
clear:none;

}

/*settings for the product boxes*/
#content div {
display:block;
float:left;
width:235px;
height:250px;
border-bottom:1px solid #FF0000;
margin-right:15px;
}

#content div a, #content div a:visited {
display:block;
height:240px;
color:#000;
background: url(../../img/arrow.gif) no-repeat bottom right;
}
#content div a:active, #content div a:hover {
color:#ff0000;
background: url(../../img/arrow_red.gif) no-repeat bottom right;
}

/*settings for the images in the product boxes*/
#content div img {
display:block;
}
/*remove lines on the bottom three*/
#content div.noline {
border:0px;
}
