/* global */

body, html {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	background: #2C2C2A;
	color: #929280;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 16px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
/* unordered list */

ul {
	margin: 2px 0px 18px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
/* ordered list */

ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* margin lefts / margin rights - to centre content */

#logo, #menu, #site_content {
	margin-left: auto;
	margin-right: auto;
}
/* logo */

#logo {
	width: 880px;
	height: 95px;
	border-top: 5px solid;
}
#logo h1 {
	font-family: 'century gothic', sans-serif;
	font-size: 600%;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	float: left;
	width: auto;
	letter-spacing: 0px;
}
#links {
	margin: 15px 9px 0px 0px;
	font-size: 80%;
	text-align: right;
	padding: 20px 10px 0px 0px;
}
#links a, #links a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}
/* navigation menu */

#menu {
	height: 44px;
	width: 880px;
	border-bottom: 2px solid;
}
#menu ul {
	margin: 0px auto;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}
#menu li a {
	display: block;
	float: left;
	width: auto;
	height: 38px;
	text-decoration: none;
	padding: 6px 19px 0px 19px;
	border-right: 2px solid;
	font-weight: bold;
}
#colours {
	height: 0px;
	text-align: right;
	padding: 16px 16px 0px 300px;
}
#colours img {
	margin-right:3px;
}
/* main content */

#site_content {
	width: 878px;
	overflow: hidden;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	background: url(back.png) repeat;
	border-color: #40403E;
}
/* side menu */

#side_menu {
	padding: 22px 3px 10px 19px;
	float: left;
	width: 170px;
}
#side_menu a {
	text-decoration: none;
	font-size: 11px;
}
#side_menu a:hover {
	padding-left: 5px;
	text-decoration: none;
	font-size: 11px;
}
/* page content */

#content {
	text-align: left;
	width: 653px;
	float: left;
	padding: 12px 0px 18px 14px;
}
#content a, #content a:hover {
	text-decoration: none;
}
#content ul{margin:0;padding:0 0 30px 14px;float:left;}
#content ul li{padding:0 0 20px 0;margin:0; list-style-type: disc}
#side_menu a, #copyright a {
	text-decoration: none;
	color: #82974c;
}
#side_menu a:hover, #copyright a:hover {
	text-decoration: none;
	color: #40403f;
}
#menu li a, .side_menu_item a {
	background: #40403E;
	color: #929280;
	border-color: #2C2C2A;
}
#logo, #logo h1, #logo a {
	background: #2C2C2A;
	color: #40403E;
	border-color: #82974B;
	text-decoration: none;
}
#content h1 {
	background: transparent;
	color: #E6E8DC;
	border-color: #40403E;
}
#links a, #content a {
	background: transparent;
	color: #82974B;
}
#menu {
	background: #40403E;
	color: #EEE;
	border-color: #82974B;
}
#menu li a:hover, #menu li a.selected, #menu li a.selected:hover {
	background: #82974B;
	color: #ffffff;
	border-color: #2C2C2A;
}
.side_menu_item a.selected, .side_menu_item a:hover, .side_menu_item a.selected:hover {
	background: #EEE;
	color: #929280;
}
#contact input, #contact textarea, #contact input.submit {
	background: #2C2C2A;
	color: #929280;
	border-color: #40403E;
}
#copyright {
	margin-top: 10px;
	font: 11px Verdana;
	text-align: center;
	width: 100%;
}

.small{font-size:9px;font-weight:bold;float:right;width:250px;}
#subcontent{width: 400px;float:left;}