body {
color: #000000;
margin-left: 0;
margin-top: 0;
margin-right: 0;
background: #ffffff;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 90%;
text-align: center;
line-height: 1.2em;
}

p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}



h1 {
	background-color: #DDDDDD;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
	border-bottom: 2px solid #000000;
	padding-bottom: 2px;
	line-height: 1.2em;
	padding-left: 10px;
	margin-top: 0px;
}
h2 {
	background-color: #ffffff;
	font-size: 30px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 15px solid #cccccc;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	color: #FF0000;
}
h5 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0px;

}
h6 {
	font-size: 12px;
}


a:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
.whitetext {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}



.hrthick {
border-bottom: 40px solid #000000;
margin-left: 30px;
margin-top: 2px;
}

.hr {
border-bottom: 2px solid #000000;
}

.main {
width: 740px;
margin: auto;
font-size: .9em;
}

.left {
float: left;
width: 300px;
padding-left: 20px;
}

.right {
width: 300px;
float: left;
padding-left: 20px;
border-left: 1px solid #000000;
}

.floatright {
float: right;
text-align: center;
margin: 10px 0 10px 10px;
}

.divleft {
text-align: left;
}

.center {
margin-left: 0 auto;
margin-right: 0 auto;
text-align: center;
}

.centerLeft {
width: 580px;
margin: 0px auto;
text-align: left;
}

.center1 {
margin: auto;
width: 641px;
margin-bottom: 20px;
}


.bluedark {
	color: #000099;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
}

.red {
color: #ff0000;
background: #ffffff;
}

.small {
font-size: .85em;
}

.large {
font-size: 1.2em;
font-weight: bold;
text-align: center;
margin: auto;
}

.large1 {
font-size: 1.2em;
}

.large1a {
font-size: 1.3em;
}

.large1b {
font-size: 1.4em;
}

.large2 {
font-size: 1.5em;
line-height: 1.2em;
}

.large3 {
font-size: 1.8em;
line-height: 1.2em;
}

.largenotbold {
font-size: 1.2em;
text-align: center;
margin: auto;
}

.larger {
font-size: 1.5em;
font-weight: bold;
text-align: left;
margin: auto;
line-height: 1.2em;
}

.largeblue {
font-size: 1.5em;
font-weight: bold;
text-align: center;
margin: auto;
color: #000099;
padding-top: 5px;
padding-bottom: 5px;
}

.largered {
	font-size: 1.5em;
	color: #ff0000;
	line-height: 1.2em;
	font-weight: 500;
}

.hugered {
color: #ff0000;
background: #ffffff;
font-size: 2em;
}

.events {
color: #ff0000;
background: #ffffff;
font-size: 32px;
}

.clear {
clear: both;
}

ul {
text-align: left;
}

ol {
text-align: left;
}

img {
border: 0
}

.centerbanner {
border: 1px solid #000000;
padding: 4px;
margin-top: 10px;
width: 70%;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.greenPanduit {
color: #00AF97;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}


/* ----- styling navMain links -------*/

/*--- overall style for the entire UL (unordered list) ----*/
ul#navMain{
	padding: 0;
	list-style:none; /*removed the bullets*/
	width:168px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

/*--- added a background image (repeating) to each link ----*/
ul#navMain a{
	background-image: url(../images/navMainBtnBKGD.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block; /*block: allows each link to be width of the UL*/
	height: 22px;
	padding-top: 8px; /*padding to push text down from the top*/
	margin: 0px; /*margin of 0 will allow links to stack right on top of eachother*/
}
#navMain a:link {
	color: #000000;
	text-decoration: none;
}
#navMain a:visited {
	text-decoration: none;
	color: #000000;
}
#navMain a:hover {
	text-decoration: none;
	color: #FF0000;
}
#navMain a:active {
	text-decoration: none;
	color: #FF0000;
}
.greenleetext {
	color: #66D437;
	font-size: 12px;
	font-weight: bold;
}
.blackbgrd {
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.graybgrd {
	background-color: #DDDDDD;
	padding: 5px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}

.imgright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.imgcenter{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.productinfo p {
	padding-left: 150px;
}
.productinfo {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 20px;
}
.maypromo {
	font-size: 18px;
	color: #009933;
	font-weight: normal;
	letter-spacing: normal;
}
.promotions {
	font-size: 14px;
	color: #660099;
}
.cutlerhammer {
	font-size: 18px;
	color: #0000CC;
	letter-spacing: normal;
	font-weight: bold;
}
.supplierofthemonth {
	font-size: 18px;
	color: #990000;
}

.border {
	border: thin solid #000000;
}

.upcomingevents {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
}

.halfcolumn {
	padding: 10px;
	width: 45%;
	float: left;
	display: block;
}
#tempTableTitle {
	margin-left: 33px;
}
.fullcolumn {
	padding: 10px;
	float: left;
	width: 95%;
	clear: right;
	display: block;
}
.racopromotion {
	font-size: 18px;
	color: #FF66CC;
}
