@charset "UTF-8";

/*
 * author: FullSignal.co.uk
 */

/*
 * colors:  steel #47525a
 *          lighter steel #00b0f9
 *			bg blue #2c719c 
 *          stack grey #787d80
 *			lighter bg blue #317aa8
 * 			eggshell white #fbfafa
 * 			maroon #600
 *          cream #f5f7bf 
 */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #2c719c;
	color: #47525a;
		/*background-image: url('../images/bg.png');*/
}


h1, h2, h3, h4, h5 
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: normal;
	margin: 0;
	padding: 0 0 .5em 0;
	text-transform: lowercase;
}


h1 {
	font-size: 1.8em;
	text-transform: none;
}

#content h2 {
    font-size: 2.2em;
    color: #2c719c;
    border-bottom: 1px solid #2c719c;
    padding: .2em 0 .3em 0;
    margin-bottom: .5em;
    display:block;
    position:relative;
    }




/* user nav display */
.product-h2-title .nav 
{
    color: #2c719c;
    position: absolute;
    top: 1.6em;
    right: 1.8em;
    font-size: .8em;
}

.nav a
{
    text-decoration: none;
}

.nav a:hover
{
    text-decoration: underline;
}

.left {float:left;}
.right {float:right;}


h3 {
	font-size: 1.6em;
	font-weight: normal;  
    color: #47525a;
}

h4 {
	font-size: 1.4em;
    font-weight: normal;
    color: #2c719c;
}

h5 {
	font-size: 1.2em;
    color: #292F33;
    
}

#content ul, #content p
{
    font-size: .8em;    
}

p {
    line-height: 1.4em;
	padding: 0 0 1em 0;
	margin: 0;
}

img 
{
    border: 0;
}

ul 
{
    margin: 0;
    padding: 0 0 0 2em;    
}

ul li 
{
}

a 
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;	
}

#content p a 
{
    text-decoration: underline;
/*    padding: 0em .3em .1em .2em; */
    color: #2c719c;
    background-color: White;  
}

#content p a:hover, #content .product-item .product-info a:hover
{
    text-decoration: underline;	
    color: #47525a;
    background-color: White;  
}


#fca_site {
	width: 800px;
	margin: 40px auto 20px auto;
}

#container_hd #logo {
	width: 100%;	
}

#container_hd #topmenu {
	margin: 20px 2px 20px 2px;
}

#topmenu #btns 
{
    font-size: 1em;
}


#btns ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#btns li {
	background-color: #47525a;
	border: 2px solid white;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 12px;  
	
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	width: 80px;
	height: 60px;
	float: left;
	display: inline;
    position: relative;
}

#btns li a {
	width: 80px;
	height: 60px;
    display: block;
	color: white;
}

#btns li a:hover span {
	text-decoration: underline;
}

#btns li a span {
	padding-top: 30px;
	display: block;
	text-align: center;	
/*	position: absolute;
	bottom: 0px;	
*/
}

#btns li.btn_home {
	background-image: url('../images/icon_home.gif');
	background-position: center;
	background-repeat: no-repeat;		
}

#btns li.btn_sd {
	background-image: url('../images/icon_gallery.gif');
	background-position: center;
	background-repeat: no-repeat;	
	}	
#btns li.btn_sc {
	background-image: url('../images/icon_contact.gif');
	background-position: center;
	background-repeat: no-repeat;	
}
#btns li.btn_faq {
	background-image: url('../images/icon_about.gif');
	background-position: center;
	background-repeat: no-repeat;	
}

#search li.pr_search 
{
    position: relative;
	background-image: url('../images/icon_search.gf');
	background-position: -10px 5px;
	background-repeat: no-repeat;
}


#topmenu #search 
{
	margin-left: 380px;
	position: relative;
}

#search ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search li {
	background-color: #47525a;
	border: 2px solid white;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 12px;  
	padding: 20px 0px 0px 0px;

	margin: 0px 0px 0px 0px;
	height: 40px;
}

#search li a {
	width: 90px;
	display: inline;
/*	text-indent: -999em; */
}

#search li a:hover span {
	text-decoration: underline;
	color: #2c719c;	
}


#search li a span {
	padding: 15px 0px 0px 20px;
	display: block;
	text-align: left;	
}

#search #userButtons {
    color: White;
    text-align: right;
    position: absolute;
    top: 12px;
    left: 20px;
    
}

#search #userButtons span {
    margin-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}

.userField_Search 
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    position: relative;
    border: 1px solid #2c719c; 
    background-color: white;    
    color: #2c719c;
    font-size: 1.4em;
    font-weight: normal;
    margin: 2px;
    padding: .2em .2em .2em .3em;
    clear: both;
    width: 225px;
}

#inputBdr 
{
    margin-left: 4px;
    position: absolute;
    top: 0px;
    left: 63px;
    background-color: white;    
}

.userField_Submit {
    position: absolute;
    top: 0px;
    left: 320px;
    border: 2px solid #74b0c4; 
    background-color: #47525a;    
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: .1em 0 0 0;
    clear: both;
}

.searchResults
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: normal;
    font-size: 1.4em;
    color: #2c719c;
}


#fca_site #container_main {
	width: 100%;	
}

#container_main #header {
	border: 3px solid white;
	border-bottom: 0px;

    -moz-border-radius-topleft: 4em;
    border-top-left-radius: 4em;
    -webkit-border-top-left-radius: 4em;
  	
	background-image: url('../images/main_curve.gif');
	background-position: 0px 1px;
	background-repeat: no-repeat;		
	height: 110px;
	position: relative;
}

#container_main #header h1 {
    position: absolute;
    bottom: 0;
    left: 0;
	color: black;	
	font-weight: normal;
	text-align: left; 
	padding: 10px;
}

#header h2 span {
    filter: alpha(opacity=60);
    opacity: 0.6;       
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: White;
    width: 775px;
	padding: 10px;
}

#container_main #menu_content 
{
    border: 3px solid #fbfafa;
    -moz-border-radius: 15px;
    border-radius: 6px;
    -webkit-border-radius: 12px;      
		
	background-color: #47525a;
	background-image: url('../images/flowers.gif');
	background-position: -15px bottom;
	background-repeat: no-repeat;
	text-align: right;
}

#menu_content #menu {
	float: left;
    top: 10px;
	width: 120px;	
	position: relative;
	text-align: right;
}

#menu_content #menu a {
	color: White;
}

#menu ul {
	text-align: left;
    display: block;
    width: 110px;
    background-color: #317aa8;
    padding: .3em 0 .3em 1em;
    margin: .2em 0 0 0;
    list-style: none;
}

.sub 
{
    position: relative;
}

#menu ul.sub {
	background-color: #47525a;
	padding: 0 0 .2em 0;
	margin: 0 0 .2em 0;
}

.sub li {
    width: 110px;
	font-size: .8em;
    background-color: #74b0c4;
    display: block;
    list-style: none;
	text-align: right;
    padding: .3em .5em .5em 0;
    margin: .3em 0 0 0;
}


#menu ul li a {
	display: block;
    width: 110px;
}

#menu_content #content 
{
    position: relative;
    border: 5px solid #74b0c4;
    border-top: 0;
    border-right: 0;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 10px; 
    margin: 0 0 0 140px;	
	padding: 5px 0 30px 20px;
	background-color: white;
	text-align: left;
}


#fca_site #container_ft { 
	
} 

#copyright {
	text-align: center;
	padding: 1em;
	font-size: .6em;
	color: White;
}

#design {
	margin-top: 10px;
	text-align: right;	
	font-size: .6em;
	color: white;
}

#design a {
    color: White;
    font-weight: bold;
}

#design a:hover {
    text-decoration: underline;
}

#logo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: center;
}

#logo h1 {
	background-image: url('../images/fca_logo.gif');
	background-position: center center;
	background-repeat: no-repeat;		
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#logo h1 A {
	width: 100%;
	height: 50px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#logo h1 span {
	display: none; 
	}



.img
{
	background-repeat: no-repeat;
}


.img_phone {
	background-image: url('../images/phone.png');
}

.img_address {
	background-image: url('../images/addr.png');
}

.img_email {
	background-image: url('../images/email.png');
}

.img_info {
	background-image: url('../images/sign.gif');
	background-position: 0 0;
}


#img01 {
	background-image: url('../images/gallery01.gif');
	background-position: center center;
	background-repeat: no-repeat;		

}

#img02 {
	background-image: url('../images/gallery02.gif');
	background-position: center center;
	background-repeat: no-repeat;		
}

#img03 {
	background-image: url('../images/gallery03.gif');
	background-position: center center;
	background-repeat: no-repeat;		
}

.img-product-alerts {
	background-image: url('../images/alarm48.png');
}

.padding-left-48
{
    padding-left: 4.5em;
    padding-bottom: 2em;
}


#content div
{
    overflow: hidden;
}

.contact, .products, .about, .gallery, .join
{
    width: 610px;
}


.stack-holder
{
    float: left;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px;
    margin: 0 15px 10px 0;
    background-color: #787d80;
    color: White;    
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;    
}

.stack-boxes-1
{
    width: 590px;
}

.stack-boxes-2
{
    width: 270px;
}


.stack-boxes-2 img {border:solid white 3px;}

.product-example {border:solid white 3px;width:125px;height:100px;display:block;}
.product-example.latest {background-image:url("../images/prd_latest.jpg");}
.product-example.sold {background-image:url("../images/prd_sold_stamp.jpg");}
.product-example.home {background-image:url("../images/prd_home.jpg");}
.product-example.garden {background-image:url("../images/prd_garden.jpg");}
.product-example.unique {background-image:url("../images/prd_unique.jpg");}
.product-example.accessories {background-image:url("../images/prd_accessories2.jpg");}

.stack-holder h3 
{
    color: white;
    border-bottom: 1px solid #c9edf5;
    padding: 0 0 .1em 0;
    margin-bottom: .5em;
}

.stack-holder h4
{
    color: #C9EDF5;
    margin-bottom: .3em;
}


.products .stack-holder img
{
}    

.stack-holder img:hover, ul.gallery a:hover img
{
    filter: alpha(opacity=50);
    opacity: 0.5;       
}

/* styling for view all links */
#content .stack-holder p a, #content .stack-holder .searchresults a
{
    padding: 0em .3em .1em .3em; 
    font-size: 1.2em;
    color: #47525a;    
    background-color: #C9EDF5;
    text-decoration:none;
}

 


/* styling for view all links */
#content .stack-holder p a:hover, #content .stack-holder .searchresults a:hover
{
    background-color: #47525a;  
    color: white;  
}

/* limit width of p text */
.products .stack-holder p
{
    width: 10.3em;
}    

#content p.view-all
{
    width: 20.3em;
    padding-left: 2.2em;
    background: transparent url('../images/viewall2.png') no-repeat top left;    
}





.contact .stack-holder, .gallery .stack-holder
{
    width: 165px;
    margin-right: 15px;
}

.contact .stack-holder h3, .gallery .stack-holder h3 
{
    padding-left: 40px;
}

.contact iframe 
{
    width: 605px;
    height: 300px;
    margin-top: 1em;
    border: 1px solid #787d80;
}

.contact.left {width:200px;}
.contact.left.double {width:410px;}
.contact.left.double .stack-holder {width:385px;}
.contact.left .stack-holder {margin-bottom:15px;}
.contact.left .stack-holder table {font-size:.8em;}
.contact.left.double .stack-holder .double .left {margin-right:25px;}
.contact.left.double .stack-holder .double .left.last {border-left:1px solid white;padding-left:15px;padding-top:0;margin:0;}


/* images on about us, gallery and furniture pages */
ul.gallery 
{ 
    overflow: hidden;    
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

ul.gallery li 
{ 
    display: block;
    float: left;
    list-style: none;
    text-align: center;
    padding:0;
    margin: 0 1em 1.4em 0;
    position: relative;
    overflow:hidden;
}

ul.gallery a img
{
    border: 1px solid #787d80;
    padding: .1em;
}


.eBay .left.image {width: 150px; height: 50px; background:url('../images/ebay.gif') no-repeat 0 0;margin-bottom:10px;}
.eBay .left.image a {width: 150px; height: 50px;display:block;}
.eBay .left.text {font-size: 1.2em;}

/* products range */
ul.our-products
{
    overflow: hidden;    
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    width:600px;
}

ul.our-products li 
{
    display: block;
    float: left;
    list-style: none;
    text-align: center;
    padding:0;
    margin: 0 1em 1.4em 0;
    position: relative;
    width:180px;	
    border:solid white 3px;
    overflow:hidden;

    background-color: white;    
}

/* #00b0f9 47525a */
ul.our-products li:hover {
    border:solid 3px #fbfafa;
}

.stack-holder ul.our-products img:hover
{
    filter: alpha(opacity=100);
    opacity: 1;       
}


/* latest items adjustment */
ul.our-products a img
{
    padding: 0;
}

.productTitle 
{
	background: url('../images/griditem.gif') #f1f1f1 repeat-x top center;
    display: block;
    color: #317aa8;
    padding: 0 .3em .3em .3em;
}

.our-products .product-item 
{
    list-style: none;
    overflow:hidden;	
    float: left;    
    text-align: center;
    position: relative;
}

.our-products .product-item.sold span.sold
{
  background: transparent url('../images/sold_stamp.png') no-repeat 10px 10px;
	position:absolute;                                                      
	top: 0;
	left: 0;
	display:block;
	width:150px;
	height: 150px;
	padding:8px;
	color: red;
	font-weight:bold;
	font-size:1.2em;
	text-indent:-9999px;
}

.product-item .product-info
{   
    position:relative;
    overflow:hidden;
    width: 160px;
    background-color: white;
    border-top:solid white;
    padding: 5px;
    display: block;
    text-align: left;

}

.product-item .product-info .itemRef a
{
    float: left;
    display: block;
}

.product-item .product-info .itemEnq a
{
    float: right;
    text-align: right;
    font-size:1.2em;
}

.product-item .product-info .itemRef a:hover, .product-item .product-info .itemEnq a:hover
{
}



.product-item .product-info a 
{
    text-decoration: underline;	
    padding: 0em .3em .1em .3em; 
    color: #47525a;
}


.calls-to-action 
{
    position:relative;
    display: block;
    padding: 0 .3em 2.5em .7em;
    font-size: 1em;
    width: 780px;
    clear:both;
    overflow:hidden;
    }    

.calls-to-action, .calls-to-action a { color: white;}

.call-us-now 
{
    float:left;
    text-align: left; 
    background: transparent url('../images/phone-nav.png') no-repeat 0 .2em;
    padding: .3em .3em .3em 1.8em;
}            

.facebook_like
{    
    position:relative;
    width: 280px;                  
    padding: .3em 1.3em .3em 1.8em;
    overflow:hidden;
}

.facebook_like .fb-text
{
    width: 160px;
    height: 20px;
}

.facebook_like .fb-box 
{
    overflow:hidden;
    width: 80px;
    height: 20px;
}

.product-alerts
{
    text-align: right;
    background: transparent url('../images/alarm.png') no-repeat 0 0;
    padding: .3em .3em .3em 2.3em;
    text-transform: uppercase;
}

.product-alerts a
{
    padding: .3em;
}

.product-alerts a:hover 
{
    padding: .3em;
    background-color: #47525a;    
}

/* not live 
.social-links
{
    text-align: right;
    padding: .3em .3em .3em 2.3em;
    text-transform: uppercase;
}

.social-links#fb
{
    background: transparent url('../images/facebook.png') no-repeat 0 0;
}

.social-links#tw
{
    background: transparent url('../images/twitter.png') no-repeat 0 0;
}
*/

.pT 
{
    padding-top: 10px;
}

.noPb
{
    padding-bottom: 0;
}

.noPr 
{
    padding-right: 0;
}

.noMr 
{
    margin-right: 0;
}

.stretch
{
    width: 1000px;
    display: block;
    border: 10px solid black;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.strong 
{
    font-weight: bold;
}

.border 
{
    border: solid;
}

#content .bigger
{
    font-size: 1em;
}

.smaller 
{
    font-size: .8em;
}

/* pushs spans onto new line */
#content span.newline 
{
    display: block;
}


.clearboth 
{
    clear: both;
}

.left 
{
    float: left;
}

.right
{
    float: right;
}

.left-field 
{
    float: left;
    width: 7em;
}

.userForm input, .text-multi, .userForm .text
{
    -moz-border-radius: .4em;
    border-radius: .4em;
    -webkit-border-radius: .2em;    
    border: .2em solid #9DB4C2;
    width: 15em;
    padding: .3em;
    font-size: 1em;
    background-color: #47525a;  
    color: white;

}

.userForm .text-multi
{
	font: 100% Arial, Helvetica, sans-serif;
}

/* colouring of hovers occurs in a:hover */
#content p a.submit-button
{
    display: block;
    width: 8em;
    text-align: center;
    border: .15em solid #9DB4C2;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-border-radius: .3em;    
    padding: .2em 0 .2em 0;
}

#content .inputError 
{
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-border-radius: .3em;    
    margin-top: .5em;
    padding: .5em 1em .5em 1em;
    background-color: White;
    color: white;
    float: left;
    font-size: .8em;
}

.show-form-error 
{
    display: block;
    float: right;
    text-align: left;
    width: 12em;
}

.submit-button-conf 
{
    display: block;
    padding-top: .5em;
}


.clear-both {clear:both;padding-bottom:10px;}


/* lightbox stuff */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 1.4em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; background-color: #fff; margin: 0 auto 0 auto; overflow: auto; width: 100%; height: 1.6em; }

#imageData{	padding:0 10px; color: #47525a; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-top: 0.3em;	}			
#imageData #bottomNavClose{ width: 30px; float: right;  padding-top: 0.3em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2c719c; padding-bottom: 100px;}


/* for products only, not gallery, etc */
#lightbox-enquiry-form {display:none;}
.products_body #lightbox-image-details-caption{clear:both;}
.products_body #lightbox-enquiry-form {display:block;width:100%;clear:both;}
.products_body #lightbox-enquiry-form a {color: #47525a;text-decoration:underline;}

.products_body #lightbox-enquiry-form a:hover {background-color: #47525a;color:white;text-decoration:none;}

/* adjustment to allow lightobox-nav to appear correctly at top of lightbox */
.products_body #lightbox-container-image-data-box {height:45px;}
.products_body #lightbox-nav {margin-top:-60px;}

#lightbox-container-image-data-box {height:30px;}
#lightbox-nav {margin-top:-50px;}
