body
{
	margin:0;
	background-image:url(../images/flower-background.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#header
{
	background-image:url(../images/top-bg.gif);
	height:149px;
	text-align:center;
}


#dhtmltooltip{
position: absolute;
border: 1px solid #AAAAAA;
padding: 10px;
background-color: #e4e0dd;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
opacity: .9;
filter: alpha(opacity=90);

font-size:18px;
}

#navigation {
	font-size:11px;
	color:#FFFFFF;
	background-color:#896a59;
	padding:2px 0px 2px 0px;
	width:100%;
	height:16px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center
}

#navigation li {
	display: inline;
}



#navigation li a {
	border-right: 1px solid #AAAAAA;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
}

#navigation li a:hover {
	
	background: #FFFFFF;
	text-decoration: none;
	color:#000000;
}

#bunting
{
	background:url(../images/bunting.png) repeat-x;
	height:107px;
}

#main
{
	margin-top:10px;
	text-align:center;
}

#store-front
{
	width:800px; 
	margin:0 auto;
}

#store-front p 
{
	float:left;
	margin:0px 10px 10px 0px;
}

#store-front img
{
	margin-top:4px;
	margin-bottom:4px;
}

 .title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.bubblethumb-full {
	cursor: pointer;
}

.bubblethumb-loader {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 6px;
}