/* CSS Document */

/* Basic Body Styles
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
	
.print_logo { display: none; }
	
body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #1F3D66;*/
	}
	
div.wrap {
	width: 950px;
	margin: 0 auto;
	}
	
div.clear {
	clear: both;
	height: 0;
	}
	
a img {
	border: 0;
	}
	
p {
	margin-bottom: 1.0em;
	}
	
img.left_floater {
	float: left;
	margin-right: 10px;
	}

img.right_floater {
	float: right;
	margin-left: 10px;
	}	
	
	
/* Logo Section
-----------------------------------------------------*/
	
div#logo {
	background-color: #2E578C;
	min-height: 120px;
	color: #FFF;
	}
	
div#logo div.wrap {
	background: url(../images/logo_bar.gif) no-repeat bottom;
	min-height: 120px;
	}
	
div#logo h2 {
	width: 380px;
	height: 120px;
	text-indent: -9999px;
	float: left;
	position: relative;
	}
	
div#logo h2 a {
	display: block;
	width: 380px;
	height: 120px;
	border: 0;
	outline: 0;
	}

	
div#logo div.vcard {
	margin-left: 600px;
	padding: 1.0em;
	right: 0;
	}
	
div#logo div.vcard a {
	color: #EDF7FD;
	}
	
/* Navigation
---------------------------------------------------------------*/

div#nav {
	background:url(../images/nav_bg_bg.gif) repeat-x;
	min-height: 36px;
	}
	
div#nav div.wrap {
	background: url(../images/nav_bg_2.gif) no-repeat;
	height: 36px;
	}
	
div#nav ul {
	list-style: none;
	margin-left: 25px;
	height: 36px;
	overflow: hidden;
	}
	
div#nav ul li {
	width: 130px;
	height: 36px;
	float: left;
	position: relative;
	}
	
div#nav ul li a {
	width: 130px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	border: 0;
	outline: 0;
	text-decoration: none;
	}
/*
div#nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
*/
	
/* About Us Link
---------------------------------------------------------------*/

#about_link { 
	width: 129px !important; 
	}
	
#about_link a {
	width: 129px !important;
	background: url(../images/nav_bg_2.gif) -25px 0 no-repeat;
	}
	
#about_link a:hover {
	background-position: -25px -36px;
	}
	
#about_link a.active, #about_link a.active:hover {
	background-position: -25px -72px;
	}
	
/* Delivery Link
----------------------------------------------------------------*/

#delivery_link {
	width: 128px !important; 
	}
	
#delivery_link a {
	width: 128px !important;
	background: url(../images/nav_bg_2.gif) -154px 0 no-repeat;
	}
	
#delivery_link a:hover {
	background-position: -154px -36px;
	}
	
#delivery_link a.active, #delivery_link a.active:hover {
	background-position: -154px -72px;
	}
	
/* Pickup Link
------------------------------------------------------------------*/

#pickup_link { 
	width: 128px !important; 
	}

#pickup_link a {
	width: 128px !important; 
	background: url(../images/nav_bg_2.gif) -282px 0 no-repeat;
	}
	
#pickup_link a:hover {
	background-position: -282px -36px;
	}
	
#pickup_link a.active, #pickup_link a.active:hover {
	background-position: -282px -72px;
	}
	
/* News Link
-------------------------------------------------------------------*/

#news_link {
	width: 128px !important; 
	}
	
#news_link a {
	width: 128px !important; 
	background: url(../images/nav_bg_2.gif) -410px 0 no-repeat;
	}
	
#news_link a:hover {
	background-position: -410px -36px;
	}
	
#news_link a.active, #news_link a.active:hover {
	background-position: -410px -72px;
	}
	
/* Prices Link
-------------------------------------------------------------------*/

#prices_link {
	width: 128px !important; 
	}

#prices_link a {
	width: 128px !important;
	background: url(../images/nav_bg_2.gif) -538px 0 no-repeat;
	}
	
#prices_link a:hover {
	background-position: -538px -36px;
	}
	
#prices_link a.active, #news_link a.active:hover {
	background-position: -538px -72px;
	}
	
/* Coupons Link
-------------------------------------------------------------------*/

#coupons_link { 
	width: 130px !important;
	}

#coupons_link a {
	width: 130px !important;
	background: url(../images/nav_bg_2.gif) -666px 0 no-repeat;
	}
	
#coupons_link a:hover {
	background-position: -666px -36px;
	}
	
#coupons_link a.active, #news_link a.active:hover {
	background-position: -666px -72px;
	}
	
/* Contact Link
---------------------------------------------------------------------*/

#contact_link {
	width: 124px !important;
	}
	
#contact_link a {
	width: 124px !important;
	background: url(../images/nav_bg_2.gif) -796px 0 no-repeat;
	}
	
#contact_link a:hover {
	background-position: -796px -36px;
	}
	
#contact_link a.active, #contact_link a.active:hover {
	background-position: -796px -72px;
	}
	
/* Welcome Message
-----------------------------------------------------------------------*/

div#welcome_message {
	min-height: 301px;
	color: #666;
	background: #FFF;
	padding-top: 40px;
	}
	
div#welcome_message div.wrap {
	background: url(../images/welcome_bg.jpg) no-repeat #FFF;
	min-height: 301px;
	}	
	
div#welcome_message h1 {
	color: #F93C3C;
	margin-left: 560px;
	margin-right: 20px;
	line-height: 97%;
	}
	
div#welcome_message p {
	margin-left: 560px;
	margin-right: 20px;
	padding-top: 1.0em;
	}
	


/* Subpage Content
----------------------------------------------------------------------*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #F93C3C;
	}
	
#content p {
	line-height: 140%;
	}
	
#content ul {
	margin-bottom: 1.0em;
	}
	
/* Main Column
--------------------------------------------------------------------------*/

div#main_col {
	float: left;
	width: 545px;
	margin-left: 25px;
	padding-top: 40px;
	}
	
/* Right Column
-----------------------------------------------------------------------*/

div#right_col {
	margin-left: 600px;
	padding-top: 40px;
	}
	
div#right_col p {
	color: #666;
	font-size: 90%;
	padding-right: 25px;
	}
	
/* Mid-Footer 
-------------------------------------------------------------------------*/

#mid_footer {
	background: url(../images/mid_footer_bg.gif) repeat-x #295288;
	color: #FFF;
	height: 1%;
	padding-bottom: 10px;
	}
	
div#mid_footer div.wrap {
	padding-top: 15px;
	width: 900px;
	}
	
div#mid_footer div#pickup_blurb {
	width: 285px;
	float: left;
	margin-right: 10px;
	}
	
div#mid_footer div#pickup_blurb p, div#mid_footer div#about_blurb p {
	padding-right: 10px;
	}
	
div#mid_footer div#about_blurb {
	width: 285px;	
	float: left;
	}
	
div#mid_footer h3 {
	padding-left: 5px;
	}
	
div#mid_footer p {
	font-size: 90%;
	padding-left: 5px;
	}
	
/* Homepage Signup Box
---------------------------------------------------------------*/
	
div#mid_footer div.signup {
	margin-left: 590px;
	width: 304px;
	background: url(../images/signup_bg.gif) bottom no-repeat;
	}
	
div#mid_footer div.signup h3 {
	background: url(../images/signup_top.gif) no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	}
	
div#mid_footer div.signup p {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0.5em;
	}
	
/* Subpage Signup Box
--------------------------------------------------------------*/

#right_col div.signup {
	width: 304px;
	background: url(../images/subpage_signup_bg.gif) bottom no-repeat;
	margin-bottom: 1.0em;
	}
	
#right_col div.signup h3 {
	background: url(../images/subpage_signup_top.gif) no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	}
	
#right_col div.signup p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0.5em;
	font-size: 90%;
	color: #FFF;
	}
	
#right_col #map {
	width: 304px !important; 
	height: 304px !important; 
	}
	
/* Signup General Stuff
-----------------------------------------------------------*/
	
div.signup form {
	padding: 10px;
	}
	
div.signup form fieldset {
	border: none;
	padding-left: 20px;
	margin-bottom: 0.6em;
	}
	
div.signup form fieldset legend {
	display: none;
	}
	
div.signup form label {
	font-size: 80%;
	color: #FFF;
	}
	
div.signup form input.email {
	background: url(../images/email_input_bg.gif) repeat-x #FFF;
	border: 1px solid #666;
	vertical-align: top;
	margin-top: 5px;
	font-size: 150%;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
form.service_form { 
	padding: 0; 
	}
	
form.service_form input {
	font-size: 14px; 
	}
	
form.service_form input.submit { 
	padding: 10px;
	}
	
/* Footer
---------------------------------------------------------------------------*/

div#footer {
	background: url(../images/footer_bg_bg.gif) repeat-x #1F3D66;
	color: #FFF;
	min-height: 90px;
	height: 100%;
	position: relative;
	}
	
div#footer div.wrap {
	background: url(../images/footer_bg.gif) no-repeat right;
	min-height: 90px;
	position: relative;
	}
	
div#footer p {
	padding: 2em;
	}

	
/* Misc
--------------------------------------------------------------------------------*/

img.bordered {
	border: 3px solid #FFF;
	}
	
/* Delivery List
-----------------------------------------------------------------------------*/

#delivery_info dl {
	margin-bottom: 1.0em;
	}

#delivery_info dl dt {
	font-weight: bold;
	}
	
	
/* Delivery Form
------------------------------------------------------------------------------*/
#delivery_form {
	margin-bottom: 1.0em;
	}
	
#delivery_form fieldset {
	border: 1px solid #DDD;
	padding: 20px;
	}
	
#delivery_form fieldset div {
	position: relative;
	height: 1%;
	margin-bottom: 0.5em;
	}
	
#delivery_form label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 15px;
	}
	
#delivery_form input.submit {
	margin-left: 175px;
	}
	
/* Article List
-------------------------------------------------------------------------------*/

div.article_list_entry {
	margin: 0.5em;
	}
	
div.article_list_entry dl { 
	width: 250px;
	height: 65px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
div.article_list_entry dl dt { 
	font-weight: bold;
	font-size: 20px;
	}
	
dd.post_date {
	font-size: 70%;
	color: #666;
	}
	
div.article_detail img {
	margin-right: 10px;
	}
	
/* Map
------------------------------------------------------------------------------*/
#map {
	width: 545px;
	height: 350px;
	margin-bottom: 1.5em;
	}
	
ul#additional_services {
	padding-left: 25px;
	line-height: 165%;
	}

/* Prices Page
----------------------------------------------------*/

table.prices { 
	border: 1px solid #ddd;
	margin-bottom: 1.0em;
	width: 500px;
	
	}
	
table.prices th { 
	text-align: left;
	font-weight: bold;
	padding: 5px;
	}
	
table.prices td { 
	padding: 5px;
	border-top: 1px solid #eee;
	}
