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

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

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


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

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

li{
	list-style:none;
}

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

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

/*__________________________________________________________________________________________

logo
__________________________________________________________________________________________*/


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


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

__________________________________________________________________________________________*/

body#home{
	background:#9b998e;
	
}

#wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	background:#cbab75 url('http://grandwood-furniture.co.uk/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/SOFAS  page
basic colors
body	=	#a32c38
wrapper	=	#bcb5a9
__________________________________________________________________________________________*/

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

body#services_sofas #wrapper{

	background-color:#BCB5A9;
}

body#services_sofas li span{
	color:#fff;

}



/*__________________________________________________________________________________________

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;
}


/*__________________________________________________________________________________________

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 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 h5{
	font-size:1.2em;
	padding-left:50px;
	margin:0;
}

h5#quoted_prices{
	padding-bottom:20px;
}


p span.other_services{
	font-size:1.4em;
}



#content{
	width:460px;
	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;
}



/*-------------------------------------------------------------------
SOFAS page details
-------------------------------------------------------------------*/

ul#ourservices_sofas {
	width:405px;
	margin-left:50px;
	padding-bottom:20px;
/*	border:solid 1px #000;*/
}


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

ul#ourservices_sofas li a{
	color:#fff;
	
}

ul#ourservices_sofas li a:hover{
	color:#828282;
}


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

img#heart{
	width:50px;
/*	border:solid 1px #000;*/
}


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

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

#textservices table.sofa_prices{
	width:450px;
	padding:10px 0 20px 48px;
	
}

table.sofa_prices .left{
	width:250px;
}

/*===================================================================
SOFAS_GENERAL (all sofa pages)
===================================================================*/

body#sofas_general{
	background:#716954;
}


body#sofas_general #wrapper{
	background:#c5b6b3 url('http://woofti.co.uk/dev/grandwood/cssimages/banner-top.png') no-repeat bottom left;
	
}


/*__________________________________________________________________________________________

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;













