@charset "utf-8";
/* CSS Document adapted from http://www.code-sucks.com */

* {
	margin: 0;
}

body {
	background: #EEE url('images/body_background.jpg') repeat-y top center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
}

p {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#header {
	background: #FFF url('images/header.jpg') no-repeat top left;
	width: 780px;
	height: 120px;
	padding: 0;
	float: left;
	border-bottom: 1px solid #FFF;
}

#sidebar {
	background-color: #FFF;
	width: 250px;
	/*height: 500px;*/
	padding: 0;
	float: left;
}

#maincontent {
	background-color: #FFF;
	width: 530px;
	/*height: 500px;*/
	padding: 0;
	display: inline;
	float: right;
}

#footer {
	background-color: #BD9C8C;
	width: 780px;
	height: 200px;
	padding: 0;
	clear: both;
}

.navhead {
	background: #FFF url('images/red_background.jpg') repeat-x top left;
	width: 250px;
	height: 40px;
	border-bottom: 1px solid #FFF;
}

#navmenu {
	width: 250px;
	margin-bottom: 1.25em;
}

#navmenu ul {
	padding: 0;
	list-style-type: none;
}

#navmenu a {
	font-size: 1.6em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-color: #E79C9C;
	padding: 6px 20px;
	border-bottom: 1px solid #FFF;
	display: block;
}

#navmenu a:link, #navmenu a:visited, #navmenu a:active {
	color: #FDF4F4;
	letter-spacing: 1px;
	text-decoration: none;
}

#navmenu a:hover {
	background-color: #CC0000;
	color: #FDF4F4;
}


.boxhead  {
	background: #FFF url('images/blue_background.jpg') repeat-x top left;
	width: 250px;
	height: 40px;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

.boxhead h1 {
	font-size: 1.25em;
	font-weight: normal;
	color: #F4FBFD;
	padding: 0.3em 0 0 1em;
}

.boxcontent {
	background-color: #9BCFE8;
	color: #0C2734;
	padding: 1em 1.25em 1em 1.25em;
	margin-bottom: 1.25em;
}

.boxcontent p {
	padding-bottom: 1em;
}

.boxcontent a {
	font-weight: bold;
}

.boxcontent a:link {
	color: #0C2734;
}

.boxcontent a:visited {

}

.boxcontent a:hover {
	background-color: #0C2734;
	color: #FFFFFF;
}

.boxcontent a:active {

}

.boxcontent label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}

.boxcontent input, textarea {
	margin-bottom: 0.25em;
	width: 100%;
}

.submit  {
	text-align: right;
}

.submit input {
	width: 120px;
}

.bodyhead {
	background: #FFF url('images/blue_background.jpg') repeat-x top left;
	width: 530px;
	height: 40px;
	border-bottom: 1px solid #FFF;
}

.bodyhead h1 {
	font-size: 1.9em;
	padding-left: 15px;
	color: #F4FBFD;
}

.bodycontent {
	padding: 1em;
}

.bodycontent h1 {
	font-size: 1.25em;
	color: #222222;
}

.bodycontent h2 {
	font-size: 1em;
	color: #222222;
}

.bodycontent p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.bodycontent strong {
	font-weight: normal;
	background-color: #FFFF99;
}

.bodycontent ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.7em;
}

.bodycontent a:link, .content_link a:visited, .content_link a:active {
	color: #0000FF;
}

.bodycontent a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.imgfloat {
	float: right;
	margin: 30px 0 30px 20px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #F3F3F3;
	clear: right;
}

.attention {
	background-color: #CC0000;
	width: 224px;
	height: 150px;
	padding: 10px;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
}

.attention h1 {
	font-size: 1em;
	padding-left: 15px;
	color: #FFFFFF;
}

.attentionspacer {
	width: 10px;
	float: left;
}

.clear {
	width:100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}

.enquiry_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E79C9C;
	text-align: center;
	height: 40px;
}

.enquiry_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FDF4F4;
}

/* Message Boxes */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('icons/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('icons/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('icons/warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('icons/error.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('icons/error.png');
}

/* Page Specific - kits.php */
.greybackground {
	background-color: #F7F7F7;
	width: 478px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

.kit_table {
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Page Specific - gallery.php */
.picture_gallery {
	display: block;
	margin-top: 2.25em;
	margin-right: auto;
	margin-bottom: 2.25em;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #F3F3F3;
}

