.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


/*************** Page layout ***************/
body {
	background: #C8C8C8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6, strong {
	color: #cd0000;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 32px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 28px;
}
a {
	color: #780000;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
img {
	border:0;
}


#wrapper {
	width: 857px;
	margin: auto;
	background: url(images/bg.jpg) repeat-y;
	position:relative;
}
#header {
	background: url(images/header.jpg);
	width: 857px;
	height: 167px;
	margin: 0;
	text-indent: -5000px;
}
#header a {
	display: block;
	width: 857px;
	height: 167px;
}
#nav {
	float: left;
	width: 184px;
	margin-bottom: 190px;
}
/*
#content {
	margin-right: 50px;
	margin-left: 190px;
}
*/
#content {
	margin-left: 12px;
	margin-right: 50px;
	float: left;
	width: 600px;
}

#content .text {
	margin: 0 20px 0 25px;
}

#mascot {
	background: url(images/mascot.png);
	bottom:54px;
	height:180px;
	left:0;
	margin-left:15px;
	position:absolute;
	width:122px;
	clear: both; /* IE6 hack to get abs in the right posn */
}

#footer {
	background: url(images/footer-bg.png) no-repeat;
	margin-left: 45px;
	width: 750px;
	height: 39px;
	padding-top: 15px;
	padding-left: 16px;
/*	margin-top: 30px; */
	color: #756e00;
	font-size: 10px;
}
#footer a {
	color: #756e00;
}

/***************** Image boxes **************/
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:5em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/photoblock-bg.png) no-repeat top right;
 _background-image:url(images/photoblock-bg.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:16px 17px 0 0;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:17px; /* top slice width */
 margin-left:-17px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:16px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:17px; /* bottom corner width */
 margin-left:-17px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog p {
	margin: 0;
}
.dialog img {
	padding: 0 4px;
	border-right: 1px dashed #CCC;
	vertical-align: middle;
}
.dialog .first {
	padding-left: 0 !important;
}
.dialog .last {
	padding-right: 0 !important;
	border-right: 0 !important;
}

.caption, .dialog p {
	text-align: center;
	color: #000;
	font-size: 10px;
}
.caption {
	float: left;
	padding: 0 4px;
}
.four-up .caption {
	width: 137px;
}
.three-up .caption {
	width: 185px;
}
.two-up .caption {
	width: 283px;
}



.row-left {
	margin-right: 20px;
}
.row-right {
	margin-left: 25px;
}

.row-left .dialog {
	width: 201px;
	float: left;
}
.row-right .dialog {
	width: 201px;
	float: right;
}
.row-right p {
	margin-right: 215px;
}
.enthusiasts-leftcol {
	width: 215px;
	float: left;
}
.enthusiasts-leftcol .dialog p {
	width: 185px;
}
.enthusiasts-leftcol .dialog {
	width: 201px;
	margin-bottom: 10px;
}
.enthusiasts-rightcol {
	float: left;
	width: 380px;
}

table.prices {
	font-size: 16px;
	font-weight: bold;
}
