/* Fonts */
@font-face {
	font-family: 'NeutraTextBoldAlt';
	src: url('neutratext-boldalt-webfont.eot');
	src: local('☺'), url('neutratext-boldalt-webfont.woff') format('woff'), url('neutratext-boldalt-webfont.ttf') format('truetype'), url('neutratext-boldalt-webfont.svg#webfontI1ifqUTT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeutraTextBook';
	src: url('neutratext-book-webfont.eot');
	src: local('☺'), url('neutratext-book-webfont.woff') format('woff'), url('neutratext-book-webfont.ttf') format('truetype'), url('neutratext-book-webfont.svg#webfontovmbVkji') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RockwellRegular';
	src: url('rock-webfont.eot');
	src: local('☺'), url('rock-webfont.woff')format('woff'), url('rock-webfont.ttf') format('truetype'), url('rock-webfont.svg#webfontgGG9oqYu') format('svg');
	font-weight: normal;
	font-style: normal;
}



html {overflow: -moz-scrollbars-vertical;}
html {overflow-x: auto;}

body
{
	color: #613318;
	background-color: #794500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

#boxBody
{
	width: 1045px;
	min-height: 560px;
	margin: 28px auto 0 auto;
	background-color: #ede7d0;
	
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

#boxFooter
{
	width: 1045px;
	margin: 0 auto 3em auto;
	height: 35px;
	background-color: #005f8a;
	
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#boxFooter ul
{
	width: 950px;
	height: 30px;
	margin: 0 auto;
}

#boxFooter ul li
{
	float: left;
	color: #ede7d0;
	font-family: 'NeutraTextBook', sans-serif;
	font-size: 13px;
	margin: 0 10px;
	padding-top: 10px;
}

#boxFooter ul li a
{
	color: #ede7d0;
	text-decoration: none;
}


#boxHeader
{
	position: relative;
	height: 130px;
}

#logo
{
	position: absolute;
	top: 10px;
	left: 10px;			
}

#bannerCallUs
{
	width: 160px;
	position: absolute;
	top: -14px;
	right: 4px;			
}

#bannerBistroClub
{
	position: absolute;
	top: 15px;
	right: -21px;
}

#nav
{
	position: absolute;
	top: 70px;
	left: 260px;
	width: 780px;
}

#nav li
{
	min-width: 56px;
	padding: 0 4px;
	height: 29px;
	float: left;
	background-color: #005f8a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	margin-right: 23px;
}

#nav li a
{
	display: block;
	font-size: 14px;
	color: #ede7d0;
	text-decoration: none;
}

#nav li.sel
{
	background-color: #794500;
}

#nav li.sub a
{
	background: transparent url(../images/nav/sel.gif) no-repeat center 28px;
	height: 40px;
}

#nav li img
{
	margin: 8px 0 0 0;
}

#subnav
{
	position: absolute;
	top: 110px;
	left: 260px;
	width: 780px;
}

#subnav li
{
	float: left;

	color: #794500;
	margin: 0 5px;
}

#subnav a
{
	color: #794500;
	text-decoration: none;
	font-size: 13px;
	font-family: 'NeutraTextBook', sans-serif;
}

#subnav li.sel a
{
	color: #b5111b;
}

/* Content */

p
{
	margin-bottom: 1em;
	line-height: 1.2em;
}

p:last-child
{
	margin-bottom: 0;
}

a
{
	color: #4f8d97;
	text-decoration: none;
}

address
{
	font-style: normal;
	line-height: 1.2em;
}

#content h2
{
	color: #b5111b;
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'RockwellRegular', sans-serif;
	
	
	margin-bottom: 0;
}

#content h3
{
	color: #613318;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: .5em;
}

#content h4
{
	color: #005f8a;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: .5em;
}


#content h5
{
	color: #b5111b;
	font-size: 14px;
	font-weight: bold;	
}

div#incontent
{
	position: relative;
}

.pad
{
	padding-left: 22px;
	padding-right: 22px; 
}


/* Home */
#contTop
{
	position: relative;
	width: 1045px;
	height: 265px;
	border: 2px dashed #84642d;
	border-width: 2px 0;
}

.next, .prev
{
	position: absolute;
	top: 118px;
	right: 6px;
	z-index: 9999;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
.prev
{
	left: 6px;
}


#contBottom
{
	overflow: auto;
}

#contBottom li
{
	position: relative;
	height: 374px;
	float: left;
}

#contBottom1
{
	width: 380px;
	background: transparent url(../images/home-vertline.gif) right 27px no-repeat;
}

#contBottom2
{
	width: 328px;
}

#contBottom3
{
	width: 334px;
	background: transparent url(../images/home-vertline.gif) left 27px no-repeat;
}

#howtobistro
{
	position: absolute;
	width: 357px;
	height: 226px;
	top: 10px;
	left: 8px;
}

#howtobistroinner
{
	position: relative;
	top: 80px;
	left: 25px;
	font-size: 12px;
	color: #ede7d0;
	width: 334px;
	height: 116px;
}

#howtobistroinner .big
{
	font-size: 18px;
	font-weight: bold;
	margin-top: .5em;
}

#cratetoplate
{
	position: absolute;
	width: 300px;
	height: 110px;
	top: 250px;
	left: 10px;
	font-size: 11px;
	color: #613318;
	line-height: 150%;
	background: transparent url(../images/crate-to-plate.gif) 0 0 no-repeat;
}

#cratetoplate p
{
	position: relative;
	top: 10px;
	left: 112px;
	display: block;
	width: 246px;
	height: 70px;
}

#cratetoplate em
{
	font-weight: bold;
}

#howtobistro
{
	
	background: transparent url(../images/home-howtobistro.gif) 0 0 no-repeat;
}

#contBottom2 img
{
	position: absolute;
	top: 12px;
	left: 26px;	
}

#contBottom2 dl
{
	position: absolute;
	top: 142px;
	left: 12px;
	width: 306px;
	height: 212px;
	font-size: 12px;
	overflow: hidden;
}

#contBottom2 dt
{
	font-weight: bold;
	color: #005f8a;
}

#contBottom2 dd
{
	font-style: italic;
	color: #613318;
	
	padding-bottom: 14px;
	margin-bottom: 10px;
	
	border: 1px solid #a78653;
	border-width: 0 0 1px 0;
}

#contBottom2 dd:last-child
{
	border: 0;
}

#contBottom3
{
	font-size: 12px;
}

#contBottom3 h5
{
	margin: 24px 0 .6em 20px;	
}

#contBottom3 p
{
	width: 90%;
	margin-left: 20px;
}

#contBottom3 img
{
	display: block;
	margin: 10px auto;
}

#contBottom3 .btn2
{
	margin-left: 148px;
}


/* Locations */
#loc
{
	overflow: auto;
	height: 500px;
}

#locLeft
{
	position: relative;
	float: left;
	width: 550px;
	line-height: .5em;
}

#locLeft img
{
	margin-top: 16px;
}

#locLeft #boxaddr
{
	font-size: 11px;
	height: 200px;
	left: 318px;
	position: absolute;
	top: 16px;
	width: 254px;
}

#locLeft #boxaddr .btn3
{
	float: right;
}

#locLeft address
{
	margin-bottom: .5em;
}


#locLeft #boxhours
{
	height: 200px;
	top: 246px;
	position: absolute;
	left: 0;
	width: 500px;
}




#locRight
{
	float: right;
	width: 420px;
}

#locRight h5
{
	font-size: 11px;
}

#gMap
{
	margin-top: 4px;
	width: 400px;
	height: 350px;
}


/* Catering Form */
#cateringnav
{
	margin-top: 10px;
	overflow: auto;
	width: 570px;
}

#cateringnav li
{
	float: left;
	margin-right: 18px;
}




dl#cform
{
	margin-top: 1em;
	width: 566px;
	height: 500px;
}

dl#cform dt
{
	display: block;
	float: left;
	width: 300px;
	text-align: right;
	height: 30px;
}

dl#cform dd
{
	display: block;
	float: right;
	width: 250px;
	height: 30px;
}


dl#cform dt span
{
	display: block;
	font-size: 9px;
}

dl#cform dt.halfcol
{
	width: 116px;
	float: left;
}

dl#cform dd.halfcol
{
	width: 60px;
	float: left;
}

dl#cform dd.hffirst
{
	margin-left: 16px;
}

dl#cform dd.hflast
{
	text-align: right;
}

dl#cform dd.hflast a
{
	float: right;
}

.sminpt
{
	font-size: 9px;
	width: 104px !important;
	height: 12px !important;
}

#infoEventType
{
	position: absolute;
	top: 200px;
	left: 594px;
	width: 414px;
}

dl#cform input[type="text"]
{
	width: 234px;
	border: 1px solid #a7825b;
}

dl#cform .halfcol input[type="text"]
{
	width: 44px;
}

dl#cform dt.frmrowlong, dl#cform dd.frmrowlong
{
	height: 225px;
}

dl#cform dt.frmrowlong2, dl#cform dd.frmrowlong2
{
	height: 140px;
}

/* Buttons */
a.btn1, a.btn2, a.btn3, a.btn4
{
	font-family: 'NeutraTextBoldAlt', sans-serif;
	color: #ede7d0;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	
	border: 1px solid #000;
	background: transparent url(../images/btnbg.gif) repeat-x;
	cursor: pointer;

	margin-bottom: 6px;

	display: block;
	text-align: center;
	text-decoration: none;
}



.btn1
{
	width: 296px;
	height: 36px;
	font-size: 13px;
	line-height: 300%;
}

.btn2
{
	width: 160px;
	height: 26px;
	font-size: 14px;
	line-height: 200%;
}

.btn3
{
	width: 78px;
	height: 16px;
	font-size: 10px;
	line-height: 200%;
}

/* My CSS */
h5
{
	color: #b5111b;
	font-size: 12px;
	font-weight: bold;	
}