/* -------------------------------------------------------------
	Camille's Cafe
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			17 May 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #e8d387 url(/images/bg_body_franchising.jpg) no-repeat center top;
	font: normal 0.8em/1.6em Verdana, Helvetica, sans-serif;
	color: #575654;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #8aa374;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}

hr {
	width: 100%;
	height: 1px;
	float: left;
	clear: both;
	background: #ccc;
	color: #ccc;
	border: 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body.locations {
	background-image: url(/images/bg_body_locations.jpg);
}

body#home {
	background: #e8d387;
}

#index {
	width: 898px;
	margin: 358px auto 0 auto;
	padding: 1px 0;
	background: url(/images/bg_index.jpg) repeat-y center top;
}

#home #index {
	width: 100%;
	height: 825px;
	margin: 0;
	background: transparent;
}

#wrapper {
	width: 898px;
	padding: 1px 0;
	margin: -360px auto 0 auto;
	background: url(/images/bg_wrapper.gif) repeat-y center top;
	text-align: left;
	position: relative;
	z-index: 1;
}

#home #wrapper {
	margin: 0;
	width: 100%;
	background: transparent;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	background: url(/images/bg_index_cap_franchising.jpg) no-repeat center top;
	text-align: left;
}

#interior #masthead {
	width: 898px;
	height: 250px;
	margin: 0 auto;
}

#home #masthead {
	position: absolute;
	left: -9000em;
}

body.locations #masthead {
	background-image: url(/images/bg_index_cap_locations.jpg);
}

#brand, #brand a {
	width: 177px;
	height: 94px;
	float: left;
}

#interior #brand {
	margin: 128px 0 0 47px;
	display: inline;
	background: url(/images/logo_camilles.gif) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 206px;
	padding-left: 24px;
	float: left;
	font-size: 0.85em;
	position: relative;
}

#home #sidebar {
	display: none;
}

#sidebar a:link, #sidebar a:visited {
	color: #575654;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	background-color: #e4eddb;
}



/* --- UI --- */

#ui {
	width: 203px;
}

#ui_franchising, #ui_franchising a {
	width: 203px;
	background: url(/images/ui_franchising.gif) no-repeat 0 0;
}

#ui_ordering, #ui_ordering a {
	width: 203px;
	background: url(/images/ui_ordering.gif) no-repeat 0 0;
}

#ui_locations, #ui_locations a {
	width: 203px;
	background: url(/images/ui_locations.gif) no-repeat 0 0;
}

#ui_franchising.active, #ui_franchising.active a {
	background-position: -203px 0;
}

#ui_ordering.active, #ui_ordering.active a {
	background-position: -203px 0;
}

#ui_locations.active, #ui_locations.active a {
	background-position: -203px 0;
}

#ui a {
	width: 140px;
}

#ui .title, #ui .title a  {
	width: 203px;
	height: 24px;
}

#ui ul {
	margin-bottom: 10px;
	padding-left: 63px;
}

#ui li {
	padding: 0;
	background: transparent;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 555px;
	min-height: 710px;
	margin: -76px 0 0 0;
	padding: 0 55px 0 0;
	float: right;
	position: relative;
	z-index: 50;
}

#home #body {
	width: 100%;
	height: 625px;
	min-height: 625px;	
	margin: 0;
	padding: 0;
	float: none;
}

#body strong {
	font-weight: bold;
}

#header {
	margin-bottom: 5px;
}





/*	Body: Subcontent
- - - - - - - - - - - - - -  */

#subcontent {
	width: 100%;
	float: left;
	clear: both;
}

/* --- In The News --- */

#inthenews_list {
	width: 248px;
	height: 359px;
	padding: 12px 12px 0 12px;
	float: left;
	clear: left;
	border: 1px solid #bbd3a6;
	background: #e4eddb url(/images/bg_inthenews.gif) repeat-x left bottom;
	font-size: 0.85em;
	line-height: 1.4em;
}

#inthenews_list .title {
	height: 14px;
	background: url(/images/title_inthenews.gif) no-repeat;
}

#inthenews_list li {
	background-position: 0 1.65em;
	padding-top: 1em;
}

#inthenews_list a:link, #inthenews_list a:visited {
	text-decoration: none;
}

#inthenews_list a:hover, #inthenews_list a:active, #inthenews_list a:focus {
	text-decoration: underline;
}


/* --- media_room --- */

#media_room {
	width: 248px;
	height: 359px;
	padding: 12px 12px 0 12px;
	float: right;
	clear: right;
	border: 1px solid #ecd75f;
	background: #f2de8d url(/images/bg_mediaroom.jpg) no-repeat left bottom;
	font-size: 0.8em;
	line-height: 1.3em;
}

#media_room form .title {
	height: 14px;
	margin: 0 0 10px 0;
	background: url(/images/title_mediaroom.gif) no-repeat;
}

#media_room select {
	width: 241px;
	margin-bottom: 10px;
	font-size: 1.15em;
}

#title_camillesstory {
	height: 15px;
	width: 123px;
	margin-top: 40px;
	float: right;
	background: url(/images/title_camillesstory.gif) no-repeat;
}

#media_room p {
	width: 120px;
	float: right;
	clear: right;
}

#media_room p a:link, #media_room p a:visited {
	color: #575654;
	text-decoration: none;
}

#media_room p a:hover, #media_room p a:active, #media_room p a:focus {
	text-decoration: underline;
}



/* --- Menu/Ordering --- */

#customer_ordering {
	width: 522px;
	height: 388px;
	background: url(/images/bg_menuordering.jpg) no-repeat 0 63px;
}

#customer_ordering label {
	padding: 6px 0 1px 0;
	display: block;
	font-weight: bold;
	text-transform: lowercase;
}

#customer_ordering div div {
	padding: 10px 0;
}

#customer_ordering div div label {
	padding: 0;
	display: inline;
	font-weight: normal;
}

#new_customer, #return_customer {
	float: left;
	width: 244px;
	padding: 11px 0 0 4px;
	font-size: 0.8em;
	line-height: 1.2em;
	background: #e4eddb;
	border: 1px solid #fff;
}

#new_customer.active , #return_customer.active  {
	padding-bottom: 18px;
	background: #e4eddb;
	border: 1px solid #bbd3a6;
}

#new_customer .input_class, #return_customer .input_class {
	width: 194px;
	font-size: 1.2em;
}

#new_customer select, #return_customer select {
	width: 198px;
	font-size: 1.2em;
}

#new_customer #btn_locate {
	width: 198px;
	margin-top: 20px;
}

#new_customer.active form, #return_customer.active form {
	display: block;
}

#new_customer fieldset, #return_customer fieldset {
	width: 200px;
	padding: 0 24px 0 20px;
}

#new_customer {
	display: inline;
	margin-left: 22px;
}

#new_customer .title, #return_customer .title {
	width: 223px;
	height: 35px;
}

#new_customer .title {
	margin-bottom: 13px;
	background: url(/images/title_newcustomer.gif) no-repeat;
}

#new_customer.active .title {
	background-image: url(/images/title_newcustomer_active.gif);
}

#return_customer .title {
	margin-bottom: 10px;
	background: url(/images/title_returncustomer.gif) no-repeat;
}

#return_customer.active .title {
	background-image: url(/images/title_returncustomer_active.gif);
}

#return_customer {
	float: right;
}


/* --- online menu --- */

.menuproductdetail {
	padding: 0 22px;
}




/* --- Locations/Map --- */

h4.search_return {
	font-weight: bold;
	padding: 10px 0;
}

.location {
	width: 550px;
	min-height: 100px;
	padding: 10px 0 0 0;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}

.location h3 {
	width: 245px;
	float: left;
	font-size: 1em;
	font-weight: bold;
}

.location h4 {
	font-size: 1em;
	font-weight: normal;
}

.location_services {
	width: 305px;
	float: right;
	font-size: 0.8em;
	line-height: 1.2em;
}

.location p {
	width: 245px;
	float: left;
}

.location_services li {
	display: inline;
	padding: 0 5px;
	background: transparent;
	border-right: 1px solid #ccc;
}

.location_services .last {
	padding-right: 0;
	border: 0;
}

.location_amenities {
	width: 305px;
	float: right;
}

.location_amenities li {
	padding: 0 10px 0 15px;
	display: inline;
}

.icon_giftcards {
	background: url(/onlinecafe/images/icon_giftcards.gif) no-repeat 0 4px;
}

.icon_wifi {
	background: url(/onlinecafe/images/icon_wifi.gif) no-repeat 0 4px;
}




/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 868px;
	height: 100px;
	margin: -250px auto 0 auto;
	padding: 305px 0 0 30px;
	position: relative;
	z-index: 20;
	background: #e8d387 url(/images/bg_index_footer.jpg) no-repeat center top;
	color: #796947;
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
}

#home #footer {
	margin-top: 0;
	padding-top: 0;
	background: #e8d387;
}

#footer li {
	background: transparent;
}

#footer a:link, #footer a:visited {
	color: #796947;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {
	width: 420px;
	float: left;
	clear: left;
}

#link_list {
	width: 420px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}

#link_list li {
	padding: 0 10px 0 14px;
	display: inline;
	line-height: 2em;
	border-left: 1px solid #99855b;
}

#link_list li.first {
	padding-left: 0;
	border: 0;
}



/* --- footer_content --- */

#footer_content {
	width: 420px;
	float: right;
	line-height: 1.4em;
}

#footer_content p {
	margin-bottom: 16px;
}





/* --- logo_list --- */

#home #logo_list {
	float: left;
}

#logo_list {
	width: 420px;
	float: right;
}

#logo_list li {
	float: left;
	padding: 0 12px 0 0;
}

#title_logo_camilles {
	width: 69px;
	height: 49px; /* 37px */
	background: url(/images/title_logo_camilles.gif) no-repeat 0 6px;
}

#title_logo_beautifulbrands, #title_logo_beautifulbrands a {
	width: 108px;
	height: 49px; /* 49px */
}

#title_logo_beautifulbrands {
	background: url(/images/title_logo_beautifulbrands.gif) no-repeat;
}

#title_logo_coneybeach, #title_logo_coneybeach a {
	width: 95px;
	height: 49px; /* 31px */
}

#title_logo_coneybeach {
	background: url(/images/title_logo_coneybeach.gif) no-repeat 0 9px;
}

#title_logo_freshberry, #title_logo_freshberry a {
	width: 77px;
	height: 49px; /* 27px */
}

#title_logo_freshberry {
	background: url(/images/title_logo_freshberry.gif) no-repeat 0 11px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}

#search_form {
	width: 513px;
	padding: 12px 0 10px 16px;
	background: #e4eddb url(/images/bg_searchform.gif) repeat-x left bottom;
	border: 1px solid #bbd3a6;
}

#search_form .title {
	width: 87px;
	height: 17px;
	clear: right;
	background: url(/images/title_searchby.gif) no-repeat;
}

#search_form label {
	display: none;
}

#search_form select, #search_form input {
	float: left;
}

#search_form #city, #search_form #state, #search_form #amenities {
	margin-right: 12px;
}

#search_form #city {
	width: 130px;
}

#search_form #state {
	width: 124px;
}

#search_form #amenities {
	width: 134px;
}


/* -------------------------------------------------------------
	Lightbox
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul#galleryContainer {
	margin: 0;
	padding: 0;
}

#galleryContainer li {
	height: 50px;
	width: 75px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 5px solid #d1cdb8;
	background: #d1cdb8;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
}

#galleryContainer a {
	width: 75px;
	position: absolute;
}

#galleryContainer img, #galleryContainer img {
	width: 75px;
}


/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}