@charset "utf-8";
body {
	background: #F4F4EC url(../images/bkgnd.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
}
a:link {
	color: #B11008;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B11008;
}
a:hover {
	text-decoration: none;
	color: #F7AF00;
}
a:active {
	text-decoration: none;
	color: #B11008;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4F4EC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:#F7CA00 url(../images/header_bkgrd.jpg) repeat-x;
	height: 78px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header #logo{
	display:block;
	float: left;
	position: relative;
	width: 348px;
	height: 29px;
	margin:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	top: 28px;	
}
.oneColFixCtrHdr #header #phone{
	display:block;
	float: right;
	position: relative;
	width: 183px;
	height: 30px;
	margin:0;
	padding: 0;
	top: 0px;
}
.oneColFixCtrHdr #header #quote{
	display:block;
	float: left;
	position: relative;
	width: 329px;
	height: 12px;
	margin:0;
	padding: 0;
	top: 45px;
	left: 280px;
}
.oneColFixCtrHdr #navigation {
	background:#e4e4e4;
	height: 30px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#navigation #time{
	display:block;
	float:right;
	width:150px;
	vertical-align:middle;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-right: 5px;
	padding-top: 5px;
}
.oneColFixCtrHdr #navigation #nav {
    margin:0;
    padding:0;
	float:left;
width:760px;
    }
.oneColFixCtrHdr #navigation #nav li {
    display:inline;
    padding:0;
    margin:0;
    }
.oneColFixCtrHdr #navigation #nav a:link,
.oneColFixCtrHdr #navigation #nav a:visited {
   color:#000;
   background:#e4e4e4;
   padding:0 17px;
   float:left;
width:auto;
text-decoration:none;
    }

.oneColFixCtrHdr #navigation #nav a:hover {
    color:#fff;
   background:#e4e4e4;
  }
.oneColFixCtrHdr #navigation #nav #nav-home a {
	background:#e4e4e4 url(../images/btn_home_off.gif) no-repeat center;
	width:33px;
}
.oneColFixCtrHdr #navigation #nav #nav-home a:hover {
	background:#fdfdfc url(../images/btn_home_on.gif) no-repeat center;
	width:33px;
}
.oneColFixCtrHdr #navigation #nav #nav-flowers a {
	background:#e4e4e4 url(../images/btn_flowers_off.gif) no-repeat center;
	width:87px;
}
.oneColFixCtrHdr #navigation #nav #nav-flowers a:hover {
	background:#fdfdfc url(../images/btn_flowers_on.gif) no-repeat center;
	width:87px;
}
.oneColFixCtrHdr #navigation #nav #nav-about a {
	background:#e4e4e4 url(../images/btn_about_off.gif) no-repeat center;
	width:54px;
}
.oneColFixCtrHdr #navigation #nav #nav-about a:hover {
	background:#fdfdfc url(../images/btn_about_on.gif) no-repeat center;
	width:54px;
}
.oneColFixCtrHdr #navigation #nav #nav-contact a {
	background:#e4e4e4 url(../images/btn_contact_off.gif) no-repeat center;
	width:46px;
}
.oneColFixCtrHdr #navigation #nav #nav-contact a:hover {
	background:#fdfdfc url(../images/btn_contact_on.gif) no-repeat center;
	width:46px;
}
.oneColFixCtrHdr #navigation #nav #nav-delivery a {
	background:#e4e4e4 url(../images/btn_delivery_off.gif) no-repeat center;
	width:47px;
}
.oneColFixCtrHdr #navigation #nav #nav-delivery a:hover {
	background:#fdfdfc url(../images/btn_delivery_on.gif) no-repeat center;
	width:47px;
}
.oneColFixCtrHdr #navigation #nav #nav-requests a {
	background:#e4e4e4 url(../images/btn_requests_off.gif) no-repeat center;
	width:97px;
}
.oneColFixCtrHdr #navigation #nav #nav-requests a:hover {
	background:#fdfdfc url(../images/btn_requests_on.gif) no-repeat center;
	width:97px;
}
.oneColFixCtrHdr #navigation #nav #nav-cart a {
	background:#e4e4e4 url(../images/btn_cart_off.gif) no-repeat center;
	width:56px;
}
.oneColFixCtrHdr #navigation #nav #nav-cart a:hover {
	background:#fdfdfc url(../images/btn_cart_on.gif) no-repeat center;
	width:56px;
}
.oneColFixCtrHdr #navigation #nav #nav-checkout a {
	background:#e4e4e4 url(../images/btn_checkout_off.gif) no-repeat center;
	width:56px;
}
.oneColFixCtrHdr #navigation #nav #nav-checkout a:hover {
	background:#fdfdfc url(../images/btn_checkout_on.gif) no-repeat center;
	width:56px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #F4F4EC url(../images/bkgnd_main.jpg) repeat-x top;
}
.oneColFixCtrHdr #footer {
	padding: 30px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FDFDFC url(../images/bkgnd_footer.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.oneColFixCtrHdr #footer #links {
	float:left;
	width: auto;
	text-align:left;
	position:relative;

}
.oneColFixCtrHdr #footer #links a:link, a:visited, a:active {
	text-decoration:none;
	color:#000;

}
.oneColFixCtrHdr #footer #links a:hover {
	text-decoration:none;
	color:#666;

}
.oneColFixCtrHdr #footer #credit {
	float: right;
	width: auto;
	position: relative;
	text-align:right;
}
.oneColFixCtrHdr #container #mainContent #mainContentTitle {
	padding-top:18px;
	width: 660px;
	height:23px;
	background:url(../images/bkgndTitle.gif) repeat-x bottom;
	padding-left: 0px;
	margin-left:18px;
}
.oneColFixCtrHdr #container #mainContent #mainContentTitleInner {
	padding-top:18px;
	margin-left:18px;
	width: 925px;
	height:23px;
	background:url(../images/bkgndTitle.gif) repeat-x bottom;
}
.oneColFixCtrHdr #container #mainContent #mainContentPurpleBox {
	margin-top:10px;
	width: 660px;
	height: 164px;
	background:url(../images/bkgnd_purplebox.jpg) repeat-x;
	margin-left: 18px;
}
.oneColFixCtrHdr #container #mainContent #mainContentPurpleBox table tr td {
	vertical-align:top;
	padding: 17px;
}
.oneColFixCtrHdr #container #mainContent #mainContentPurpleBox select {
	width:100%; 
	background:#6B364E; 
	border:#512F3E solid 1px; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFF; 
	padding:4px;
}
.oneColFixCtrHdr #container #mainContent #mainContentPurpleBoxInner {
	margin-top:30px;
	width: 360px;
	height: 116px;
	background:url(../images/bkgnd_purplebox.jpg) repeat-x;
	margin-left: 18px;
	margin-right: 18px;
}
.oneColFixCtrHdr #container #mainContent #mainContentPurpleBoxInner table tr td {
	vertical-align:top;
	padding: 14px;
}
.oneColFixCtrHdr #container #mainContent #mainContentPurpleBoxInner select {
	width:100%; 
	background:#6B364E; 
	border:#512F3E solid 1px; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFF; 
	padding:4px;
}
.oneColFixCtrHdr #container #mainContent #mainContentText{
	padding-top: 20px;
	padding-right:30px;
	padding-bottom:10px;
}
.oneColFixCtrHdr #container #mainContent #mainContentTextInner{
	padding-top: 20px;
	padding-left:18px;
	padding-right:30px;
	padding-bottom:10px;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategoriesTitle{
	margin-top: 10px;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	width:445px;
	background:#d1d1d1;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategoryLinks{
padding:20px 18px 0 18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:30px;
color:#B11008;
}
.oneColFixCtrHdr #container #mainContent #mainContentProducts{
	font-size:11px;
border: #CCC solid 1px; 
background:#FFF; 
padding:10px; 
margin-bottom:5px;
}
.oneColFixCtrHdr #container #mainContent #mainContentProducts select{
font-size:11px;
padding:3px;
border: #CCC solid 1px; 
}

.oneColFixCtrHdr #container #mainContent #mainContentCategoryLinks a:link {
color:#B11008;
text-decoration:none;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategoryLinks a:visited {
color:#B11008;
text-decoration:none;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategoryLinks a:hover {
color:#F7AF00;
text-decoration:none;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategoryLinks a:active{
color:#B11008;
text-decoration:none;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategories table tr td{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
vertical-align:middle;
padding-top:10px;
background-color:#FFF;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategories table tr td a:link, a:visited, a:active{
	color:#B11008;
	text-decoration:none;
}
.oneColFixCtrHdr #container #mainContent #mainContentCategories table tr td a:hover{
	color:#F7AF00;
	text-decoration:none;
}
.formbox {
font-size:11px;
padding:3px;
border: #CCC solid 1px;	
}

