* { margin: 0; padding: 0; } 
img { border: 0; }
a { outline: 0; }

body {
	color: #555;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(/img/footer-background.png) repeat-x bottom center;
}

#container {
	position: relative;
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	overflow: auto;
}

#debugHeader {
}

#stage {
	clear: both;
	float: left;
	width: 970px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

#header{
	position: relative;
	float: left;
	width: 400px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	background: transparent url(/img/logo.png) no-repeat top left;	
}

#logoArea {
	position: absolute;
	display: block;
	width: 240px;
	height: 225px;
	left: 0;
	top: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content{
	position: relative;
	float: right;
	width: 570px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	overflow: auto;
	background: transparent url(/img/munki-background.png) no-repeat top left;
	min-height: 550px;	
}

#flashArea {
	float: right;
	width: 570px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	height: 360px;
	background: #e6e6e6;
}

#homeStore {
	clear: both;
	float: left;
	padding: 20px 0px 0px 0px;
}

#footer {
	clear: both;
	float: left;
	position: relative;
	width: 970px;
	height: 220px;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 8pt;
}

#navBar {
	display: block;
	clear: both;
	float: left;
	width: 195px;
	margin: 84px 0px 0px 205px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

#navBar li {
	/*	display: inline; */
		display: block;
		float: left;
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
}

#navStore {
	background: transparent url(/img/nav_store.png) no-repeat top left;	
}

#navAbout {
	background: transparent url(/img/nav_about.png) no-repeat top left;	
}

#navTrailers {
	background: transparent url(/img/nav_trailers.png) no-repeat top left;	
}

#navTestimonials {
	background: transparent url(/img/nav_testimonials.png) no-repeat top left;	
}

#navBlog {
	background: transparent url(/img/nav_blog.png) no-repeat top left;	
}

#navNews {
	background: transparent url(/img/nav_news.png) no-repeat top left;	
}

#navContact {
	background: transparent url(/img/nav_contact.png) no-repeat top left;	
}

#navBar li a {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 195px;
	height: 33px;
}

#navBar li a:hover, #navBar li.selected a {
	background-position: top right;
}

#theCart {
	display: block;
	position: absolute;
	left: 205px;
	top: 30px;
	cursor: pointer;
}


div.columnParent {
	clear: both;
	float: left;
	width: 970px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

div.columnLeft {
	float: left;
	width: 470px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ddd;
}

div.columnRight {
	float: right;
	width: 470px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ddd;
}

div.columnBlock {
	float: left;
	width: 460px;
	clear: both;
	overflow: auto;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

#formColumns {
	clear: both;
	float: left;
	width: 940px;
	padding: 0px 0px 20px 0px;
}

#formColumnRight {
	float: right;
	width: 272px;
}

div.paymentBlock {
	clear: both;
	float: left;
	overflow: auto;
	padding: 0px 0px 10px 0px;
}

#shippingSwitch {
	font-size: 10pt;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

