body {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color:#003300;
	background-color: #F6FDF7;
	background-image: url(images/background_home.gif);
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#container{
	display:block;
	width:735px;
}
*html #container{
	width:800px;
}
/* ignore IE 5 mac \*/
*html #container{
	width:780px;
}
/* end */
a{
	color:#003300;
}
a:hover{
	color:#009900;
}
#navigation {
	width: 125px;
	margin-left: 5px;
	float:left;
	margin-top:-1px;
	display:block;
}

#navigation ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
}

#navigation ul li a{
	display:block;
	height: 65px;
	width: 125px;
}

#navigation ul li img{
	border:0px;
}


#topNavigation {
	margin: 0px;
	padding: 0px;
	width:631px;
	margin-top:0px;
	border-right:10px solid #003300;
	font-size: 12px;
}
/* ignore IE 5 mac \*/
*html #topNavigation {
	margin-top:-4px;
	width:641px;
}
/* end */
#topNavigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom:-5px;
}
#topNavigation ul li{
	display:inline;
	margin: 0px;
	padding: 0px;

}
#topNavigation ul li a{
	margin-left: -4px;


}
/* --------------------------------------------------------------------------------------*/
#homeContent{
	display:block;
	width:601px;
	height:416px;
	float:right;

}

/* --------------------------------------------------------------------------------------*/
/*  FOOTER 																				 */
/* --------------------------------------------------------------------------------------*/
	#footer{
		width:641px;
		font-size:75%;
		clear:both;
		margin-top:20px;
	}
	a.footerLink{
		color: #14623B;
	
	}
	a.footerLink:hover{
		color: #0B3721;
	
	}
	a.dvFooter {
		color: #339966;
		text-decoration: underline;
	}
	a.dvFooter:hover{
		color: #14623B;
	
	}
/* --------------------------------------------------------------------------------------*/
/*  end FOOTER 																				 */
/* --------------------------------------------------------------------------------------*/

.bubble2{
	position: absolute;
	top: 0px;
	z-index:1;
	background-image: url(images/bubble_large.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 275px;
	font-style: italic;
	padding: 5px;
	margin-left:230px;
	top:290px;
	font-size:100%;
	font-weight:bold;
	padding-right:90px;
	padding-left:10px;
	padding-bottom:20px;
}
*html .bubble2{
	margin-left:130px;
	width: 375px;
}
/* ignore IE 5 mac \*/
*html .bubble2{
	margin-left:230px;
}
/* end */
.bubbleText{
	width: 375px;
}



#offerText{
	position: absolute;
	left:520px;
	top:185px;
	height:50px;
	color:#ffffff;
	font-size:80%;
	width:183px;
}
#posterText{
	position: absolute;
	left:200px;
	top:140px;
	height:50px;
	color:#ffffff;
	font-weight:bold;
	font-size:80%;
	width:170px;
}

#offerText a{
	color:#FFFFFF;
	text-decoration:none;
}
#offerText a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#contentArea{
	display:block;
	width:601px;
	height:271px;
	border-right:10px solid #003300;
	border-left:10px solid #003300;
	background-color:#E2F9E3;
	margin-top:-1px;
	padding:10px;
}
/* ignore IE 5 MAC \*/
*html #contentArea{
	width:641px;
	padding:0px;
}
/* end */
.character{
	position:absolute;
	top:285px;
	left:651px;	
}
*html .character{
	left:676px;	
	top:266px;
}

/* ignore IE 5 MAC \*/
*html .character{
	left:655px;	
	top:263px;
}
/* end */

#mainContent,#mainContentWide{
	position:absolute;
	top:140px;
	left:170px;
	width:440px;
	height:267px;	
	font-size:80%;
	overflow-x:hidden;
	overflow:auto;
	display:block;
}
*html #mainContent{
	position:static;
	float:left;
}
/* ignore IE 5 mac \*/
*html #mainContent,#mainContentWide{
	position:absolute;
	
}
/* end */
#mainContentWide{
	width:598px;
}

.bubble{
	position: absolute;
	top: 0px;
	z-index:1;
	background-image: url(images/characters/bubble.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 375px;
	font-style: italic;
	padding: 5px;
	margin-left:220px;
	font-size:90%;
	padding-right:90px;
	padding-left:10px;
	padding-bottom:20px;
	
	
	top:140px;
	height: 160px;
	left:400px;
	width: 125px;

}
/* ignore IE 5 mac \*/
*html .bubble{
	width: 225px;
}
/* end */
/* --------------------------------------------------------------------------------------*/
/*  PRODUCT LISTING																				 */
/* --------------------------------------------------------------------------------------*/
ul#productListing{
	width:575px;
	margin:0px;
	padding:0px;
	display:inline;
}
ul#productListing li{
	list-style:none;
	display:inline;
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
ul#productListing li a{
	display:block;
	width:160px;
	height:190px;
	padding:10px;
	color:#003300;
	text-decoration:none;
	background-image: url(images/product_box.gif);
	background-repeat: no-repeat;
	float: left;
}
/* ignore IE 5 mac \*/
*html ul#productListing li a{
	width:180px;
	height:210px;
}
/* end */
ul#productListing li a:hover{
	background-image: url(images/product_box_over.gif);
	background-repeat: no-repeat;
}
ul#productListing li a img{
	border:1px solid #003300;
}
ul#productListing li a .price{
	font-size:175%;
	text-align:right;
}
/* --------------------------------------------------------------------------------------*/
/*  end PRODUCT LISTING 																				 */
/* --------------------------------------------------------------------------------------*/
h1{
	font-size:175%;
	color:#003300;
}
.productImage{
	float:right;
}
.productInfo{
	width:140px;
	float:right;
	margin-top:20px;
	font-size:120%;
}
.productInfo img{
	float:right;
	margin-left:10px;
}

/* --------------------------------------------------------------------------------------*/
/*  BASKET																				 */
/* --------------------------------------------------------------------------------------*/
.basket{
	width:579px;
	background-image: url(images/basket_middle.gif);
	background-repeat: repeat-y;
	font-size:100%;
}
.basket2{
	width:579px;
	background-image: url(images/basket_middle.gif);
	background-repeat: repeat-y;
	font-size:100%;
	margin-left:-9px;
	
}
*html .basket2{
	margin-left:0px;
}
.basket td{
	padding-left:10px;
}
td.padding{
	padding-right:10px;
}
.basket td.spacer{
	padding-right:10px;
}
.basket td.spacer hr{
	height:1px;
	border-top:1px solid #809980;
}
.basket td.top{
	padding-left:0px;

}
.basket tr.header{
	font-weight:bold;
}
.tdRight{
	text-align:right;
	padding-right:20px;
}
ul#shoppingLinks,ul#shoppingLinksBottom{
	margin:0px;
	padding:0px;
	text-align:right;
	margin-right:30px;
}

ul#shoppingLinks{
	padding-bottom:20px;
}
ul#shoppingLinks li,ul#shoppingLinksBottom li{
	list-style:none;
	display:inline;
	width:102px;
	height:20px;
	text-align:center;
	margin-right:5px;
	float:right;
}
ul#shoppingLinks li a,ul#shoppingLinksBottom a{
	width:102px;
	height:20px;
	background-image: url(images/tab_top_off.gif);
	background-repeat: no-repeat;
	display:block;
	color:#003300;
	text-decoration:none;
	font-weight:bold;
	padding-top:2px;
}
ul#shoppingLinks li a:hover,ul#shoppingLinksBottom a:hover{
	background-image: url(images/tab_top_on.gif);
	color:#ffffff;
}
ul#shoppingLinksBottom a{
	background-image: url(images/tab_bottom_off.gif);
}
ul#shoppingLinksBottom a:hover{
	background-image: url(images/tab_bottom_on.gif);
}

/* --------------------------------------------------------------------------------------*/
/*  end BASKET																				 */
/* --------------------------------------------------------------------------------------*/
fieldset{
	border:0px;
	margin-bottom:20px;
}
legend{
	color:#003300;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:120%;
	margin-left:-7px;
	margin-bottom:10px;
}
/* --------------------------------------------------------------------------------------*/
/*  FORMS																				 */
/* --------------------------------------------------------------------------------------*/

.formField{
	width:300px;
	color:#003300;
	font-size:100%;
	
}

/* --------------------------------------------------------------------------------------*/
/*  end FORMS																				 */
/* --------------------------------------------------------------------------------------*/
.delSelect{
	width:100px;
	font-size:90%;
}

.imageLink{
	display:block;
	width:150px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-decoration:none;
}






ul#shoppingLinksRight{
	margin:0px;
	padding:0px;
	text-align:right;
	margin-right:30px;


}
ul#shoppingLinksRight li{
	list-style:none;
	display:inline;
	width:102px;
	height:33px;
	text-align:center;
	margin-right:5px;
	font-size:60%;
	margin-bottom:10px;
}
ul#shoppingLinksRight li a{
	width:102px;
	height:33px;
	background-image: url(images/right_li.gif);
	background-repeat: no-repeat;
	display:block;
	color:#003300;
	text-decoration:none;
	font-weight:bold;
	padding-top:2px;
}
ul#shoppingLinksRight li a:hover{
	background-image: url(images/right_li_over.gif);
	color:#ffffff;
}
