/*
Colours:
	DBlue: #00457E
	MBlue: #6085A4
	LBlue: #759AB9
	Orange: #F28F00
	Grey: #D1D1D1
	DGrey: #E1E1E1
*/

body {
	background: #D1D1D1;
	color: #00457E;
	text-align: center;
}

.colour {
	color: #F28F00;
}

h1 {
	color: #F28F00;
	font-size: 1.7em;
}

h2 {
	color: #00457E;
	font-size: 1.5em;
}

a:link, a:active, a:visited {
	color: #00457E;
}

input, select, textarea, button {
	background: #FFF;
	border: 1px solid #00457E;
}

#fullwrapper {
	margin: 100px auto auto;
	background: #E1E1E1 url("../images/template/fullwrapper_bg.gif") 100% 0 repeat-y;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	position: relative;
	width: 1000px;
	text-align: left;
}

html>body #fullwrapper {
	width: auto;
	min-width: 1000px;
}

#top {
	position: absolute;
	top: -80px;
	left: 50px;
	width: 337px;
	height: 150px;
	z-index: 5;
}
#top span {
	background: url("../images/template/logo.gif");
}

#content {
	background: #FFF url("../images/template/content_bg.gif") 100% 100% no-repeat;
	margin: 0 300px 0 0;
	padding: 195px 304px 3em 3em;
	border-right: 50px solid #F28F00;
	height: auto!important;
	height: 200px;
	min-height: 200px;
}

#menu {
	position: absolute;
	top: 100px;
	left: 0;
	height: 75px;
	width: 10px;
	background: #00457E;
	width: 100%;
	border-top: 10px solid #FFF;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu li {
	background: #FFF;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#menu li.last {
	margin-right: 0;
}

#menu a {
	font-family: arial, sans-serif;
	display: block;
	float: left;
	line-height: 55px;
	padding: 0 1.5em;
	border: 10px solid #00457E;
	font-weight: bold;
	font-size: 1.3em;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #00457E;
	background: #FFF;
	text-decoration: none;
	height: 55px;
}

#menu a:hover, #menu li.selected a:link, #menu li.selected a:visited, #menu li.selected a:active {
	background: #00457E;
	color: #FFF;
}

#footer {
	color: #FFF;
	text-align: right;
	padding: 1.0em;
	padding-top: 5.0em;
	font-size: 0.8em;
	background: #F28F00;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
}

#sml_content {
	position: absolute;
	right: 50px;
	top: 185px;
	width: 250px;
	min-height: 300px;
}

#sml_content p {
	margin: 0;
	padding: 0;
}

#colourblock {
	position: absolute;
	background: #F28F00;
	height: 100px;
	width: 1000px;
	top: 0;
	left: 0;
}

html>body #colourblock {
	width: 100%;
}

#bottomcolourblock {
	position: absolute;
	background: url("../images/template/colourblock.gif");
	top: 100px;
	right: 0;
	width: 350px;
	height: 85px;
	z-index: 2;
}

#bottomcolourblock2 {
	position: absolute;
	background: url("../images/template/kitchen-bathroom-laundry.gif");
	width: 509px;
	height: 20px;
	top: 40px;
	left: 450px;
}