@charset "utf-8";
/* CSS Document */

	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

	
	
	body {
	font-size: 13px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/furniture/coloured-bg.jpg) repeat-x;
	}

	
	/* rules for headings and paragraph */
	h1 {
	font-size: 160%;
	color:#ce035d;
	}
	
	h2 {
	font-size: 140%;
	color:#ce035d;
	}
	
	h3 {
	font-size: 130%;
	color:#ce035d;
	
	}
	
	p {
	line-height: 150%;
	}

	#outerwrapper {
	width:900px;
	height:780px;
	margin:0 auto;
	position:relative;
	background-image:url(../images/furniture/background.jpg);
	background-repeat:no-repeat;
	}
	
	#wrapper {
	width: 680px;
	height:550px;
	padding:0;	
	margin: 0 auto;
	position:relative;
	top:130px;
	text-align: left;
	background:#fff;


	}
	
	#header {
	height:150px;
	
	}
	#headertop {
	height:25px;
	width:620px;
	border-bottom:1px solid #cfcfcf;
	margin: 0 auto;
	}
	
	#logo {
	width:130px;
	height:30px;
	background:#fff;
	position:absolute;
	top:8px;
	right:95px;
	display:block;
	}
	#headermid {
	height:80px;
	width:620px;
	margin:0 auto;
	border-bottom: 1px solid #cfcfcf;
	position:relative;
	display:block;
	}
	
	ul#mainnav {
	position:relative;
	top:3px;
	left:-10px;
	display:block;
	height:60px;
	width:70px;
	
	}
	ul#mainnav li {
	list-style-type:none;
	width:70px;
	padding-top:3px;
	padding-bottom:3px;
	}
	
	#pagename {
	width:277px;
	height:57px;
	position:absolute;
	left:70px;
	top:10px;
	}
	
	#sprocket {
	position:absolute;
	right:10px;
	top:8px;
	}
	
	ul#subnav {
	list-style-type:none;
	width:110px;
	display:inline;
	position:relative;
	top:5px;
	left:30px;
	color:#cfcfcf;
	
	}
	
	ul#subnav li {
	display:inline;
	height:16px;
	}
	ul#subnav li.seperator {
	background-image:url(../images/furniture/seperator.gif);
	background-repeat:no-repeat;
	}
	
	#leftcolumn {
	width:290px;
	height:290px;
	float:left;
	margin-top:10px;
	position:relative;
	left:30px;
	}
	
	#rightcolumn {
	width:275px;
	height:auto;
	float:right;
	
	position:relative;
	right:30px;
	margin-top:4px;
	}
	
	.clearer {
	clear:both;
	width:577px;
	margin:0 auto;
	border-bottom: 1px solid #cfcfcf;
	position:absolute;
	bottom:25px;
	left:37px;
	}
	
	#footerbackground {
	background-image:url(../images/footer3-bg.jpg);
	background-position: top centre;
	margin: 0 auto;
position:relative;
	width:900px;
	height:268px;
	}
	#footer {
	position:absolute;
	bottom:0;
	left:33px;
	padding:4px;
	text-align:right;
	width: 576px;
	}
	
	#footer a {
	text-decoration:none;
	color:#ce035d;
	}
	
	#footer a:hover {
	text-decoration:underline;
	color:#000;
	}
	
	#comingsoon {
	position:absolute;
	left: 200px;
	top:240px;
	}
	
	
	
	.formbutton {
	line-height: 1.6em;
	color: #000;
	border: 1px solid #d1d2d4;
	width: auto;
	}
	
	.frmfield {
	font-size: 95%;
	background-color: #d1d2d4;
	color:#000000;
	padding: 2px;
	width: 19em;
	border: 1px solid #ffffff;
	margin-top: 2px;
}

.warning {
font-size:14px;
color:#FF0000;
font-weight:bold;
}
