/*** 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 "Helvetica", 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;
	}
h4 {
	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;
	}
h2 { 
	margin-top: 30px;
	}
/* link color and hovers*/	
a {
  color: #49c3f1;
  }
a:hover {
  color: white;
  background-color: #49c3f1;
  text-decoration: none;
  }

/*** structural ***/
body {
  text-align: center;
  background: #fff url(../images/background.jpg) repeat-x top center;
  margin: 0;
  padding: 0;
  }
  
#wrapper { 
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 800px;

  }
  
#header {
	position: relative;
	width: 800px;
	height: 155px;
	background: #fff;
	}
#topstrip {
	position: relative;
	width: 800px;
	height: 25px;
	background-color: #602783;
	padding-top: 1px;
	}
#mosaic {
	position: relative;
	width: 800px;
	height: 160px;
	background: white url(../images/mosaic.jpg);
	border-bottom: 5px solid #49c3f1;
	}

#middle {
	position: relative;
	width: 800px;
	height: 100%;
	padding: 0 0 0 0;
	}

#search {
		height: 30px;
		margin-left: 210px;
		margin-top: 10px;
		margin: 10px 0 10px 210px;
		}
#main {
	position: relative;
	width: 760px;
	height: 100%;
	margin: 10px 20px 0 20px;
	padding: 1px 0 10px 0;
		
	}
	
#menu {
	position: absolute;
	top: 80px;
	left: 600px;
	}
	
#textbox {
	position: relative;
	margin: 30px 30px 20px 30px;
	padding-top: 10px;
	}

#footer {
	position: relative;
	width: 800px;
	height: 25px;
	background-color: #49c3f1; 
	}

/*** element styles ***/

/*** logo image replacement***/
#header h1{
	width: 500px;
	height: 79px;
	position: absolute;
	top: 30px;
	left: 150px;
	}
#header h1 span {
	position: absolute;
	top: 0;
	width: 100%;
	height: 79px;
	}
#header h1 span {	
	background: url(../images/logo.gif) 		no-repeat 0 0;	
	}

/***topstrip***/
#topstrip h2 {
	color: white;
	text-align: center;
	margin: 3px 0 0 0;
	}
/***menu ***/
#main ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#main ul li {
	text-align: center;
	margin: 5px 0 5px 0;
	}
#main ul li a{
	color: #602783;
	text-align: center;
	font-weight: bold;
	font-size: small;
	}
#column1 {
	width: 250px;
	position: relative;
	left: 1px;
	top: 0px;
	
	}
#column2 {
	width: 250px;
	position: absolute;
	left: 255px;
	top: 46px;
	}	
#column3 {
	width: 250px;
	position: absolute;
	left: 505px;
	top: 46px;
	}
#main li a.current {
	color: #49c3f1;
	text-decoration: none;
	}
/***results***/
#results {
	margin: 0 20px 0 20px;
	}
	
#results h3 { 
	
	color: #49c3f1;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	}
#results h3 span {
	padding: 2px;
	background-color: #e4f3fc;
	}
	
#results em {
	font-weight: bold;
	font-style: normal;
	}

div.row { 
	margin-bottom: 20px;
	}
div.row p {
	margin: 4px 0 4px 0;
	}

/***footer***/
#footer span, #footer a {
	color: white;
	}

#footer h2 {
	float: left;
	margin: 0;
		color: white;
	}
#contact {
	position: absolute;
	top: 4px;
	left: 20px;
	}
#credit {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: x-small;
	}
#copyright {
	position: absolute;
	left: 300px;
	top: 6px;
	font-size: x-small;
	}
/***bottom credit***/
#bottomcredit {
	text-align: center;
	margin:10px auto 0 auto;
	width: 750px;
	}
#bottomcredit h5 {	
	font-size: x-small;
	text-align: center;
	}
#bottomcredit img {
	vertical-align: middle;
	border: none;
	margin: 0 10px 0 10px;
	}


/***forms***/
#contactform {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 400px;
	}
#contactform h3 {
	text-align: center;
	}
#contactform form {
	text-align: left;
	}
#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;
}
