@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background: #f7f6e1;
	color: #333;
	font : 18px Georgia, serif;
	}

/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background: none transparent scroll repeat 0% 0%;
}

/* middle is used to extend all the way across in the middle of the page */
#middlewrapper {
	position:relative;
	height: 296px;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: none transparent scroll repeat 0% 0%;
}

#middlewrapper h2 {
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 115px;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.7;
	text-align: center;
}

#middlewrapper h3 {
	padding-top: 8px;
	color: #FFF;
	padding-left: 15px;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#middlewrapper a {
	color: #FFF;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#middlewrapper a:hover {
	color: #FF0;
}

#middlewrapper #consumerdiv {
	height: 296px;
	width: 332px;
	float: left;
	background-image: url(../Assets/Images/PATIO.jpg);
}

#middlewrapper #prodiv {
	height: 296px;
	width: 332px;
	float: left;
	background-image: url(../Assets/Images/Presentation.jpg);
}

#middlewrapper #newsdiv {
	height: 296px;
	width: 332px;
	float: left;
}

#middlewrapper #newsdiv a {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

#middlewrapper #newsdiv a:hover {
	color: #FF0;
}

#middlewrapper #newsdiv #topdiv {
	height: 60px;
	width: 332px;
	background-color: #679082;
}

#middlewrapper #newsdiv #top2 {
	height: 85px;
	width: 332px;
	background-color: #679082;
}

#middlewrapper #newsdiv #seconddiv {
	height: 72px;
	width: 332px;
	background-color: #6F998b;
}

#middlewrapper #newsdiv #thirddiv {
	height: 79px;
	width: 332px;
	background-color: #81AA9C;
}


#middlewrapper #newsdiv p {
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}

.logo {
	margin-left: 50px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#logotext {
	position: absolute;
	top: 59px;
	left: 155px;
}

#tagline {
	position: absolute;
	top: 18px;
	left: 277px;
}

#support {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	border: 2px solid #5F752B;
	line-height: 1.5em;
	padding: 3px 3px 3px 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	/*font-weight: bold; */
}


#support img {
	position: absolute;
	top: 3px;
	left: 3px;
}

/* banner is the div just under the top wrapper */
#banner {
	width: 100%;
	height: 270px;
	padding: 0;
	margin: 0;
	background-image:url(../Assets/Images/banner/banner3.jpg);
}

/* This class is used to flood the color all the way across the screen */
.floodred {
	width: 100%;
	background-color: #A00740;
}

/* navwrapper holds the nav div */
#navwrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background-color: #A00740;
}

#nav ul {
	text-align: center;
	list-style: none;
	padding-bottom: 0;
	padding-left: 17px;
	padding-right: 0px;
	font-size: 18px;
	line-height: 2.0;
	list-style-image: none;
	padding-top: 0px;
	height: 36px;
}

#nav ul li {
	float: left;
	height: 36px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 36px;
	padding-right: 18px;
	padding-left: 18px;
}

#nav ul li a:hover {
	background-color: #C1235E;
}


/* Headings */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

/* contents is used for text describing products just above the footer */
#contents {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 350px; */
	margin-top: 5px;
}

#contents p {
	color: #333;
}


/* footer is used for the BBB logo, copyright line, and links line */
#footer {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 350px; */
	margin-top: 15px;
}

#footer #bbb {
	width: 137px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#links {
	text-align: center;
	font-size: 0.8em;
	padding-top: .7em;
}

#copyright {
	text-align: center;
	font-size: 0.8em;
	padding-top: .7em;
}