/*------GLOBAL------*/

body { margin:15px auto; background:#EBE8CB; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
img { border:none; }
p, h1, h2, ul, li, a, td { font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px; margin:0; }
h1 { font-size:23px; color:#910000; }
h2 { font-size:18px; color:#910000; }
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center; }
a { padding:0; color:#910000; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:850px; position:relative; }
#content { width:830px; border:1px solid #CCCCCC; padding:0 10px 0 10px; background:#FFFFFF; }
#top { width:830px; height:110px; position:relative; }
#top #logo { width:321px; height:53px; position:absolute; top:21px; left:20px; }
#top #contact { width:258px; height:47px; position:absolute; top:24px; left:552px; }
#top #openingtimes { width:800px; height:20px; position:absolute; top:88px; left:20px; }
#top #openingtimes p { font-size:14px; padding:0; }
#text { width:548px; padding:0 10px 10px 10px; float:left; }
#formcontainer { width:350px; padding:10px 20px 0 0; float:right; position:relative; display:block; }
#servicespics { width:134px; float:left; padding:0 0 10px 0; }
#footer { width:830px; height:40px; padding:10px 0 10px 0; }
#footer a { font-size:11px; }

/*------NAVIGATION------*/

#nav { width:128px; float:left; }
#nav ul { padding:0; }
#nav ul li { width:128px; padding:10px 0 10px 0; background:none; float:left; }
#nav ul li a { color:#333333; }
#nav ul li a:hover { color:#910000; text-decoration:none; }
#nav ul li ul { position:absolute; width:160px; left:128px; background:url(../images/layout/subnavbg.png) repeat; border:#910000 1px solid; }
#nav ul li ul li { width:160px; padding:0; display:block; }
#nav ul li ul li a { font-size:11px; display:block; padding:5px; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px solid #CCCCCC; padding:1px; }
.pageseperator { width:830px; height:15px; background:#910000; }
.red { color:#910000; }
.navheading { font-size:13px; color:#910000; font-style:italic; }