html { 
	margin-left: -1px; /* hack to fix 1px background offset */
	overflow-y: scroll; /* force scroll bar on all browsers */
}
body {
	margin:0;
	padding:2px 0 0;
	background: #fff;
	color: #231f20;
}
.grid_1{width:40px;}
.grid_2{width:100px;}
.grid_3{width:160px;}
.grid_4{width:220px;}
.grid_5{width:280px;}
.grid_6{width:340px;}
.grid_7{width:400px;}
.grid_8{width:460px;}
.grid_9{width:520px;}
.grid_10{width:580px;}
.grid_11{width:640px;}
.grid_12{width:700px;}
.grid_13{width:760px;}
.grid_14{width:820px;}
.grid_15{width:880px;}
.grid_16{width:940px;}
.column {
  float: right;
  margin: 0 10px;
  overflow: hidden;
  display: inline;
}
.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#hdr {
	background: url('../images/popsie.png');
	height: 176px;
}
a.homelink {
	display: block;
	float: right;
	width: 150px;
	height: 90px;
	margin: 50px 30px 0 0;
	overflow: hidden;
	text-indent: -500px;
}
.row.cholder {
	background: url('../images/popsie.png') no-repeat 0 bottom;
	padding-bottom: 30px;
	margin-bottom: 3px;
}
#footer {
	font-size: 12px;
	margin-top: -24px;
	color: gray;
	width: 900px;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footer a.tjl {
	display: block;
	float: right;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 12px;
}
#footer a.tjl:hover {color: gray;}

ul.mmenu a, ul.pmenu a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
ul.mmenu a.selected, ul.pmenu a.selected, ul.mmenu a:hover, ul.pmenu a:hover {
	text-decoration: underline;
}

ul.mmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	top: 30px;
}
ul.mmenu li {
	display: inline;
	padding-right: 30px;
}
ul.mmenu a {
	font-size: 14px;
	color: #231f20;
	text-shadow: 1px 1px 2px #d9d9d9;
}

ul.pmenu {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
	overflow: hidden;
	position: relative;
	top: 60px;
}
ul.pmenu li {
	display: inline;
	padding-right: 20px;
}
ul.pmenu li.last {
	padding-right: 0;
}
ul.pmenu a {
	font-size: 18px;
	color: #fff;
	color: #ececec;
	text-shadow: none;

}

#content {
	overflow-y: auto;
	margin: 0 30px 0 40px;
	padding-right: 5px;
	min-height: 200px;
}


/* Retailer Login */
#retailer {
	position: relative;
	top: 50px;
	left: 30px;
	height: 40px;
	width: 500px;
}
#retailer input {
	margin-right: 30px;
	display: block;
	float: left;
	margin-top: 4px;
}
#checkout {
	color: #ff9c53;
	overflow: hidden;
	background: url('../images/checkout.png') no-repeat left center;
	line-height: 32px;
	display: block;
	float: left;
	padding-left: 36px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	/*border: solid gray 1px;
	padding: 1px 5px 1px 45px;*/
}
#checkout:hover {
	text-decoration: underline;
}

.button, input[type="submit"] {
	line-height: 16px;
	height: 26px;
	padding: 2px 10px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#b7b7b7 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#b7b7b7 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f9f9f9 0%,#b7b7b7 100%); /* W3C */
	border: solid gray 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-shadow: 0 1px 0 white;
	overflow:visible;
	margin: 0 5px 0 0;
	font-family: Arial,helvetica,sans-serif;
	font-size: 13px;
}
.button:hover, input[type="submit"]:hover {
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top, #b7b7b7 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b7b7b7 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b7b7b7 0%,#f9f9f9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b7b7b7 0%,#f9f9f9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b7b7b7 0%,#f9f9f9 100%); /* W3C */
}
.button:active, input[type="submit"]:active {
	background: #b7b7b7;
}


/* Contact Form */
table.contactform {
	margin: auto;
}
table.contactform input[type="text"], table.contactform textarea , table.contactform select {
	color: #34294D;
	padding: 3px;
	background: #fff;
	border: solid #666 1px;
	box-shadow: 2px 2px 5px #bfbfbf;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#bfbfbf')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#bfbfbf');
}
table.contactform label input {
	border: none;
}
table.contactform td {
	vertical-align:top;
}
input.emailform_input {
	width: 250px;
}
td.formheader {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
div.thankYou {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e4e4ff;
	line-height: 120%;
	text-align: center;
}
.emailform_textarea {
	width: 250px;
	height: 150px;
}
.requiredfield {
	font-size: 0.8em;
}
