@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both;
}
	
img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

body { 
	margin: 0 auto;
	background: #fff url(/images/body-bg.jpg) repeat-x top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 14px;
}

p {
	line-height: 1.4em;
	margin: .5em 0;
}

div#catering p{
	color:#fff;
	font-size: 14px;
	text-align: right;
}

div#vegetarian p{
	color:#fff;
	font-size: 14px;
	text-align: right;
}

div#catering h2{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

div#vegetarian h2{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

div#main h1{
	color:#fff;
	text-align: right;
	background: #fff url(/images/index-h1.jpg) no-repeat top left;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	width: 600px;
	height: 60px;
	padding-top: 10px;
}

div#mainInternal h1{
	color:#fff;
	text-align: right;
	background: #7E1512 url(/images/internal-h1.jpg) no-repeat top left;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	
}

div#main p{
	color:#000;
	font-size: 14px;
	text-align: right;
}

div#mainInternal p{
	color:#fff;
	font-size: 14px;
	text-align: left;
}

/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
}

h1 {
	font-size: 24px;
}


h2 {
	font-size: 18px;
	color: #fff;
}

h3.left {
	padding: 0px 39px;
}


h3 {
	font-size: 18px;
	font-weight: bold;
	color: #EB6B00;
	padding-top: 15px;
}

h3.menu {
	font-size: 18px;
	font-weight: bold;
	color: #EB6B00;
	text-align: center;
}

.orange {
	color: #EB6B00;
}

.orangeWine {
	color: #EB6B00;
	float: right
}

.answer {
	color: #EB6B00;
	padding-left: 50px;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #E35000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 1000px;
	padding: 10px;
	float: left;
	background: #fff url(/images/container-top-bg.jpg) repeat-x top left;
	margin-top: 50px;
}

div#mast {
	float: left;
	width: 980px;
	height: 80px;
	background-color: #eee;
	margin-bottom: 10px;
}

div#banner {
	float: left;
	width: 1000px;
	height: 356px;
	background: #eee url(/images/banner.jpg) no-repeat top left;
	position: relative;
}

div#content {
	width: 1000px;
	float: left;
	margin: 10px 0;
}

div#sidebar {
	width: 380px;
	padding: 5px;
	float: left;
	background: #fff url(/images/sidebar-bg.jpg) repeat-y top left;
}

div#main {
	float: left;
	width: 600px;
	padding: 5px;
	background-color: #fff;
}

div#mainInternal {
	float: left;
	width: 970px;
	padding: 15px;
	background-color: #7E1512;
}

div#footer {
	float: left;
	width: 980px;
	height: 150px;
	padding: 0px 10px;
	background: #eee url(/images/footer-bg.jpg) repeat-x top left;
}

div#catering {
	float: left;
	width: 360px;
	padding: 5px;
	background-color: #883531;
}

div#vegetarian {
	float: left;
	width: 360px;
	padding: 5px;
	background-color: #883531;
	margin-top: 5px;
}

	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 250px;
	height: 100px;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	text-decoration: none;
}

ul#mastnav {
	padding-top:5px;
	float: right;
}

ul#mastnav li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
}

ul#mastnav li a, ul#mastnav li a:visited {
	color: #590907;
	text-decoration: none;
	display: block;
	padding: 10px;
}


ul#mastnav li a:hover {
	background: #eee url(/images/hover-bg.jpg) repeat-x top left;
	color: #FFFFFF;
}

ul#mastnav li ul.subNav {
	background: #fff url(/images/subNav-bg.jpg) no-repeat top center;
	position: absolute;
	display: none;
	border: 1px solid #ccc5c1;
	padding: 2px;
}


#mastnav ul.subNav li {
	float: none;
	height: auto;
	padding: 2px;
}

#mastnav ul.subNav li a, #mastnav ul.subNav li a:visited{
	display: block;
	font-size: 12px;
	color: ##590907;
	border-bottom: 1px solid #ccc5c1;
	font-weight: bold;
	width: 150px;
	height: 10px;
}

#mastnav ul.subNav li.last a, #mastnav ul.subNav li.last a:visited{
	display: block;
	padding: 8px 10px;
	font-size: 12px;
	color: ##590907;
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	width: 150px;
	height: 10px;
}

#mastnav ul.subNav li a:hover {
	background: #eee url(/images/hover-bg.jpg) repeat-x top left;
	color: #fff;
}

#mastnav ul.subNav li.last a:hover {
	background: #eee url(/images/hover-bg.jpg) repeat-x top left;
	color: #fff;
}

#mastnav ul.subNav li.lastvert a {
	border-bottom: none;
}

#mastnav li:hover ul.subNav, #mastnav li.sfhover ul.subNav {
	display: block;
}

/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
ul#footerImages li {
	padding: 15px 60px;
	width: 200px;
	float: left;
}

ul#tmlink {
	float: left;
	margin-top: 10px;
}

ul#tmlink li {
	float: left;
	padding: 0px 5px;
	font-size: 12px;
}

ul#tmlink li.tm {
	border-left: 1px solid #000;
}

/* =Original 
-------------------------------------------------------------*/

ul#footernav {
	float: right;
	margin-top: 10px;
}


ul#footernav li {
	float: left;
	border-right: 1px solid #E35000;
	padding: 0px 5px;
	font-size: 12px;
}

ul#footernav li.last {
	border-right: none;
}

ul#footernav li a, ul#footernav li a:visited {
	color: #E35000;
	font-size: 12px;
}

ul#footernav li a:hover {
	color: #000;
}




ul#footernavi {
	float: right;
	margin-top: 10px;
}


ul#footernavi li {
	float: left;
	border-right: 1px solid #E35000;
	padding: 0px 5px;
	font-size: 12px;
}

ul#footernavi li.last {
	border-right: none;
}

ul#footernavi li a, ul#footernav li a:visited {
	color: #E35000;
	font-size: 12px;
}

ul#footernavi li a:hover {
	color: #000;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/


/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/


/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	vertical-align: middle;
	}
	
input {
	font-size: 14px;
	padding: 3px 2px;
	width: 200px;
}

form fieldset.application table tr td, form fieldset.contact table tr td {
	padding: 5px 0;
}

fieldset.contact label {
	color: #EB6B00;
}

fieldset label {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
a.link, a.link:visited {
	color: #E35000;
	text-align: center;
}

a.link:hover {
	text-decoration: underline;
}
	

/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}