@charset "UTF-8";
.distribleft {
	width: 400px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 14px;
	position: relative;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #262626;
}
.newsflash {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #C00;
}
a:link {
	text-decoration: none;
	color: #090;
}
a:visited {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
} 
#header  {
	width: 950px;
	position: relative;
	padding: 0;
} 
#headertext {
	float: left;
	width: 621px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: center;
}
#logo {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 229px;
	position: relative;
	padding-bottom: 20px;
}
#logosmall {
	float: left;
	width: 200px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#friend {
	width: 520px;
	position: relative;
	margin-left: 40px;
}
.learnmore {
	font-size: 12px;
}
#largeimagewrapleft {
	float: left;
	width: 500px;
	position: relative;
}
#largeprodpagewrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bucketimagewrap {
	float: left;
	width: 248px;
	position: relative;
	padding-left: 40px;
}
#distribstatewrap {
	font-size: 14px;
	color: #000;
	width: 460px;
	margin-left: 200px;
	position: relative;
}
#newimg {
	width: 98px;
	position: relative;
	text-align: center;
	float: left;
	height: 140px;
}
#newprodimg {
	text-align: center;
	float: right;
	width: 302px;
	position: relative;
	height: 140px;
}
.imgwrapleft {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 360px;
}
#newproduct {
	width: 400px;
	position: relative;
	padding-left: 20px;
	margin-left: 80px;
}
#topnav {
	background-color: #CCC;
	text-align: center;
	height: 42px;
	width: 944px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 6px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 440px;
	padding-right: 10px;
	padding-left: 20px;
	position: relative;
}
.prodimage {
	width: 790px;
	position: relative;
	padding-right: 80px;
	padding-left: 80px;
}
#mainContent  {
	float: right;
	width: 440px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
} 
#newproductmain {
	width: 400px;
	position: relative;
	margin-left: 24px;
}
#centerphoto {
	text-align: left;
	width: 950px;
	position: relative;
}
#footer  {
	background:#DDDDDD;
	width: 950px;
	position: relative;
	text-align: center;
} 
#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 */
	text-align: center;
	position: relative;
}
.navbtn {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 16px;
	color: #000;
	background-color: #CCC;
	float: left;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 24px;
	border: 2px outset #999;
	padding: 6px;
}
.navbtn a:link {
	color: #666;
	text-decoration: none;
}
.navbtn a:visited {
	color: #333;
	text-decoration: none;
}
.navbtn a:hover {
	color: #000;
}
.navbtn a:active {
	color: #000;
}
.header   {
	margin: 0;
	padding: 10px;
}
.caption1 {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 10px;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.distribbtn {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	color: #000;
	background-color: #F58021;
	border: 2px outset #999;
	text-align: center;
	height: 28px;
	width: 284px;
	position: relative;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-right: 60px;
	margin-left: 60px;
}
.distribbtn a:link {
	color: #FFF;
	background-color: #F58023;
	text-decoration: none;
}
.distribbtn a:visited {
	color: #FFF;
	background-color: #F58023;
	text-decoration: none;
}
.distribbtn a:hover {
	color: #333;
	background-color: #F58023;
	text-decoration: none;
}
.distribbtn a:active {
	color: #FFF;
	background-color: #F58023;
	text-decoration: none;
}
.subhead2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
