@charset "UTF-8";
/* CSS Document */

/*
 * author: Phil@FullSignal.co.uk
 * 
 */

/*
 * colors:  steel #47525a
 *          lighter steel #00b0f9
 *			bg blue #2c719c 
 *			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;
	font-size: 1em;
	color: #47525a;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


h1 {
	font-size: 1.4em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: normal;
	margin: 0;
	padding: 0;

}

#content h2 {
	text-transform: lowercase;
	font-size: 1.8em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: normal;
    margin: 0 0 .5em 0;
    padding: 5px 0 0 0;
    color: #2c719c;
    border-bottom: 1px solid #2c719c;
}


h3 {
	text-transform: lowercase;
	font-size: 1.4em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    margin: 0 0 .5em 0;
    padding: 0 0 0 0;
    color: black;
	font-weight: normal;  
    
}

h4 {
	text-transform: lowercase;
	font-size: 1.2em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: normal;
    color: #2c719c;
    margin: .5em 0 .3em 0;
    padding: 0 0 0 0;
}

h5 {
	text-transform: lowercase;
	font-size: .8em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: normal;
    color: #47525a;
    margin: .5em 0 .3em 0;
    padding: 0 0 0 0;
}

.stack h3 {
    color: White;
    border-bottom: 1px solid white;
}

.substack .stack h3 {
    color: #2c719c;
    border-bottom: 1px solid #47525a;
    font-size: 1.6em;
    padding: 0;
    margin: 0 0 .3em 0;
}

p {
    font-size: .8em;
	padding: 0 0 1em 0;
	margin: 0;
}

.strong 
{
    font-weight: bold;
}

.bigger
{
    font-size: 1em;
}


a {
    text-decoration: none;	
}

#menu ul li a:hover 
{
    text-decoration: underline;
}


#content p a 
{
    color: #333;
    border-bottom: 1px dotted #333;
}

#content p a:hover {
    color: #2c719c;
}

#content h4 a 
{
    color: #333;
    border-bottom: 1px dotted #333;
}

#content h4 a:hover {
    color: #2c719c;
}


#products .stack#range p a {
    color: White;
}    

#products .stack#range p a:hover {
    text-decoration: underline;
}    

#content .stack a 
{    
    float: right;
}


.subView 
{
    margin-left: .5em;
}





#fca_site {
	width: 800px;
	margin: 40px auto 20px auto;
	background-image: url('../images/.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;	
}

#fca_site #container_hd {
}
#container_hd #logo {
	width: 100%;	
}

#container_hd #topmenu {
	margin: 20px 5px 20px 5px;
}

#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: 20px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	width: 80px;
	height: 40px;
	float: left;
	display: inline;
}

#btns li a {
	width: 90px;
	display: inline;
	color: white;
}

#btns li a:hover span {
	text-decoration: underline;
}

#btns li a span {
	padding-top: 15px;
	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: 40px;
    border-top-left-radius: 40px;
    -webkit-border-top-left-radius: 40px;
  
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    -webkit-border-top-right-radius: 40px; 
	
	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;
}

#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 
{
    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; 

    position: relative;
    margin: 0 0 0 135px;	
	padding: 5px 20px 30px 20px;
	background-color: white;
	text-align: left;
}


.stack {
    position: relative;
    float: left;
    background-color: #787d80;
    margin: .5em 1.3em 0 0;
    padding: .5em 1em .5em 1em;
    color: White;
}

.stack img {
    margin: 0 0 .5em 0;
    border: 0;
    clear: both;
}


#products 
{
    position: relative;
}

    
#products .stack#range {
    width: 250px;
    }
    
    

.floatleft {
    float: left;
}


.substack {
    float: right;
    position: relative;
    right: 0;
    }

.substack .stack {
    width: 165px;
    text-align: right;
    margin: .5em .3em 0 0;
    padding: .5em 1em .5em 1em;
    color: #47525a;
    background-color: White;
}

div#email.stack {
    width: 360px;
}

/* home page gallery items */
.stack_content ul {
    padding: 0;
    margin: 0;
}

.stack_content ul li {
    list-style: none;
    display: inline;
}


#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;		
}



.substack .stack h3 {
	background-position: 5% 50%;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.substack #numbers.stack h3 {
	background-image: url('../images/phone.gif');
}

.substack #address.stack h3 {
	background-image: url('../images/addr.gif');
}

.substack #email.stack h3 {
	background-image: url('../images/email.gif');
}

.substack #info.stack h3 {
	background-image: url('../images/sign.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-top: 0px;	
}


.stack_gallery 
{
    margin: 0;
    padding: 0;
}

.gallery_item_content 
{
    text-align: center;
    padding: 0;
    margin: 1em;
    float: left;
    position: relative;
}

.gallery_item_content a img
{   
    padding: .1em;
    border: 1px solid #47525a;
}

.product_item_content 
{
    float: left;    
    width: 193px;
    text-align: center;
    padding: 0;
    margin: .5em .1em .1em .1em;
    position: relative;
    border: 1px solid #f1f1f1;
    
}

.product_item_content a img
{   
    margin: 1em;
    padding: 1px;
    border: 1px solid grey;
}


.product_item_content .desc
{   
    border: 0px solid #f1f1f1;
	background-image: url('../images/griditem.gif');
	background-position: top;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
    padding: 0em 2em 1.5em 1.5em;
    display: block;
    font-size: .8em;
    text-align: left;
    color: #47525a;
}

.product_item_content .itemId
{
}

#content .product_item_content .itemId a
{
    font-size: 1em;
    text-transform: capitalize;
    font-weight: bold;
}

.product_item_content .itemRef
{
    padding-top: .3em;
    display: block;
}


#address p {
	margin: 0;
	padding: 0;
}



#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; 
	}


#fullmap {
	background-image: url('../images/fullmap-click.gif');
	background-position: 0 0;
	background-repeat: no-repeat;		
	width: 620px;
	height: 405px;	
	margin: 0;
/*	margin: 10px auto; */	
	padding: 0;
	position: relative;
	border: 0px solid #999;

}

#youAreHere 
{
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: .6em;
    text-transform: uppercase;
}

.usefulInf 
{
    background-color: White;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 12px;      
    border: 0px dashed #47525a;
    margin-left: 0em;
    padding: .5em 0 0 1em;
    width: 250px;
    display: block;
    float: right;
    right: 0;
}

#content .usefulInf h3 a
{
    padding: 0px 0px 15px 50px;
	font-weight: normal;
    text-transform: lowercase;
    background: url('../images/star_yel.gif') no-repeat left 0px;
    display: block;
}

/* user nav display */
.nav 
{
    color: #2c719c;
    position: absolute;
    top: 1.6em;
    right: 0;
    font-size: .8em;
}

.nav a
{
    text-decoration: none;
}

.nav a:hover
{
    text-decoration: underline;
}

.productTitle 
{
	background-image: url('../images/griditem.gif');
	background-position: top;
	background-color: #f1f1f1;
	background-repeat: repeat-x;
    
    display: block;
    border: 0px solid #f1f1f1;
    color: #317aa8;
    padding: 0 .3em .3em .3em;
}

.clr_st 
{
    color: #47525a;
}

#joinList a
{
    text-transform: uppercase;
    font-size: .8em;
    text-align: right;
    display: block;
    margin: 0 0 10px 0;
    color: White;
}

#joinList a:hover
{
    text-decoration: underline;
}


.fieldContainer {
    width: 470px;
    padding: 10px;
    margin: 5px 0px 0px 0px;
    background-color:  #e5e3e3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;    
    position: relative;   
}

.leftField 
{
    float: left;
    margin: 0 20px 0 0;
}

.imgValidateError {
    font-size: .8em;
    background-image: url('/images/userform_warn21.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 5px 0px 10px 30px;
    margin: 0px 0px 0px 0px;  
    position: absolute;
    top: 10px;
    left: 250px;
    width: 100px;
}


#userForm .noteBox {
    padding: .5em;
    margin-left: 1em;
    clear: both;
}

#userForm .noteBox#hNote {
    padding: 0;
    margin-left: .5em;
    clear: both;
}

#hNote p {
    padding: 0;
    margin: 0;
}


#userForm .noteBox ul {
    display: block;
    font-size: 1em;
    margin: 0px 20px 0px 0px;
    padding: 0px 20px 0px 0px;
    list-style: none;
    
}

#userForm .noteBox ul li {
	background-image: url('/britishredcross/images/userform_note24.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
    left: 0;
    margin: 0;
    padding-left: 3em;
    list-style: none;
}


/* submit buttons */
#showHideBtn 
{
    padding: 1em 0 .5em 0;
    text-align: center;
}

#divBtn a
{
    display: block;
    font-size: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 3px;
}

#divBtn a:hover
{
    text-decoration: underline;
    text-align: center;
}

.btnSbmt
{
    background-image: url('../images/userform_btn_lg.gif');
    background-repeat:no-repeat;   
    display: block;
    color: white;
    text-align: center;
    width: 158px;
    height: 30px;
    font-size: .8em;
}

.left .btnSbmt
{
    margin-right: auto; 
}

.center .btnSbmt
{
    margin-left: auto; 
    margin-right: auto;     
}

.right .btnSbmt
{
    margin-left: auto;     
}

/* increase size to compensate for standard fieldcontainer .8em; */
.fieldContainer .btnSbmt 
{
    font-size: 1em;
}

#divLoadText 
{
    margin: 10px 0px 10px 0px;
    padding: 30px 0px 0px 0px; 
    background-image: url('/images/userform_submitLoading.gif');
    background-position: 0px 0px;
    background-repeat:no-repeat;   
}

/* -- end submit buttons */
