/*------GLOBAL------*/

body { margin:0 auto; background:url(../images/layout/bg.jpg) repeat; 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 0 5px 0; margin:0; }
h1 { font-size:23px; color:#BF2E2E; font-family:tahoma; }
h2 { font-size:19px; color:000; padding:0 0 5px 0; }
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:#BF2E2E; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:848px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#FFFFFF; }
#innercontainer { width:840px; padding:0 4px 0 4px; }
#header { width:840px; height:89px; position:relative; }
#logo { width:441px; height:40px; position:absolute; left:20px; top:27px; }
#contactdetails { width:270px; height:21px; position:absolute; left:552px; top:36px; }
#images { width:840px; height:254px;  position:relative; z-index:1; overflow:hidden; }
#content { width:820px; padding:15px 10px 15px 10px; position:relative; z-index:3; }
#text { width:580px; float:left; }
#formcontainer { width:350px; padding:10px 20px 0 0; float:right; position:relative; display:block; }
#footer { width:840px; padding:10px; color:#FFF; }
#footer a { font-size:11px; color:#FFF; }

/*------NAVIGATION------*/

#nav { width:840px; height:40px; background:url(../images/layout/navbg.jpg) repeat-x; margin:10px 0 0 0; }
#nav ul { padding:0; }
#nav ul li { padding:0; background:none; float:left; }
#nav ul li a { height:29px; color:#FFFFFF; font-size:14px; text-decoration:none; font-weight:normal; padding:11px 8px 0 8px; display:block; }
#nav ul li a:hover { height:29px; background:url(../images/layout/navbghover.jpg) repeat-x; }

/*------BOXES------*/

#boxes { width:220px; padding:0 10px 0 10px; margin-top:-200px; float:left; z-index:2; }
#boxes .boxtop { width:220px; }
#boxes .box { width:218px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:url(../images/layout/boxbg.png) repeat; }
#boxes .boxbottom { width:220px; height:7px; background:url(../images/layout/boxbottom.jpg) no-repeat; margin-bottom:10px; }
#boxes #contactbox p { font-size:13px; padding:5px; }
#boxes #contactbox a { font-size:13px; text-decoration:underline; }
#boxes #whychoose p { font-weight:bold; padding:3px 5px 3px 5px; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.red { color:#BF2E2E; }