@charset "utf-8";
/* CSS Document */
/*main structure - on all pages*/
@font-face {  
  font-family: HelveticaLight.ttf ;  
  src: url( http://www.camerich.co.uk/uploads/fonts/HelveticaLight.ttf ) format("truetype");  
}  body {
	font-family: "HelveticaLight", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background-color:#2e2921;
	height: auto;
	}
	
#wrapper {
	width:1280px;
	height:800px;
	margin:auto;
	background-image:url(../images/site/background.jpg);
	position:relative;
	}
/*top level navigation sits above the brown product bar*/
#topnav {
	margin:20px 50px 0 50px;
	float:left;
	padding:5px 20px 0 30px;
	width:1130px;
	height:25px;}

/*div class for the menubuttons*/
#menubutton {
	padding:2px 10px 0 10px;
	float:left;
	display:inline;
	height:25px;
	width:auto;
	text-align:center;
	font-weight:600;
	}

/*product navigation bar on brown menu bar*/
#prodnav {
	margin:0px 50px 0 50px;
	float:left;
	padding:0px 20px 0px 30px;
	width:1130px;
	height:25px;
	background-image:url(../images/site/menubar.png);
	background-repeat:no-repeat;}
	
	
#footer {
	width:1180px;
	height:20px;
	text-align:center;
	position:absolute;
	bottom:5px;
	margin-left:50px;
	_margin-left:25px;
	font-size:10px;
	font-weight:bold;
	color:#2e2921;
	left: 0px;
	}


/*home page*/	
/*the main title on the landing page*/

#homepage_title {
	width:500px;
	height:80px;
	margin:60px 0 0 90px;
	padding-left:30px;
	float:left;
	}

.homepage_links {
	padding:0 0 0 10px;
	margin-top:10px;
	color:#2e2921;
	font-weight:600;
	text-shadow:#333333;
	}
	
#loadingpage {width:1032px;
	height:532px;
	background-image:url(../images/site/loading_background.jpg);
	background-repeat:no-repeat;
	padding:34px 30px 34px 38px;
	margin:60px 90px 0 90px;
	_margin-left:45px;
	float:left;
	position:relative;
	}

#loadingimage2 {
	width:1026px;
	height:520px;
	background-image: url(../images/landingpage/loadingimg2.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	position:absolute;
	top:40px;
	left:38px;
	z-index:10;
	}
	
.loadingbuttons{
	width:220px;
	height:65px;
	margin:8px 8px 0 0;
	float:left;
	display:inline;
	/*color is just to show where they are - delete if necessary*/	
	background-color:#d6d2c9;
	padding:20px 10px 60px 20px;
	font-size:11pt;
	text-decoration:none;
	font-weight:600;
	color:#2e2921;
	}

/*strapline under the Welcome text*/
#home_straptext {
	height:auto;
	width: 490px;
	position: relative;
	color:#2e2921;
	font-size:15px;
	letter-spacing:normal;
	font-weight:600;
	padding-left: 5px;
	overflow:hidden;
}
	
/*container div for the products*/	

#large_display {
	background-image:url(../images/site/prod_background.jpg);
	background-repeat:no-repeat;
	width:1100px;
	height:626px;
	margin:45px 90px 0 90px;

	float:left;}


/*main content for the products - image on the left text info on the right*/	

#display_content{
    width:1030px;
	height:450px;
	float:left;
	margin:37px 15px 0 15px;
	padding:0 15px 0px 25px;
	border-bottom:#9B8F81 solid 4px;
	}

/* div holding the thumb_boxes for the products, should scroll with arrows at each end*/		
#display_thumbs{

    width:1030px;
	height:120px;
	padding:0px 0 0px 0;
	margin:7px 0 0 0px;
	float:left;
	display:inline;
	overflow:hidden;
	}	

#thumbarea{
	width:1027px;
	height:108px;
	margin:0;
	float:left;
	
	overflow:hidden;
	}


/* diplay the individual thumbnails for the products*/	
#thumb_box {
	width:140px;
	height:90px;
	margin-right:8px;
	float:left;
	display:inline;
	}
	
/*this is the display for the category thumbnails and the ranges*/
#categorydisplay {
	width:1032px;
	height:372px;
	background-image:url(../images/site/range_background.jpg);
	background-repeat:no-repeat;
	padding:34px 30px 34px 38px;
	margin:0 90px 0 90px;
	_margin-left:45px;
	float:left;
	position:relative;
	}	
	

/*this is for the thumbnails for the categories*/	
#categorythumbs {
	width:250px;
	height:178px;
	margin:8px 8px 0 0;
	float:left;
	display:inline;
	/*color is just to show where they are - delete if necessary*/	
	background-color:#d6d2c9;
	}


/*this is the display for the category thumbnails and the ranges*/
#rangedisplay {
	width:1100px;
	height:385px;
	background-image:url(../images/site/range_background.jpg);
	background-repeat:no-repeat;
	padding:25px 0 25px 0;
	margin:0 90px 0 90px;
	_margin-left:45px;
	float:left;
	overflow:hidden;
	}	
	
#scrolltext {
	width:1100px;
	height:20px;
	padding:10px 0 0px 0;
	margin:0 90px 0 90px;
	_margin-left:45px;
	float:left;
	overflow:hidden;
	text-align:center;

	}

/*this is the display for the category thumbnails and the ranges*/
#rangearea {
	width:1027px;
	height:400px;
	margin:0;
	float:left;
	overflow:hidden;
	}	
	
#rangeinfo {
	width:350px;
	height:440px;
	float:left;
	display:inline;
	padding-left:20px;
	color: #FFFFFF;
}

/*this is for the thumbnails for the categories*/	
#rangethumbs {
	width:250px;
	height:187px;
	margin:6px 8px 0 0;
	float:left;
	display:inline;
	/*color is just to show where they are - delete if necessary*/	
	background-color:#423e35;
	}
#rangetext {
	width:350px;
	height:280px;
	float:left;
	padding-right:0px;
	color: #FFFFFF;
	overflow:auto;
}
#rangebuttons {
	width:350px;
	margin-top:0px;
	height:115px;
	float:left;
	padding-right:0x;
}	

.range_links {
	padding:0 0 0 0px;
	width:250px;
	margin-top:0px;
	color:#d9d1cb;
	font-weight:500;
	text-shadow:#333333;
	}


/* Strapline text on the product range page*/
#straptext {
	height: 22px;
	width: 646px;
	padding:3px 0 0 10px;
	position: relative;
	bottom: 25px;
	background-image: url(../images/straptext_grad.png);
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:600;
	overflow:hidden;

}
/*this is for the thumbnails for the categories*/	

#morelink  {
	width:1100px;
	height:30px;
	float:left;
	margin:0 90px 0 90px;
	_margin-left:45px;
	text-align:center;
	}

/*this is the display for the information pages*/
#infodisplay {
	width:1070px;
	height:417px;
	background-image:url(../images/site/page_background.jpg);
	background-repeat:no-repeat;
	padding:16px 15px 13px 13px;
	margin:125px 90px 0 90px;
	float:left;
	}

#infoimage {
	width:320px;
	height:417px;
	float:left;
	display:inline;
	margin:0;}

#info {
	width:705px;
	height:500px;
	padding:10px 10px 20px 30px;
	margin:0px;
	float:left;
	display:inline;
	}

#infotext {
	width:695px;
	height:340px;
	padding:0px 10px 0px 0px;
	margin:0px;
	float:left;
	overflow:auto;
	color:#d9d1cb;
	}
	

#photo {
	width:656px;
	float:left;
	display:inline;
	}




/*main content for prices*/	
#prices_content{
	width:1070px;
	height:571px;
	float:left;
	padding:0 0px 0px 0px;
	background-color:#FFFFFF;
	overflow:auto;
	}


#schematics{
    width:1070px;
	height:600px;
	float:left;
	margin:15px;
	
	}
	
#schematic_content{
	width:1069px;
	height:570px;
	float:left;
	padding:0 0px 0px 0px;
	background-color:#FFFFFF;

	}
	
#schematic_item{
	width:1020px;
	height:190px;
	float:left;
	clear:left;
}
#schematic_image{
	width:450px;
	height:180px;
	float:left;
}
#schematic_item img{
	max-width:450px;
}

#schematic_desc{
	width:390px;
	padding-right:10px;
	float:left;

}
#schematic_price{
	width:160px;
	float:left;
}
#newline {
	clear: left;
}

#schematic_newline{
float:left;
clear:both;
width:1020px;
height:3px;
background-color:#996600;
}
.onsale_strike{
	color: #000000;
	text-decoration: line-through;
}

.sale_price {color: #FF0000;}


#photoHolder {
	float: left;
	height: 430px;
	width: 656px;
}
.photo_SlideTab {
	width:656px;
	float:left;
	display:inline;
}

/*materials swatches*/

#fabrics_display_content {
	width:1070px;
	height: 480px;
	float: left;
	margin-left: 15px;
	border-bottom:#9B8F81 solid 4px;
}

#fabrics_leftpanel {
	width: 670px;
	height: 470px;
	float: left;
	display:inline;
	/*border:2px  #FFFF00 solid;*/
}
#fabric_types {
	float:left;
	height:20px;
	width: 620px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom:#9B8F81 solid 1px;	
}


#fabric_types a{
	text-decoration:none;
}

#fabric_types .currentlyActive {
  border-bottom-style: solid; 
  border-bottom-width: 3px
}

#tabpadding {
	margin-top:10px;
	padding-right: 0px;
	padding-left: 10px;
	width:600px;
	height:360px;
	float:left;
	/*border:2px  #00FF00 solid;*/	
}

#fabrics_rightpanel {
	width: 380px;
	height: 440px;
	float: left;
	display:inline;
	padding-top: 20px;
	/*border:2px  #0000FF solid;*/
}

#fabrics_fabricrow {
	height: 120px;
	width: 580px;
	float: left;
}
.fabrics_fabricswatch {
	vertical-align: middle;
}
.thumb_box_cart {
	width:140px;
	height:100px;
	margin-right:8px;
	float:left;
	display:inline;
}
.thumb_box_cart img{
	border-color: #9B8F81;
	border: 2px;
}
#fabric_tab {
	width:640px;
	height:380px;
	float:left;
	/*border:2px #FF0000 solid;*/
	}
	
#leather_tab {
	width:640px;
	height:380px;
	float:left;}
	
	
#finish_tab {
	width:640px;
	height:380px;
	float:left;}
.addswatch {
	border: 2px solid #9B8F81;
}
.noswatch {
	border: 2px solid #9B8F81;
}
#user_sample_email{
	background-color: #FFFFFF;
	visibility:hidden;
	display: none;
}
#admin_sample_email{
	background-color: #FFFFFF;
	visibility:hidden;
}
#user_sample_content {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	width: 800px;
	display: none;
}
#email_content{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/site/background.jpg);
	height: auto;
	width: auto;
	border: 2px solid #333333;
	padding: 10px;

}

#hidden_content {
	display: none;
}

#ordercheck {
	float: left;
	display:inline;
	height: auto;
	width: 620px;
	background-repeat: no-repeat;
	color:#302921;
}

#orderwrapper {
	height:24px;/*follow your image's size*/
	background-image:url(/images/site/ordersearch.gif);
	background-repeat:no-repeat; /*important*/
	padding:0px;
	position:relative; /*important*/
	width: 190px;

}

.orderbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:relative; /*important*/
	top:2px;
	width:156px;
	height:20px;
	padding-left:5px;
}

.orderbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:0px;
	left:163px;
	width:24px;
	height:24px;
}

#orderinfotxt {
	padding: 4px;
	width: 600px;
}
#order_response {
	padding: 0px;
	height: auto;
}

/*sign-up for newsletter*/

#newsletterform {
	float: right;
	height: auto;
	width: 220px;
	margin-right: 45px;
	padding: 4px;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-color: #302921;
	border: thick solid #999081;
}

#searchwrapper {
	height:24px;/*follow your image's size*/
	background-image:url(/images/landingpage/signup.gif);
	background-repeat:no-repeat; /*important*/
	padding:0px;
	position:relative; /*important*/
	width: 193px;
	margin-left: 10px;
}


	
#newsletter_signup {
	float: right;
	display:inline;
	height: auto;
	width: 220px;
	margin-right: 48px;
	padding: 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
	color:#302921;

}
#newsinfotxt {
	padding: 4px;
	width: 205px;
}
#newsresponse {
	padding: 0px;
}
.errortxt {
	color:#FF0000;}

 
#searchwrapper form {
	display:inline ; }
 
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:relative; /*important*/
	top:2px;
	left:4px;
	width:156px;
	height:20px;
	padding:0px;
}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:0px;
	left:163px;
	width:24px;
	height:24px;
}

#holder {
	width:1070px;
	height:600px;
	float:left;
}



/*social networking buttons*/

#social {
	width:100px;
	height:auto;
	margin-bottom:0;
	margin-left:0px;
	margin-top:0px;
	top:0;
	bottom:0;
	float:right;
	}
