html
{
	background-attachment: scroll;
	background-image: url(../images/decor/background.jpg);
	background-repeat: repeat;
	background-position: 0%;
	color:#000;
}

body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:0px;
}

a img {border: none; }

#wrap 
{
	background-color:#fff;
	margin:0pt auto;
	width:819px;
	border:solid 2px #fff;
}

#header
{
	background-color:#54681E;
	text-align:center;
	height:188px;
}

#header img
{
	padding-top:30px;
}

#main 
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float:left;
	width:645px;
	padding: 5px 2px 5px 8px;
}

#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	text-align:center;
	position: relative;
}

#main q
{
	font-style:italic;
}

#main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main h7
{
	padding-right: 15px;
	color: #000;
}

#main h1 /*big heading*/
{
	font-size: 30px;
}

#main h2 /*bronze text*/
{
	font-size: 20px;
	color:#8a5e13;
	font-style:normal;
}

#main h3 /**/
{
	font-size: 18px;
}

#main h4 /*feature text*/
{
	font-size: 18px;
	font-weight:normal;
}

#main h5 /*used for cart contents*/
{
	font-size: 18px;
	color:#54681E;
}

#main h6
{
	font-size:x-small;
	font-weight:normal;
	color:Gray;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid 0px white;
}

#main p, ul, li
{
	font-size:16px;
}

#main li
{
	padding-top:0px;
	padding-bottom:6px;
	color: #000;
}

/*classes*/
#main .default-page /*big heading on default page*/
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	border: solid 0px white;
}

#main .float-left 
{
	float: left;
	padding-left: 6px;
	padding-right: 15px;
}

#main .float-right 
{
	float: right;
	padding-right:15px;
	padding-left: 6px;
}

#main p .float-right, #main h1 .float-right, #main h2 .float-right, #main h3 .float-right, #main h4 .float-right, #main h5 .float-right, #main h6 .float-right, #main h7 .float-right
{
	padding-right:0px;
	padding-left: 0px;
}

#main .leaves 
{
	float: right;
	padding-right:15px;
	padding-left: 6px;
	padding-top: 15px;
}

#main .float-left p
{
/*	padding-left: 6px;
*/
	padding-right: 0px;
	padding-top:2px;
	font-size:13px;
	text-align:center;
	margin-top:0px;
	border-top:0px;
}

#main .float-right p
{
	padding-top:2px;
	font-size:13px;
	text-align:center;
	margin-top:0px;
	border-top:0px;
}

#main .columns
{
	overflow:hidden;
}

#main .columns .quadruple
{
	float:left;
	width:24.9%;
}

#main .columns .triple
{
	float:left;
	width:33%;
}

#main .columns .double
{
	float:left;
	width:49%; /*50% width breaks in IE7.0*/
}

#main .userform
{
	text-align:center;
	width:400px;
	background-color:#F7F6F3;
	border-color: #E6E2D8;
	border-style: solid;
	border-width: 1px;
	font-family:Verdana;
	font-size:0.8em;
}

#main .userform input
{
	width:150px;
}

#main .cart br
{
	margin-top:1.5em;
}

/*table on thankyou3*/
#main .table tr, #main .table tr td, #main .table tr p, #main .table tr input
{
	margin:0px;
}

/*menu bar items*/
#menu-wrap #logos, #menu-wrap #animals
{
	padding-top: 18px;
}

#menu-wrap #logos a img
{
	padding-top: 12px;
}

#menu-wrap #animals img
{
	padding-top: 9px;
	padding-bottom: 9px;
}

#menu-wrap #animals p
{
	font-size:12px;
	text-align:left;
	width:142px;
	padding: 6px 12px 6px 12px;
	margin:0px;
}

/*menu*/
#menu-wrap
{
	float:left;
	text-align:center;
	min-height:500px;
	position: relative;
	z-index: 10;
	padding-top:6px;
	cursor: hand;
}

#mouseover-menu	                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	z-index: 10;
	width: 164px;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-family: helvetica, arial, geneva, sans-serif;
	cursor: hand;
	text-align:center;
	}

#mouseover-menu #menu ul
	{
	padding:0;
	float:left;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	}

#mouseover-menu #menu li
	{
	list-style-type:none;		            
	width:164px;
	padding:0px;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	}

#mouseover-menu #menu ul li
	{
	z-index: 10;
	position:relative;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	cursor: hand;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	background-color:#fff;					/* stops gaps in menus in IE */
	}

#mouseover-menu #menu li ul
	{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 164px;				                 /* distance from  left menu (this should be the same as width value in #menu [1]) above */
	display: none;
	border:0;
	margin:0;				               /* keeps the menu parts together */
	}

#mouseover-menu #menu ul, #mouseover-menu #menu ul ul, #mouseover-menu #menu ul ul ul
	{
	z-index: 10;
	margin:0;				               /* keeps the menu parts together */
	width: 164px;			              /* width of sub menus  (this should be the same as width value in #menu [1]) above */
	}

#mouseover-menu #menu ul ul, #mouseover-menu #menu ul ul ul, #mouseover-menu #menu ul li:hover ul ul, #mouseover-menu #menu ul li:hover ul ul ul
	{
	z-index: 10;
	margin:0;				               /* keeps the menu parts together */
	display: none;
	}

#mouseover-menu #menu ul li:hover ul, #mouseover-menu #menu ul ul li:hover ul, #mouseover-menu #menu ul ul ul li:hover ul
	{
	cursor: hand;
	z-index: 10;
	margin:0;				               /* keeps the menu parts together */
	display: block;
	}

#mouseover-menu #menu a 
{
	z-index: 10;
	background-image: url(../images/buttons/blank-button.png);
	background-repeat: no-repeat;
	cursor: hand;
	color: #fff;
	text-align:center;
	text-decoration: none;
	display: block;
	list-style-type: none;
	width: 164px;						        
	height: 24px;
	padding-top:9px;
	font-family: verdana, helvetica, arial, sans-serif, geneva;
	font-size:8pt;
	font-weight:normal;	
	margin: 0;				               /* keeps the menu parts together */
	text-align:center;
}

#mouseover-menu #menu .current a { color:Orange; }

#mouseover-menu #menu a:hover { color:Yellow; }

#mouseover-menu #menu a:active { color:Black; }
