/* INIT
---------------------------------------------- */
body {margin: 0; text-align: center; background: #000 url("images/layout/body-bg.gif") top left repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000;}

a:visited,
a:link, a:visited {color: #ca1414; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}

img {border: 0;}

h1, h2, h3 {margin: 0; padding: 0; font-weight: normal;}
h1 {font-size: 24px; padding: 40px 0 20px 0;}
	h1:first-child {padding-top: 0;}
h2 {font-size: 20px; padding-top: 20px; clear: both;}

ul {list-style: square;}
p {padding: 0 0 15px 0;}

.center {text-align: center;}
.right {text-align: right;}
.clear {clear: both;}
.noclear {clear: none;}
.hr {border-top: 1px solid #ccc; height: 1px; margin: 40px 0 20px 0;}
.topbutton {border-bottom: 1px dotted #3c6dc9; text-transform: uppercase; font-size: 12px; text-align: right; padding-top: 10px;;}

.nomargin {margin-top: 0; padding-top: 0;}

.image-left {float: left; margin: 10px 20px 10px 0;}
.image-right {float: right; margin: 10px 0 20px 10px;}
.image-right.aside {padding: 0 0 0 20px; margin: 0 0 0 20px; border-left: 1px solid #ccc;}

ul.ticklist {list-style: none; margin: 0; padding: 10px 0;}
ul.ticklist li {padding: 5px 0 5px 25px; background: url("images/icons/tick.png") left no-repeat;}
ul.colourlist li {color: #ccc;}
ul.colourlist li span {color: #222;}

.body {line-height: 1.5em; word-spacing: 0.03em; letter-spacing: 0.03em;}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.mceContentBody {background-image: none !important; background-color: #fff !important; color: #000 !important;} /*SnippetMaster editor bg color*/

/* LAYOUT
---------------------------------------------- */
#container {margin: 0px auto; width: 960px; text-align: left; border: 1px solid #fff; border-width: 0 1px 1px 1px;}
	
	#header {background: #e0e23f url("images/layout/header-bg.gif") top left repeat-x; height: 110px;}
		#logo {float: left; width: 350px; height: 110px; background: url("images/layout/logo.png") 15px 50% no-repeat;}
		#header h1 {float: right; font-weight: bold; padding-right: 15px; font-size: 28px;}
		
	#navigation {background: #d4900e url("images/layout/nav-bg.gif") top left repeat-x; height: 30px;}
		#navigation a {background: url("images/layout/nav-sep.gif") right no-repeat; padding: 0; display: block; float: left; line-height: 30px; color: #000; text-decoration: none; width: 192px; text-align: center; font-weight: bold;}
		#navigation a:hover {color: #ca1414;}
	
	#content-container {padding: 25px 25px 0 25px; background: #ca1414 url("images/layout/content-bg.gif") top left repeat-x;}
		#content-top {background: #fff url("images/layout/content-top.gif") top left no-repeat;}
		#content-bottom {background: url("images/layout/content-bottom.gif") bottom left no-repeat; padding: 20px;}
	
	#footer {text-align: center; font-size: 12px; padding: 10px 0;}
		#footer, #footer a {color: #d5d5d5;}
	
/* PAGE SPEC
---------------------------------------------- */
form label {float: left; display: block; width: 160px; line-height: 22px;}
form input[type=text] {border: 1px solid #9f9f9f; background: url("images/layout/input-bg.gif") top left repeat-x; padding: 3px; margin-bottom: 3px; width: 250px;}
	form input[type=text]:focus {border-color: #222;}
form textarea {margin-left: 160px; font: inherit; height: 100px;}
form input[type=submit] {margin-left: 160px; border: none; width: 258px; background: #7d7d7d; color: #fff; padding: 5px 0;}

.phone {padding-left: 20px; background: url("images/icons/phone.gif") top left no-repeat;}
.email {padding-left: 20px; background: url("images/icons/email.gif") top left no-repeat;}
.map {padding-left: 20px; background: url("images/icons/map.gif") top left no-repeat;}
.pdf {padding-left: 20px; background: url("images/icons/pdf.png") left no-repeat;}

#image-fader {list-style: none; margin: 0 0 0 20px; padding: 0; width: 337px;}

.gallery a img {border: 1px solid #ccc; padding: 1px;}
.gallery a:hover img {border-color: #222;}

.contact-right {text-align: center; float: right; margin-left: 20px;}
	.contact-right a {text-decoration: none;}
