@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #440e62;
	/*background-color: #99d7a8;*/
	/*background-image: url(images/bugabees_bkgr_pattern_lo_res.gif)	;*/
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 760px;
	background: #1aa3ea;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 20px 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 850px;
	z-index: 60000;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 250px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3c4e54;
	height: 27px;
	bottom: 0;
	z-index: 10000;
	position: absolute;
	width: 850px;
	color: #a6a698;
	font-size: 12px;
}
.oneColFixCtrHdr #footer #footerlinks {
	left: 250px;	
	position: absolute;
}
.oneColFixCtrHdr #copywrite {
	position: absolute;
	display: inline;
	left: 20px;
	bottom: 7px;
	font-size: 12px;
	padding-top: 14px;
}
.oneColFixCtrHdr #header.nav ul li a:link {
	color: #cddce1 !important;
}
.oneColFixCtrHdr .nav ul {
	margin-top: 6px;
	width: 560px;
	display: table;
	table-layout: fixed;
	z-index: 11000;
}
.oneColFixCtrHdr .nav ul li {
	display: inline;
	padding: 0 14px 0 0;
}
a:link {
	color: #fff;	
}
.oneColFixCtrHdr .nav ul li a:link {
	color: #a6a698;
	text-decoration: none;
}
.oneColFixCtrHdr .nav ul li a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr .nav ul li a:visited {
	text-decoration: none;
}

.oneColFixCtrHdr #highres {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.oneColFixCtrHdr #BugabeesLogoSmall {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.oneColFixCtrHdr #BugabeesTitle {
	position: absolute;
	top: 153px;
	left: 203px;
	z-index: 201;
}
.oneColFixCtrHdr #SideText {
	position: absolute;
	left: 0;
	top: 123px;
	z-index: 202;
}
#container.homepage {
	background-color: #1aa3ea;
	background-image: url(BugaBees_Web_FirstCut.jpg)
}
#container.learn {
	background-color: #69c51e;
	/*height: 760px;*/
}
#container.share {
	background-color: #ec008c;
	/*height: 645px;*/
}
#container.create {
	background-color: #f8690a;
	/*height: 650px;*/
}
#container.create h3 {
	font-weight: bold;
	color: #FAED80;
	border-top: dotted 2px white;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	font-size: 15px;
}
#container.shop {
	background-color: #0eb2d1;
}
#container.shop #BugaBeesCaterpillar{
	position: absolute;
	top: 530px;
	left: 290px;
	width: 323px;
	height: 203px;
	display: block;
	white-space: normal;
}
#container.contactus {
	background-color: #8d38f6;
}
#container.contactus #BugaBeesCharacterContactUs {
	position: absolute;
	top: 416px;
	left: 180px;
	z-index: 175;
}
#container.aboutus #BugaBeesMushroom {
	position: absolute;
	top: 486px;
	left: 531px;
	z-index: 175;
}
#container.aboutus {
	background-color: #f5074d;
	/*height: 690px;*/
}
h2 {
	font-weight: bold;
	color: #FAED80;
	padding-bottom: 0;
	margin-bottom: -15px;
	font-size: 15px;
}
#container.legal {
	background-color: #6d7bc3;
}
#container.legal #BugaBeesDragonFly {
	position: absolute; 
	top: 384px;
	left: 126px;
	z-index: 175;
}
#container.reviews {
	background-color: #18b5bb;
}
#container.news {
	background-color: #136be3;
}
#container.events {
	background-color: #cb13d6;
}
#title {
	position: absolute;
	top: 60px;
	left: 290px;
	z-index: 200;
}
#BugaBeesCharacter {
	position: absolute;
	top: 373px;
	left: 0;
	z-index: 175;
}
#BugaBeesContent {
	position: absolute;
	left: 290px;
	top: 100px;
	color: #fff;
	font-size: 14px;
	padding-right: 35px;
	line-height: 130%;
	z-index: 300;
}
h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	display: none;
	line-height: 0;
}
