@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: center; /* this overrides the text-align: center on the body element. */
	padding:0;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/newbackground.gif);
	background-repeat:no-repeat;
	height:700px;
	border: 1px solid #ffffff; 
}

#homeheader {
	height: 156px;
	text-align:right;
	margin: 0 0 0 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	text-transform:uppercase;
}

#homeheader p{
	padding-top: 16em;
	padding-left: 1em;
}

#wholesale {
	text-align:right;
	padding: 1.2em 1.5em .75em;

}

ul {
	margin:0;
	padding:0 0 0 2.6em;
	text-align:center;
}
li{
	float:left;
	display:inline;
	list-style-type:none;
	height:160px;
	padding-right:1.2em;
	/*border: 1px solid #000000; */
}
.last {
	margin:0;
	padding:0 0 0 .5em;
}

li.widow{
	float:none;
	padding: 0 .6em;
	/*border: 1px solid #000000; */
}
.clear {
	clear:left;
	text-align:center;
	height: 1.5em;
	padding: .15em 0 0 0;
}
.clearsmall {
	clear:left;
	text-align:center;
	height: 1em;
	padding: 0 0 0 0;
}
.homeparagraph {
	padding: .5em 0 0 0;
}