@charset "utf-8";
/* CSS Document */
.columns {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 8px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font: 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: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #000;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 383px;
}
.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 {
	background-color: #000;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 40;
	padding-bottom: 10px;
	padding-left: 0;
}
#links {
	float: left;
	width: 100%;
	margin-top: 105px;
	background-image: url(images/links_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 7px;
	padding-left: 10px;
}
#links a:hover {
	color: #C00;
	text-decoration: underline;
}
#links a {
	color: #e8b61f;
	text-decoration: none;
}
.questions {
	font: bold 13px Arial, Helvetica, sans-serif;
}
.questions li {
	background-image: url(images/questions_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	list-style: none;
	height: 30px;
}
.heretohelp {
	text-align: center;
	font-weight: bold;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
}
.centerImages {
	text-align: center;
}
.smallfont {
	font-size: 12px;
}
#col1 {
}
#col2 {
}
#col3 {
}
#footer a:link {
	color: #E8B61F;
	text-decoration: none;
}
#footer a:hover {
	color: #C00;
	text-decoration: underline;
}

div.imgBox {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0px;
}

div.imgBox img {
  padding: 1px;
}

div.imgBoxLeft {
	
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 0px; 
}
div.imgBoxLeft img {
  padding: 1px;
  }
div.imgBoxLeft p {
	text-align: center;
	margin-top: 2px;
	font-size: 0px; 
}

div.imgBoxColumn {
  text-align: center;
  float: left;
  width: 33%;
}

div.imgBoxTwoColumn {
	width: 49%;
	float: left;
	text-align: left;
}

div.imgBoxTwoColumn h2 {
  margin-top: 5px;
}
  
div.imgBoxTwoColumn img {
	padding: 1px;
}

div.imgBoxColumn img {
	padding: 1px;
}

div.imgBoxColumn p {
	text-align: center;
	margin-top: 2px;
}


div.imgBoxLrgRight {
	float: left;
	margin-left: 20px;
	font-size: 0px; 
}
div.imgBoxLrgRight img {
  padding: 1px;
}
div.imgBoxSmlRightTop {
	float: left;
	margin-left: 5px;
	font-size: 0px; 
}
div.imgBoxSmlRightTop img {
  padding: 1px;
}
div.imgBoxSmlRightBot {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	font-size: 0px; 
}
div.imgBoxSmlRightBot img {
  padding: 1px;
}
.imageLeft {
	float: left;
	padding-right: 10px;
}
h2 {
	font-size: 16px;
	color: #C00;
}
.price {
	font-weight: bold;
	color: #00F;
}
.validation {
	color: #F00;
}
#slideshow {
	width: 100%;
}
