﻿/*-------------------------------------------

             Title :  The Bap Van
             Usage :  Global Layout
             Author:  QualityXHTML
             Edited:  2009-10-10

---------------------------------------------*/


/*===================TOC=====================

               1. Reset
               2. Containers
               3. Skip Links
               4. Branding
               5. Site Navigation
               6. Catcher
               7. Content
               8. Supp Navigation
               9. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	}

a:hover, a:focus {
	text-decoration: underline;
	}

img, abbr, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

strong, em, cite, address {
	font-style: normal;
	font-weight: normal;
	}

legend {
	display: none;
	}

table {
	table-layout: fixed;
	border-collapse: collapse;
	}

object {
	outline: none;
	}


/* 2. Containers
---------------------------------------------*/
html {
	overflow-x: hidden;
	}

body {
	font-family: Arial, sans-serif;
	background: #F1F1F1;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	background: #171918;
	}

#branding .inner {
	position: relative;
	margin: 0 auto;
	width: 876px;
	height: 1%;
	min-height: 126px;
	}

#branding .inner:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}

#branding .inner h1 a {
	position: absolute;
	top: 27px;
	left: 0;
	width: 247px;
	height: 76px;
	overflow: hidden;
	text-indent: -500em;
	background: url(../images/branding_a_bg.png) no-repeat top left;
	}

#branding .inner p {
	float: right;
	margin-top: 26px;
	width: 580px;
	color: #D7D6DB;
	font-size: 0.75em;
	text-align: right;
	}

.ie6-7 #branding .inner p {
	margin-top: 27px;
	}

#branding .inner p a {
	position: relative;
	color: #D7D6DB;
	font-weight: bold;
	}


/* 5. Site Navigation
---------------------------------------------*/
#site-nav {
	float: left;
	margin: 31px 0 10px 344px;
	cursor: default;
	}

.safari #site-nav {
	margin-left: 340px;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul li {
	float: left;
	margin: 0 0 7px 7px;
	}

#site-nav ul li a {
	float: left;
	color: white;
	font-weight: bold;
	font-size: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
	background: #282A29 url(../images/site-nav_a_bg.png) no-repeat 0 0;
	}

#site-nav ul li a:hover,
#site-nav ul li a:focus {
	color: #171918;
	background-color: white;
	background-position: 0 -56px;
	}

#site-nav ul li a span {
	float: left;
	padding: 7px 13px;
	height: 14px;
	cursor: pointer;
	background: url(../images/site-nav_a_bg.png) no-repeat 100% -28px;
	}

#site-nav ul li a:hover span,
#site-nav ul li a:focus span {
	background-position: 100% -84px;
	}

#home     #site-nav ul li:first-child                          a,
#services #site-nav ul li:first-child + li                     a,
#buffet	  #site-nav ul li:first-child + li + li                a,
#menu     #site-nav ul li:first-child + li + li + li           a,
#location #site-nav ul li:first-child + li + li + li + li      a,
#contact  #site-nav ul li:first-child + li + li + li + li + li a {
	color: white;
	background-color: #74D700;
	background-position: 0 -112px;
	}

#home     #site-nav ul li:first-child                          a span,
#services #site-nav ul li:first-child + li                     a span,
#buffet	  #site-nav ul li:first-child + li + li                a span,
#menu     #site-nav ul li:first-child + li + li + li           a span,
#location #site-nav ul li:first-child + li + li + li + li      a span,
#contact  #site-nav ul li:first-child + li + li + li + li + li a span {
	background-position: 100% -140px;
	}


/* 6. Catcher
---------------------------------------------*/
#catcher {
	border-top: 1px solid white;
	background: #D9D8DD url(../images/catcher_bg.png) repeat-x bottom left;
	}

#catcher .inner {
	position: relative;
	margin: 0 auto;
	padding-top: 24px;
	width: 876px;
	height: 1%;
	min-height: 251px;
	}

#catcher .inner:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}

#catcher .inner h2 {
	position: relative;
	z-index: 3;
	margin-bottom: 16px;
	width: 400px;
	color: #171918;
	font: bold 1.5em 'KozGoPro-Bold', Arial, sans-serif;
	}

.opera  #catcher .inner h2 { margin-bottom: 19px; font-size:  1.6em; }
.safari #catcher .inner h2 { margin-bottom: 22px; font-size: 1.55em; }

#catcher .inner p {
	position: relative;
	z-index: 3;
	width: 400px;
	color: #171918;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 2.1em;
	}

#catcher .inner p strong {
	font-weight: bold;
	text-transform: uppercase;
	}

#catcher .inner p em {
	position: relative;
	display: block;
	margin: 22px 0 0 -25px;
	width: 411px;
	height: 85px;
	overflow: hidden;
	font-weight: bold;
	text-indent: -500em;
	background: url(../images/catcher_em_bg.jpg) no-repeat top left;
	}

#catcher .inner #truck {
	position: absolute;
	bottom: -18px;
	right: -110px;
	z-index: 2;
	display: block;
	width: 820px;
	height: 293px;
	overflow: hidden;
	font-weight: bold;
	text-indent: -500em;
	background: url(../images/catcher_truck_bg.jpg) no-repeat top left;
	}


/* 7. Content
---------------------------------------------*/
#content {
	margin: 0 auto;
	background: #F1F1F1 url(../images/content_bg.gif) repeat-x top left;
	}

#content #shade {
	background: url(../images/content_shade_bg.png) no-repeat top center;
	}

#content #shade .inner {
	margin: 0 auto;
	padding: 25px 0 56px;
	width: 876px;
	height: 1%;
	border-bottom: 1px solid #E0E0E0;
	}

#content #shade .inner:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}


/* 7. Supplementary Navigation
---------------------------------------------*/
#supp-nav {
	position: absolute;
	top: 12px;
	right: 0;
	cursor: default;
	}

#supp-nav h3 {
	position: absolute;
	left: -500em;
	}

#supp-nav ul li {
	float: left;
	margin-left: 15px;
	}

#supp-nav ul li a {
	color: #8A8A8A;
	}

#home     #supp-nav ul li:first-child                          a,
#services #supp-nav ul li:first-child + li                     a,
#menu     #supp-nav ul li:first-child + li + li                a,
#location #supp-nav ul li:first-child + li + li + li           a,
#times    #supp-nav ul li:first-child + li + li + li + li      a,
#contact  #supp-nav ul li:first-child + li + li + li + li + li a {
	color: #171918;
	}


/* 8. Site Info
---------------------------------------------*/
#siteinfo .inner {
	position: relative;
	margin: 0 auto;
	padding: 12px 0 13px;
	width: 876px;
	color: #8A8A8A;
	font-size: 0.6875em;
	border-top: 1px solid white;
	}

.safari #siteinfo .inner {
	text-shadow: none;
	}

#siteinfo .inner strong {
	text-transform: uppercase;
	}

#siteinfo a {
	color: #8A8A8A;
	}

#siteinfo a:hover {
	color: #171918;
	}