@charset "utf-8";
/* CSS Document */

html, body { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

body { background:url(img/bg.jpg) fixed bottom repeat-x;}

#header { height:160px; width:900px; margin:auto; }

#menu { height:12px; padding:8px 0px; background:#442f85; width:898px; border-top:1px solid #333; border-left:1px solid #3a247d; border-right:1px solid #3a247d; color:#FFF; margin:auto; text-align:center; }
#menu a, #menu a:visited {color:#fff; text-decoration:none; margin:0px 10px; font-weight:bold;}
#menu a:hover { text-decoration:underline; }

#content {width:858px; margin:auto; padding:20px; border-bottom:1px solid #3a247d; border-left:1px solid #3a247d; border-right:1px solid #3a247d; background: url(img/cbg.jpg) repeat-x top #fff;}

h1 { font-size:16px; }
h2 { font-size:14px; }

#cars {width:500px; padding-left:20px; float:right; text-align:center;}
#cars a {color:#0066FF; font-weight:bold; font-size:14px; text-decoration:none;}
#cars a:hover {text-decoration:underline;}


#results { width:500px; text-align:left; }
#results .img {width:95px; vertical-align:top;}
#results td {vertical-align:top;border-bottom:1px solid #ccc;}
#results tr{ }
#results tr:hover { background-color:#f6f6f6; cursor:pointer;}
#results h2 { font-size:14px; color:#cc3300; margin:0px; padding:0px; }
#results .enq { float:right; margin-top:10px; color:#000066; }


#top ul {margin:2px 10px;padding:2px;}
#top ul li a {text-decoration:none; font-weight:bold; font-size:14px; color:#FF6600;}
#top ul li a:hover {text-decoration:underline;}
#top ul ul li a {font-weight:500; color:#0066FF;}
#top ul ul li a:hover {text-decoration:underline;}