/* general reset */
body {
	margin:0;
	color:#333;
	font:12px/15px Arial, Helvetica, sans-serif;
	min-width:1024px;
	background-color: #FFF;
	line-height:1.4;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#0099cc;
}
a:hover {text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
}
/* header-area */
.header-area {
	width:100%;
	background:#0099cc url(../images/bg-nav.gif) repeat-x 0 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.center {
	float:left;
	left:50%;
	position:relative;
	width:1024px;
}
.frame {
	float:left;
	left:-50%;
	position:relative;
	width:1024px;
	padding-top: 0px;
}
/* header */
#header {
	overflow:hidden;
	width:911px;
	padding:0 58px 0 55px;
}
.header-holder {
	overflow:hidden;
	width:100%;
	height:106px;
}
/* logo */
.logo {
	position:absolute;
	top:15px;
	left:50%;
	background:url(../images/logo.png) no-repeat;
	width:369px;
	height:70px;
	margin:0 0 0 -455px;
	z-index:999;
}
.logo a {
	display:block;
	height:100%;
	width:100%;
	cursor:pointer;
}
.logo a span {
	display:block;
	width:370px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
/* list-button */
.list-button {
	float:right;
	margin:29px 0 0;
	width:350px;
}
.list-button ul {
	margin:0 0 16px;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.list-button ul li {
	float:left;
	margin:0 0 0 8px;
}
.list-button ul li a {
	background:url(../images/bg-btn.gif) no-repeat;
	height:26px;
	padding:0 0 0 7px;
	float:left;
	cursor:pointer;
}
.list-button ul li a span {
	background:url(../images/bg-btn.gif) no-repeat 100% 0;
	height:17px;
	float:left;
	padding:9px 0 0;
}
.list-button ul li a span.staff {width:92px;}
.list-button ul li a span.login {width:154px;}
.list-button li a span.staff em {
	text-indent:-9999px;
	background:url(../images/txt-staff2.gif) no-repeat;
	display:block;
	width:83px;
	height:10px;
}
.list-button ul li a span.login em{
	text-indent:-9999px;
	background:url(../images/txt-login.gif) no-repeat;
	display:block;
	width:148px;
	height:10px;
}
/* slogan */
.slogan {
	color:#eff9fe;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	float:right;
	overflow:hidden;
	clear:both;
}

.slogan-holder {
	float:left;
	width:400px;
	margin:72px 0 0;
	z-index:55;
}
.slogan-holder a {
	color:#eff9fe;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}	
/* nav-area */
.nav-area {
	overflow:hidden;
	width:100%;
	position:relative;
}
/* nav */
.nav {
	margin:0 0 0 138px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.nav li {
	float:left;
	background:url(../images/separator-nav.gif) no-repeat 0 50%;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:9px 14px 8px;
	margin:0 1px 0 -1px;
	letter-spacing:1px;
}
.nav li a {color:#666;}
.nav li a:hover,
.nav li.active a {
	color:#018fbf;
	text-decoration:none;
}
/* main-area */
.main-area {
	width:100%;
	overflow:hidden;
	padding:138px 0 0;
}
.main-area.inner {background:#fff url(../images/bg-main-inner.gif) repeat-x 0 100%;}
/* image-area */
.image-area {
	overflow:hidden;
	width:100%;
	background: url(../images/stripe2.png) repeat-x;

}
/* image */
.image {
	overflow:hidden;
	width:1024px;
	margin:0px 0 0;

}
.image img {display:block;}
/* subnav-area */
.subnav-holder {
	background:url(../images/bg-subnav.gif) repeat-x;
	width:100%;
}
.subnav-area {
	overflow:hidden;
	position:relative;
	width:100%;
}
.subnav-area ul {
	margin:0;
	padding:0;
	list-style:none;
	height:63px;
	background:url(../images/bg-subnav-center.gif) no-repeat;
}
.subnav-area ul:after {
	clear:both;
	display:block;
	content:"";
}
.subnav-area ul li {
	float:left;
	height:18px;
}
.subnav-area ul li a {
	float:left;
	overflow:hidden;
	height:18px;
	cursor:pointer;
}
.subnav-area ul li a span {
	display:block;
	height:18px;
	text-indent:-9999px;
}
.subnav-area ul li.cooks {
	position:relative;
	top:16px;
	left:30px;
}
.subnav-area ul li.cooks a {
	background:url(../images/txt-cook.gif) no-repeat;
	width:128px;
}
.subnav-area ul li.bartenders {
	position:relative;
	top:34px;
	left:60px;
}
.subnav-area ul li.bartenders a {
	background:url(../images/txt-bartenders.gif) no-repeat;
	width:82px;
}
.subnav-area ul li.servers {
	position:relative;
	top:16px;
	left:93px;
}
.subnav-area ul li.servers a {
	background:url(../images/txt-servers.gif) no-repeat;
	width:55px;
}
.subnav-area ul li.captains {
	position:relative;
	top:34px;
	left:142px;	
}
.subnav-area ul li.captains a {
	background:url(../images/txt-captains.gif) no-repeat;
	width:65px;
}
.subnav-area ul li.managers {
	position:relative;
	top:16px;
	left:179px;
}
.subnav-area ul li.managers a {
	background:url(../images/txt-managers.gif) no-repeat;
	width:118px;
}
.subnav-area ul li.prep {
	position:relative;
	top:34px;
	left:205px;
}
.subnav-area ul li.prep a {
	background:url(../images/txt-chefs.gif) no-repeat;
	width:85px;
}
.subnav-area ul li.tray {
	position:relative;
	top:16px;
	left:224px;
}
.subnav-area ul li.tray a {
	background:url(../images/txt-tray.gif) no-repeat;
	width:92px;
}
.subnav-area ul li.concession {
	position:relative;
	top:33px;
	left:242px;
}
.subnav-area ul li.concession a {
	background:url(../images/txt-concession.gif) no-repeat;
	width:122px;
}
/* content-area */
.content-area {
	width:100%;
	overflow:hidden;
	background:#f4f4f4 url(../images/bg-main.gif) repeat-x 0 100%;
	padding:0 0 38px;
	float:left;
	margin:1px 0 0;
}
/* main */
#main {
	overflow:hidden;
	width:910px;
	padding:0 58px 0 56px;
}
/* block-holder */
.block-holder {
	overflow:hidden;
	width:930px;
	margin:22px 0 0;
}
/* block */
.block {
	float:left;
	width:265px;
	margin:0 0 0 40px;
	display:inline;
	font-size:11px;
	line-height:14px;
}
.block.button {margin:0 0 0 50px;}
.block h2 {
	margin:0 0 9px;
	color:#404040;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.block ul {
	margin:18px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.block ul li {
	font-size:13px;
	margin:0 0 14px;
}

.block p {
	margin:0;
	padding:0 0 14px;
}
/* request */
.request {
	overflow:hidden;
	width:100%;
	padding:0 0 24px;
}
.request a {
	background:url(../images/bg-btn1.gif) no-repeat;
	float:left;
	height:50px;
	padding:0 0 0 6px;
	cursor:pointer;
}
.request a span {
	display:block;
	background:url(../images/bg-btn1.gif) no-repeat 100% 0;
	height:27px;
	padding:18px 10px 5px 6px;
	width:136px;
}
.request.white a {
	background:url(../images/bg-btn2.gif) no-repeat;
	float:left;
	height:50px;
	padding:0 0 0 6px;
	cursor:pointer;
}
.request.white a span {
	display:block;
	background:url(../images/bg-btn2.gif) no-repeat 100% 0;
	height:27px;
	padding:18px 10px 5px 6px;
	width:136px;
}
.request a span em {
	display:block;
	text-indent:-9999px;
	background:url(../images/txt-request.gif) no-repeat;
	width:131px;
	height:16px;
}
.block strong {
	color:#525252;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:0 0 10px;
}
/* footer */
.footer-area {
	width:100%;
	float:left;
	clear:both;
	background:url(../images/bg-footer.gif) repeat-x;
}
#footer {
	overflow:hidden;
	width:933px;
	padding:20px 30px 22px 61px;
	color:#999;
	font-size:11px;
	margin:0 0 35px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:600px;
}
#footer ul li {
	float:left;
	font-size:11px;
	text-transform:uppercase;
	margin:0 17px 0 0;
}
#footer ul li a {
	color:#999;
}
#footer p {
	margin:0;
	float:right;
}
/* title-holder */
.title-holder {
	background:url(../images/bg-tagline.gif) repeat-x;
	width:100%;
	margin:0 0 32px;
}
.title-area {
	overflow:hidden;
	position:relative;
}
/* title */
.title {
	overflow:hidden;
	height:88px;
	background:url(../images/bg-tagline-center.gif) no-repeat;
}
.title span {
	width:606px;
	background:url(../images/txt-take.gif) no-repeat;
	height:44px;
	display:block;
	margin:24px auto 0;
}
.title span em {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.title2 {
	overflow:hidden;
	height:88px;
	background:url(../images/bg-tagline-center.gif) no-repeat;
}	
.title2 span {
	width:558px;
	background:url(../images/txt-we.gif) no-repeat;
	height:44px;
	display:block;
	margin:24px auto 0;
}
.title2 span em {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.title3 {
	overflow:hidden;
	height:88px;
	background:url(../images/bg-tagline-center.gif) no-repeat;
}	
.title3 span {
	width:670px;
	background:url(../images/txt-book.gif) no-repeat;
	height:44px;
	display:block;
	margin:24px auto 0;
}
.title3 span em {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.title4 {
	overflow:hidden;
	height:88px;
	background:url(../images/bg-tagline-center.gif) no-repeat;
}	
.title4 span {
	width:570px;
	background:url(../images/txt-join.gif) no-repeat;
	height:44px;
	display:block;
	margin:24px auto 0;
}
.title4 span em {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
/* holder-area */
.holder-area {
	width:100%;
	overflow:hidden;
	position:relative;
	clear:both;
}
/* main-inner */
#main-inner {
	overflow:hidden;
	width:910px;
	padding:0 57px 103px;
	background:url(../images/bg-gradient.gif) no-repeat 0 28px;
}
#main-inner h2 {
	margin:0 0 38px;
	color:#404040;
	font-size:15px;
	text-transform:uppercase;
}
/* content */
#content {
	float:left;
	width:598px;
	padding:0 17px 0 0;
}

#content h3 {
	margin:0 0 15px;
	color:#0099cc;
	font-weight:bold;
	font-size:14px;
}
/* photo */
.photo {
	overflow:hidden;
	float:left;
	width:255px;
	height:180px;
	margin:0 12px 12px 0;
}
.photo img {display:block;}

/* photo2 */
.photo2 {
	overflow:hidden;
	float:left;
	width:230px;
	height:282px;
	margin:7px 30px 12px 0;
}
.photo2 img {display:block;}

.photo3 {

	float:right;
	margin:0px 0px 0px 20px;

}

.photo4 {

	float:right;
	margin:15px 20px 0px 0px;
	width:230px;
	height:282px;
}

div.float {
  float: left;
  width:183px;
  }
  
div.float p {
   text-align: center;
   }
   


#content p {margin:0 0 19px;}
/* sidebar */
#sidebar {
	float:right;
	width:275px;
	padding-left: 20px;

}
#sidebar h3 {
	margin:0 0 17px;
	color:#0099cc;
	font-weight:bold;
	font-size:14px;
}
/* sidebar address */
#sidebar address {
	font-style:normal;
	margin:0 0 17px;
	color:#333;
	font-size:12px;
}
/* sidebar dl */
#sidebar dl {
	margin:0 0 23px;
	padding:0;
	font-size:12px;
}
#sidebar dl dt {
	float:left;
	color:#383838;
	font-weight:bold;
	margin:0 2px 0 0;
}
#sidebar dl dd {
	margin:0 0 4px;
	overflow:hidden;

}
/* info */
.info ul {
	margin:-19px 0 0;
	padding:0;
	list-style:none;
}
.info ul li {
	font-size:14px;
	margin:0 0 9px;
}
.info ul li a {
	color:#0099cc;
}
.info {
	overflow:hidden;
	width:100%;
	margin:17px 0 0;
}

/*==================================CONTACT FORM
*/
#contact-wrapper {
	border:1px dashed #d2d2d2;
	background:#f7f7f7;
	padding:10px 20px 20px 20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	width:auto;
}
form#contactform {
	border:1px dashed #d2d2d2;
	font-size:12px;
	color:#505050;
	font-family:Arial, Helvetica, sans-serif;
	width:500px;
	padding:20px 20px 20px 20px;
	background-color:#e3f6ff;
}
form#contactform input {
	border:1px dashed #d2d2d2;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
}
form#contactform select {
	border:1px dashed #d2d2d2;
	font-size:12px;
	color:#505050;
	font-family:Arial, Helvetica, sans-serif; 
	width:200px;
	height:25px;
}
form#contactform .submit{
	background:#0099cc;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	text-align:center;
	width:80px;
	height:25px;
	line-height:25px;
	border:none;
}

.error{
	color:#FF0000;
}
.success{
	color:#FF0000;
	font-size:14px;
}
