﻿/*We Sell Stone CSS*/
/*Iain Phillips*/

/*Basic Page Layout*/

body {
	background: #231e1a;
	font-size: 62.5%;
	font-family: Arial, Helvetica, san-serif;
	margin: 0px;
}


#top {
	width: 100%;
	height: 118px;
	background: #000000 url(/media/livery/wss_top_bg.gif) no-repeat;
	background-position: center bottom;
}

#cross {
	position: relative;
	width: 100%;
	height: 227px;
	background: url(/media/livery/wss_cross_bg.gif) repeat-x #ffd900;
}

#content {
	width: 100%;
	background: url(/media/livery/wss_content_bg.gif) no-repeat #353535;
	background-position: center bottom;
	padding: 0 0 60px 0;
}

#footer {
	width: 100%;
	border-top: 1px solid #000000;
	padding: 10px 0 10px 0;
}

.clearer {
	clear: both;
	font-size: 0.0em;
	height: 0px;
}

/*Top Layout*/

#top_banner {
	position: relative;
	width: 960px;
	margin: auto;
	height: 83px;
}

#top_search {
	position: absolute;
	right: 10px;
	top: 50px;
}

#quickfind {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
}

#menu {
	z-index: 100;
	position: relative;
	width: 960px;
	margin: auto;
}

/*Cross Layout*/

#cross_content {
	width: 960px;
	margin:auto;

	position: relative;
}



.photo_1 {
	position: absolute;
	left: -10px;
	top: -5px;
}

.photo_2 {
	position: absolute;
	left: 290px;
	top: 20px;
}

.photo_3 {
	position: absolute;
	left: 570px;
	top: 0px;
}

/*Content Layout*/

#content_content {
	width: 960px;
	margin:auto;
}
.tagline {
        width: 960px;
		margin: auto;
		padding:40px 0 0 0;
}


#breadbox {

	width: 960px;
	padding: 10px 0 0 0;
	margin: 0px;
}


#breadbox_2 {
	width: 960px;
	padding: 10px 0 0 0;
	margin: 0px;
}

.urh {
	color: #FFFFFF;
	font-size: 1.1em;
	float: left;
	padding: 0px;
	margin: 0 10px 0 10px;
}

#content_left {
	float: left;
	width: 408px;
	padding: 10px 30px 10px 10px;
}

#content_right {
	float: right;
	width: 472px;
	padding: 10px 10px 10px 30px;
}

#content_full {
	float: left;
	width: 960px;
	padding: 10px 0 10px 0;
}

/*Footer Layout*/

#footer_content {
	width: 940px;
	padding: 0 10px 0 10px;
	margin: auto;
}

#footer_left {
	float: left;
	width: 450px;
	font-size: 1.1em;
	color: #cfcfcf;
}

#footer_left a {
	color: #cfcfcf;
}

#footer_right {
	float: right;
	width: 450px;
	font-size: 1.1em;
	color: #cfcfcf;
}

/*CTA Styling*/

#cta {
	display: block;
	position: relative;
	float: left;
	width: 220px;
	height: 82px;
	border: 3px solid #ffffff;
	text-decoration: none;
}

#cta:hover {
	border: 3px solid #ffd900;
}

.cta_1 {
	background:url(/media/Livery/wss_cta_2_bg.gif) #000000;
	margin: 20px 10px 0 0;
}

.cta_2 {
	background: url(/media/Livery/wss_cta_1_bg.gif) no-repeat #000000;
	margin: 20px 0 0 10px;
}

.cta_3 {
	background: url(/media/livery/wss_cta_3_bg.gif) no-repeat #000000;
	margin: 20px 10px 0 0;
}

.cta_4 {
	background: url(/media/livery/wss_cta_4_bg.gif) no-repeat #000000;
	margin: 20px 0 0 10px;
}

p.cta_p {
	margin: 30px 0 0 60px;
	width: 140px;
	color: #FFFFFF;
	font-style: italic;
	cursor: pointer;
}

p.cta_l {
	position: absolute;
	left: 60px;
	top: 40px;
	color: #ffd902;
	cursor: pointer;
}

.specialOffers{
	margin:20px 0 0 0;
	float:left;
}
#offer {
	display: block;
	position: relative;
	float: left;
	width: 226px;
	height: 87px;
	text-decoration: none;
}

.offer_1 {
	margin: 20px 10px 0 0;
}

.offer_2 {
	margin: 20px 0 0 10px;
}

.offer_3 {
	margin: 20px 10px 0 0;
}

.offer_4 {
	margin: 20px 0 0 10px;
}
img, div	{/*Transparent PNG support for IE6*/
	behavior: url(/js/iepngfix.htc);
}



