html, body {
	height: 100%;         /* required */
	background-color: #CC3333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;

}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -526px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 700px;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

.seal {
	padding-top: 4px;
}

.leftdiv {
	float: left;
}

.rightdiv {
	float: right;
	text-align: right;
}

.home-link {
	border: 0;
}

.mailing-form {
	font-size: 16px;
}

input { 
    background-color: #CC3333;
    border: 3px solid;
    border-color: #fff;
  	font-family: Helvetica, Verdana, Arial, sans-serif;
  	color: #fff;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	text-decoration: none;
  	letter-spacing: 0.05em;
  	padding: 4px;

}

.listmail {
	margin-left: -3px;
}


.button {
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  outline: none;
  border: 3px solid;
  border-color: #fff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: right; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
  color: #fff;
  background-color: #CC3333;
}

.button:hover {

	background-color: #CC0000;
}

.current {
	background-color: #CC0000;
} 

a {
	color: #FF9999;
	text-decoration: none;
}

a:hover {
	color: #FFCCCC;
	text-decoration: underline;
}


/*Store*/

div#store-container {
	width: 900px;
}

.store-left {
width: 45%;
float: left;
}

.store-right {
width: 45%;
float: right;

}

.main-store {

	font-size: 30px;

	margin: 16px 0 0 0;
}

.prod-title {
	font-size: 30px;
	margin: 16px 0 0 0;
}

.flavor {
	font-size: 24px;
}

.prod-description {
	font-size: 16px;
}

.flavor-description {
	font-size: 16px;
	margin-top: -4px;
}

.sub-head {
	font-size: 24px;
	margin: 20px 0 0 0;
}

.store-list {
	font-size: 16px;
	padding:0px 0px 0px 16px;
}

.kit {
	border: 4px solid;
	border-color: #fff;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#kitdown {
	margin-top: 16px;
}
