/*========================================================

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/


body{
	padding-top:30px;
	background:#7f8f84;
}

li,li a,h2,h3{
	font-family:georgia,"palatino","palatino linotype", times, "times new roman",serif;
}

li{
	list-style:none;
}

p a,p a:visited{
	color:#fff;
	text-decoration:underline;
}

p span.bold{
	font-weight:bold;
}


/*__________________________________________________________________________________________
HOMEPAGE
Basic colours:
body	=	#9b998e
wrapper	=	#cbab75

__________________________________________________________________________________________*/

body#home{
	background:#9b998e;
	
}

#wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	background:#cbab75 url('../cssimages/banner-top.png') no-repeat bottom left;
	border:solid 10px #fff;
}

/*__________________________________________________________________________________________

ABOUT US PAGE
basic colors
body	=	#9b998e
wrapper	=	#f1e1bd
__________________________________________________________________________________________*/

body#about{
	background-color:#9b998e;
}

body#about #wrapper{

	background-color:#f1e1bd;
}

/*__________________________________________________________________________________________

SERVICES PAGE
basic colors
body	=	#90A1B6
wrapper	=	#c5b6b3
__________________________________________________________________________________________*/


body#services{
	background-color:#90A1B6;
}

body#services #wrapper{

	background-color:#c5b6b3;
}

/*__________________________________________________________________________________________

SERVICES/CURTAIN MAKING page
basic colors
body	=	#716954
wrapper	=	#C9BAAE
__________________________________________________________________________________________*/

body#services_curtain_making{
	
	background-color:#716954;
}

body#services_curtain_making #wrapper{

	background-color:#C9BAAE;
}


/*__________________________________________________________________________________________

SERVICES/SOFT FURNISHINGS page
basic colors
body	=	#A5B8BD
wrapper	=	#837062
__________________________________________________________________________________________*/

body#services_soft_furnishings{
	background-color:#A5B8BD;
}

body#services_soft_furnishings #wrapper{

	background-color:#837062;
}


/*__________________________________________________________________________________________

SERVICES/CURTAIN FABRICS page
basic colors
body	=	#cdc9c7
wrapper	=	#C0B8A7
__________________________________________________________________________________________*/

body#services_curtain_fabrics{
	background-color:#cdc9c7;
}

body#services_curtain_fabrics #wrapper{

	background-color:#C0B8A7;
}

/*__________________________________________________________________________________________

SERVICES/UPHOLSTERY FABRICS page
basic colors
body	=	#a32c38
wrapper	=	#BCB5A9
__________________________________________________________________________________________*/

body#services_upholstery_fabrics{
	background-color:#a32c38;
}

body#services_upholstery_fabrics #wrapper{

	background-color:#BCB5A9;
}

/*__________________________________________________________________________________________

SERVICES/MAIL ORDER page
basic colors
body	=	#8f836e
wrapper	=	#9EA297
__________________________________________________________________________________________*/

body#services_mail_order{
	background-color:#8f836e;
}

body#services_mail_order #wrapper{

	background-color:#9EA297;
}

/*__________________________________________________________________________________________

SERVICES/OAK FURNITURE page
basic colors
body	=	#908b6d
wrapper	=	#CFB280
__________________________________________________________________________________________*/

body#services_oak_furniture{
	background-color:#908b6d;
}

body#services_oak_furniture #wrapper{

	background-color:#CFB280;
}

/*__________________________________________________________________________________________

SERVICES/PAINTED FURNITURE page
basic colors
body	=	#c3c4b4
wrapper	=	#DAD1B7
__________________________________________________________________________________________*/

body#services_painted_furniture{
	background-color:#c3c4b4;
}

body#services_painted_furniture #wrapper{

	background-color:#DAD1B7;
}

/*__________________________________________________________________________________________

SERVICES/SOFAS  page
basic colors
body	=	#697a62
wrapper	=	#c3c4b4
__________________________________________________________________________________________*/

body#services_sofas{
	background-color:#697a62;
}

body#services_sofas #wrapper{

	background-color:#c3c4b4;
}

/*__________________________________________________________________________________________

SERVICES/INTERIOR DESIGN page
basic colors
body	=	#9B8F6A
wrapper	=	#BCB9AD
__________________________________________________________________________________________*/

body#services_interior_design{
	background-color:#9b998e;
}

body#services_interior_design #wrapper{

	background-color:#BCB9AD;
}

/*__________________________________________________________________________________________

SERVICES/FLOORING page
basic colors
body	=	#97AEA7
wrapper	=	#A3A196
__________________________________________________________________________________________*/

body#services_flooring{
	background-color:#97AEA7;
}

body#services_flooring #wrapper{

	background-color:#A3A196;
}

/*__________________________________________________________________________________________

SERVICES/SHUTTERS page
basic colors
body	=	#CBC4B1
wrapper	=	#987255
__________________________________________________________________________________________*/

body#services_shutters{
	background-color:#CBC4B1;
}

body#services_shutters #wrapper{
	background-color:#987255;
}

/*__________________________________________________________________________________________

SERVICES/ACCESSORIES page
basic colors
body	=	#E2DBBE
wrapper	=	#A29275
__________________________________________________________________________________________*/

body#services_accessories{
	background-color:#E2DBBE;
}

body#services_accessories #wrapper{
	background-color:#A29275;
}


/*__________________________________________________________________________________________

CONTACT US page
basic colors
body	=	#65503F  
wrapper	=	#c5b6b3
__________________________________________________________________________________________*/


body#contact{
	background-color:#65503F;
}

body#contact #wrapper{

	background-color:#c5b6b3;
}

/*__________________________________________________________________________________________

form details
__________________________________________________________________________________________*/

#form {
width: 500px;
}
dl {
margin: 20px 0 0 20px;
}
dt {
float: left;
width: 150px;
margin: 0 0 15px 27px;
padding-top: 4px;
color: #555753;
}
dd {
margin: 0 0 15px 0;
color: #555753;
}
dd span {
color: #666;
}
input, textarea {
border: 1px #ccc solid;
padding: 2px;
}
.submitbtn {
margin: 3px 0 2px 0;
color:#666666;
font-family: Arial, Helvetica, sans-serif; 
background-color: #efefef;
font-weight: normal;
border:1px solid #aaaaaa;
}

.email_thanks{
	color:#D70113;
}

/*__________________________________________________________________________________________

logo
__________________________________________________________________________________________*/


h1{
	position:absolute;
	top:-30px;
	left:825px;
	display:block;
	width:185px;
	height:185px;
	background:url('../cssimages/logo.gif') no-repeat;
}

/*__________________________________________________________________________________________

Navigation details
__________________________________________________________________________________________*/

#navigation ul{
	width:526px;
	height:30px;
	background:url('../cssimages/banner-top.png') no-repeat;
/*	border:solid 1px #000;*/
}

#navigation li{
	font-size:1.2em;
	background:url('../cssimages/whitebar.gif') no-repeat;
	float:left;
	padding:7px 17px 0px 26px;
}

#navigation li#first{
	background:none;
}

#navigation li a{
	color:#fff;
}

#navigation li a:hover{
	color:#999;

}


/*__________________________________________________________________________________________

content details
__________________________________________________________________________________________*/

#content span.subheading{
	font-size:.8em;
}

#content h2{
	font-size:2em;
	padding-left:30px;
}

#content h3{
	font-size:1.8em;
	padding-left:30px;
}

#content h4{
	color:#fff;
	font-size:1.3em;
	padding-left:50px;
	margin:0;
}

#content h4 a{
	color:#fff;
}

#content h4 a:hover{
	color:#5A5A5A;
	text-decoration:underline;
}

#content{
	width:450px;
	float:left;
/*	border:solid 1px #000;*/
}

#content p{
	padding-left:50px;
}


#content #ourservices {
	width:405px;
	margin-left:50px;
	padding:0;
/*	border:solid 1px #000;*/
}


#content #ourservices li{
	font-size:1.3em;
	width:200px;
	float:left;
	line-height:30px;
/*	border:solid 1px #000;*/
}

#content #ourservices li a{
	color:#000;
	
}

#content #ourservices li a:hover{
	color:#828282;
}


#wrapper img.main_image{
	float:right;
	width:454px;
}

img#heart{
	width:50px;
}

#text{
	height:325px;
/*	border:solid 1px #000;*/
}

#textservices{
	width:476px;
	height:620px;
	padding-right:50px;
	overflow-y:scroll;
}


/*__________________________________________________________________________________________

FOOTER details
__________________________________________________________________________________________*/


#footer{
	color:#fff;
	width:980px;
	margin:0 auto;
	text-align:center;
}

#footer a{
		color:#fff;
		text-decoration:none;
}

#footer a:hover{
	color:#B9B9B9;
	text-decoration:underline;













