/*************************************************************
Eat SmartŪ print style sheet

Written by Vitamin
http://www.vitaminisgood.com
*************************************************************/

/*************************************************************
General site wide styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 10pt;
	line-height: 1.25em;
	margin-bottom: 1.6em;
}


h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #5e62ac;
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #539300;
}

img { border: 0; }

#wrapper {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

div.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.required {
	color: #990000;
}

/*************************************************************
Flash styles
*************************************************************/

#flash { display: none; }
#noscript { display: none; }


/*************************************************************
Header styles
*************************************************************/

#header {
	position: relative;
	height: 69px;
	background: #fff url("/images/bg_header_home.jpg") no-repeat;
}

#header h1 {
	float: left;
	background: url("/images/logo_main_eatsmart.jpg") no-repeat;
	width: 123px;
	height: 69px;
}

#header h1 a {
	display: block;
	width: 123px;
	height: 69px;
}

#header h1 span { display: none; }

ul#nav { display: none; }

#header form#search { display: none; }

/*************************************************************
Content styles
*************************************************************/

#content-wrapper {
	position: relative;
	background-color: #fff;
	width: 740px;
}

	#content {
		position: relative;
		width: 680px;
		margin: 0 30px;
	}

	div.focus {
		height: 239px;
		margin-bottom: 0px;
	}

#content_left {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	width: 274px;
}

#content_mid {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 15px;
	color: #333;
	width: 173px;
	border-left: 1px dotted #ece3c7;
	border-right: 1px dotted #ece3c7;
}

#content_mid a {
	color: #5e62ac;
}

#content_mid a:hover {
	text-decoration: none;
}

#content_right {
	position: relative;
	float: right;
	width: 173px;
	color: #967f38;
	margin: 0;
	padding: 0;
}

/*************************************************************
Content Form styles
*************************************************************/

form ul {
	list-style: none;
	width: 173px;
}

	form ul li {
		line-height: 30px;
		color: #666666;
	}
	
	form ul li select.prod-list {
		width: 173px;
		color: #666666;
	}
	
	form ul li select.radius-list {
		width: 108px;
		color: #666666;
		margin-bottom: 16px;
	}
	
	form ul li input {
		width: 160px;
		background-color: #fbf9f2;
		border: 1px solid #e6e1d0;
		padding: 4px;
		color: #666666;
	}
	
	form ul li input.submit {
		background: transparent url("/images/btn_find_store.jpg") no-repeat;
		display: block;
		width: 104px;
		height: 24px;
		border: none;
		padding: 0;
		cursor: pointer;
	}

/*************************************************************
Footer styles
*************************************************************/

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 30px;
	background: url("/images/bg_footer.jpg") no-repeat;
	color: #967f38;
}

#footer a {
	color: #967f38;
}
