/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 

hr {
	display: none;
}

body, p, h1, h2, h3, h4, h5, h6, li {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

p {
	font-size: 9pt;
	margin: 3px 0px 9px 0px;
	line-height: 18px;
	color: #666;
}

h2 {
	color: #84acdb;
	padding: 0px;
	margin: 10px 0px 8px 0px;
	font-weight: normal;
	font-size: 18pt;
}

h3 {
	color: #84acdb;
	padding: 0px;
	margin: 20px 0px 8px 0px;
	font-weight: bold;
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #84acdb;
	padding: 0px;
	margin: 18px 0 8px 0;
}

h5 {
	color: #84acdb;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0 8px 0;
}


a:link, a:visited, .hilite {
	color: #edb111;
	text-decoration: none;
}

/*a:visited {
	color:#333399;
	text-decoration:none;
}*/

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

#mainContainer {
	width: 900px;
	margin: 0 auto; /* needed to center content in browser window */
}

#header {
	width: 600px;
	height: 95px;
	float: left;
	padding: 55px 0px 0px 63px;
	text-align: left;
}

p.cafeAddress {
	line-height: 18px;
}

#restNav {
	width: 190px;
	height: 150px;
	float: right;
}

#restNav img {
	float: right;
}

/*    /// Disabled for compatibility with IE5.2 Mac
     /// Somehow the extra nesting of a div kills float effect of DIV's within
#content {
	padding: 40px 0px 0px 0px;
	clear: both;
	width: 900px;
} */


#contentMain {
	position: relative;
	width: 450px;
	float: left;
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 10px;
}

#contentRelated {
	width: 221px;
	float: right;
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 10px;
}

#contentMenu {
	clear:both;
	width: 180px;
	float: left;
}

#contentMain, #contentRelated, #contentMenu {
	margin-top: 40px;
}

p.sidebarTeaser {
	font-size: 8pt;
	line-height: 14px;
	margin-top:0;
}

p.footerText {
	margin-top: 24px;
	vertical-align: bottom;
	font-size: 8pt;
	color: #999;
}

#feedbackBug {
	margin: 0px 0px 0px 0px;
}

div#menu h4 {
	text-transform:uppercase;
}

div#menu a, div#summary a {
	font-weight:bold;
}

div#menu p.detail {
	padding-left:24px;
}

div#summary {
	font-size: 9pt;
}

div#summary p.detail {
	margin-left:18px;
}

div#summary p.total {
	margin:6px 0 9px 0;
}

#menuSelected {
	width: 180px;
	background: url(images/menu_indicator.gif) no-repeat left 46px;
}

loginLabel {
	float:left;
}

input#enterUser, input#enterPwd, input#loginSubmit {
	float:right;
}

input#enterUser {
	width:111px;
	height:14px;
	border-width: 1px;
	border-color: #CCCCCC;
	padding:2px;
}

input#enterPwd {
	width:81px;
	height:14px;
	border-width: 1px 0px 1px 1px;
	border-color: #CCCCCC;
	padding:2px;
}

input#loginSubmit {
	border:none;
}

div.loginItem {
	white-space:nowrap;
	clear:both;
	margin-bottom:6px;
}

img.orderNow {
	position: absolute;
	left: 200px;
	top: -2px;
}


/* Calendar Page *****************************************************************************************/

div.calendarWeek {
	display: block;
	width: 390px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #aaa;
}

p.calendarHeadline {
	font-size: 18px;
	font-weight: bold;
	color: #84acdb;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

p.calendarWeek {
	font-size: 14px;
	font-weight: bold;
	color: #84acdb;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

p.calendarDay {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px dotted #aaa;
}

p.calendarType {
	font-size: 12px;
	font-weight: bold;
	color: #84acdb;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

span.ingredients {
	font-size: 11px;
	font-weight: normal;
}

li.calendar {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 30px;
	line-height: 16px;
	font-weight: bold;
}

ul.calendar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}


/* FORMS *****************************************************************************************/

input, select, textarea {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0;
border: 1px solid #666;
color: #333;
background: #fff;
}

label {
display: block;
width: 100px;
height: 18px;
margin: 0px 10px 0px 0px;
}

input.checkbox {
border: 0;
}

label#response_yn {
width: 300px;
margin: 0px 0px 0px 10px;
}

.contact {
float: left;
}

input#user_name, input#email {
width: 300px;
height: 18px;
}

select#comment_type {
width: 300px;
}

select#cafe {
width: 410px;
}

textarea#comments {
width: 410px;
height: 200px;
}

input#submit {
border: 0;
}

div.radioGroup {
	display: block;
	width: 390px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #aaa;
}

input.radio {
	float: left;
	border: 0px;
	margin: 0px 10px 0px 0px;
}

div.radio {
	color: #666;
	display: block;
	width: 390px;
	padding: 3px 0px 3px 0px;
}

p.radioLabel {
	float: left;
	width: 360px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

input#name, input#address, input#city, input#state, select#state, input#zip, input#emailaddress, input#phone, input#cell, input#ssn, 
input#prev_address, input#prev_city, input#prev_phone, select#prev_state {
	height: 18px;
	width: 300px;
}
form#corp_account input.contact, form#corp_account select#state, form#corp_account select#bank_state, form#corp_account select#ref1_state, form#corp_account select#ref2_state, form#corp_account select#principal_state {
	height: 18px;
	width: 280px;
}

form#corp_account label {
	width: 120px;
}


input#prev_employer, input#prev_position, input#prev_supervisor, form#corp_account input#credit_name {
	height: 18px;
	width: 410px;
}
textarea#brg_experience, textarea#conviction_details, textarea#prev_responsibilities, textarea#prev_reasonforleaving, textarea#staff_names {
	width: 410px;
}

label.subscribe {
	float: left;
	width: 40px;
	margin: 4px 0px 0px 0px;
}

input.subscribe {
	float: left;
	height: 18px;
	width: 200px;
	padding: 3px;
}

#subscribeButton {
	float: left;
	border: 0;
	margin: 0px 0px 0px 5px;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

