body {
	background-color: #007c5a;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
.container-4 {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	background-color:#FFF;
}



/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid-1,
.grid-2,
.grid-3,
.grid-4 {
	display:inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}



/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}



/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container-4 .grid-1, #header .grid-1 {
	width:190px;
}

.container-4 .grid-2, #header .grid-2 {
	width:410px;
}

.container-4 .grid-3 {
	width:630px;
}

.container-4 .grid-4 {
	width:850px;
}



/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container-4 .prefix-1 {
	padding-left:220px;
}

.container-4 .prefix-2 {
	padding-left:440px;
}

.container-4 .prefix-3 {
	padding-left:660px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container-4 .suffix-1 {
	padding-right:220px;
}

.container-4 .suffix-2 {
	padding-right:440px;
}

.container-4 .suffix-3 {
	padding-right:660px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear10px {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
}

.clear15px {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 15px;
}

.clear30px {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 30px;
}



/* Site Specific
----------------------------------------------------------------------------------------------------*/
/* header */
#header {
	width:880px;
	margin:0 auto;
}

#header h2 {
	text-align:center;;
	background:url(../img/call-us.png) no-repeat 0 0;
	height:72px;
	line-height:30px;
	padding-top:6px;
	color:#333;
}

#header span.telephone-number {
	color: #007c5a;	
}
/* end header */



/* brand stripe */
#brand-stripe {
	background:url(../img/brand-stripe.gif) repeat-x 0 0;
	height:30px;
}



/* strapline */
#strapline {
	padding-top:38px;	
}



/* primary nav */
#primary-nav {
	width:850px;
	padding:15px;
}

#primary-nav li {
	list-style:none;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;	
}

#primary-nav a {
	font-size:14px;
	color:#333;
	font-weight:bold;
	display:block;
	width:121px;
	text-align:center;
}

#primary-nav a.express {
	width:123px;
}

#primary-nav a:hover {
	color:#999;
}
/* end primary nav */



/*jquery menu for furniture range/secondary navigation*/ 
.secondary-nav {
	position:relative;
	margin: 0;
	padding: 0px;
	width:630px;
	height:200px;
	overflow: hidden;
	float:left;
}

.secondary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
}

.secondary-nav ul li {
	width: 157px;
	float: left;
	display: block;
	overflow: hidden;
	margin:0;
}

.secondary-nav ul li a {
	text-indent: -1000px;
	background: #fff repeat scroll 0%;
	cursor: pointer;
	display: block;
	overflow: hidden;
	height: 200px;
}

.secondary-nav ul li#lounge-furniture a {
	background: url(../img/lounge-furniture.jpg) repeat scroll 0%;
}

.secondary-nav ul li#dining-furniture a {
	background: url(../img/dining-furniture.jpg) repeat scroll 0%;
}

.secondary-nav ul li#bedroom-furniture a {
	background: url(../img/bedroom-furniture.jpg) repeat scroll 0%;
}

.secondary-nav ul li#occasional-furniture a {
	background: url(../img/occasional-furniture.jpg) repeat scroll 0%;
	border-right:none;
}
/* end secondary nav */



/* quotes */
#testimonials-index {
	width:160px;
	height:186px;
	padding:14px 14px 0 14px;
	border:1px #CCC solid;
	float:left;
	font-size:16px;
	color:#999;
}

#testimonials {
	width:162px;
	height:240px;
	padding:14px 14px 0 14px;
	float:left;
	font-size:16px;
	color:#999;
	background:url(../img/testimonial-side.jpg) no-repeat 0 0;
}

#author {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
/* end quotes */



/* tertiary nav */
#tertiary-nav {
	width:400px;
	margin:0 auto;
}

#tertiary-nav li {
	list-style:none;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;	
}

#tertiary-nav li.copyright {
	font-size:11px;
	color:#179769;
	display:block;
	padding-right:60px
}

#tertiary-nav a {
	font-size:11px;
	color:#179769;
	display:block;
	text-align:center;
	padding:0 10px
}

#tertiary-nav a:hover {
	color:#fff;
}
/* end tertiary nav */


/*content area*/
.content-img {
	float:left;
	margin: 0 15px 15px 0;
	padding-bottom:100px;
}

.intro {
	color:#999;
}

/*site rounded corners*/
.round-content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.round-bottom-wrap {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}

/*products*/
.product {
	width:157px;
	float:left;
}

.product h6 {
	border-bottom:thin #ccc solid;
	padding:10px;
	color:#050505;
}

.product .description {
	margin:10px;
	padding-top:10px;
}

/*testimonials*/
blockquote img {
	margin: 0 10px 5px 0;
	float: left;
}

/*special offers*/
.special-offers-img, .special-offers-fabric {
	width:150px;
	float:left;
}

.special-offers-img {
	margin-right:10px;
}

.special-offers-description {
	width:310px;
	float:left;
	margin-right:10px;
}

/*google map*/
#map{
	border: 1px solid #bab9ae;
	width:300px;
	height:300px;
	float:right;
}

#contact-details {
	width:300px;
	height:300px;
	float:left;
}