/* CSS Document */

/* RESET */

* {
	margin: 0px;
	padding: 0px;
}

/* OVERALL STRUCTURE */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F1EDC7;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
}
#page-container {
	background-image: url(../images/bg-page-container.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 904px;
	background-repeat: no-repeat;
}
#logo-container {
	width: 904px;
}
#logo-message {
	width: 904px;
}

/* MENU CONTAINER */

#menu-container {
	height: 60px;
	width: 904px;
}
#menu-container ul {
	list-style-position: inside;
	list-style-type: none;
}
#menu-container li {
	display: inline;
}
#menu-container li a {
	display: block;
	float: left;
	height: 60px;
	text-indent: -9999px;
}
#menu-container li a:hover {
	background-position: center;
}
.home {
	background-image: url(../images/menu-home.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.home-select {
	background-image: url(../images/menu-home.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.menu {
	background-image: url(../images/menu-menu.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.menu-select {
	background-image: url(../images/menu-menu.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.coffees-beverages {
	background-image: url(../images/menu-coffee.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.coffees-beverages-select {
	background-image: url(../images/menu-coffee.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.location {
	background-image: url(../images/menu-location.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.location-select {
	background-image: url(../images/menu-location.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.catering-parties {
	background-image: url(../images/menu-catering-parties.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.catering-parties-select {
	background-image: url(../images/menu-catering-parties.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.calendar {
	background-image: url(../images/menu-calendar.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.calendar-select {
	background-image: url(../images/menu-calendar.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.wolftv {
	background-image: url(../images/menu-wolftv.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.wolftv-select {
	background-image: url(../images/menu-wolftv.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}
.contact {
	background-image: url(../images/menu-contact.jpg);
	background-position: center top;
	height: 60px;
	width: 113px;
}
.contact-select {
	background-image: url(../images/menu-contact.jpg);
	background-position: center bottom;
	height: 60px;
	width: 113px;
}

/* COLUMNS */

#column-left-home {
	width: 534px;
	float: left;
}
#pfoodman {
	width: 384px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/brand-pfoodman.gif);
	background-repeat: no-repeat;
	height: 75px;
	padding-left: 150px;
	padding-top: 25px;
}
#column-right-calendar {
	float: right;
	width: 346px;
	background-image: url(../images/bg-calendar.jpg);
	background-repeat: no-repeat;
}
#column-right-calendar-2 {
	float: right;
	width: 346px;
}
#column-left-menu {
	float: left;
	width: 427px;
}
#column-right-menu {
	float: right;
	width: 427px;
}
#email-sign-up {
	background-image: url(../images/email-sign-up.gif);
	background-repeat: no-repeat;
	height: 148px;
	width: 316px;
	padding-top: 83px;
	padding-left: 30px;
}

/* TYPE */

h1 {
	font-weight: normal;
	color: #78000C;
	font-size: 2.5em;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	color: #78000C;
	font-size: 2.5em;
	margin-bottom: 5px;
	margin-top: 20px;
}
h3 {
	color: #b10d29;
	margin-top: 0px;
	font-size: 1.4em;
	line-height: 1.4em;
}
h4 {
	color: #b10d29;
	margin-top: 0px;
	font-size: 1.5em;
	line-height: 1.5em;
}
	
p {
	font-size: 1.4em;
	margin-top: 2px;
	line-height: 1.4em;
}
#page-container #logo-message p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#page-container #column-left-menu p {
	margin-bottom: 10px;
}
#page-container #column-right-menu p {
	margin-bottom: 10px;
}
#page-container #column-left-home p {
	margin-bottom: 10px;
}
#page-container #column-single p {
	margin-bottom: 10px;
}
#pfoodman p {
	font-size: 1.2em;
	line-height: 1.3em;
}
.menu-item {
	color: #B10D29;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #B00C27;
}
a:active {
	color: #B00C27;
}
.last-paragraph {
	margin-bottom: 40px;
}
.clear {
	clear: both;
}
#column-single {
	width: 904px;
}
.act-pic {
	float: right;
	width: 100px;
}
.act {
	width: 346px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#page-container #column-right-calendar .act .act-copy a {
	color: #B10D29;
}
.act-copy {
	float: left;
	width: 226px;
}
.act-calendar {
	width: 850px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.act-pic-calendar {
	float: left;
	width: 200px;
}
.act-copy-calendar {
	float: right;
	width: 625px;
}


.wapiti-calendar {
	width: 346px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.wapiti-pic-calendar {
	float: right;
	width: 123px;
}
.wapiti-copy-calendar {
	float: left;
	width: 208px;
}
#page-container #column-right-calendar p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-container #column-single p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
