@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border:none
}

html, body {
	height:100%; /* needed for container min-height */
	background-image: url(images/background.gif);
	background-color:#7ddff5;
	background-position: center center;
	background-repeat: no-repeat;
}





#mainwrapper {
position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */


}
.floatright {
	margin-left: 49%;
}
#header {
	width: 660px;
	position: absolute;
	left: 50%;
	margin-left: -330px;
	top: 50%;
	margin-top: -350px;
}
#carousel {
	width: 750px;
	height: 280px;
	position: absolute;
	left: 50%;
	margin-left: -373px;
	top: 50%;
	margin-top: -140px;
}
#navigation {
	width: 504px;
	margin-left: -252px;
	height: 40px;
	position: absolute;
	left: 50%;
	z-index: 1;
	top: 50%;
	margin-top: 180px;
}
.nav_btns {
	margin-right: 15px;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#footerLeft {
	height: 253px;
	width: 335px;
	float: left;
	margin-top: -67px;
	background-image: url(images/left_leaves.gif);
}
#footerRight {
	height: 186px;
	width: 385px;
	position: absolute;
	left: 100%;
	margin-left: -385px;
	margin-top: 0px;
	background-image: url(images/right_leaves.gif);
	float: left;
}
#outlets {
	background-image: url(images/content_back.gif);
	background-repeat: no-repeat;
	height: 221px;
	width: 550px;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
#contact {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
	background-image: url(images/contact_back.gif);
	height: 281px;
	width: 550px;
	padding-top: 55px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
#snail {
	height: 150px;
	width: 95px;
	position: absolute;
	left: 100%;
	margin-left: -95px;
	overflow: hidden;
	margin-top: 30px;
}


a:link {
	font-family: "Courier New", Courier, monospace;
	color: #7E396B;
	text-decoration: none;
}
a:hover {
	color: #7E396B;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
}
a:visited {
	color: #7E396B;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
#product {
	background-image: url(images/product_content.gif);
	background-repeat: no-repeat;
	height: 281px;
	width: 600px;
}
#philos {
	height: 268px;
	width: 355px;
	background-image:url(images/philosophy_back.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 220px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
	line-height: 16px;
}
#bugs {
	height: 180px;
	width: 180px;
	position: absolute;
	left: 10%;
	top: 60%;
}
#owl {
	height: 170px;
	width: 130px;
	position: absolute;
	top: 30%;
}
#hedgey {
	height: 78px;
	width: 100px;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	left: 205px;
}
#links {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
	background-image:url(images/links_back.gif);
	height: 221px;
	width: 550px;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
