html {
	background: #101010 url(../images/bg-fade.gif) repeat-x top left;
}

body {
	padding: 0 0 40px 0;
	margin: 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	background: #101010 url(../images/bg-fade.gif) repeat-x top left;	
}

iframe {
    display:none;
    margin:0;
    padding:0;
}

p, h1, h2, h3, h4 {
	margin: 0 0 1em 0;
}

a {
	text-decoration: none;
	color: #A39161;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	background-color: #000;
}

#header {
	height: 90px;
	/* background: #000 url(../images/sidebar.gif) repeat-y top right; */
	background: #000;
}

#logo {
	padding: 27px 0 0 18px;
	width: 637px;
	float: left;
}

#top-cta {
	padding: 13px 20px 0 32px;
	width: 233px;
	float: left;
}

#top-cta strong {
	font-size: 190%;
	text-transform: uppercase;
	line-height: 1.5;
}

#top-cta .button {
	width: 210px;
	padding: 5px 0px 5px 10px;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 0;
	background: #A39161;
	height: 28px;
	overflow: hidden;
}

#menu ul li {
	float: left;
	list-style-type: none;
	padding: 0 0 0 1px;
	background: transparent url(../images/menu-sep.gif) no-repeat left 9px;
	margin: 0;
}

#menu ul li.first {
	background: none;
	padding: 0;
}

#menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 9px 8px 9px;
	line-height: 1;
	font-size: 12px;
}

#menu ul li.active {
}

#menu li.current a {
    background: #736234;
	color: #fff;
}

#menu ul li.active a {
	background: #736234;
	color: #fff;
}

#menu ul li a:hover {
	background: #736234;
	color: #fff;
}

#inner-wrapper {
	/* now on wrapper */
	/* background: #fff url(../images/sidebar.gif) repeat-y top right; */
}

#top-half {
	clear: both;
	/* now on wrapper */
	/* background: #000 url(../images/sidebar.gif) repeat-y top right; */
}

.about-us-alt #top-half,
.seating #top-half {
    min-height:400px;
}

#left-half {
	width: 655px;
	float: left;
}

#right-half {
	width: 285px;
	float: left;
}

#image-area {
	width: 655px;
	float: left;
	background: #000;
}

#photography {
    overflow: hidden;
}

#fading-shots {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative !important;
}

#fading-shots li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#photography a {
	display: block;
	position: relative;
	line-height: 0;
}

#photography .expand-image {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

#about-sidebar .expand-image {
  position: absolute;
  right: 6px;
  bottom: 6px;
}

a.pretty-photo {
  position: relative;
  display: block;
}

a:hover .expand-image {
	text-decoration: none;
}

/* top side bar */

#top-sidebar {
	width: 285px;
	float: right;
	padding: 20px 0 0 0;
}

#top-sidebar a {
	color: #fff;
	font-weight: bold;
}

#top-sidebar h1 {
	font-weight: normal;
	margin: 5px 35px;
	color: #a39161;
	font-size:1.8em;
	line-height: 1.3em;
}

.classic #top-sidebar
{
	height:595px;
	position: relative;
}

.classic #request-buttons
{
	position: absolute;
	left: 0;
	bottom: 0;
}

#request-buttons #buy-now-strip a
{
	text-transform: uppercase;
	border: 0 none;
	text-align: left;
	padding: 0 0 20px 0;
}

#request-buttons #buy-now-strip span
{
	color: #A39161;
}

.home #top-sidebar h1 {
	text-indent: -10000px;
	background: transparent url(../images/transform-existing.png) no-repeat top left;
	width: 218px;
	height: 70px;
	margin: 5px 25px 0px 35px;
}

.classic #top-sidebar h1 {
	text-indent: -10000px;
	background: transparent url(../images/classic_timber.png) no-repeat top left;
	width: 218px;
	height: 70px;
	margin: 5px 25px 10px 35px;
}

.bespoke #top-sidebar h1 {
	text-indent: -10000px;
	background: transparent url(../images/bespoke-title.png) no-repeat top left;
	width: 218px;
	height: 70px;
	margin: 5px 25px 10px 35px;
}

.renovations #top-sidebar h1 {
	text-indent: -10000px;
	background: transparent url(../images/renovations-title.png) no-repeat top left;
	width: 218px;
	height: 70px;
	margin: 5px 25px 10px 35px;
}

.request #aboutus-text
{
	height: auto;
}

#top-sidebar h2 {
    margin:0 0 5px 35px;
    color:#a39161;
    font-size:1.3em;
}

#top-sidebar h3 {
    color:#a39161;
    font-size:1.2em;
}

.home #top-sidebar h3
{
	font-family: Georgia, "times new roman";
	margin-left:35px;
	text-transform:uppercase;
	margin-bottom: 0;
	font-weight: normal;
}

#top-sidebar p {
	padding: 0 35px 0 35px;
	text-align: left;
}

#top-sidebar ul {
    margin-left:15px;
    margin-right:15px;
}

#top-sidebar a
{
	color: #A39161;	
}

#feature {
	background: #A39161;
	width: 655px;
	float: left;
	margin-bottom: 20px;
}

#feature-padding {
	padding: 20px 30px 20px 30px;
}

#feature h2 {
	font-size: 130%;
	margin-bottom: 15px;
	color: #a39161;
}

#feature h2 {
	color: #333;
}

#product-ad {
	background: #262626;
	color: #fff;
}

#product-ad .ad-left {
	width: 300px;
	float: left;
}

#product-ad .ad-right {
	float: right;
	width: 290px;
	line-height: 0;
}

#product-ad .ad-left .copy {
	padding: 5px 12px 10px 12px;
}

#product-ad .ad-left h2 {
    font-family:Georgia, Times New Roman, Serif;
	color: #fff;
	font-weight: normal;
	line-height: 1.1;
	font-size: 170%;
	margin: 0;
}

#product-ad .ad-left h2 span {
	color: #A39161;
}

#product-ad .ad-left p {
	margin: 0.6em 0 0 0;
	font-size: 97%;
}

#product-ad .ad-left .copy a {
	font-weight: bold;
	color: #fff;
}

#product-ad img {
    display:block;
}

/* 
Scroller
*/
#scroller {
  padding: 20px 0 20px 25px;
  height: 175px;
}

#scroller h2 {
	padding-left: 31px;
	margin-bottom: 11px;
}

div.scrollable {
	position: relative;
	overflow: hidden;	 	
	width: 541px;	
	height: 124px;		
}

div.scrollable div.items {	
	width: 20000em;	
	position: absolute;
	clear: both;
}

div.scrollable div.items div {
	float: left;
	text-align: center;
	width: 120px;
	padding: 0;
	margin-right: 15px;
	border: 1px solid #666;
}

div.scrollable div.items div.active {
	border-color: #000;
}

div.scrollable div.items div a {
  display: block;
	height: 120px;
	overflow: hidden;
	position: relative;
}

div.scrollable div.items div a:hover {
	text-decoration: none;
}

div.scrollable div.items div img {
	position: relative;
}

div.scrollable div.items div span {
	display: block;
	position: absolute;
	width: 112px;
	background: #a39161;
	color: #fff;
	font-size: 11px;
	padding: 5px 4px;
	text-align: center;
	line-height: 1.2;
	border-top: 1px solid #736234;
	font-weight: bold;
	margin-top: -22px;
}

div.scrollable div.items div.active {
}

div.scrollable {
	float:left;		
}

a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 20px;
	height: 120px;
	background: transparent url(../images/scroll-left.gif) no-repeat left center;
	float: left;
	margin: 0 6px 0 5px;
	cursor: pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
}

a.prev.disabled, a.prevPage.disabled {
  background: transparent url(../images/scroll-left-disabled.gif) no-repeat left center;
}

a.next.disabled, a.nextPage.disabled {
  background: transparent url(../images/scroll-right-disabled.gif) no-repeat right center;
}

a.next, a.nextPage {
	background: transparent url(../images/scroll-right.gif) no-repeat right center;
	clear: right;
	margin: 0 0 0 6px;
}

div.naviNumbers {
	color: #000;
	clear: both;
	padding: 10px 0 0 35px;
	font-size: 11px;
	font-style: italic;
}

div.navi {
	margin-left: 35px;
	width: 528px;
	height: 20px;
	padding-top: 8px;
	clear: both;
}

div.navi a {
	width: 15px;
	height: 12px;
	float: left;
	margin: 0px;
	background: url(../images/navigator.png) 0 0 no-repeat;     
	cursor: pointer;
	outline: none;
}

div.navi a.first {
	border-left: 1px solid #736234;
}

div.navi a.last {
	border-right: 1px solid #736234;
}

div.navi a:hover {
	background-position: 0 -12px;      
}

div.navi a.prevActive,
div.navi a.active.last {
	background-position: 0 -24px; 
}

div.navi a.active {
	background-position: 0 -36px;     
}

div.navi a.prevActive:hover {
	background-position: 0 -48px; 
}


/* \Scroller */

#bottom-sidebar {
	margin-top: 0px;
	width: 285px;
	float: right;
}

.renovations #bottom-sidebar {
	margin-top: 15px;
}

#buy-now {
}

#buy-now a,
#buy-now-strip a {
	font-size: 150%;
	display: block;
	padding: 16px 30px 16px 38px;
	margin: 0;
	color: #fff;
	/*background: #000;*/
  background: #1E1E1E;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}

#buy-now a span {
	color: #A39161;
}

#buy-now a:hover,
#buy-now-strip a:hover {
	text-decoration: none;
	background: #1E1E1E;
}

#request-buttons {
  margin-top: 10px;
	padding: 0 38px 10px 38px;
}

#request-buttons h3 {
	margin-bottom: 0.5em;
	color: #A39161;
	font-size: 135%;
}

#request-buttons .button {
	margin-bottom: 0.5em;
	color: #fff;
}

#request-buttons .button:hover {
	color: #DAC281;
}

.button {
  border: 1px solid #A39161;
  background: #000 url(../images/button-bg.gif) repeat-x left center;
  /* color: #A39161; */
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 110%;
  padding: 5px 15px;
  display: block;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #5B4D29;
  border-bottom: 1px solid #5B4D29;
  line-height: 1;
  cursor: pointer;
}

.button:hover {
	color: #dac281;
	text-decoration: none;
}

#menu-secondary {
	float:left;
	width: 650px;
	padding-bottom: 20px;
}

.smallcrossell #menu-secondary {
    margin-top:20px;
}

#menu-secondary ul {
	padding: 0;
	margin: 0 0 0 30px;
}

#menu-secondary ul li {
	float: left;
	list-style-type: none;
}

#menu-secondary ul li a {
	display: block;
	color: #f7f7f7;
	font-size: 12px;
	border-right: 1px solid #8F8F8F;
	line-height: 1;
	padding: 0 7px;
	font-weight: bold;
}

#menu-secondary ul li.last a {
	padding-right: 0;
	border: none;
}

#menu-secondary ul li.first a {
	padding-left: 0;
}

#legal {
	padding: 0;
	font-size: 11px;
	margin: 10px 0 20px 0;
	float:left;
	width: 630px;
}

#legal ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#legal ul li {
	float: left;
	list-style-type: none;
}

#legal ul li a {
	display: block;
	color: #A39161;
	font-size: 11px;
	border-right: 1px solid #CFC19B;
	line-height: 1;
	padding: 0 7px;
	font-weight: bold;
}

#legal ul li span {
	display: block;
	color: #A39161;
	font-size: 11px;
	border-right: 1px solid #CFC19B;
	line-height: 1;
	padding: 0 7px;
	font-weight: bold;
}

#legal ul li.last a,
#legal ul li.last span {
	padding-right: 0;
	border: none;
}

#legal ul li.first a,
#legal ul li.first span {
	padding-left: 0;
}

#buy-now-strip {
	clear: both;
}

#buy-now-strip a {
	text-align: right;
	display: block;
	padding: 19px 20px 0 20px;
	font-size: 19px;
	height: 40px;
	color: #fff;
	background-color: #000;
	background-repeat:no-repeat;
	background-position: 15px center;
	line-height: 1.1;
	border-left: 1px solid #262626;
}

.home-studies #buy-now-strip a {
    background-image:url(../images/buy-now-strip/home-study.gif);
}

.bedrooms #buy-now-strip a {
    background-image:url(../images/buy-now-strip/bedrooms.gif);
}

.study-bedrooms #buy-now-strip a {
    background-image:url(../images/buy-now-strip/study-bedrooms.gif);
}

.gloss-rooms #buy-now-strip a {
    background-image:url(../images/buy-now-strip/gloss-rooms.gif);
}

.lounges-and-libraries #buy-now-strip a {
    background-image:url(../images/buy-now-strip/lounges-and-libraries.gif);
}

.dining-furniture #buy-now-strip a {
    background-image:url(../images/buy-now-strip/dining-furniture.gif);
}

.home-cinema #buy-now-strip a {
    background-image:url(../images/buy-now-strip/home-cinema.gif);
}

.receptions #buy-now-strip a {
    background-image:url(../images/buy-now-strip/receptions.gif);
}

.boardrooms #buy-now-strip a {
    background-image:url(../images/buy-now-strip/boardrooms.gif);
}

.panelling #buy-now-strip a {
    background-image:url(../images/buy-now-strip/panelling.gif);
}

.technology #buy-now-strip a {
    background-image:url(../images/buy-now-strip/technology.gif);
}

.offices #buy-now-strip a {
    background-image:url(../images/buy-now-strip/offices.gif);
}

.education #buy-now-strip a {
    background-image:url(../images/buy-now-strip/education.gif);
}

.hotels #buy-now-strip a {
    background-image:url(../images/buy-now-strip/hotels.gif);
}

.display-furniture #buy-now-strip a {
    background-image:url(../images/buy-now-strip/display-furniture.gif);
}

.car-showrooms #buy-now-strip a {
    background-image:url(../images/buy-now-strip/car-showrooms.gif);
}

#buy-now-strip a:hover {
	text-decoration: none;
	color: #a39161;
}

#cameo-thumbs ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

#cameo-thumbs ul li {
	float: left;
	list-style-type: none;
	padding: 2px;
}

#cameo-thumbs ul li a {
	border: 3px solid #262626;
	display: block;
}

#cameo-thumbs ul li a img {
    display:block;
}

#cameo-thumbs ul li a:hover {
	border-color: #000;
}

/* portfolio listing */

.portfolio-list {
    margin:30px 0 5px 30px;
    padding:0;
    list-style-type:none;
}

.portfolio-list li {
    width:120px;
    float:left;
    margin-right:35px;
    display:inline;
    margin-bottom:25px;
}

.portfolio-list li a {
    display:block;
    margin:0;
    height:120px;
}

.porfolio-list img {
    display:block;
}

#aboutus-text .portfolio-list h2 {
    font-size:1em;
    width:100%;
    background-color:#a09063;
    margin:0;
    min-height:40px;
    line-height:1.3em;
    border-top:1px solid #736234;
}

.portfolio-list h2 a {
    color:#fff;
    text-decoration:none;
    padding:3px 5px 0 5px;
    height:35px;
}

.portfolio-list li.hover h2 {
	background-color: #736234 !important;
}

/* end portfolio listing */
#terms {
	background: #262626;
	margin: 0 30px 15px 30px;
}
#terms h2 {
	background: #262626 url(/images/testimonial-bullet.gif) no-repeat scroll 8px 7px;
	font-size: 1em !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 2px 8px 2px 20px;
}
#terms h2 a {
	outline: none;
}
#terms.active h2 {
	background: #262626 url(/images/testimonial-active.gif) no-repeat scroll 8px 8px;
    border-bottom: 1px solid #0F0D0D;
}
#terms-content {
  padding: 3px 8px 1px 8px;
  border-top: 1px solid #3F3F3F;
  overflow: hidden;
}
#terms-content p {
	margin: 0 0 5px 0 !important;
	font-size: 0.9em !important;
}
/* product page specifics */

#productwrapper #image-area {
	/* height:459px; */
}

/* end productpage */

/* about us area styling */

#bottom-half {
    clear:both;
}

#aboutus-text {
    background-color:#000;
    width: 655px;
    float:left;
	height: 600px;
}

#inner-wrapper .altheight {
    min-height:400px;
}

#aboutus-text h1 {
    margin:20px 30px 5px 30px;   
    font-family:Georgia, Times New Roman, Serif;
    font-weight:normal;
    font-size:28px;
}

#aboutus-text h2 {
    margin:5px 30px 0px 30px;
    font-size:1.2em;
    color:#A39161;
}

#aboutus-text h3 {
    font-size:1.1em;
    margin:2px 30px 5px 30px;
    color:#A39161;
}

#aboutus-text p {
    font-size:12px;
    margin:5px 30px 10px 30px;
}

#about-sidebar {
    width:285px;
    float:right;
}

#about-sidebar h2 {
    font-size:1em;
    color:#A39161;
    margin:30px 35px 5px 35px;
}

#about-sidebar h2.prtitle {
    font-size:1.8em;
    font-family:Georgia, Times New Roman, Serif;
    font-weight:normal;
}


#about-sidebar h3 {
    font-size:1em;
    margin:5px 35px 5px 35px;
}

#about-sidebar p {
    margin:7px 35px 7px 35px;
}

#about-sidebar p strong {
    color:#A39161;
}

#about-sidebar p a {
    color:#fff;
}

#about-sidebar img {
    display:block;
}

#NavigationRepeat {
    width:655px;
    float:left;
    height:45px;
    background-color:#000;
}

#NavigationRepeat ul {
    margin:0 auto 0 auto;
    padding:0;
    list-style-type:none;
    width:600px;
}

.buy-now #aboutus-text {
    min-height:400px;
}

.how-it-works-alt #aboutus-text {
    min-height:325px;
}

.how-it-works-alt #NavigationRepeat {
    height:75px;
}

.how-it-works-alt #NavigationRepeat ul li {
    margin-bottom:6px;
}

.contact-details #NavigationRepeat,
.work-with-us #NavigationRepeat {
	display: none;
}

#NavigationRepeat ul li {
    width:144px;
    float:left;
    display:inline;
    text-align:center;
    margin:0 3px;
}

#NavigationRepeat ul li a {
    display:block;
    padding:4px 5px;
    background: #A39161;
    color:#fff;
    font-weight:bold;
}

#NavigationRepeat ul li.active a {
    background-color:#262525;
}

#quoterotator {
    color:#000;
    width:655px;
    height:200px;
    float:left;
    overflow:hidden;
}

#quoterotator h2 {
    margin:25px 30px 10px 30px;
    font-family:Georgia, Times New Roman, Serif;
    font-weight:normal;
    font-size:25px;
    color:#A39161;
	line-height: 1.2;
}

#quoterotator p {
    margin:10px 30px;
    color:#A39161;
}

ul.faqlist {
    width:200px;
    float:left;
    margin:0 0 0 30px;
    display:inline;
    padding:0;
    list-style-type:none;
}

ul.faqlist li {
    margin-top:20px;
}

ul.faqlist li a {
	display: block;
	outline: none;
	font-weight: bold;
}

ul.faqlist a.current {
    color:#fff;
}

#faqitems {
    width:320px;
    float:right;
    margin-right:30px;
    display:inline;
}

#faqitems div {
    background-color:#262626;
    padding:30px 0 0 35px;
	height: 235px;
}   

#faqlist_1 {
    background:url(../images/faqarrow.gif) 0 -320px no-repeat;
}

#faqlist_2 {
    background:url(../images/faqarrow.gif) 0 -270px no-repeat;
}

#faqlist_3 {
    background:url(../images/faqarrow.gif) 0 -220px no-repeat;
}

#faqlist_4 {
    background:url(../images/faqarrow.gif) 0 -150px no-repeat;
}

#faqitems p {
    margin:0;
    padding:15px;
}

/* end about us styling */

/* begin testimonials styling accordion */
.testimonials #accordion {
	margin-bottom: 2em;
	padding-top: 0.1em;
}
.testimonials #accordion h2 {
	margin: 0;
	background: #262626 url(../images/testimonial-bullet.gif) no-repeat 8px 7px;
	padding: 2px 8px 2px 20px;
	font-weight: normal;
	font-size: 1em;
}
.testimonials #accordion h2 a {
	outline: none;
	font-weight: bold;
}
.testimonials #accordion .testimonial.active h2 {
	background: #262626 url(../images/testimonial-active.gif) no-repeat 8px 8px;
	border-bottom: 1px solid #0F0D0D;
}
.testimonials #accordion h2 em {
	color: #fff;
}
.testimonials #accordion .testimonial {
	padding: 0 30px 0 30px;
	margin-top: 10px;
}
.testimonials #accordion .testimonial-content {
	background: #262626;
	padding: 3px 8px 0 8px;
	margin: 0;
	border-top: 1px solid #3F3F3F;
}
.testimonials #accordion .testimonial-content p {
	margin: 0;
	display: block;
}

.testimonials #aboutus-text {
  height: auto;
}
/* end testimonials styling */

/* begin testimonials styling */
.testimonial {
	padding: 0 30px 0 0;
	font-size:12px;
	margin:10px 30px 10px;	
}

.testimonial.first {
	margin-top: 0;
}

.testimonial-name {
	font-weight: 700;
	font-style: italic;
}

/* begin seating styling */
.seatingcolumns {
    background:url(../images/fauxcolumn_withblack.gif) 0 0 repeat-y;
    margin:15px 0;
}

#seating-photos {
    background-color:#fff;
    color:#000;
    width:387px;
    float:left;
    margin:0 0 0 0;
    text-align:center;
}

#seating-options {
    background-color:#262626;
    width:220px;
    margin:15px 15px 0 15px;
    display:inline;
    float:left;
}

#aboutus-text .product-options h3 {
    margin-left:20px;
    text-align:left;
}

#aboutus-text #seating-options p, #aboutus-text #seating-options ul, #aboutus-text #seating-options h2, #aboutus-text #seating-options h3, #aboutus-text #seating-options h4 {
    margin:10px 0px 10px 15px;
}

#aboutus-text #seating-options ul {
    padding:0;
    list-style-type:none;
}

#aboutus-text #seating-options #product-style li, #aboutus-text #seating-options #product-colours li {
    width:25px;
    float:left;
    display:inline;
    margin:5px 5px 0 0;
}

/*
#aboutus-text #seating-options img {
    display:block;
    border:1px solid #fff;
}

*/
#aboutus-text #seating-options img {
    display:block;
    border:1px solid #262626;
}

#aboutus-text #seating-options .active img {
    border:1px solid #fff;
}

#seating-options .product-options li a, #seating-options .product-options li {
    color:#fff;
    font-weight:bold;
}   

#seating-photos img {
    margin:0 0 0 0;
    display:block;
}

#seating-photos .product-options ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

#seating-photos .product-options ul li {
    width:105px;
    float:left;
    display:inline;
    margin-left:10px;
}

/* end seating styling */

/* request form styling */


#form_errors
{
	border: 1px solid #fff;
	margin: 20px 80px 10px 30px;
}

#form_errors p
{
	font-weight: bold;
}

#form_errors li
{
	font-weight: bold;
	color: #A39161;
}



.request-brochure .consultation-intro,
.request-consultation .request-brochure-intro,
.request-brochure .consultation-sidebar-image,
.request-consultation .brochure-sidebar-image {
    display:none;
}

#aboutus-text fieldset {
    margin:0 30px 20px 30px;
    border:0;
    padding:0;
    clear:both;
}

#aboutus-text legend {
    font-weight:bold;
    color:#A39161;
    clear:both;
    margin:0;
    padding:0;
}

div.df { }

div.df fieldset ul { }
div.df fieldset input,
div.df fieldset select { border: 1px inset #c8c8c8; font-size: 100%; font-family:Arial, sans-serif;}
div.df fieldset div.row { clear: both; padding: 3px 0 3px 0; }
div.df fieldset div.row label { padding: 0; float: left; width: 320px; line-height: 1.6; }
div.df fieldset div.row label span { }
div.df fieldset div.row input { padding: 2px 0; width: 258px; }
div.df fieldset div.county select { width: 190px; }
div.df fieldset div.postcode { float: left; width: 250px; }
div.df fieldset div.postcode label { float: left; }
div.df fieldset div.postcode input { width: 60px; }
div.df fieldset div.title input { width: 30px; }

div.df fieldset #DataForm_FindPostcodeButton { border: none; }
div.df fieldset #DataForm_manualAddressLink { line-height: 1; width: 100px; padding: 0 0 3px 125px; font-weight: bold; text-decoration: none; display: block; }
div.df fieldset #DataForm_manualAddressLink:hover { color: #A39161; }

div.df fieldset div.row li label { width: 180px; }
div.df fieldset div.input label,
div.df fieldset div.select label { width: 125px }
div.df fieldset div.checkbox input { margin: 3px 0 0 0; }

div.df div.field-errors { color: Red; }
div.df div#DataForm_DFValidationSummary { margin:5px 50px; }
div.df div#DataForm_DFValidationSummary ul { color: Red; padding-top: 5px; }


form #interestedprod label {
    display:none;
}

form #interestedprod li label {
    display:inline;
}

form #interestedprod ul {
    margin:5px 0;
    padding:0 0 10px 0;
    list-style-type:none;
}

form #interestedprod ul li {
    width:185px;
    float:left;
}

div.df fieldset #interestedprod div.row input {
    width:30px;
    border:0;
}

div.df fieldset #interestedprod div.row li label {
    width:130px;
    float:none;
}

#DataForm_RequestConsultation {
    width:30px;
    border:0;
}

div.df fieldset div.checkbox label {
    float:none;
}

div.df fieldset div.radio ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

div.df fieldset div.radio input {
    border:0;
    width:30px;
}

div.df fieldset div.radio label {
    float:none;
}

#marketing label {
    display:none;
}

#marketing li label {
    display:inline;
}

#marketing p {
    margin:5px 0;
}

#DataForm_DFFormToolBar {
    margin:0 30px 30px 30px;
}

/* added to arrange postcode lookup layout */

#postcodelookup div.select {
    clear:both;
    margin-bottom:10px;
}

#postcodelookup div.select {
    background-color: #ecefc7;  
    border: 1px solid #A39161;  
    color: #333333;  
    padding:5px;
}

#postcodelookup div.readonly {
    width:150px;
    float:left;
    margin-left:25px;
    display:inline;
    clear:none;
    background-color: #ffebe8;  
    border: 1px solid #dd3c10;  
    color: #333333;  
    padding: 3px 5px;  
    font-size:0.85em;
}

#postcodelookup div.readonly label {
    font-weight:bold;
    display:block;
    float:none;
}

#postcodelookup #DataForm_FindPostcodeButton {
    width:103px;
    float:left;
    display:inline;
    margin-bottom:10px;
}

#DataForm_manualAddressLink {
    clear:both;
}

/* end request form */

/* begin press releases and feature articles */

#featurepanels .panel {
    padding:5px 5px 8px 10px;
    margin:12px 30px;
    background-color:#262626;
}

#featurepanels .panel h2 {
    margin:0;
    font-size:1.6em;
    font-family:Georgia, Times New Roman, Serif;
    font-weight:normal;
    width:390px;
    float:left;
}

#featurepanels .panel p {
    margin:0 0 0 ;
    clear:both;
}

#featurepanels .panel p.downloadlink {
    width:140px;
    float:right;
    clear:none;
    text-align:right;
    padding-top:5px;
    margin:0;
}

#featurepanels .panel p.downloadlink a {
    padding-right:15px;
    background:transparent url(../images/dl_arrow.gif) 100% 2px no-repeat;
}

img.primage {
    margin-top:40px;
}

#footer {
/*	border-top: 1px solid #E0D3B9; */
    width:650px;
    clear: both;
}

#design-by {
	text-align: right;
	width: 940px;
	margin: 0 auto;
	padding-top: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #444;
}

#design-by a {
	color: #444;
}

/* admin styles */
#admin-text {
  padding: 20px;
}

#top-half.admin {
}

#admin-text h1 {
    margin: 0 0 15px 0;   
    font-family:Georgia, Times New Roman, Serif;
    font-weight:normal;
    font-size:28px;
}

.admin-login .df .row.input,
.admin-referral-redirects .df .row.input,
.admin-referral-redirects .df .row.select {
	margin-bottom: 10px;
}

.admin-referral-redirects .dg,
.admin-referral-redirects .dg input {
	font-size: 90%;
}

.admin-referral-redirects .dg .toolbar,
.admin-referral-redirects .dg .recordpager {
	background: #262626;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #3F3F3F;
}

.admin-referral-redirects .dg .recordpager div {
	display: inline;
	margin-right: 10px;
}

.admin-referral-redirects .dg table {
	background: #262626;
	width: 100%;
	border: 1px solid #3F3F3F;
}

.admin-referral-redirects .dg table td,
.admin-referral-redirects .dg table th {
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #3F3F3F;
}

.admin-referral-redirects .dg .toolbar input,
.admin-referral-redirects .df .toolbar input  {
	margin: 0 10px 0 0;
}

.admin-referral-redirects .df label,
.admin-login .df label  {
	display: block;
	width: 130px;
	float: left;
	font-weight: bold;
}

/* hidden style */

.hidden {
    position:absolute;
    left:-10000em;
    top:auto;
    overflow:hidden;
}

/* Clear fix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.clickableparent {
  cursor: pointer;
}

/* Before & After */
.before-after #top-sidebar h1 {
 background: url("/images/before-after-title.png") no-repeat scroll left top transparent;
 height: 100px;
 margin: 5px 25px 5px 35px;
 text-indent: -10000px;
 width: 210px;
}

.before-after #aboutus-text {
  height: auto;
}

.before-after #before-after-gallery {
  width: 570px;
  margin-left: 30px;
}

.before-after #photography {
  position: relative;
}

.before-after #gallery-after-label {
  position: absolute;
  top: 10px;
}

.before-after #before-picture {
  position: relative;
  height: 160px;
  width: 215px;
}

.before-after #gallery-before-label {
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.before-after #before-after-gallery .item {
  border: 1px solid #666666;
  float: left;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  width: 170px;
  height: 170px;
}

.before-after #before-after-gallery .item.last {
  margin-right: 0;
}

.before-after #before-after-gallery .item.new_row {
  margin-top: 15px;
}

.before-after .before_after_camoes {
  display: none;
  visibility: none;
}

.before-after #feature {
  height: 40px;
  line-height: 40px;
}

.before-after #feature a {
  padding-left: 30px;
  color: #fff;
  font-weight: 700;
}

.before-after.before-after-listing #about-sidebar {
  padding-top: 133px;
}

#before-after-testminoals {
	padding-left: 15px;
}

.video #about-sidebar {
	padding-top: 67px;
}

.video #testimonial-video {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* Fader */
.js-fader {
	padding: 0px;
	margin: 0px;
}

.js-fader li {
	margin: 0;
	padding: 0;
	line-height: 1;
	display: none;
}

.js-fader li.first {
  display: block;
}

.js-fader a {
	display: block;
	position: relative;
	line-height: 0;
}

/* Buy now winter sale 2010 */
#buy-now-winter-sale {
}

#buy-now-winter-sale ul {
  margin-left: 0 !important;
}

#buy-now-winter-sale a,
#buy-now-winter-sale-small a,
#buy-now-strip a {
	font-size: 150%;
	display: block;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
}

#buy-now-winter-sale a span {
	color: #A39161;
}

#buy-now-winter-sale a:hover,
#buy-now-winter-sale-small a:hover,
#buy-now-strip a:hover {
	text-decoration: none;
	background: #1E1E1E;
}

ul#buy-now-banner {
  margin: 0;
}

#buy-now-winter-sale-small {
  padding-left: 35px;
}

.box-hide {
	display: none;
}

#testimonial-video {
	margin: 10px 30px;
}

#testimonial-video-player {
	width: 800px;
	height: 450px;
	overflow: hidden;
}

#short-video-player {
	width: 594px;
	height: 334px;
	overflow: hidden;
}

.video-launch {
	margin: 1.5em 0;
}

.video-launch span {
	display: block;
	padding-top: 5px;
	font-size: 0.95em;
}
