html, body {
	font: 13px verdana, helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1e2e23 url(../custom/pbcbootcamp/bg.jpg) repeat-x;
}

a {
	color: #54703d;
}

.main {
	margin: auto;
	padding: 0px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background: #ebe9dc;
}

.header {
	background: url(../custom/pbcbootcamp/header.jpg) repeat-x;
	height: 170px;
	padding: 0px;
}

.mainlogo img {
	position: absolute;
	height: 67px;
	margin: 4px 0 0 20px;
}

.sitename {
	color: #ebe9dc;
	padding-left: 20px;	
	font: bold 28px verdana, helvetica, sans-serif;
	position: relative;
	top: 20px;
}

.nav {
	
	height: 22px;
	white-space: nowrap;
}

.nav ul {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/16_nav.jpg);
}

.nav ul li a {
	display: block;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1px;
	padding: 5px 20px 5px 20px;
	text-align: center;
	font: 11px verdana, sans-serif;
	border-right: 1px solid #9f9b8c;
	border-left: 1px solid #fff;
}

.nav ul li a:hover {
	background: url(../images/16_hov.jpg);
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	height: auto;
	width: auto;
	font-weight: normal;
	background: #f5f5f5;
	
	border-top: none;
	margin: 0;	
	padding: 0;
}

.nav li ul table a {
	width: auto;
	min-width: 120px;
	color: #000;
	text-align: left;
	padding: 6px 20px 6px 20px;
	background: url(../images/16_nav.jpg);
}

.nav li ul table a:hover {
	background: url(../images/16_hov.jpg);
}

.nav li ul ul {
	margin: -1.75em 0 0 14em;
}

.nav li:hover ul ul, #nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	visibility: hidden;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	visibility: visible;
}

.FlashVideoArea {
	padding: 0;
}

.pageheader {
		clear: left;
		background: url(../images/16_titlebar.jpg) repeat-x;
		height: 20px;
		font-size: 11px;
		color: #fff;
		padding-left: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 17px;
}

.content {
	font: 11px/15px verdana, sans-serif;
	color: #000;
	background: #ffffff;
	padding: 10px 20px 40px 20px;
	margin: 0;	
	text-align: justify;
}

.cartheader {
	clear: both;
	padding: 0 5px; 
	line-height: 20px;
	background: url(../images/16_titlebar.jpg) repeat-x;
	color: #fff;
}

.producttitle {
	float: left;
}

.price {
	float: right;
}

.cartimg img {
	margin: 15px 0;
}

.cartcontent {
	vertical-align: top;
	width: 325px;
}

.cartcontent p {
	margin: 15px 0;
}

.cartbuttons {
	vertical-align: top;
	width: 150px;
	padding: 15px 0;
}

.cartbuttons input, .cartbuttons select {
	width: 150px;
	font-size: 11px;
}



object, embed {
	position: relative;
	z-index: 1;
}

.footer {
	xposition: fixed;
	z-index: 2;
	bottom: 0;
	width: 756px;
	background: url(../images/16_footer.jpg) repeat-x;
	height: 32px;
	padding-right: 20px;
	font: 9px  verdana, helvetica, sans-serif;
}

.footer a span {
	color: #fff;
}

.footer a {
	float: right;
	text-decoration: none;
	color: #fff;
	padding-top: 16px;
}
