@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: default.css
* Version: 1.0 (2008-03-02) YYYY-MM-DD
* Website: http:/.com/
* Author: MWB Interactive http://www.mwb.com
* Description: Handles the site layout & makes it pretty!

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #331c04;
}
body {
	background-color: #fefbe4;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bkgnd.jpg);
	background-repeat: repeat-x;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== STRUCTURE: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#container {
	/*vertical-align: middle;*/
	margin: 0px auto;
	padding: 0px;
	width: 836px;
	background-image: url(/images/bkgnd-content.gif);
	background-repeat: repeat;
}
#header {
	height: 39px;
	margin:0px;
	padding:0px;
}
#navigation {
	width: 195px;
	height: 405px;
	float: left;
	margin-left:30px;
 	padding:0px;  
	background-color: #c79848;
	background-image: url(/images/img-nav-home.jpg);
	background-repeat: no-repeat;
	border:none;
}
#content {
	width: 611px;
	float: left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== DIV MOUSEOVER: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
div.transOFF {
	width: 186px;
	background-color: #fefbe4;
	margin:0px;
	padding:0px;
}
div.transON {
	width: 186px;
	background-color: #fefbe4;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	margin:0px;
	padding:0px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== HOME: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#homeNav {
	width: 195px;
}
#homeBanner {
	width: 611px;
	background-image: url(/images/bkgnd-home-banner2.gif);
	background-repeat: no-repeat;
}
#recentNews {
	width: 304px;
	float: left;
	margin: 16px 0px 0px 0px;
	border-right: solid #bd9d76 1px;
}
#recentNews h1 {
	padding: 0px 0px 0px 23px;
	margin: 0px;
}
#recentNews h2 {
	font-size: 13px;
	font-weight: bold;
	color: #976c43;
	padding: 25px 0px 0px 23px;
	margin: 0px;
}
#recentNews h2 a {
	color: #976c43;
	text-decoration: none;
}
#recentNews h2 a:hover {
	color: #331c04;
	text-decoration: underline;
}
#recentNews h3 {
	font-size: 12px;
	font-weight: normal;
	color: #976c43;
	padding: 0px 0px 0px 23px;
	margin: 0px;
}
#recentNews p {
	font-size: 12px;
	color: #331c04;
	padding: 10px 0px 0px 23px;
	margin: 0px;
}
#recentNews a {
	color: #331c04;
	text-decoration: underline;
}
#recentNews a:hover {
	color: #254b0c;
	text-decoration: none;
}
#recentPress {
	width: 316px;
	float: left;
	margin: 16px 0px 0px 0px;
	border-right: solid #bd9d76 1px;
}
#recentPress h1 {
	padding: 0px 0px 0px 23px;
	margin: 0px;
}
#recentPress h2 {
	font-size: 13px;
	font-weight: bold;
	color: #976c43;
	padding: 25px 0px 0px 23px;
	margin: 0px;
}
#recentPress h2 a {
	color: #976c43;
	text-decoration: none;
}
#recentPress h2 a:hover {
	color: #331c04;
	text-decoration: underline;
}
#recentPress h3 {
	font-size: 12px;
	font-weight: normal;
	color: #976c43;
	padding: 0px 0px 0px 23px;
	margin: 0px;
}
#recentPress p {
	font-size: 12px;
	color: #331c04;
	padding: 10px 0px 0px 23px;
	margin: 0px;
}
#recentPress a {
	color: #331c04;
	text-decoration: underline;
}
#recentPress a:hover {
	color: #254b0c;
	text-decoration: none;
}
.features {
	background-color: #fefbe4;
	background-image: url(/images/bkgnd-home-features.gif);
	background-repeat: repeat-x;
}
#featuresHome {
	width: 153px;
	height: 172px;
	float: left;
	margin: 16px 0px 20px 15px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== CORPORATE: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#contentCorporate {
	margin: 0px;
	padding: 0px;
}
#contentCorporate h1 {
	color: #331c04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a27644;
	margin-left: 17px;
	margin-right: 30px;
}
#contentCorporate h2 {
	font-size: 16px;
	font-weight: bold;
	color: #835b18;
	padding-right: 38px;
	padding-left: 32px;
	margin: 0px;
}
#contentCorporate h3 {
	font-size: 13px;
	font-weight: bold;
	color: #264c0d;
	padding:0px 38px 0px 32px;
	margin: 0px;
}
#contentCorporate h3 a {
	color: #264c0d;
	text-decoration: none;
}
#contentCorporate h3 a:hover {
	text-decoration: underline;
}
#contentCorporate p {
	font-size: 12px;
	color: #331c04;
	padding:0px 38px 8px 32px;
	margin: 0px;
}
#contentCorporate a {
	color: #331c04;
	text-decoration: underline;
}
#contentCorporate a:hover {
	text-decoration: none;
}
#contentCorporate ul {
	margin: 0px;
	padding:0px 38px 8px 32px;
}
#contentCorporate li {
	font-size: 12px;
	list-style-type: square;
	margin: 0 0 0 13px;
	padding:0px 0px 10px 0px;
}
#contentCorporate li a {
	font-size: 13px;
	font-weight: bold;
	color: #24480C;
	text-decoration: underline;
}
#contentCorporate li a:hover {
	color: #5E3205;
	text-decoration: none;
}
#contentCorporate td {
	font-size: 12px;
	color: #331c04;
	padding: 6px;
	margin: 0px;
}
#contentCorporate input.post {display:block; float:left; width: 80px; height: 25px; background: url(../images/btn-submit.gif) no-repeat; border: none; padding: 0px;}
#contentCorporate input.post:hover { background: url(../images/btn-submit.gif) no-repeat 0 -25px; border: none;  padding: 0px; }
#contentCorporate input.postIE { width: 80px; height: 25px; background: url(../images/btn-submit.gif) no-repeat 0 -25px; border: none; padding: 0px;}

#contentCorporate table td form { margin:0; padding:0; }

#kitchen {
	background-image: url(/images/img-kitchen.gif);
	background-repeat: no-repeat;
	/*height: 326px;*/
	width: 557px;
	margin:0px 17px 0px 17px;
	padding:0px;
}
#kitchen td h3{ margin:0px 0px 0px 0px; padding:0px;}
#kitchen td h3 a { color:#5bbb1a; }
#kitchen td p{ margin:0px 0px 0px 0px; padding:0px;}



 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== SUB NAVIGATION: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#subnav {
	background-color: #3b1f02;
	width: 611px;
	height:30px;
}
#subnav a {
	display: block;
	float:left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	/*text-transform: uppercase;*/
	color: #F4E5C4;
	text-decoration: none;
	padding: 5px 0px 5px 9px;
	font-weight: bold;
	margin: 3px;
	width:auto;
}
#subnav a:hover {
	color: #C89A49;
	text-decoration: none;
}


 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== GIFT CARD FORM: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#giftcardForm {
}
#giftcardForm p {
	font-size:9px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
#giftcardForm input {
	font-size:10px;
	margin:0px;
	padding:3px;
	text-transform:none;
	background-color: #FFFFFF;
	border: solid 1px #5e3206;
}
#giftcardForm select {
	font-size:10px;
	margin:0px;
	padding:0px;
	text-transform:none;
	background-color: #FFFFFF;
	border: solid 1px #5e3206;
}
#giftcardForm textarea {
	font-size:10px;
	margin:0px;
	padding:0px;
	text-transform:none;
	background-color: #FFFFFF;
	border: solid 1px #5e3206;
}
#giftnotes {
	padding: 10px;
	margin: 0 30px 0 20px;
	background-color:#f0e3bd;
	width: 90%;
	border: #c99a4a solid 1px;
}
#giftnotes p {
	font-size:9px;
	color: #6a461d;
	padding:0 0 5px 0;
	margin:0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== DROPDOWN MENU: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
 #menu_child p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #A47648;
	text-decoration: none;
	background-color: #3A1F04;
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #3A1F04;
	border-right: solid 1px #3A1F04;
 }
 #menu_child a {
 	display:block;
	width: 183px;
 	color: #A47648;
	text-decoration: none;
	padding: 10px 0px 10px 10px;
 }
 #menu_child a:hover {
	color: #3A1F04;
	text-decoration: none;
	background-color: #C49545;
 }
 
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== RANDOM CLASSES: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.white {
	color: #FFFFFF;
}
.red {
    color: #63040a;
}
.bold {
	font-weight: bold;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== FORM CLASSES: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#contentCorporate form {
padding: 5px;
}


#contentCorporate input
{
color: #781351;
margin: 0 0 10px 0;
}

#contentCorporate .submit input
{
color: #000;
border: 2px outset #000
}

#contentCorporate label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.9em;
padding-right: 0.9em;
display: block
}

#contentCorporate .submit input
{
margin-left: 4.5em;
}

#contentCorporate fieldset
{
border-top: solid 1px #321605;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #321605;
width: 85%;
padding: 15px;
margin: 15px 0 15px 15px;
}

#contentCorporate legend
{
margin-left: 20px;  
color: #321605;  
font-weight: bold;
}
/*
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 10px 15px;;
	padding: 0;
	background-color: #fbf7ef;
	border-top: solid 1px #321605;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #321605;
	width:85%;
}
legend {  
margin-left: 20px;  
color: #321605;  
font-weight: bold;
}
fieldset ol {  
padding: 0;
margin: 0;  
}
fieldset li {   
padding: 5px;
list-style: none;
margin: 0;
}

label {  
font-size:12px;
float: left;  
width: 300px;  
margin-right: 1em;
text-align:right;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== FOOTER: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#footer {
	font-size: 10px;
	font-weight: normal;
	color: #331c04;
	text-align: right;
	clear: both;
	background-color: #fefbe4;
	margin: 0px;
	padding: 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

#formfix {


}

#formfix p {
margin:0;
padding: 0;
}

.warning {
font-size: 10px;
color: #ff0000;
}

.spacecadet {
margin: 4px 0 5px 0;
}

#left {
float:left;
width: 250px;
}


#right {
float:left;
width: 250px;
}
