@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
/* MAIN CONTAINER */
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bkgndimage.jpg);
	background-repeat: repeat-x;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
/* SIDEBAR LEFT */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(images/daffs1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 600px;
}
/* SIDEBAR RIGHT */
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 204px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(images/sidebar2bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 600px;
	padding: 0px;
	margin: 0px;
}
#daffweekend h2 {
	margin : 0 20px;
	padding : 10px 0 10px 0;
	font-size: 12px;
	color: #336600;
}
#daffweekend p  {
		margin : 0 20px;
		padding : 0;
	  font-size: 10px;
	  color: #336633;
  }
#daffweekend strong {
	  color: #006600;
	}
	
#bulbcontainer {
	float: right;
	width: 170px;
	margin-right: 15px;
	margin-top: 10px;
	padding: 0px;
	height: 390px;
}

#bulbcontainer h2 {
	margin: 0px;
	font-size: 12px;
	color: #336600;
}

#bulbcontainer p {
	font-size: 10px;
	color: #336633;
}

#bulbgraphic {
	vertical-align: bottom;
	display: block;
	clear: left;
	float: left;
	height: 175px;
	width: 170px;
	background-image: url(images/bulbchart2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* MAIN CONTENT  */
#mainContent {
	margin-top: 0;
	margin-right: 204px;
	margin-bottom: 0;
	margin-left: 158px;
	height: 600px;
	padding: 147px 0 0 0;	
	background-image: url(images/logoheader.gif);
	background-repeat: no-repeat;
	background-position : top center;
}
/* MAIN CONTENT - navigation */

/* Moved the buttonup gif here as there was a pixel gap at the end - 
you can still do a hover effect - see below*/
#navbar {
	height: 32px;
	margin : 0;
	padding : 0;
	background-image: url(images/buttonup.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navbar li {
	float : left;
	display: inline;
	list-style : none;
	line-height : 2.5;
	text-align: center;
	margin : 0;
	padding : 0;	
	font-size: 12px;
	font-weight: bold;
} 
#navbar li a {
	color: #FFCC00;
	display: block;
	height: 32px;
	width: 139px;
	text-decoration: none;
}
#navbar li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/buttondown.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* MAIN CONTENT - content */
#content {
	background-image: url(images/bkgnd2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin : 0;
	padding : 0;
	height : 421px;
}
/* Use transform for uppercase - then if you change your mind, you do not have change the html */
#content h1 {
	text-transform : uppercase;
	color : #336633;  
	margin : 0 25px 20px 25px;
	padding : 10px 0 0 0;
	font-size : 14px;
}
#content p {
	margin :  0 25px 15px 25px;
	padding : 0;
	font-size : 10px;
}
#content p a, #content p a:link, #content p a:visited {
	color : #336600;
}
#content p a:hover {
	color : #ffcc00;
}

#content img {
	display: inline;
	margin-left: 25px;
}

/*
#productcontainer {
	background-color: #FFFF00;
	display: block;
	height: 417px;
	width: 405px;
	margin-left: 5px;
	margin-right: 6px;
	vertical-align: bottom;
	float: right;
	clear: none;
}

#productcontainer h2 {
	text-transform : uppercase;
	color : #336633;
	font-size : 18px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#itemcontainer {
	background-color: #FFFFFF;
	display: block;
	clear: both;
	float: left;
	height: 121px;
	width: 376px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-left: 15px;
}

#imagecontainer {
	background-color: #CCCCCC;
	display: block;
	clear: left;
	float: left;
	height: 109px;
	width: 160px;
	margin-top: 4px;
	margin-left: 8px;
	border: 2px solid #999999;
}

#information {
	text-align: left;
	vertical-align: top;
	display: block;
	clear: both;
	float: right;
	height: 109px;
	width: 160px;
	margin-top: 4px;
	margin-left: 170px;
	clear: both;
	border: thin solid #000000;
}

#information p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	display: inline;
}
*/
#productcontent {
	background-image: url(images/bkgnd2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin : 0;
	padding : 0;
	height : 421px;
	background-color: #00FFFF;
	overflow: scroll;
}
#productcontent h2 {
	text-transform : uppercase;
	color : #336633;
	font-size : 18px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div.productcontainer {
	width: 378px;
	border : 1px solid #666666;
	background-color: #F6FFF2;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div.productcontainer img {
	border : 1px solid #666666;
	margin : 5px 0 5px 5px;
}
div.information {
	float : right;
	width : 210px;
	height : 115px;
	margin-right: 10px;
}
div.information h3 {
	font-size : 10px;
	margin: 5px 0 0 0;
	padding : 0;
}
div.information p {
	font-size : 10px;
	margin : 0;
	padding : 0;
}
div.information pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 0;
	padding : 0;
}
div.information p strong {
	text-transform : uppercase;
	margin : 0;
	padding : 0;
}

/* GENERAL SETTINGS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*  What is Box?  Not valid markup - if a div, then should be #Box or if a class .Box
#container #mainContent Box {
	background-color: #00FF00;
	background-position: top;
	display: block;
	clear: both;
	float: none;
	height: 300px;
	width: 419px;
	border: 1px solid #000000;
} */
#clickme a {
	position: absolute;
	top: 0;
	left: 0;
	width: 419px;
	height: 148px;
	margin-left: 230px;
}

#clickme a h1 {
    display: none;
}

}
