/*** quornfurniturecompany.co.uk  css ***/

/* default font sizes */
	/* hack for IE to display the right font size */
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input { 
	font: x-small "Trebuchet MS", Arial, sans-serif; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
 
/* default font size for each element */
h1 	{
  font-size: medium;
	}
h2 	{
  font-size: 12px;
	}
h3 	{
	font-size: x-small;
	}
p {
  font-size: 12px;
  }

/*** element styles ***/
h1, h2 , p {
	color: black;
	}
	
h1, h2 {
	font-weight: bold;
	}
h1  {
	border: solid 2px white;
	padding: 3px;
	display: inline;
	text-transform: capitalize;
	margin-top: 10px;
	}
h2 { 
	margin-top: 30px;
	
	}
#ranges h2.ranges {
	margin-top: 20px;
	font-size: 14px;
	border: solid 2px white;
	padding: 3px;
	text-transform: capitalize;
	display: inline;
}
#ranges h2 {
	margin-top: 15px;
	margin-bottom: 7px;
}
/* link color and hovers*/	
a {
  color: #F15D22;
  }
a:hover {
  color: white;
  }

/*** structural ***/
body {
  text-align: center;
  background: #9D9EA0 url(../images/bg.gif) repeat-x top center;
  }
  
#wrapper { 
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 800px;
  }
  
#header {
	position: relative;
	width: 800px;
	height: 168px;
	background: url(../images/header.gif) no-repeat 0 0;
	}
	
img#topimg1 {
	position: absolute;
	top: 31px;
	left: 193px;
	}
img#topimg2 {
	position: absolute;
	top: 31px;
	left: 440px;
	}
ul#topmenu {
	position: absolute;
	top: 42px;
	right: 27px;
	}
#topinfo {
	position: absolute;
	top: 145px;
	left: 197px;
	}
#flashbox {
	position: relative;
	margin-left: 30px;
	width: 535px;
	height: 265px;
	border: solid white 4px;
	}
#banner	{
	margin-top: -10px;
	margin-bottom: 30px;
}
#middle {
	position: relative;
	width: 800px;
	height: 100%;
	padding: 1px 0 10px 0;
	background: url(../images/middle_bg.gif) repeat-y 0 0;
	}
	
#main {
	position: relative;
	width: 760px;
	height: 100%;
	margin: 10px 20px 0px 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #DEC79F url(../images/main_gradient.gif) repeat-x top left; 
	}
	
#menu {
	position: absolute;
	top: 60px;
	left: 600px;
	}
	
#textbox {
	position: relative;
	margin: 30px 30px 20px 30px;
	padding-top: 10px;
	}

#footer {
	position: relative;
	width: 800px;
	height: 50px;
	background: url(../images/footer.gif) no-repeat 0 0;
	}
#bottominfo {
	position: absolute;
	top: 3px;
	left: 30px;	
	}
/*** element styles ***/

/*** topmenu ***/
	#topmenu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
			
	ul#topmenu a {
		color: white;
		text-decoration: none;
		display: block;
		height: 20px;
		width: 85px;
		border-bottom: solid white 1px;
		margin-bottom: 12px;
		}
	ul#topmenu a:hover {
		color: black;
		background-color: white;
		}
		
/***topinfo***/
	#topinfo, #bottominfo{
		border: 0;
		padding: 0;
		color: white;
		}
	#topinfo span {
		background: url(../images/bullet.gif) no-repeat center left;
		margin-right: 20px;
		padding-left: 10px;
		font-size: 9pt;
		}
	#bottominfo span {
		background: url(../images/bullet.gif) no-repeat center left;
		margin-right: 0px;
		padding-left: 10px;
		font-size: 12px;
		margin-left: 15px;
		}
	#bottominfo a {
		color: white;
		}
	#bottominfo a:hover {
		color: black;
		background: white;
		}
		
	#credit {
		float: right;
		font-size: 12px;
		margin-right: 10px;
	}
	#credit a {
		color: black;
	}
	
/***menu ***/
	ul#menu {
		list-style-type: square;
		margin: 0;
		padding: 0;
		}
	ul#menu a {
		text-decoration: none;
		font-size: small;
		vertical-align: 15%;
		}
	ul#menu li {
		font-size: x-large;
		margin-bottom: 5px;
		margin-left: 20px;
		}
	ul#menu li.active span {
		text-decoration: none;
		font-size: small;
		vertical-align: 15%;
	}
	
/***forms***/
#textbox form {
	margin-left: 20px;
	}
#verticalForm fieldset  { 
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#verticalForm fieldset.radio {
	width: 15em;
	margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}

#verticalForm fieldset.radio label {
	font-weight: normal;
}

#verticalForm input {
	display: block;
	width: 15em;
}

#verticalForm label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#verticalForm label.first {
	padding-top: 1em;
}

#verticalForm select {
	display: block;
}
