/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/	
body{
	padding:0;
	margin:0 0 1em 0;
	line-height: 1.5em;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	}

#maincontainer{
	margin:0 auto;
	width:980px;
	background-color:#fff;
	}
	
#contentwrapper{
	float: left;
	width: 100%;
	height:auto;
	margin:0 0 2em 0;
	background-color:#fff;
	}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
	
#search-results-container{
	float:left;
	width:100%;
	padding-top:10px;
}
	
#search-results{
	padding:0px;
	margin:0 auto;
	width:800px;
	border-top: 1px solid #0000CC;
	}

#search-results td {
	border:none!important;
	text-align:center !important;
}
	
#thumblist{
	position:relative;
	float:left;
	margin:2em 0 .8em 205px; /*Set left margin to LeftColumnWidth*/
	padding-left:5px;
	width:750px;
	background-color:#0033CC;
	}
/******************************************************************************************/
/****************************************Index.html, about.html, enquiry.html Content******/
/******************************************************************************************/
/*  */
#topprod{
	width:980px;
	font-size:1.2em;
	height:380px;
	}

#list{
	width:100%;
	font-size:1.2em;
	margin:0 auto;
	height:auto;
	}
	
#contentwrapper h2{
	width:auto;
	padding:0;
	margin:0 0 .8em 0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:.2em;
	}	

#contentwrapper .round{
	float:left;
	/*width:13.3em;*/
	width: 200px;
	text-align:center;
	color:#727373;
	/*margin:0 18px; webmaster changed this line*/
	margin:10px 35px 0px 0px;
	/*min-height:300px; webmaster changed this line*/
	min-height:300px;
	overflow:hidden;
	}
	
#list .round{
	float:left;
	/*width:13.3em;*/
	width: 200px;
	/*border: 1px solid;*/
	text-align:center;
	color:#727373;
	/*margin:0 18px; webmaster changed this line*/
	margin:10px 35px 0px 0px;
	/*min-height:300px; webmaster changed this line*/
	min-height:300px;
	overflow:hidden;
	}
	
#contentwrapper .round h2{
	line-height:1em;
	height: 50px;
	letter-spacing:.1em;
	}

ul#split,ul#split li{
	margin:2.5em 0 0 0;
	padding:0;
	list-style:none;
	}
	
ul#split li{
	float:left;
	margin:0 0 0 31px;
	padding:0;
	display:inline;
	}	

ul#split h2{
	background-color:#99ccff;
	padding:0;
	width:auto;
	height:1.8em;
	padding:5px;
	margin:0 0 0 0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:.2em;
	}

li#one{
	width: 45%;
	padding:0;
	font-size:1.2em;
	color:#727373;
	line-height:1.8em;
	}
	
li#one div{
	margin:0;
	padding:5px;
	border:#cccccc 2px solid;
	margin-bottom: 2.5em;
	}
		
li#two{
	width: 45%;
	font-size:1.2em;
	line-height:1.6em;
	color:#727373;
	}

li#two div{
	margin:0;
	padding:0;
	border:#cccccc 2px solid;
	}
	
li#two div ul{
	margin:0;
	padding:5px;
	}
	
li#two div ul li{
	width:100%;
	display:inline;
	margin-top:1em;
	margin-left:0px;
	}
	
#contentwrapper .hform{
	float: left;
	width: 49%;
	margin-bottom:1em;
	font-size:1.2em;
	color:#727373;
	}
	
#contentwrapper .says{
	float:right;
	color:#000000;
	font-weight:bold;
	}
	
#contentwrapper .info{
	float: left;
	width:42%;
	padding-left:24px;
	font-size:1.2em;
	line-height:1.8em;
	color:#727373;
	}

/* Chair Dimensions | Table config */	
#details{
	width:32em;
	}



	

	
#maincontainer .main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#727373;
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 0 0;
	}


	
#map{
	height:450px;
	margin:1em;
	padding:0 0 0 1em;
	}

/* Contact Form */
#contactform {  							/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-family:Verdana ,arial,sans-serif;
  	margin: 0;
  	padding: 0;
  	width: 55%;
	float:left; 
	}

#contactform fieldset {
  	border-color:#DFDEFF;
  	border-width: .2em;
  	border-style: solid;
  	padding:0 0 .4em 0;       				 /* padding in fieldset support spotty in IE */
  	margin-bottom:1em;
	}

#contactform fieldset legend{
	color:#006699;
	font-size:1.2em;
	margin-left:1em;
	font-weight:bold;
	}

#contactform label { 
	display: block;  						/* block float the labels to left column, set a width */
	float: left; 
	width: 21em; 
	padding: 0; 
	margin: .4em 0 0 0; 					/* set top margin same as form input - textarea etc. elements */
	text-align:right;
	color:#727373;
 	cursor: pointer;
	}

#contactform input, textarea, select {
	width:auto;      						/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:.4em 0 0 1em; 					/* set margin on left of form elements rather than right of label aligns textarea better in IE */
	}

.required{
	color:#ff9d27; 							/* To stand out fields that have to be filled so that the form can be sent*/
	}


/* Miscellaneous */
.brown{
	color:#7C5003;
	}
	
.buy{
	color:#ff0000 !important;
	font-weight:bold;
	}
	
.title{
	font-style:italic;
	}
	
.bold{
	font-weight:bold;
	}
	
.center{
	text-align:center;
	}
	

	
.citation{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	}	

.terms li {
	margin-bottom:15px;
}
#contentwrapper .scrollable .round{
	width:auto !important;
}
.home {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.home img {
	display:block;
}
.home-gallery{
	float:left;
	clear:both;
	width:100%; 
	text-align:center;
}

.video-link{
	display:block;
	margin:0 auto;
	width:103px;
	height:20px; 
	background:url(/images/view-product-video.png) no-repeat;
	padding:14px 26px;
	color:#7E7E7E;
}
.video-link:hover{
	background-position:0px -50px;
}
.contact-tables td {
	border:none !important;
}
.red-highlight {
	color:#F00;	
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	color:#e8710c;
	}
	
th.single {
	border-top:none;
	border-left:none;
	border-right:none;
	background: none;
	color:#e8710c;
	}
	
th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background:#fff;
	color:#727373;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color:#727373;
	text-transform: uppercase;
	}
	
td.alt {
	background: #F5FAFA;
	}

img{
	border:none;
	}
	
a{
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
	color:#ff9900;
	}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#727373;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding:5px;
	background: url(/images/table_header_bg.jpg) no-repeat;
	}
	
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding:5px;
	text-align:left;
	color: #727373;
	}




