@charset "UTF-8";
/* <SHELLPERRIS.COM> LAYOUT CSS */

/** DEBUG SECTION **/

/*div {border:1px dotted red;}*/




/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/browserBackground.jpg);
	background-position:top;
	background-repeat:repeat;
	}

/* End Reset default browser styling */


#container {
	position:relative;
	margin:0px auto;
	width:955px;
}

#background {
	position:relative;
	float:left;
	width:955px;
	background-image:url(../images/containerBackground.jpg);
	background-position:top;
	background-repeat:repeat;
}

#floral {
	position:relative;
	float:left;
	width:955px;
	background-image:url(../images/floralBottomLeft.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#homeBanner {
	position:relative;
	float:left;
	width:955px;
	height:239px;
	margin:0px 0px 45px 0px;
	padding:0px;
}

#mainCTAS {
	position:relative;
	float:left;
	clear:both;
	width:955px;
	height:120px;
	margin:0px;
	padding:0px;
}

#mainCTASLeft {
	position:relative;
	float:left ;
	width:318px;
	height:120px;
	margin:0px;
	padding:0px;
}

#mainCTASCentre {
	position:relative;
	float:left;
	width:319px;
	height:120px;
	margin:0px;
	padding:0px;
}

#mainCTASRight {
	position:relative;
	float:right;
	width:318px;
	height:120px;
	margin:0px;
	padding:0px;
}

#RSS {
	position:relative;
	float:left;
	width:955px;
	height:38px;
	padding:0px;
	margin:0px;
	background-image:url(../images/RSSPlaceholder.jpg);
	background-position:top;
	background-repeat:no-repeat;
	line-height:38px;
}

#pageContent {
	position:relative;
	float:left;
	width:955px;
	margin:0px;
	padding:0px;
}

#left {
	position:relative;
	float:left;
	width:600px;
	margin:30px 0px 0px 57px;
	padding:0px;
}

#right {
	position:relative;
	float:right;
	width:232px;
	margin:30px 27px 0px 0px;
	padding:0px;
}

#footer {
	position:relative;
	float:left;
	width:955px;
	margin:30px 0px 20px 0px;
	padding:30px 0px 0px 0px; 
}

#footerColumns {
	position:relative;
	float:left;
	width:955px;
	margin:0px;
	padding:0px;
}

#footerLeft {
	position:relative;
	float:left;
	width:344px;
	margin:0px;
	padding:0px;
}

#footerCentre {
	position:relative;
	float:left;
	width:344px;
	margin:0px;
	padding:0px;
}

#footerRight {
	position:relative;
	float:right;
	width:232px;
	margin:0px 27px 0px 0px;
	padding:0px;
}

#mainNav {
	position:absolute;
	left:0px;
	top:239px;
	height:45px;
	width:955px;
	background-image:url(../images/nav/navBackground.jpg);
	background-position:top;
	background-color:#000;
}

#mainLogo {
	position:absolute;
	left:20px;
	top:0px;
	height:251px;
	width:272px;
	background-image:url(../images/mainLogo.png);
	background-position:top;
	background-repeat:no-repeat;
	}


.itemDiv {
	position:relative;
	width:600px;
	float:left;
	clear:both;
	border-bottom:1px dotted #DDDDDD;
	padding:15px 0px;
	margin:0px 0px 20px 0px;
	}
	
.itemImage {
	position:relative;
	float:left;
	clear:left;
	width:312px;
	}
	
.itemContent {
	position:relative;
	float:right;
	clear:right;
	width:270px;
	}
	








