﻿@import url(layout.css);
body {
	color: black;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFE3;
}
#container {
	background-color: #fff;
	width: 766px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border: 5px solid #000000;
}
#intcontainer {
	background-color: #000000;
	border: 2px solid #A5975D;
	padding: 5px;
}
#masthead {
	text-align: right;
	background-color: #000000;
	background-image: url('../images/header_start_01.jpg');
	background-repeat: no-repeat;
	height: 116px;
}
#navigation {
	border: 2px solid #A5975D;
	padding: 1px;
	background-color: #A5975D;
	overflow: hidden;
}
#content_main {
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #A5975D;
	padding: 1px 6px 1px 6px;
	background-color: #FFFFE3;
}
#content_footer {
	background-position: bottom;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #A5975D;
	padding: 1px 6px 1px 6px;
	background-image: url('../images/content_footer_01.jpg');
	height: 172px;
	background-repeat: no-repeat;
	background-color: #FFFFE3;
}
#footer {
	border-style: solid;
	border-width: 0px;
	text-align: center;
	background-color: #000000;
	padding-top: 8px;
	padding-bottom: 2px;
	color: #FFFFE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 526px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 26px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px 6px 4px 6px;
	border: 1px solid #FFFFE3;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #BEB48B;
	outline-color: #FFFFE3;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px 6px 4px 6px;
	border: 1px solid #FFFFE3;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFE3;
	outline-color: #FFFFE3;
}
/* Styles for Footer */
#footer p {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFE3;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #FFFFE3;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover {
	color: #A5975D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content_footer_t2 {
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #A5975D;
	padding: 0px;
	height: 240px;
	background-color: #FFFFE3;
}
/* Styles for Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #A5975D;
	text-decoration: underline;
}
/* Styles for Body Text */
.style1 {
	font-size: small;
	color: #FFFFE3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style_heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style_text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.style_text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.style_italic {
	font-style: italic;
}
.style_text3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 21px;
}
.style_text4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 31px;
	margin-right: 90px;
	font-style: italic;
}
.style_bold {
	font-weight: bold;
}
.style_text5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 19px;
}
.style_text6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.style_text7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 21px;
}
/* Colours */
.colour_blue {
	color: #1B5FA3;
}
.colour_purple {
	color: #6A0E6F;
}
.colour_red {
	color: #AD0E23;
}
.colour_yellow {
	color: #E6BB00;
}
.style_19px {
	font-size: 16px;
}
/* Misc Styles */
.style2 {
	border-style: solid;
	border-width: 0;
}
.style3 {
	text-align: center;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.style_text7top {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.style8 {
	margin: 4px 0px 6px 6px;
	border: 2px solid #A5975D;
}
.style9 {
	margin: 0px 6px 6px 0px;
	border: 2px solid #A5975D;
}
.style_text8 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-right: 175px;
}
.style10 {
	margin: 8px;
	border: 2px solid #A5975D;
}
.img_style11 {
	text-align: center;
	margin: 0px 10px 10px 10px;
	vertical-align: middle;
}
.style_prod_nav {
	vertical-align: middle;
	text-align: center;
}
.style_prod_nav_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style_text9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.style_text10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style_text2Top {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.style_text11 {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-style: italic;
	vertical-align: top;
}
.style_text12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
.style_text13 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}
#wtb_left {
	float: left;
	padding-right: 2px;
	width: 360px;
	text-align: left;
}
#wtb_right {
	margin: 0px;
	float: right;
	width: 360px;
	text-align: left;
	padding-left: 7px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
}
#wtb_container {
	width: 732px;
	height: 930px;
}
.style11 {
	border-width: 0px;
}
.style12 {
	color: #701301;
}

