@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5066cf;
	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;
}
#container {
	width: 1011px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/site/all-bg.gif);
} 
#header {
	background: url(images/site/header-2009.jpg);  /* 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. */
	height: 196px;
	position: relative;
} 
#header h1 {
	width: 200px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;

}
#header h1 a {
	text-indent: -9999em;
	display: block;
	height: 200px;
}
#header #utilmenu {
	color: #FFF;
	position: absolute;
	left: 750px;
	top: 10px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 7pt;
}
#header #utilmenu li {
	margin-bottom: 4px;
}

#header #utilmenu a {
	color: #FFF;
	text-decoration: none;
	
}
#header #utilmenu a:hover {
	text-decoration: underline;
}
#header #topmenu {
	position: absolute;
	left: 201px;
	top: 62px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topmenu li {
	float: left;
}
#topmenu li:hover {
	background-image: url(images/site/topmenu-on.gif);
}
#topmenu a {
	text-decoration: none;
	display: block;
	height: 135px;
}
#tm-1 {
	background-image: url(images/site/topmenu.gif);
	background-position: 0px 0px;
	width: 65px;
}

#tm-2 {
	background-image: url(images/site/topmenu.gif);
	background-position: -65px 0px;
	width: 90px;
}
#tm-3 {
	background-image: url(images/site/topmenu.gif);
	background-position: -155px 0px;
	width: 87px;
}
#tm-4 {
	background-image: url(images/site/topmenu.gif);
	background-position: -242px 0px;
	width: 84px;
}
#tm-5 {
	background-image: url(images/site/topmenu.gif);
	background-position: -326px 0px;
	width: 73px;
}
#tm-6 {
	background-image: url(images/site/topmenu.gif);
	background-position: -399px 0px;
	width: 86px;
}





#mainContent {
	margin: 0 0 0 201px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 810px;
	/* overflow: auto;
	zoom: 1; */
} 


#footer {
	background:url(images/site/bottom.gif) no-repeat bottom;
	height: 180px;
	overflow: auto;
	padding-left: 200px;
	text-align: center;
	margin: 20px 0 0 0;
} 


.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;
}


#emblem {
	position: absolute;
	width: 100px;
	left: 905px;
	top: 0px;
}
#emblem a {
	text-indent: -9999em;
	display: block;
	height: 100px;
}

#shopbag {
	position: absolute;
	width: 45px;
	left: 850px;
	top: 70px;
}
#shopbag a {
	text-indent: -9999em;
	display: block;
	height: 55px;
}
#searchbox {
	position: absolute;
	left: 730px;
	top: 130px;
}
#searchbox form  {
	margin: 0px;
	padding: 0px;
	background-image: url(images/site/search.gif);
	background-repeat: no-repeat;
	display: block;
}
#searchsubmit {
	display: inline;
	margin-left: 18px;
	vertical-align: middle;
}
#keywords {
	border: 0;
	width: 170px;
	vertical-align: middle;
	display: inline;
	background-repeat: no-repeat;
	margin-left: 8px;
}



/* LEFT SIDEBAR NAVIGATION */


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px;
	
}
.sbnav {
	height: 30px;
	width: 171px;
	background-image: url(images/site/catbuttons.gif);
	background-repeat: no-repeat;
	margin-left: 22px;
	margin-top: 12px;
}
.sbnav:hover {
	background-image: url(images/site/catbuttons-on.gif);

}
.sbnav a {
	display: block;
	height: 29px;
	text-decoration: none;
}
.sbnav a:hover {
	text-decoration: none;
}

#sb-1 {

}
#sb-2 {
	background-position: 0px -30px;
}
#sb-3 {
	background-position: 0px -60px;
}
#sb-4 {
	background-position: 0px -90px;
}
#sb-5 {
	background-position: 0px -120px;
}
#sblogos {
	margin-left: 38px;
	margin-top: 30px;
}

/* end SIDEBAR NAVIGATION */





/* HOME PAGE  */

/* leave right margin for right side bar */
#home-main {
	margin: 0 0px 0 10px; /* was right margin 170 */
	/*float: left;
	margin: 0 0px 0 10px;
	width: 600px; */
	width: 584px;
}


#home-text {
	margin-top: -10px;
	
	font-size: 10pt;
}
#home-text div {
	float: left;
	margin-top: -10px;
	margin-right: 20px;
}

#home-age {
	background-image: url(images/site/age-bg.gif);
	background-repeat: no-repeat;
	/* height: 115px; */
	width: 577px;
	padding-top: 28px;
	padding-left: 8px;
	margin-bottom: 20px;
}

#home-age  ul {
	background-image: url(images/site/ages-pics.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	height: 61px;
	width: 560px;
}
#home-age ul li {
	height: 61px;
	float: left;
}
#home-age ul li a {
	display: block;
	height: 61px;
	width: 80px;
}

#home-age span {
	font-size: 7pt;
	color: #FFF;
	width: 80px;
	float: left;
}
#home-age div {
	overflow: auto;
	padding-left: 20px;
	height: 30px;
}


/* right sidebar on home page */


#home-right {
	width: 169px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(images/site/rightbar-bg.gif);
	background-repeat: repeat-y;
	line-height: normal;
	font-size: 7pt;
}

#rightbar-top {
	position: absolute;
	top: -33px;
	right: 17px;
}

#home-right-bottom {
	background-image: url(images/site/rightbar-bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
	background-position: 0px bottom;
}

#home-right a {
	text-decoration: underline;
}


.rsidebar-block {
	clear: both;
}

.rsidebar-block h3 {
	height: 32px;
	background-image: url(images/site/buttons-right.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	padding: 0;
	margin: 0 0 8px 0;
}

.rsidebar-block h3:hover {
	background-image: url(images/site/buttons-right-on.gif);	
}

.rsidebar-block h3 a {
	display: block;
	height: 32px;
}

.rsidebar-block p {
	margin: 0 22px 0 0;
	padding: 0;
}
.rsidebar-block img {
	margin-left: 10px;
	float: left;
}
.rsidebar-block ul {
	margin: 0 24px 0 30px;
	padding: 0;
}
.rsidebar-block li {
}
.rsidebar-block li a {
}

#home-bb {
	margin: 0 0 0 0;
	padding: 22px 0 0 0;
}
#home-bb img {
	margin-left: 16px;
	display: inline;
}

#rsidebar-gw {
	margin-top: 32px;
}

#rsidebar-aat {
	margin-top: 24px;
}
#rsidebar-ship {
	margin-top: 20px;
}
#rsidebar-special {
	margin-top: 28px;
}


#rsidebar-gw  h3 {
}
#rsidebar-aat h3 {
	background-position: 0px -32px;
}
#rsidebar-ship h3 {
	background-position: 0px -64px;
}
#rsidebar-special h3 {
	background-position: 0px -96px;
}
#rsidebar-news h3 {
	background-position: 0px -128px;
}

#rsidebar-special img {
	margin-left: 40px;
}

/* END right sidebar on home page */

#home-manu {
	padding-top: 20px;
}


/* HOME PRODUCT SCROLLER */
#home-products {
	background-image: url(images/site/home-products-bg.gif);
	background-repeat: no-repeat;
	height: 238px;
	width: 577px;
	margin-bottom: 20px;
	/* clear: both; */
	padding: 0;
	position: relative;
	overflow: hidden;
}


#home-prod-left, #home-prod-right, #home-prod-all {
	position: absolute;
	top: 0;
	
	z-index: 99;
}
#home-prod-left {
	left: 175px;
}
#home-prod-right {
	left: 360px;
}
#home-prod-all {
	left: 230px;	
}
#home-products #home-prod-all a {
	width: 125px;
}
#home-prod-left a, #home-prod-right a, #home-prod-all a {
	display: block;
	width: 50px;
	height: 25px;
}

#home-prod-list {
	width: 548px;
	overflow: hidden;
	margin: 34px 0px 0 16px;

}

#homeprods {
	margin:  0px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 8pt;
	line-height: normal;
	width: 9999em;
}
#homeprods li {
	float: left;
	width: 170px;
	margin: 0 8px 0 8px;
	/* height: 250px; */
	text-align: center;
}
/* end HOME PRODUCT SCROLLER */



#home-blocks div {
	float: left;
}
#home-blocks {
	height: 218px;
	margin-bottom: 20px;
}
#home-leftblock {
	margin-right: 25px;
}

.moreorless {
	font-weight: bold;
}

/* END HOME PAGE */


/* FOOTER */
#footer h4 {
	font-size: 9pt;
	color: red;
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	width: 150px;
	float: left;
	margin: 10px 10px;
	padding-left: 20px;
	text-align: left;
}
#footer ul li {
}
#footer ul a {
}
#footer div.footercontainer {
	overflow: auto;
	zoom: 1;
	font-size: 7pt;
	padding-top: 0;
	margin: 0 0 0 170px;
	
}
#footer div {
	font-size: 7pt;
	padding-top: 10px;
}
#footer div.websiteby {
	padding-top: 0;
	
}
.websiteby a {
}

/* end FOOTER */



/* search results */

#results {
	
}
#results p {
	
}
#results ul {
	
}
#results ul li {
	
}
#results ul li a {
	
}
#results .searchnav {
	text-align: center;
	background-color: #75af1a;
	padding: 4px 8px;
}
#results .searchnav a {
	padding: 0 2px;
	color: white;
}
#results .searchnav span {
	
}


/* end search results */


