@charset "UTF-8";
/* CSS Document */


#bottom_section
{
    display: none;
}


body 
{
	background-color: #E8F6FF;
}

#headermenu 
{
	background-image: url(/images/headertitle.png);
	background-repeat: no-repeat;
	height: 88px;
	text-align: right;
}

#header 
{
	border-bottom-width: thin;
	border-bottom-color: #233540;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	background-image: url(/images/headerbg.png);
	width: 100%;
	left:0px;
	top:0px;
	height: 98px;
	z-index: 0;
}

#hide_for_iphone
{

	display: none;

	height: 10px;

	width: 10px;

	position: absolute;

	visibility: hidden;

}

#show_for_iphone
{
	visibility: visible;
}

/*
#content 
{
	width: 320px;
}

.centeringDiv 
{
	width: 320px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#edibles_online_description {
	padding: 0px;
	background-repeat: no-repeat;
	background-image: none;
	margin: 0px;
}

#topBannerAd {
	visibility: hidden;
}
#smallSquareAd1 {
	visibility: hidden;
}
#smallSquareAd2 {
	visibility: hidden;
}
#content {
	left:0px;
}
#notice {
	left: 0px;
}

*/

