/***********************************************/
/* habys.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(media/page_bg.jpg);
	background-repeat: repeat;
}

/***********************************************/
/* FORMATTING                                  */
/***********************************************/

@font-face {
	font-family: "Mystic Wide";
	src: url('files/MYSTICW0.eot');
	}

/***********************************************/
/* STYLES                                      */
/***********************************************/

h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 20px;
	}
.textbox1 {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	}

/***********************************************/
/* GLOBAL LAYOUT                               */
/***********************************************/
#page{
	background-color: #CC9;
	position: absolute;
	top: 20px;
	overflow: hidden;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	border: 2px solid #FFF;
	}
#header{
	background-color: #FFFFFF;
	height: 220px;
	text-align: right;
	position: relative;
	left: 0px;
	top: 0px;
	width: 900px;
	background-image: url(media/header.jpg);
	}
#navigation {
	overflow: hidden;
	background-color: #333333;
	height: 40px;
	position: absolute;
	width: 900px;
	opacity: 0.75;
	filter:alpha(opacity=75); /* IE's opacity*/
	bottom: 0px;
	}
#navigation ul {
	width: 904px;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li a {
	display: block;
	width: 113px;
	height: 40px;
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 13px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
	text-align: center;
	font-family: "Mystic Wide";
	}
#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	}
#navigation ul li a:hover {
	text-decoration: none;
	text-align: center;
	letter-spacing: 3px;
	color:#FF0000;
	}
#footer {
	background-image: url(media/footer_%20bg.jpg);
	height: 25px;
	position: relative;
	width: 900px;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align: middle;
	line-height: 25px;
	font-weight: bold;
	}

/***********************************************/
/* INDEX LAYOUT                                */
/***********************************************/

#index_cont1 {
	height: 600px;
	position: relative;
	width: 900px;
	left: 0px;
	background-image: url(media/stat_bg.jpg);
	}
#about {
	left: 0px;
	top: 0px;
	width: 450px;
	overflow: auto;
	height: 600px;
	background-color: #FFF;
	opacity: .75;
	filter:alpha(opacity=75); /* IE's opacity*/
	filter:DropShadow(Color=#000000, OffX=3, OffY=3, Positive=1);
	position: absolute;
	}
#special {
	height: 300px;
	width: 400px;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
	}
#info {
	height: 240px;
	width: 400px;
	position: absolute;
	top: 340px;
	right: 20px;
	overflow: hidden;
	}
#info table {
	height: 240px;
	width: 400px;
	background-color: #F7F7F7;
	border-color: #B7B7B7;
	border-style: solid;
	border-width: 3px;
	opacity: 0.90;
	filter:alpha(opacity=90); /* IE's opacity*/
	}
#info table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	}
#index_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#index_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}
	
/***********************************************/
/* MENU LAYOUT                                 */
/***********************************************/

#cakes_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#cakes_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#cakes_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}

/***********************************************/
/* WEEKLY SPECIALS LAYOUT                                 */
/***********************************************/

#breads_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#breads_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#breads_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}
/***********************************************/
/* CATERINGS LAYOUT                           */
/***********************************************/

#pastries_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#pastries_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#pastries_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}

/***********************************************/
/* HISTORY LAYOUT                              */
/***********************************************/

#history_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#history_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#history_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}

/***********************************************/
/* CASTROVILLE LAYOUT                          */
/***********************************************/

#castroville_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#community {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 425px;
	text-align: center;
	position: absolute;
	left: 460px;
	top: 10px;
	overflow: hidden;
	height: 200px;
	}
#community table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F7F7F7;
	border-color: #B7B7B7;
	border-style: solid;
	border-width: 3px;
	width: 425px;
	top: 0px;
	position: relative;
	left: 0px;
	height: 200px;
	opacity: 0.90;
    filter:alpha(opacity=90); /* IE's opacity*/
	}
#community table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F7F7F7;
	visibility: visible;
	padding-right: 5px;
	padding-left: 5px;
	}
#castroville_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#castroville_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}

/***********************************************/
/* LOCAL PARTNERS LAYOUT                       */
/***********************************************/

#localpartners_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#localpartners_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#localpartners_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}
/***********************************************/
/* DIRECTIONS LAYOUT                           */
/***********************************************/

#employment_cont1 {
	height: 440px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#employment_cont2 {
	height: 220px;
	position: absolute;
	width: 900px;
	left: 0px;
	bottom: 0px;
	}
#employment_cont3 {
	height: 100px;
	position: relative;
	width: 900px;
	left: 0px;
	overflow: visible;
	}
/***********************************************/
/* CONTACT LAYOUT                              */
/***********************************************/

#contact_cont1 {
	height: 900px;
	position: relative;
	width: 900px;
	left: 0px;
	}
#contact {
	height: 250px;
	width: 425px;
	position: absolute;
	top: 40px;
	overflow: hidden;
	left: 20px;
	}
#contact table {
	height: 250px;
	width: 425px;
	background-color: #F7F7F7;
	border-color: #B7B7B7;
	border-style: solid;
	border-width: 3px;
	opacity: 0.90;
	filter:alpha(opacity=90);
	}
#contact table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
	}	
#contact_form {
	height: 250px;
	width: 425px;
	position: absolute;
	top: 40px;
	overflow: hidden;
	right: 20px;
	}
#contact_form table {
	height: 250px;
	width: 425px;
	background-color: #F7F7F7;
	border-color: #B7B7B7;
	border-style: solid;
	border-width: 3px;
	opacity: 0.90;
	filter:alpha(opacity=90); /* IE's opacity*/
	}
#contact_form table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 1;
	}
#directions {
	width: 860px;
	position: absolute;
	top: 320px;
	overflow: hidden;
	left: 20px;
	}
#directions table {
	width: 860px;
	background-color: #F7F7F7;
	border-color: #B7B7B7;
	border-style: solid;
	border-width: 3px;
	opacity: 0.90;
	filter:alpha(opacity=90); /* IE's opacity*/
	}
#directions table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 1;
	}	

