/* CSS Document */

html { height: 100%; }

html, body, div { margin: 0; padding: 0; }

body { 
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

h2 { 
	color: #81027C;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 1.5em;
}

p { margin-bottom: 9px; }

a { color: #666; }

a:hover { color: #999; }

a img { border: 0; }

ul, li { list-style: square; }

#header {
	height: 157px;
	background: url(../images/header_bg.gif) repeat-x 0 0;
	border-bottom: 2px solid #850081;
}

#branding { float: left; margin: 10px 0 0 10px; }

#curves { float: right; }

#primary_nav { 
	position: relative;
	background-color: #6f8e23;
	height: 29px;
	padding: 29px 0 0 25px;
}

#main_content {
	background: url(../images/cherry-background.jpg) left no-repeat;
	position: relative;
	_top: -2px;	/* For IE 6 */
//	background-color: #FFF;
	padding: 25px;
	padding-bottom: 70px;
	overflow: hidden;
	zoom: 1;
	height: auto;
}

#footer { 
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 50px;
	text-align: center;
	padding-top: 9px;
	background: #6f8e23 url(../images/footer_bg.gif) repeat-x 0 0;
	color: #FFF;
	font-weight: bold;
	clear: both;
}

#left_col { width: 75%; float: left; }
#right_col { width: 20%; float: right; }

#freshdirect { margin-bottom: 1.5em; }

.border { padding: 3px; background-color: #EEE; border: 1px solid #CCC; }

.border.left { float: left; margin: 9px 9px 0 0; }

/*.shadow { width: 220px; background: url(../images/dropshadow.png) no-repeat bottom right; }
.shadow img { margin: -5px 0 0 -5px; }*/

.contact_list {
	display: table;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-top: 3em;
	margin: 0 auto;
}

.contact {
	display: table-cell;
}

#contact_list_1, #contact_list_2, #contact_list_3, #product_list_1, #product_list_2, #product_list_3 {
	clear: both;
	position: relative;
	margin: auto;
	list-style: none;
	overflow: hidden;
	margin-top: 3em;
}

#contact_list_1 {
	width: 690px;
}

#contact_list_2 {
	width: 777px;
}

#product_list_1 {
	width: 622px;
}

#product_list_2 {
	width: 400px;
}

#product_list_3 {
	width: 362px;
}

.contact, .product { 
	text-align: center;
	padding: 4px;
	float: left;
	list-style: none;
}

#TB_window h3 { margin-top: 9px; }

.clear { clear: both; }

.contact.clear { clear: both; }

#popup_image { margin-bottom: 9px; }

.link_text { 
	position: relative;
	top: -3px;
}

#TB_ajaxContent ul {
	margin-left: 2em;
}
