/* Main */ 

body { background:url(/images/bg.png); margin: 0; padding: 0;  }

html, body, img, h1 {
font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #666666;
	padding: 0;
	margin: 0;
	border: 0;
}

h1,h2 {
	color: #000;
	font-size: 30px;
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
}

h2 { font-size: 18px; }

p { line-height: 21px; }

a { outline: 0; }

a:link { color: #534741; text-decoration: none; }
a:visited { color: #534741; }
a:active { color: #534741; }
a:hover { color: red; text-decoration: underline; }

.clear { clear: both; }

#container {
	margin: 10px auto;
	width: 960px;
	display: block;
}

/* Layout */

.button { width: 117px; height: 29px; background:url(/images/button.png) top left no-repeat; line-height: 29px; color: #fff; display: block; float: left; text-align: center; }
.button a { display: block; }
.button a:link, .button a:visited { color: #fff; }

#buttonwrap { position: absolute; bottom: 10px; right: 20px; }

#tele { color: red; }

#topbar { height: 150px; width: 960px; background:url(/images/topbanner.png); margin-top: -10px;  }

#nav { height: 50px; width: 960px; background:url(/images/navbg.png); }
#nav ul { list-style-type: none; height: 50px; text-align: center; padding:0; margin:0; }
#nav ul li { float: left; line-height: 50px; background:url(/images/navseperator.png) top right no-repeat;  }
#nav ul li a { display: block; padding-left: 20px; padding-right: 20px; }


#slide { height: 300px; width: 960px; background:url(/images/slidebg.png) top left; }

#slideleft, #slideright { float: left; position: relative; height: 300px; }
#slideleft { width: 400px; padding: 10px; }
#slideright { width: 500px; padding: 30px 10px 10px 10px; }

#slide_content a:link, #slide_content a:visited, #slide_content a:active { color: #fff; display:block; }
#slide_content a:hover { text-decoration:underline; }

#content { width: 958px; background-color: #fff; border-left: solid 1px #e2e5e5; border-right: solid 1px #e2e5e5; } 
#content h1 { font-size: 22px; }
#content ul { list-style-type: square; line-height: 21px; }

#left,#right { float: left; position: relative; display: block; }

#left { width: 380px; margin: 10px; padding: 10px; background:url(/images/slidebg.png) top left; height: 470px;  }
#right { width: 500px; padding: 10px; position: relative; }

#sleft,#sright { float: left; position: relative; display: block; margin-top: 10px; }

#sleft { width: 180px; margin-top: 20px; margin-left: 10px; padding: 10px; background:url(/images/slidebg.png) top left; }
#sright { width: 700px; padding: 10px; height: 800px; }

#rightsbox { background:url(/images/slidebg.png) top left; margin-bottom: 10px; }
#rightsbox span { padding: 10px; }
.rightsboximg { float: left; margin-right: 10px; }

#freequote { background:url(/images/freequote.png) top left no-repeat; position: absolute; bottom: 0px; right: 0px; height: 84px; width: 84px; }

#footer { width: 920px; background:url(/images/slidebg.png); padding: 20px; text-align:center; }
#footer ul { list-style-type: none; }
#footer ul li { float: left; margin-right: 40px; }

/* Table */

table { border-collapse:collapse; }
td { padding: 10px; }
table, th, td { border: solid 1px #cec6ae; }

.colour1 { background-color: #ebe4ce; }
.colour2 { background-color: #f4efde; }

/* Form */

form { margin-top: 10px }

.formelement {
	display: block;
	margin-bottom: 10px;
}

.posbutton {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

button { 
	background-color: #fff; 
	margin-top: 20px; 
	margin-right: 10px; 
	border: solid 1px #cccccc;
	height: 38px; 
	line-height: 30px; 
	color: #666666;
}

label { width: 75px; float: left; line-height: 31px; }

textarea { height: 100px; }
input, select, textarea { padding: 5px; width: 250px; margin-left: 10px; border: solid 1px #666666; } center; }


