/**
 *	Lemon Tree Grocer
 *	Author: Juice Interactive
 *	Date: 06/07/10
 */



/* RESET
   ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}
body {
	font: normal 15px/1.25em Helvetica, Arial, sans-serif;
	color: #666666;
	background: #eae7d7;
	text-align: center;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CLEAR FIX
   --------- */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
} 


   

/* GLOBAL ELEMENTS
   --------------- */


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 83.3%
	
}

acronym {
	cursor: help;
}

img {
	-ms-interpolation-mode: bicubic;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

h1 {
	display: none;
}
h2 {
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 0.25em;
	margin-top: 1em;
	font-weight: normal;
	color: #003e72;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	color: #003e72;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 2em;
}
	h3 strong {
		color: #999999;
		font-weight: normal;
	}
a {
	color: #990000;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
	a.cta {
		padding-right: 10px;
		background: url(../images/icon.cta.png) 100% 50% no-repeat;
	}
   
p {
	margin-bottom: 1em;
}   

strong {
	font-weight: bold;
	color: #003366;
}

ul.list {
	list-style: disc;
	margin-left: 3px;
	padding-left: 15px;
}

address {
	font-style: normal;
}

.line {
	margin-bottom: 1em;
}

.text {
	width: 250px;
	color: #9e9c8c;
}
.textarea {
	color: #9e9c8c;
	width: 400px;
	height: 200px;
}

input.focus,
textarea.focus {
	color: #000
}

.notice {
	background: #eae7d7;
	color: #990000;
	padding: 7px;
	display: inline;
	margin-bottom: 4em;
}

#lblDebug {
	color: #ff0000;
}

   
/* GLOBAL LAYOUT
   ------------- */

#logo {
/*
	margin-left: -10px;
	margin-top: -20px;
*/
	position: relative;
	top: -20px;
	left: -10px;
}

#wrapper {
	margin: 30px auto;
	text-align: left;
	width: 900px;
}

#content {
	background: #fff;
	position: relative;
}

#main {
	clear: both;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

#footer {
	font-size: 10px;
	color: #999999;
	margin: 5px 0;
}

#navigation {
	border-bottom: solid #eae7d7 3px;
	overflow: hidden;
	margin-top: -40px;
}
	#navigation ul {
		float: right;
		overflow: hidden;
		margin-right: 10px;
	}
		#navigation ul li {
			float: left;
			overflow: hidden;
		}
			#navigation ul li a {
				display: block;
				padding: 6px 13px 3px 13px;
				text-transform: lowercase;

			}
			#navigation ul li.current {
			}
				#navigation ul li.current a {
					-moz-border-radius-topright: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-right-radius: 5px;
					-webkit-border-top-left-radius: 5px;
					
					background: #eae7d7;
					color: #003366;
				}
					#navigation ul li.current a:hover {
						text-decoration: none;
					}
					
					
#secondary-nav {
	position: absolute;
	top: 15px;
	right: 15px;
	margin-left: 450px;
}			
	#secondary-nav ul {

	}
		#secondary-nav ul li {
			float: left;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			border-right: solid #dadada 1px;
			line-height: 12px;

		}	
			#secondary-nav ul li.last {
				border-right: none;
				padding: 0;
				margin: 0;
			}
			#secondary-nav ul li a {
				text-transform: lowercase;
				font-size: 12px;
				color: #666666;
				line-height: 12px;
			}
			#secondary-nav ul li.current a {
				color: #003366;
			}
				#secondary-nav ul li.current a:hover {
					text-decoration: none;
				}
			
			
			
			
/* HOMEPAGE
   -------- */
#home #mainpics {
	border-bottom: solid #eae7d7 2px;
	position: relative;
}   
	#home #mainpics #ribbon {
		position: absolute;
		top: -17px;
		left: -10px;
		z-index: 99;
	}

#home #slideshow {
	border-bottom: solid #eae7d7 3px;
	height: 246px;
}
	#home #slideshow .slide-container {
		position: relative;


		
		white-space: nowrap;
	}
		#home #slideshow .slide-container img {
			position: absolute;
			top: 0;
			left: 0;
		}

	#home #slideshow .first {
		border-right: solid #eae7d7 1px;
		float: left;
		width: 278px;
		height: 246px;
	}
	#home #slideshow .second {
		border-right: solid #eae7d7 1px;
		float: left;
		
		width: 380px;
		height: 246px;
		
	}
	#home #slideshow .third {
		float: left;
		
		overflow: hidden;
		
		width: 240px;
		height: 246px;
	}
	
	
#home #main {
	padding: 0;
}
	#home #main .first,
	#home #main .second {
		min-height: 239px;
		height: auto !important;
		height: 239px;
	}

	#home #main .first {
		width: 162px;
		float: left;
		border-right: solid #eae7d7 1px;
/* 		position: relative; */
		position: relative;
		z-index: 100;
	}
		#home #main .first a {
			padding: 60px 0 40px;
			display: block;

		}
	#home #main .second {
		float: left;
		width: 194px;
		border-right: solid #eae7d7 1px;
		padding: 0 20px;
		position: relative;
		z-index: 100;
	}
		#home #main .second dd {
			float: left;
			margin-right: 5px;
		}
	
	#home #main .third {
		float: left;
		padding-left: 40px;
		padding-top: 25px;
		width: 350px;

	}
	
	
	#home #main dl {
		margin-top: 25px;
	}
		#home #main dl dt {
			color: #003366;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 6px;			
		}
		
		
		
		
		
/* EXPERIENCE
   ---------- */
#experience #main {
	background: url(../images/background.experience.jpg) 100% 0 no-repeat;
	padding-right: 0;
	padding-bottom: 0;
}
	#experience #main ul.list {
		float: left;
		margin-right: 20px;
	}
	
	#experience #main p {

	}
	
#experience .r-margin {
	margin-right: 330px;
}

#experience #take-the-tour {
/* 	margin-top: -50px; */
	float: right;
}

#experience #groceries {
	float: left;
	margin-left: -50px;
	margin-right: 20px;
	margin-bottom: -5px;
	position: relative;
}

#experience #meet-lemon-guys {
	float: right;
	margin-right: 280px;
	margin-top: 40px;
	margin-left: 20px;
}




/* LOCATION
   -------- */
#location #main {
	background: url(../images/background.location.jpg) 100% 0 no-repeat;
	padding-right: 400px;
	padding-bottom: 60px;
}

#location .hours {
}

#location .hours td,
#location .hours th {
	padding: 4px 10px;
	text-align: center;
	border-bottom: solid #e4e4e4 1px;
}
#location .hours .left {
	border-left: solid #e4e4e4 1px;
	text-align: center;
}
#location .hours td.noborder,
#location .hours th.noborder {
	border-left: none;
}



/* HOSTS
   ----- */
#hosts #timothy-canning {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 60px;
}

#hosts #shaun-black {
	margin-top: 30px;
	padding-bottom: 60px;
	margin-left: 20px;
}

#hosts #shaun-black {
	float: right;
	margin-left: 20px;
}


#hosts .left {
	float: left;
	margin-right: 30px;
	position: relative;
	margin-top: 2em;
}
#hosts .right {
	float: right;
	margin-left: 30px;
	position: relative;
	margin-top: 2em;	
}

#hosts #main {
	padding-bottom: 40px;
}

#hosts #main2 {
	padding: 40px;
	border-top: solid #eae7d7 3px;
}

#hosts #join-the-team {
	float: right;
	margin-top: -77px;
	margin-right: 90px;
	margin-left: 90px;
	margin-bottom: 50px;
	position: relative;
}

#hosts .block {
	overflow: hidden;
}




/* CONTACT
   ------- */
#contact #main {
	background: url(../images/background.contact.jpg) 100% 0 no-repeat;
	padding-right: 438px;
	padding-bottom: 60px;
}
#contact p {
	margin-bottom: 1.5em;
}
#contact dl {
	margin-bottom: 1.5em;
}

#contact dl dt {
	color: #333333;
}


#contact #form1 legend {
	display: none;
}
#contact #form1 label {
	display: none;
}


/* RECIPE CONTEST WINNERS
   ---------------------- */
#recipe-contest #main {
	background: url(../images/side4.jpg) 1px 1px no-repeat;
	padding-left: 220px;
}



/* CAREERS
   ------- */
#careers #main {
/*
	background: url(../images/side5.jpg) 1px 1px no-repeat;
	padding-left: 220px;
*/
}


/* SPECIALS
   -------- */
#specials #ehungry-content h3 {
	margin-top: 0;
}