/*------GLOBAL------*/

body { margin:10px 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, h2 { font-size:21px; color:#000; font-family:tahoma; }
h2 { font-size:14px; color:#FF0000; }
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.png) no-repeat left center; }
a { padding:0; color:#000; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#bodytop { width:858px; height:7px; background:url(../images/layout/bodytop.png) no-repeat; }
#container { width:858px; background:url(../images/layout/bodybg.png) repeat-y; }
#innercontainer { width:840px; padding:0 9px 0 9px; }
#header { width:840px; height:123px; position:relative; }
#logo { width:307px; height:90px; position:absolute; left:22px; top:19px; }
#contactdetails { width:182px; height:41px; position:absolute; left:620px; top:47px; }
#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 9px 10px 9px; }
#footer a { font-size:11px; }
#bodybottom { width:858px; height:7px; background:url(../images/layout/bodybottom.png) no-repeat; }

/*------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 10px 0 10px; 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-image:url(../images/layout/boxbg.png); }
#boxes .boxbottom { width:220px; height:7px; background:url(../images/layout/boxbottom.png) 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; }
