@charset "UTF-8";
/* CSS Document */

#wrapper {
	background: #efecec;
	width: 810px;
	margin: 0 auto;
}

#heading {
	background: #007a00;
	padding: 3em 1em 0 1em;
	position: relative;
	height: 70px;
}
#heading #search {
	position: absolute;
	display: block;
	right: 1em;
	width: 320px;
	top: 3.5em;
	text-align: right;
}
#heading #search #query {
	width: 230px;
	height: 23px;
	border: 1px solid #000;
	line-height: 23px;
}
#heading #search #submitSearch {
	background: url(../images-layout/button-search.gif);
	width: 72px;
	height: 28px;
	vertical-align: top;
}
#heading #shoppingCart {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: white;
}
#heading #shoppingCart A {
	color: white;
}
#navigation {
	height: 28px;
	background: #007a00 url(../images-layout/tab.gif) no-repeat center top;
	padding: 0 1em;
}
#navigation A {
	height: 28px;
	display: block;
	float: left;
	line-height: 28px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 3.1em 0 2em;
	background: url(../images-layout/tab-space.gif) no-repeat right top;
}
#navigation A:hover {
	text-decoration:underline;
}
.main {
	width: 798px;
	margin: 0 auto;
	background: #fff;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.main .mainAdjustment {
	margin: 0em 1em 1em 1em;
}
.main .sections {
	text-align: center;
	padding: 1em 0;
}
.main .LT {
	text-align: left;
}
.main .sections a {
	text-decoration: none;
}

.actionPoint {
	background: url(../images-layout/gradient-green.gif) repeat-x;
	position: relative;
	border: 1px solid #bcf19c;
	background-color: #DEFEC3;
}

/* grey gradient actionPoint reset */

.greyGradient {
	background: #F5F5F5 url(../images-layout/gradient-grey.gif) repeat-x;
}

.actionPoint .content {
	margin: 1em;
}

.actionPoint .note {
	position: absolute;
	display: block;
	bottom: 1em;
	right: 1em;
}
.actionPoint H1 { margin: 0 0 0.7em 0; }

.actionPoint .topLeft, .actionPoint .topRight, .actionPoint .bottomRight, .actionPoint .bottomLeft {
	background-image: url(../images-layout/rounded-greenGradient.gif);
	background-repeat: no-repeat;
	display:block;
	position: absolute;
	width:12px;
	height:12px;
}

/* grey gradient actionPoint reset */

.greyGradient .topLeft, .greyGradient .topRight, .greyGradient .bottomRight, .greyGradient .bottomLeft {
	background-image: url(../images-layout/rounded-greyGradient.gif);
}

.topLeft {
	top: -1px;
	left: -1px;
	background-position: 0 0;
}

.topRight {
	top: -1px;
	right: -1px;
	background-position: -12px 0;
}

.bottomRight {
	bottom: -1px;
	right: -1px;
	background-position: -36px 0;
}

.bottomLeft {
	bottom: -1px;
	left: -1px;
	background-position: -24px 0;
}

.main #contactUs {
	float: right;
	width:	 252px;
	height: 160px;
	margin: 0 0 1em 1em;
}

#contactUs .content {
	background: url(../images-layout/phone.png) no-repeat right bottom;
	height: 135px;
}

.main #clearanceItems {
	float: left;
	width:	 380px;
	height: 185px;
}

#clearanceItems .content { height: 145px; }

.productMini {
	width: 118px;
	float: left;
	text-align: center;
	background: url(../images-layout/verticalBorder_GREEN.gif) no-repeat right top;
	height: 103px;
	overflow: visible;
}

.productMini .productImage { display: block; }

.productMini IMG {
	padding: 1px;
	border: 1px solid #DDD;
	margin: 0 0 0.2em 0;
}

.productMini IMG:hover { border: 1px solid #0F0; }

.main #bestSellers {
	float: right;
	width:	 380px;
	height: 185px;
}

#bestSellers .content { height: 145px; }
.main #manufacturers {
	border: 1px solid #dbdbdb;
	margin: 1em 0;
	width: 100%;
	min-height: 330px;
	height:auto !important;
	height: 330px;
}

#manufacturers .manufacturer {
	float: left;
	margin: 0 1em 1em 0;
}

#manufacturers .manufacturer IMG {
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
}

#manufacturers .manufacturer IMG:hover { border: 1px solid #0F0; }

#footer {
	border-top: 1px solid #d9d9d9;
}
#footer .mainAdjustment {
	margin:1em;
}
