/* @override http://hautecafe.net/styles.css */

/* ------------------------------------------------------------

    Title:     master styles
    Author:    room13design.com
    Updated:   Nov 20, 2006

------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCF99;
	background: #FFFFFF;
	font-size: 12px;
	}

h1, .header {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
h2, .subhead {
	font-size: 14px;
	color: #FFAA46;
	font-weight: bold;
}
h3, .heading3 { font-weight: bold; text-transform: uppercase; margin-bottom: .25em; }
.tinytype {
	font-size: 10px;
	margin: 7px 0px 0px;
}
.small { font: italic 90% Georgia, "Times New Roman", Times, serif; color: #FFCF99; }
.wht {
	color: #FFFFFF;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a.link1:hover {
	color: #666666;
}
a.link2:link, a.link2:visited {
	text-decoration: none;
	color: #FFCF99;
}
a.link2:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.link2:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.link3:link, a.link3:visited {
	color: #333333;
	text-decoration: none;
}
a.link3:hover {
	color: #CC0000;
	text-decoration: none;
}
.nav {
	color: #333333;
}

.nav2, .callout1 { text-align: left; border-left: 7px solid #f86c26; margin: 20px; padding-left: 10px; }
.nav2 ul { padding-left: 0; list-style-type: none; margin: 0 7px; }
.nav2 ul li { margin-bottom: .25em; }

.callout1 p { margin-top: 0; }
.callout2 { display: none; }

/* @group navMain */

div.navMain { padding: 0; background: url(images/navMain.jpg); height: 73px; }
div.navMain p { font-size: 9.5px; margin: 1px 0 2px 0; text-transform: uppercase; }
div.navMain ul { margin: 0; padding: 0; list-style: none; }
div.navMain ul li { margin: 0; padding: 0; float: left; height: 58px; text-align: center; background: url(images/navMain.jpg) 0 -15px }
div.navMain ul li:hover { background-image: url(images/navMain_over.jpg); }
div.navMain ul li.about { width: 141px; background-position: 0 -15px; }
div.navMain ul li.menus { width: 116px; background-position: -141px -15px; }
div.navMain ul li.gifts { width: 101px; background-position: -257px -15px; }
div.navMain ul li.cater { width: 154px; background-position: -358px -15px; }
div.navMain ul li.direct { width: 188px; background-position: -512px -15px; }
div.navMain ul li:first-child a { margin-left: 45px; }
div.navMain ul li:last-child a { margin-right: 70px; }
div.navMain ul li a { display: block; line-height: 58px; font-size: 15px; color: #fff; text-decoration: none; text-shadow: #563013 0 0 3px; }
div.navMain ul li:hover a { font-weight: bold; }

/* @end */

/* @group photos */

.photos {
	margin: 20px 0 20px 20px;
}

.photos img {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
}

.photos {
	position: relative;
}

.photos img:hover {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 0;
	left: 0;
}

/* @end */

/* @group lists */

#list
{
	background-color: #F86C26;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #FFAA46;
	
}
	
#list-cater ol
{
	font-size: 14px;
	margin: 0;
	padding-bottom: .7em;
	font-weight: bold;
	color: #FFAA46;
}

#list-cater ol li
{
	background-color: #F86C26;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}

#list-cater ol ul {
	margin: 0;
	padding-bottom: 1em;
	padding-top: .25em;
}

#list-cater ol ol li {
	margin: 0;
	background-color: #6C370D;
}

#list-cater ol ul li {
	font-size: 12px;
	background-color: #6C370D;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	color: #FFCF99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #875527;
	padding-left: 0em;
}


#list-cater ol ol ol li{
	margin: 0;
	list-style-type: decimal;
}

#list-cater ol ul ol li{
	list-style-type: square;
	padding-left: 1em;
	border-bottom-style: none;
	border-top-style: none;
}

#list-sand ol
{
	font-size: 14px;
	margin: 0;
	padding-bottom: .7em;
	font-weight: bold;
	color: #FFAA46;
}

#list-sand ol li
{
	background-color: #F86C26;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}

#list-sand ol ul {
	margin: 0;
	padding-bottom: 1em;
	padding-top: .25em;
}

#list-sand ol ul li {
	font-size: 12px;
	background-color: #6C370D;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	color: #FFCF99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #875527;
	padding-left: 0em;
}

#list-sand ol ul ol {
	padding-top: 0em;
	padding-bottom: 0em;
}

#list-sand ol ul ol li{
	list-style-type: decimal;
	padding-left: 1em;
	border-bottom-style: none;
	border-top-style: none;
}


#list2 ol li
{
	padding-top: 0.25em;
	padding-left: 0.25em;
	padding-bottom: .25em;
}

#list2 ul
{
	font-size: 12px;
	margin: 0;
	padding-bottom: 0.7em;
	font-weight: bold;
	color: #FFAA46;
	padding-left: .25em;
}

#list2 ul li
{
	padding-top: 0.25em;
	list-style-image: none;
	list-style-type: none;
	padding-left: 0.25em;
	padding-bottom: .25em;
}
#list2 ul li strong
{
	color: #ffaa46;
}

#list2 ul ul {
	padding-left: 10px;
	padding-bottom: 20px;
}

#list2 ul ul li {
	font-size: 12px;
	background-color: #6C370D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #875527;
	font-weight: normal;
	color: #FFCF99;
	list-style-type: square; text-transform: lowercase; }

div.sidebar-thumbs { text-align: center; width: 190px; overflow: hidden; margin-right: auto; margin-left: auto; margin: auto; }
div.sidebar-thumbs img { border: 1px solid #ffcf99; margin-bottom: 20px; }

#list2 ul ul ol {
	padding-top: 0px;
}

#list2 ul ul ol li {
	list-style-type: decimal;
	padding-left: .20em;
}

#list3 ul
{
	font-size: 12px;
	margin: 0;
	padding-bottom: .7em;
	font-weight: bold;
	color: #FFAA46;
}

#list3 ul li
{
	padding-top: 0.25em;
	list-style-image: none;
	list-style-type: none;
	padding-left: 0.25em;
	padding-bottom: .25em;
}

#list3 ul ul {
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

#list3 ul ul li {
	font-size: 12px;
	background-color: #6C370D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #875527;
	color: #FFCF99;
	font-weight: normal;
}

#list3 ul ul ul {
	padding-top: 0px;
}

#list3 ul ul ul li {
	padding-left: 0.4em;
	font-weight: normal;
}

#form {
	margin: 0 auto 20px;
	background-color: #553013;
	padding: 10px;
}

#form td#errors {
	border: 2px solid #815331;
	margin-bottom: 10px;
	padding: 10px;
}

#form #errors h3 {
	color: #FFAA46;
	margin-top: 0;
}

#form #errors ul {
	color: #FFAA46;
	padding-left: 1.25em;
	list-style-type: square;
	margin-bottom: 0;
}

#form #errors li {
	color: #FFCF99;
	margin: 2px 0;
}

#list3 ul ol li{
	font-size: 12px;
	background-color: #6C370D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #875527;
	font-weight: normal;
	color: #FFCF99;
	list-style-type: decimal;
}

#list4 ul { list-style-type: square; }
#list4 ul, #list4 ol { padding-left: 20px; }
#list4 ul li, #list4 ol li { font: italic 90% Georgia, "Times New Roman", Times, serif; color: #FFAA46; padding: .25em 0; }
#list4 span { color: #FFCF99; font: normal 13px Verdana, Arial, Helvetica, sans-serif; }

/* @end */
