
/* ---------- reset rules start here ---------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------- site rules start here ---------- */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

img, img a {
	border: none;
}

.hidden {
	display: none;
}

.ie6Alert {
	display: none;
}

#pageContainer {
	display: block;
	background: #fff url(../../../images/pph-bodyBg.png) repeat-x top left;
}

#wrapper { 
	position: relative;
	display: block;
	clear: both;
 	margin: 0 auto;
 	width: 960px;
 	min-height: 700px;
}

/* ---------- TOP NAVIGATION ---------- */

#topNav {
	width: 960px;
	padding: 10px 0 10px 0;
	background: none;
	color: #fff;
	float: left;
}

#topMenu {
 	float: left;
 	height: 20px;
 	border: 0;
 	margin-right: 150px;
}

#topMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	float: left;
	position: relative;
}

#topMenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#topMenu li a {
	display: block;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	padding: 0 20px 0 0;
	text-decoration: none;
}

#topMenu li a:hover {
	text-decoration: underline;
}

/*------------- search form ----------------*/

/*
#searchform {
	position: absolute;
	height: 20px;
	width: 200px;
	right: 0;
	top: 10px;
}
#searchform label {
	position: absolute;
	display: none;
}
#searchwrapper {
	background: transparent url(../../../images/pph-searchField.png) no-repeat 0 0;
    width: 160px;
	height: 20px;
}
#searchbox {
	border-style: none;
	width: 110px;
	height: 16px;
	background: #e8e8e7;
	font-size: 1.2em;
	margin: 0;
	padding: 2px 8px 2px 10px;
	line-height: 1.6em;
    float: left;
}
#topNav #searchsubmit {
	border-style: none;
	width: 35px;
	height: 20px;
	font-size: 12px;
	text-indent: -99999px;
	cursor: pointer;
    float: left;
	margin: 0;
	padding: 0 0 0 8px;
	color: #fff;
	background: transparent url(../../../images/pph-searchField.png) no-repeat -132px 0;
}
	#topNav #searchsubmit:hover {
		background-position: -132px -20px;
		text-decoration: none;
	}
*/

.search {
	float: right;
	font-size: 1.1em;
	display: block;
	height: 20px;
	width: 160px;
	background: transparent url(../../../images/pph-searchField.png);
	margin-top: 0;
}

.search label {
	display: block;
	width: 175px;
	float: left;
}

.search .query {
	font-size: 1.1em;
	width: 110px;
	margin-left: 5px;
	border-style: none;
	background: transparent;
	padding-bottom: 2px;
}

.search .go {}

.login {
	background: transparent url(../../../images/pph-login-btn.png) no-repeat top left;
	display: block;
	width: 65px;
	height: 25px;
	float: right;
	color: #fff;
	padding: 5px 0 0 35px;
}


/* ---------- PAGE HEADER ---------- */

#header {
 color: #333;
 width: 960px;
 float: left;
 padding: 0;
 border: 0;
 height: 150px;
 margin: 10px 0 30px 0;
}

.logo {
	float: left;
	padding-top: 10px;
}

.breadcrumb {
	display: block;
	margin-top: 30px;
	width: 850px;
	height: 25px;
	padding: 4px 0 0 10px; 
	clear: both;
	font-size: 1.1em;
	color: #4c4843;
	font-weight: bold;
}

.B_crumbBox {}

.B_crumbBox, .B_crumbBox a, .B_crumbBox a:visited {
	color: #6a3a66;
	text-decoration: none;
	font-weight: normal;
}

.B_crumbBox a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.B_currentCrumb {
	color: #4c4843;
	font-weight: bold;
}

/* ---------- LEFT COLUMN ---------- */

#left { 
	position: relative;
 	border: 0;
 	margin: 0px 20px 20px 0px;
 	padding-top: 10px;
 	width: 265px;
 	float: left;
}

#menu a {
	text-indent: -99999px;
}

#menu a {
	display: block;
	font-size: 1.2em;
	height: 15px;
	width: 215px;
	padding: 10px;
	margin-bottom: 2px;
	color: #6a3a66;
	font-weight: normal;
	text-decoration: none;
}

#menu a.whatson {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat 0 0;
}

#menu a.whatson:hover {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat -235px 0;
}

#menu a.classes {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat 0 -35px;
}

#menu a.classes:hover {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat -235px -35px;
}

#menu a.signup {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat 0 -70px;
}

#menu a.signup:hover {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat -235px -70px;
}

#menu a.brochure {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat 0 -105px;
}

#menu a.brochure:hover {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat -235px -105px;
}

#menu a.seatingplan {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat 0 -140px;
}

#menu a.seatingplan:hover {
	background: #e8e8e7 url(../../../images/pph-leftMenuSprite.png) no-repeat -235px -140px;
}

.leftMenuDiv {
	width: 215px;
	padding: 10px;
	margin-bottom: 2px;
	background: #ebe1ec;
	font-size: 1.2em;
}

#menu li ul li div.leftMenuDiv a {
	color: #000;
	display: inline;
	text-indent: none;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}

#menu li ul li div.leftMenuDiv a:hover {
	color: #6a3a66;
}

.required {
	color: red;
}

.leftFeatured h3 {
	margin: 20px 20px 0 10px;
	/*background: #fff url(../../../images/pph-leftH3Bg.jpg) no-repeat;*/
	display: block;
	width: 215px;
	padding: 5px 0 5px 0;
	height: 15px;
	color: #6a3a66;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #d4cfca;
}

.leftFeatured ul {
	margin-top: 10px;
}

.upsell ul {
	margin-top: 10px;
}

.upsell li a {
	display: block;
	padding: 10px 0 0 10px;
	height: 10px;
	font-size: 1.2em;
	color: #4c4843;
	text-decoration: none;
}

.upsell li a:hover {
	text-decoration: underline;
}

.leftFeatured a.featuredNews {
	float: left;
	padding: 0;
	margin: 10px 0 10px 10px;
	display: block;
	width: 213px;
	min-height: 115px;
	background: #4c4843;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

.leftFeatured a.featuredNews:hover {
	background: #797570;
	cursor: pointer;
}

.leftFeatured .featuredNews .caption {
	display: block;
	min-height: 8px;
	padding: 2px 0 4px 5px;
	color: #fff;
	text-decoration: none;
}

.openQuote {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff url(../../../images/pph-openQuote.gif) no-repeat left top;
}

.closeQuote {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 10px;
	background: #fff url(../../../images/pph-closeQuote.gif) no-repeat right bottom;
}

.comments {
	width: 235px;
	margin-top: 30px;
}

.comments p {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;	
}

.comments p span {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}

/* ---------- MAIN CONTENT ---------- */

#right { 
	position: relative;
 	float: right;
 	border: 0;
 	margin-bottom: 40px;
 	padding-top: 10px;
 	width: 675px;
 	font-size: 1.2em;
}

.contentWrapper {
	margin-bottom: 20px;
}

.contentWrapper a, .contentWrapper a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.contentWrapper a:hover {
	color: #6a3a66;
}

.contentWrapper h2 {
	display: block;
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
	width: 660px;
	min-height: 35px;
	/*background: #fff url(../../../images/pph-h2Bg.jpg) no-repeat top left;*/
	font-size: 2.4em;
	color: #6a3a66;
}

.contentWrapper img {
	display: block;
	/*border: 1px solid #d3cec9;*/
	clear: right;
}

.content {
	padding: 0px;
}

.eventContent img {
	clear: none;
}

/* ---------- FOOTER ---------- */

#footerContainer {
	background: #4c4843 url(../../../images/pph-footerBg.png) repeat-x top left;
}

#footer { 
	height: 85px;
 	width: 940px;
 	clear: both;
 	color: #e8e8e7;
 	border: 0;
 	background: none;
 	margin: 0px auto;
 	padding: 35px 0 20px 0;
 	font-size: 1.1em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.footerLeft {
	float: left;
	line-height: 2em;
}

.footerRight {
	float: right;
	line-height: 2em;
	text-align: right;
}