@charset "utf-8";
/* CSS Document */
body {
	background:url(images/background.jpg) repeat-x fixed #efefef;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Dosis', sans-serif;
}
/* DIVs */
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	width:990px;
	height:400px;
	margin:0 auto;
	background:url(images/rainbow_shadowed.png);
}
#logo {
	width:590px;
	height:220px;
	z-index:100;
	display:block;
	position:relative;
	margin:20px 0 0 20px;
	background-image:url(images/shaw_farms_logo.png);
}
#page_heading {
	width:960px;
	color:#333333;
	text-align:center;
	font-size:20px;
	line-height:20px;
	border-top:#666666 2px solid;
	border-bottom:#666666 2px solid;
}
.main_content {
	width:675px;
	padding:10px;
	float:left;
	color:#666666;
	font-size:1.25em;
	line-height:1.25;
}
.sidebar {
	width:245px;
	padding:10px;
	float:right;
	font-size:0.8em;
	color:#666666;
	line-height:1.5em;
}
.main_content2 {
	width:675px;
	padding:10px;
	float:right;
	color:#666666;
	font-size:1.25em;
	line-height:1.25;
}
.sidebar2 {
	width:245px;
	padding:10px;
	float:left;
	font-size:0.8em;
	color:#666666;
	line-height:1.5em;
}
.strip {
	width:960px;
	padding:10;
	color:#000000;
	font-size:0.8em;
	line-height:1.5em;
	border-top:#666666 2px solid;
	border-bottom:#666666 2px solid;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
#footer {
	width:960px;
	border-top:1px solid #333333;
	color:#999999;
	font-size:0.75em;
}
#footer_copyright {
	text-align:left;
	float:left;
	height:20px;
}
#footer_prisma {
	text-align:right;
	float:right;
	height:20px;
}
/* CLASSes */
.clear {
	clear:both;
}
.no_bullets {
	list-style-type:none;
}