@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top:10px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top:double;
	border-top-color:#FFF;
}
.oneColFixCtrHdr #mainContent p span {		/* For RSS icon on events page */
	position:relative;
	top: 7px;
}
.oneColFixCtrHdr #mainContent p a, a:hover, a:visited img {
	color:#CCC;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent .title {
	color:#999;
	font-style:italic;
}
.oneColFixCtrHdr #mainContent .text {
	font-size:90%;
	text-align:left;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .text ul {
	text-align:left;
	font-size:90%;
}
.oneColFixCtrHdr #mainContent .text li {
	text-align:left;
	font-size:90%;
}
.oneColFixCtrHdr #mainContent .text a:link {
	color:#999;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:60%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a:link, #footer a:visited, #footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.oneColFixCtrHdr #nav {
	margin-top:20px;
	padding-bottom: .5em;
}
.oneColFixCtrHdr #nav a:link, #nav a:visited {
	text-decoration:none;
	font-size:110%;
	color:#FFFFFF;
}
.oneColFixCtrHdr #nav a:hover {
	text-decoration: underline;
}
/* Products specific styles */
.oneColFixCtrHdr #mainContent #sidebar {
	float:left;
	width:200px;
	padding: 15px 10px 15px 0px;
	position:relative;
	margin-bottom: 5em;
}
/* Sidebar */

#sidebarImages {
  padding: 0;
  margin: 10px 0 0 -12px;
  position: relative;
}
#sidebar a:visited, #sidebar a {
	color: #EEE;
}
#productsNav {
	padding: 0 25px 20px;
	background-color: #666;
}
#productsNav p {
	text-decoration: underline;
}
#productsNav ul.products {
	margin: 0;
	padding:0;
}
#productsNav ul.products li, ul.products a {
	text-decoration: none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0 auto;
	text-align: left;
	list-style: square;
	color: #EEE;
}
#productsNav a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent #sidebar #cart {
	float: left;
	padding-top: 2em;
	margin-bottom: 5em;
}
.oneColFixCtrHdr #mainContent #detailContent {
	margin: 0px 0px 10px 210px;
	padding: 15px 10px 0px 0px;
}
.oneColFixCtrHdr #mainContent #detailContent img {
	border:0;
}
.oneColFixCtrHdr #mainContent #detailContent .price {
	font-size:85%;
	font-style:oblique;
}
.oneColFixCtrHdr .clear {
	clear: both;
}

/* Photo Gallery specific CSS */

#mainContent p.emailPhotos a:link {
	text-decoration: underline;
}
.img-description, .imgbrowz0r-navigation, #imgbrowz0r {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	text-transform: capitalize;
}
.imgbrowz0r-navigation {
	padding: 1.5em 0 0.5em;
}
.imgbrowz0r-navigation .img-statistics {
	margin-top: 1.5em;
}
.img-description {
	margin: 1.5em auto 0;
}
#imgbrowz0r .img-row {
	padding: 0 1em;
}
#imgbrowz0r .img-directory a:link, #imgbrowz0r .img-directory a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#imgbrowz0r .img-thumbnail a:link img, #imgbrowz0r .img-thumbnail a:visited img {
	border: none;
}
#imgbrowz0r .img-directory a:link, #imgbrowz0r .img-directory a:visited {
	background-color: #000;
	border: none;
	font-size: 1.5em;
}
#imgbrowz0r .img-directory span.img-dir-name, #imgbrowz0r .img-directory span.img-thumb-date {
	display: block;
}
#imgbrowz0r .img-directory span.img-dir-name {
	font-weight: bold;
	font-size: 1.2em;
}
#imgbrowz0r .img-thumbnail a, #imgbrowz0r .img-directory a {
	display: block;
	margin: 0 auto;
	width: 200px;
	height:140px;
}
#imgbrowz0r .img-thumbnail, #imgbrowz0r .img-directory {
	float: left;
	padding: 1.5em 0;
	width: 25%;
	text-align: center;
}
#imgbrowz0r .img-column-1 {
	clear: left;
}
#imgbrowz0r .img-directory a:link, #imgbrowz0r .img-directory a:visited {
	height: 160px;
	line-height: 150px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.dealerLogo {
	display: block;
	margin: 15px;
	border-bottom: 1px;
	border-bottom-color:#FFF;
	padding: 10px;
}

/*Blowout sale*/
div.blowout {
	color:#F00;
	font-style: italic;
	text-decoration: underline;
}
.strikeout {
	text-decoration:line-through;
}

/* PRODUCTS */
.productImage * {
  clear: both;
  margin: 0;
  padding: 0;
}
