@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: underline;
}
a img {
	border: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 7px;
}
h6 {
	font-size: 6px;
}
th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
table {
	border-spacing: 0px;
}
#mainContent {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
} 
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 77px;
	height: 32px;
	padding-left: 182px;
}
a.navLink:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/nav/main_bg_off.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
	width: 95px;
	display: inline-block;
	float: left;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	font-size: 11px;
}
a.navLink:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/nav/main_bg_off.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
	width: 95px;
}
a.navLink:hover {
	color: #000;
	text-decoration: none;
	background-image: url(../images/nav/main_bg_over.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
	width: 95px;
}
#leftNav {
	background-color: #F5F5F5;
	width: 156px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
a.leftLink:link {
	color: #707070;
	text-decoration: none;
	width: 152px;
	height: 18px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #BDBDBD;
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.leftLink:visited {
	color: #707070;
	background-color: #F5F5F5;
	text-decoration: none;
	border-bottom: 1px solid #BDBDBD;
}
a.leftLink:hover {
	color: #000;
	text-decoration: none;
	width: 151px;
	height: 18px;
	background-color: #E0E0E0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#quickSearch {
	padding-left: 3px;
	margin-top: 10px;
}
#quickSearch  input {
	font-size: 10px;
}
.searchBttn {
	position: relative;
	display: block;
	float: right;
	top: -6px;
	left: -20px;
}
#contentDiv {
	padding: 10px;
	width: 582px;
	float: right;
	text-align: left;
}
.promoDiv {
	width: 284px;
	height: 200px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
.promoDivR {
	width: 284px;
	height: 200px;
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.promoDivBig {
	width: 582px;
	height: 200px;
	float: none;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	clear: both;
}
a.promoLink:link {
	color: #666666;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	width: 274px;
	height: 190px;
	padding: 5px;
}
a.promoLink:visited {
	color: #666666;
	background-color: #FFF;
}
a.promoLink:hover {
	background-color: #F9F9F9;
}
a.promoLinkBig:link {
	color: #666666;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	width: 572px;
	height: 190px;
	padding: 5px;
}
a.promoLinkBig:visited {
	color: #666666;
	background-color: #FFF;
}
a.promoLinkBig:hover {
	background-color: #F9F9F9;
}
.brdr {
	border: 1px solid #333;
}
.copyHdr {
	color: #990000;
}
.printHdr {
	color: #660066;
}
.suppliesHdr {
	color: #996600;
}
.shopHdr {
	color: #FF6600;
}
.planHdr {
	color: #00CC33;
}
.bigTxt {
	font-size: 16px;
}
.redTxt {
	color: #900;
}
.headerTxt {
	color: #3B89C9;
	font-size: 14px;
	font-weight: bold;
}
#footerDiv {
	text-align: right;
	width: 760px;
	margin: 0 auto;
	background-color: #FFF;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footerBanner {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #707070;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerNav {
	color: #CCC;
	padding: 10px;
}
a.footLink:link {
	color: #3B89C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3B89C9;
}
a.footLink:visited {
	color: #3B89C9;
}
a.footLink:hover {
	color: #011F97;
	text-decoration: none;
	border-bottom-color: #011F97;
}
a.ddLink:link {
	color: #CCC;
	text-decoration: none;
}
a.ddLink:visited {
	color: #CCC;
	text-decoration: none;
}
a.ddLink:hover {
	color: #AAA;
	text-decoration: none;
}
.catView {
	width: 182px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	text-align: center;
	border: 1px solid #CCC;
}
a.catLink:link {
	color: #494949;
	text-decoration: none;
	display: block;
	background-color: #FFF9F0;
	width: 182px;
	height: 120px;
	padding-top: 20px;
}
a.catLink:visited {
	color: #494949;
	background-color: #FFF9F0;
}
a.catLink:hover {
	color: #000;
	background-color: #FFF7EA;
}
.catPic {
	border: 1px solid #CCC;
	padding: 2px;
	height: 65px;
	width: 65px;
	margin-bottom: 5px;
	background-color: #FFF;
}
.catList {
	background-color: #FFF9F0;
	width: 578px;
	height: 114px;
}
.Y {
	background-color: #FFFFDD;
}
.P {
	background-color: #FFF9F0;
}
.catList td {
	padding: 3px;
}
.catList select {
	border: 1px solid #CCC;
	color: #000;
	width: 150px;
}
.Y select {
	background-color: #FFF9F0;
}
.P select {
	background-color: #FFFFDD;
}
.catOfferY {
	background-image: url(../images/categories/offer_orange.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.catOfferP {
	background-image: url(../images/categories/offer_pink.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.detailOffer {
	background-image: url(../images/categories/offer_blue.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	width: 50px;
	float: right;
}
.hBreak {
	border-bottom-width: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #EAF7FF;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.listLink:link {
	color: #666;
	text-decoration: none;
	font-size: 13px;
}
a.listLink:visited {
	color: #666;
	text-decoration: none;
}
a.listLink:hover {
	color: #000;
	text-decoration: none;
}
.boldTxt {
	font-weight: bold;
}
.treeLinks {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
a.treeLink:link {
	color: #09F;
	text-decoration: none;
}
a.treeLink:visited {
	color: #09F;
	text-decoration: none;
}
a.treeLink:hover {
	color: #993333;
	text-decoration: underline;
}
.smallTxt {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#quickCart {
	margin-top: 20px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-bottom: 25px;
	padding-right: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
#quickCart span {
	font-size: 10px;
}
#quickCartHead {
	font-weight: bold;
	margin-top: 10px;
}
a.quickCartView:link {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 50px;
	border: 1px solid #CCC;
	background-image: url(../images/basket_view.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	height: 24px;
	margin-bottom: 5px;
	margin-top: 5px;
}
a.quickCartView:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #CCC;
}
a.quickCartView:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}
a.quickCartEmpty:link {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 50px;
	border: 1px solid #CCC;
	background-image: url(../images/basket_remove.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	height: 24px;
	margin-bottom: 5px;
}
a.quickCartEmpty:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #CCC;
}
a.quickCartEmpty:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}
.quickAdded {
	background-image: url(../images/added.gif);
	background-repeat: no-repeat;
	height: 17px;
}
.prodDetail {
	width: 578px;
}
.prodDetail td {
	padding: 3px;
}
.prodDetail select {
	background-color: #FFC;
	border: 1px solid #CCC;
	color: #000;
	width: 150px;
}
.prodDesc {
	text-align: center;
}
.picHolder {
	width: 204px;
	height: 204px;
	background-color: #FFF;
	margin-top: 10px;
}
.prodPic {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.prodDesc p {
	text-align: left;
}
.prodInfo {
	background-color: #FFFFEA;
	border: 1px solid #CCC;
	font-size: 10px;
}
.addBttn {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 40px;
	border: 1px solid #CCC;
	background-image: url(../images/basket_add.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 150px;
	display: inline;
	height: 40px;
	margin-right: 10px;
	cursor: pointer;
}
.addBttn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}
.basketDetail {
	width: 578px;
}
.basketDetail td {
	padding: 5px;
}
.basketDetail th {
	padding: 5px;
}
.basketDetail select {
	background-color: #FFC;
	border: 1px solid #CCC;
	color: #000;
	width: 60px;
}
.tRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F5F5F5;
}
.tLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5F5F5;
}
.tTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
}
.tBttm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}.basketTotal {
	color: #360;
	font-weight: bold;
}
.ckOutBttn {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 40px;
	border: 1px solid #CCC;
	background-image: url(../images/basket_checkout.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 150px;
	display: inline;
	height: 40px;
	margin-right: 10px;
	cursor: pointer;
}
.ckOutBttn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}
.payBttn {
	float: right;
}
.canvasHead {
	width: 176px;
	float: left;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}
.canvasInfo {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.canvasView {
	color: #FFF;
	width: 144px;
	float: left;
	height: 27px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #CCC;
	padding-top: 7px;
	background-color: #1685C5;
	padding-left: 5px;
}
.clear {
	clear: both;
}
a.canvasGo:link {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 50px;
	border: 1px solid #CCC;
	background-image: url(../images/canvas_go.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	height: 24px;
	margin-top: 25px;
	float: right;
	font-size: 12px;
	font-weight: normal;
}
a.canvasGo:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #CCC;
}
a.canvasGo:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}
.canvasOptions select {
	border: 1px solid #CCC;
	color: #000;
	width: 80px;
	background-color: #FFFFDD;
}
.totalPrice {
	background-color: #EDEDED;
	font-weight: bold;
	color: #000;
	padding: 10px;
}
#totalDisplay {
	color: #3B89D5;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
}
#orderDisplay {
	font-size: 11px;
	color: #666;
	padding: 10px;
}
.canvasPreview {
	padding: 10px;
}
#currCanvas {
	border-top-width: 2px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#map_canvas {
	width: 578px;
	height: 400px;
	border: 2px solid #09F;
}
.contactBttn {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	border: 1px solid #CCC;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 150px;
	display: inline;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.contactBttn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}
.pagePic {
	float: right;
	border: 1px solid #09F;
	margin-bottom: 10px;
	margin-left: 10px;
}
.blueTxt {
	color: #3B89C9;
}
.searchTxt {
	color: #000;
	background-color: #FFC;
}
.searchResult {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #F5F5F5;
}
a.searchLink:link {
	color: #1685C5;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 50px;
	background-image: url(../images/search_result.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	height: 24px;
	margin-bottom: 5px;
	background-color: #FFF;
}
a.searchLink:visited {
	color: #1685C5;
	text-decoration: underline;
	background-color: #FFF;
}
a.searchLink:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
}
#highlightControl {
	margin-top: 20px;
}
a.highlightLink:link {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
}
a.highlightLink:visited {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
}
a.highlightLink:hover {
	color: #FFC;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;
}
#highlightStatus {
	background-color: #FFF;
	height: 0px;
	width: 0px;
}
a.siteMap:link {
	color: #1685C5;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	display: block;
	height: 16px;
	margin-bottom: 5px;
}
a.siteMap:visited {
	color: #1685C5;
	text-decoration: none;
}
a.siteMap:hover {
	color: #1685C5;
	text-decoration: underline;
}
.parentLink {
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.subLink {
	margin-left: 20px;
	background-image: url(../images/subcat.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.prodLink {
	margin-left: 40px;
	background-image: url(../images/cat.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.servLink {
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.siteMapLeft {
	float: left;
	width: 274px;
	border: 1px solid #F5F5F5;
	padding-right: 5px;
	padding-left: 5px;
}
#tt {
	position:absolute;
	display:block;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#FFF;
	color:#666;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
}
.homepic {
	width: 270px;
	height: 110px;
}
.homepicbig {
	width: 570px;
	height: 110px;
}
.orderBttn {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	border: 1px solid #CCC;
	background-image: url(../images/basket_view.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 150px;
	display: inline;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.orderBttn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1685C5;
	border: 1px solid #000;
}

