@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #4e2700;
	background-image: url(images/body_background_gradient.jpg);
	background-repeat: repeat-x;
}
#wrap1 {
	font-family: "Times New Roman", Times, serif;
	height: 560px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrap_background1.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
}
#wrap2 {
	font-family: "Times New Roman", Times, serif;
	height: 560px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrap_background2.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
}
#wrap3 {
	font-family: "Times New Roman", Times, serif;
	height: 560px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrap_background3.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
}
#leftcol {
	float: left;
	width: 270px;
	position: relative;
	left: 150px;
}
#logo {
	height: 175px;
	width: 265px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	top: -20px;
	z-index: 15;
}
#navigation {
	float: right;
	width: 125px;
	font-style: italic;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -50px;
	z-index: 20;
}
#navigation ul {
	list-style-type: none;
}
#navigation  li  {
	text-align: center;
	display: block;
}
#navigation .btmborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #906648;
}
#navigation .active {
	background-image: url(images/nav_hover_bgrnd.png);
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
#navigation a:hover {
	background-image: url(images/nav_hover_bgrnd.png);
	background-repeat: repeat;
}
#rightcol {
	float: right;
	width: 545px;
}
#rightcol #products {
	height: 425px;
	width: 500px;
	position: relative;
	left: 20px;
	background-image: url(images/products-main-background.jpg);
	z-index:15;
}
#rightcol #products2010 {
	height: 425px;
	width: 500px;
	position: relative;
	left: 20px;
	background-image: url(images/products-main-background-2010.jpg);
	z-index:15;
}
#locationlinks {
	height: 35px;
	font-family: Impact, Arial, Verdana, sans-serif;
}
#locationlinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#locationlinks li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
}
#locationlinks  #milwaukeetab a {
	background-image: url(images/milwaukee_tab.jpg);
	height: 35px;
	width: 110px;
	display: block;
}
#locationlinks #milwaukeetab a:hover {
	background-image: url(images/milwaukee_tab_hover.jpg);
	height: 35px;
	width: 110px;
}
#locationlinks  #eggharbortab a {
	background-image: url(images/egg_harbor_tab.jpg);
	height: 35px;
	width: 110px;
	display: block;
}
#locationlinks #eggharbortab a:hover {
	background-image: url(images/egg_harbor_tab_hover.jpg);
	height: 35px;
	width: 110px;
}
#locationlinks  #madisontab a {
	background-image: url(images/madison_tab.jpg);
	height: 35px;
	width: 110px;
	display: block;
}
#locationlinks #madisontab a:hover {
	background-image: url(images/madison_tab_hover.jpg);
	height: 35px;
	width: 110px;
}
#homemaincontent {
	z-index: 8;
	width: 450px;
	height: 500px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	clear: both;
	margin-left: 45px;
}
#homemaincontent p {
	font-size: 13px;
	line-height: 20px;
	color: #4e2700;
	margin-bottom: 15px;
}
#homemaincontent a:link, #homemaincontent a:visited {
	color: #4e2700;
}
#homemaincontent a:hover {
	color: #f9b6a8;
}
#maincontent {
	z-index: 40;
	width: 400px;
	height: 430px;
	margin-left: 75px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	clear: both;
	overflow: auto;
}
#maincontent img {
	margin-bottom: 8px;
}
#maincontent h3 {
	font-weight: normal;
	color: #4e2700;
}
#mainheading  h1 {
	font-style: italic;
	color: #4e2700;
	font-size: 28px;
	font-weight: normal;
	width: 400px;
	margin-top: 25px;
	margin-left: 75px;
}
#maincontent h2 {
	font-weight: normal;
	color: #4e2700;
}
#maincontent p {
	font-size: 13px;
	line-height: 20px;
	color: #4e2700;
	margin-bottom: 15px;
}
#maincontent a:link, #maincontent a:visited {
	color: #4e2700;
}
#maincontent  a:hover {
	color: #f9b6a8;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	text-align: center;
	margin-top: 5px;
}
#footer a:link, #footer a:visited {
	color: #EEC2BE;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.imgfloatleft {
	float: left;
	margin-right: 5px;
}
.imgfloatright {
	float: right;
	margin-left: 5px;
}
a:link img, a:hover img, a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lowerfloral {
	background-image: url(images/floral_pattern_bottom_left.png);
	z-index: 10;
	background-repeat: no-repeat;
	overflow: auto;
	width: 335px;
	position: absolute;
	height: 500px;
	left: 0px;
	bottom: 0px;
}
#upperfloral {
	background-image: url(images/floral_pattern_upper_right.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 261px;
	width: 180px;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.bold {
	font-weight: bolder;
}
.center {
	text-align: center;
}
.attn {
	color: #FF0000;
}
#aboutusheading/* START PAGE HEADING BACKGROUND IMAGES */
   {
	background-image: url(images/about_us_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#historyheading {
	background-image: url(images/history_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#eggharborheading {
	background-image: url(images/egg_harbor_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#milwaukeeheading {
	background-image: url(images/milwaukee_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#madisonheading {
	background-image: url(images/madison_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#contactheading {
	background-image: url(images/contact_us_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#calendarheading {
	background-image: url(images/calendar_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#locationsheading {
	background-image: url(images/locations_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#linksheading {
	background-image: url(images/links_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
#productsheading {
	background-image: url(images/products_heading_bgrnd.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 380px;
	height: 52px;
	z-index: 5;
}
