/* 
  -----------------------------------
  DAffodils Flowers and Gifts Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
*/

body {
	background-color: #FFFFFF;
	margin: 12px 50px;
	padding: 0;
}
/*Pagewrapper serves as a container for all elements on the page.
Min-width is set to 700px. This prevents the box from getting too narrow -
to the point that it would either break the layout or make text
impossible to read. When a user makes the browser window narrow,
pagewrapper will shrink in width until it reaches 700px - then the
browser will spawn a horizontal scrollbar. */
#pagewrapper{
	margin: 0 0 0 0;
	min-width: 720px;
	border:1px solid #054822;
	background-image: url(../images/bkgrndGRFade.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
/*The masthead DIV contains the background images that comprise the
layout's upper images. */
#masthead {
	background-image: url(../images/theme/mastheadbkgrd.gif);
	background-repeat: repeat-x;
}
/*The logodiv carries the embedded logo image and a right-aligned
background image that creates the mountain scene and the
top right corner. */
#logodiv {
	background-image: url(../images/BannerRightwMTOutline.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*The mainbox DIV contains all of the elements between the masthead and
the copyright notice. A left and right border are set and a background
image. The background image is what creates the dashed vertical rule
that separates the main content and sidebar areas. The background image
is positioned 212 pixels from the left edge of the mainbox and flush
with the top. The horizontal position of 212px is equal to the sum of
the body's left margin, the sidebar's width, and the sidebar's left
padding.*/
#mainbox {line-height:1.2;
}
/*Sidebar is floated to the left side of the mainbox. Its left
and right padding (20px) is added to its width (172px) to
determine the horizontal space it occupies. Font size is set
to .75em.*/
#sidebar {
	float: left;
	width: 172px;
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 0.75em;
}
/*Left margin is set to clear the area occupied by the floated sidebar.*/
#maincontent {
	margin: 0 0 0 180px;
	padding: 20px 30px;
	font-size: .9em;
	line-height: 1.5em;
	background-color:#FFF;
}
/*Paragraph margins are set.*/
#maincontent p {
	margin: 8px 0 12px 0;
}
/*Footer styles*/
#footer {
	padding: 0;
	font-size: .7em;
	clear:both;
	background-color:#FFF;
	text-align:center;
	border-top:1px solid #054822;
}
#footer p {
	margin: 0 0 3px 0;
}
#specials {text-align:center;}
.alert {
	font-size:1.25em;
	font-weight:bold;
	color:#f00;}
