@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* background-color: #FBFFD8; */
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

ol li {
	list-style-type: inherit;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2.press-title { text-align:center; }

p {
	line-height: 18px;
	text-align: left;
	margin-bottom: 18px;
}

a:link, a:visited {
	color: #EB1C31;
}

a:hover, a:active {
	color: #000000;
}

.clear_floats {
	clear: both;	
}

#container {
	width: 964px;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 20px;
	margin-top: 20px;
}

#header {
	position: relative;
	width: 964px;
	height: 240px;
}

#logo {
	top: 0px; left: 0px;
	position: absolute;
	width: 964px;
	height: 240px;
	
	z-index: 1;
	background-image: url(/images/logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
}

#navigation {
	position: absolute;
	z-index: 4;
	right: 0px; top: 50px;
	
	background-color: green;
	width: 754px;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: right;
}

#navigation a {
	float: left;
	color: white;
	text-decoration: none;
	
	text-align: center;
	
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	
	margin-left: 10px;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #8FC240;
}

#navigation #nav_links_active a {
	color: #FFFFFF;	
	background-color: #8FC240;
}

#stars {
	position: absolute;
	z-index: 5;
	left: 210px; top: 90px;
}

#reviews {
	position: absolute;
	z-index: 3;
	left: 210px; top: 120px;
	overflow: hidden;
	height: 70px;
	margin-top: 5px;
}

#reviews li {
	height: 70px;	
}
.review_blurb {
	font-size: 14px;
}

.review_name {
	font-size: 18px;
	margin-top: 5px;
	color: green;
}

#verbiage {
	float: left;
	width: 380px;
	
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	/*margin-top: 60px;*/
	margin-top:20px;
	
	<!--[if IE ]>
	border: 1px solid #DDDDDD;
	<![endif]-->
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #777777;
	-moz-box-shadow: 0px 0px 5px #777777;
	box-shadow: 0px 0px 5px #777777;
	text-align:center;
}

#verbiage p {
	color: #000000;
	font-size: 13px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 12px;	
}

#slideshow {
	float: left;
	width: 525px;
	height: 350px;
	margin-left: 5px;
	margin-top:40px;
}

#slideshow ul {
	width: 525px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;	
}

#slides li {
	position: absolute;
}

.content {
	margin: 10px;
}

#lto img {
	margin-bottom: 10px;
	
	<!--[if IE ]>
	border: 1px solid #DDDDDD;
	<![endif]-->
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #777777;
	-moz-box-shadow: 0px 0px 5px #777777;
	box-shadow: 0px 0px 5px #777777;
}

#green_card img {
	<!--[if IE ]>
	border: 1px solid #DDDDDD;
	<![endif]-->
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #777777;
	-moz-box-shadow: 0px 0px 5px #777777;
	box-shadow: 0px 0px 5px #777777;	
}
#green_card_text {
	position: absolute;
	z-index: 1;
	width: 467px;
	left: 5px;
	top: 190px;
}

#left_banner {
	float: left;
}

#right_banner {
	float: left;	
}

.left_column {
	width: 467px;
	float: left;
	background-image: url(/images/home_left_column_repeat.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

.right_column {
	width: 467px;
	float: left;
	margin-left: 10px;
}

.column_content {
	margin-left: 20px;	
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.column_sub_content {
	margin-left: 26px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.column_titles {
	font-size: 15px;
	font-weight: bold;
}

/** MAPS **/
#burbank_map, #encino_map {
	height:327px;	
	background-attachment: scroll;
	background-position: bottom left;
	background-repeat:no-repeat;
	
	<!--[if IE ]>
	border: 1px solid #DDDDDD;
	<![endif]-->
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #777777;
	-moz-box-shadow: 0px 0px 5px #777777;
	box-shadow: 0px 0px 5px #777777;
}

#burbank_map {
	background-image: url(/images/home_map_burbank.gif);
}

#encino_map {
	background-image: url(/images/home_map_encino.gif);
}

.map_content {
	float: left;
	width: 210px;
	margin-top: 15px;
	margin-left: 20px;
}

/** END MAPS **/

.salad_options {
	margin-bottom: 5px;
}

.small_right_columns {
	margin-top:10px;
	/* if you want to make the video popout - height: 300px; */
	height: 364px;
	width: 230px;
	float: left;
	background-image: url(/images/home_right_columns_repeat.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}

.contact_titles {
	color: #8FC140;
	font-size: 18px;
}

#footer {
	font-size: 10px;
}

.site_map {
	text-align: center;
}

.text_fields {
	width: 15px;
}

.locations {
	width: 195px;
	float: left;
	margin-left: 40px;
	min-height:225px;
}
.locations .column_titles { color: #7AA436; font-size:18px; }
.locations .hours { font-size:15px !important; }

.home_new_additions_title { font-size:30px; color:#288a35; font-weight:bold; margin:10px 0px 10px 0px; }
.home_new_additions { display:inline-block; color:red; font-size:18px; width:30%; text-align:center; margin-bottom:20px; vertical-align:top; }
.home_new_additions_dressing { width:63.3%; }

.error { color:red; }
button { border:none; background-color:white; outline:none; }