@charset "utf-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	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;
	background-color: #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border: none;
}
a:link {
	color: #009933;
	text-decoration:underline;
}	
a:visited {
	color: #000000;
	text-decoration: underline;
}  /* visited link */
a:hover {
	color: #000000;
	text-decoration: underline;
}   /* mouse over link */

.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 7px;
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../_images/Menu-Bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 2em;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}	

.clearFloat {
	line-height: 0px;
	clear: both;
	font-size: 0px;
}

#header .logo {
	float: left;
}
#upperRight {
	float: right;
	text-align: right;
}
#Welcome {
	text-align: right;
	font-weight: bold;
	padding-right: 1em;
}
.green {
	color: #009900;
	font-weight:bold;
}
.black {
	color: #000000;
	font-weight:bold;
}

.oneColFixCtrHdr #container #mainContent #content1 #picture {
	float: right;
	padding-bottom: 1em;
	padding-left: 1em;
	width: 475px;
	padding-top: 1em;
}
.oneColFixCtrHdr #container #mainContent #content1 #pageTitle {
	float: left;
	width: 425px;
}
.oneColFixCtrHdr #container #mainContent #content1 #freeShipping {
	text-align: center;
	width: 400px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.home {
	margin: 1em;
	text-align: justify;
}

#footer .footer {
	font-size: 0.8em;
	line-height: 1em;
	padding-bottom: 0.5em;
	padding-top: 0px;
}
#footer .footerTitle{
	font-family: "Courier New", Arial, sans-serif;
	text-transform: uppercase;
	font-size:2em;
	line-height: .9em;
	font-weight: bold;
	padding-bottom: 0em;
}

.oneColFixCtrHdr #container #mainContent #komenFooter a {
	color: #FE66CB;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #komenFooter td {
	padding-right: 1em;
	padding-left: 1em;
}
/* -------------------------------*/
/* Category-List Styles */
#category-office, #category-technology, #category-breakroom, #category-janitorial, #category-furniture, #category-ink-n-toner {
	width:400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 140px;
}
#category-office h2, #category-technology h2, #category-breakroom h2, #category-janitorial h2, #category-furniture h2, #category-ink-n-toner h2 {
	font-size:medium;
	line-height:1.3em;
	text-transform:uppercase;
	color:#008000;
	margin-bottom: 3px;
	margin-top: 0px;
	text-indent: .5em;
}

#category-image {
	display:block;
	float:left;
	width:121px;
	height: 105px;
}
#category-office p, #category-technology p, #category-breakroom p, #category-janitorial p, #category-furniture p, #category-ink-n-toner p {
	text-indent: 1.5em;
	font-size: 0.8em;
	color: #008000;
	line-height: 0.8em;
	padding-top: 0em;
	padding-bottom: .5em;
	margin: 0px;
}
  
a.category:link {
	color: #008000;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}     /* unvisited link */
a.category:visited {
	color: #008000;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}  /* visited link */
a.category:hover {
	color: #000000;
	text-decoration: underline;
}   /* mouse over link */

/* END Category-List Styles */
/* -------------------------------*/
.cart {
	background-color: #009933;
	background-image:url(../_images/cart39.gif);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
}
.cart a {
	color: #000000;
	text-decoration: none;
}

.userMenu {
	width: 140px;
	background-color: #009933;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	padding: 0;
}
.userMenuLink {
	white-space: nowrap;
	color:#000000;
	font-size: 0.9em;
	padding-left: 1em;
}
.searchButton {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.oneColFixCtrHdr #container #footer #ContactCGO {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #categoryPictures .categories .categoryCell {
	background-image: url(../_images/category-background.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 425px;
}
.oneColFixCtrHdr #container #mainContent #content1 .error {
	font-size: .9em;
	color: #FF0000;
}
.oneColFixCtrHdr #container #mainContent #content1 #aboutTitle {
	float: left;
	width: 425px;
}
.oneColFixCtrHdr #container #mainContent #content1 #aboutTitle h1 {
	text-align: left;
}

.oneColFixCtrHdr #mainContent #cusInfoFooter h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #container #mainContent #cusInfoFooter .footer a:link {
	text-align: center;
	font-size: .9em;
	padding-left: 2em;
	color: #009933;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #cusInfoFooter .footer a:hover {
	text-align: center;
	font-size: .9em;
	padding-left: 2em;
	color: #009933;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #cusInfoFooter .footer a:visited {
	text-align: center;
	font-size: 0.9em;
	padding-left: 2em;
	color:#000000;
	text-decoration: none;
}

.oneColFixCtrHdr #container #mainContent #content1 #aboutContent {
	padding-left: 1em;
}
#header .userMenu .userMenuLink {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header .searchButton .userMenuSearch {
	color: #000000;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

.oneColFixCtrHdr #container #mainContent #categoryPictures .categories .categoryCell a {
	text-decoration: none;
	color:#008000;
}
.oneColFixCtrHdr #container #mainContent #categoryPictures .categories .categoryCell a:hover {
	text-decoration: none;
	color:#000000;
}

.breadCrumbs {
	font-size: .8em;
}.oneColFixCtrHdr #container #mainContent h5 {
	border-bottom-width: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	margin-right: 1em;
}
.oneColFixCtrHdr #container #header #sprytextfield1 {
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #header #sprytextfield1 #Search {

}
.oneColFixCtrHdr #container #header form {

}
.oneColFixCtrHdr #container #header #Search {

}
.oneColFixCtrHdr #container #header form {

}
.oneColFixCtrHdr #container #mainContent #content1 {

}
.oneColFixCtrHdr #container #header #menu {
	background-color: #009A31;
	height: 29px;
	width: 100%;
}
.oneColFixCtrHdr #container #mainContent #content1 #productContent {
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
}
.oneColFixCtrHdr #container #mainContent #content1 #productContent .productImage {
	padding-right: 1em;
}
.submitLink {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}.oneColFixCtrHdr #container #mainContent #content1 #biggest-Book {
	text-align: center;
	padding-top: 0.5em;
}
.oneColFixCtrHdr #container #mainContent #categoryPictures {
	clear: both;
	text-align: center;
}
