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

/* -------------------------------------------
	BASIC
------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #7F7F7F;
	background: white;
	font-size: 12px;
}
html, body {
	height: 100%;
}

/* -------------------------------------------
	LAYOUT
------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	min-height: 100%;
}
#homepageHeader {
	width: 750px;
	height: auto;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#contents {
	width: 750px;
	height: auto;
	margin: 0;
	border-bottom: #FFFFFF solid 4px;
	border-top: #FFFFFF solid 4px;
}
#footer {
	width: 750px;
	margin: 6px 0;
	display: block;
	float: left;
	height: auto;
	padding: 6px 0 20px 0;
	border-top: #BFBFBF solid 1px;
}

/* -------------------------------------------
	HEADER
------------------------------------------- */
.topHeader {
	width: 748px;
	height: 93px;
	background: url(/skin1/images/custom/online-chat.gif) top right no-repeat;
}
.topHeader img {
	border: none; /* The image has 170px */
	float: left;
	margin: 0;
	padding: 0;
}
/* Texts and Links ------------------------ */
#middleTexts {
	width: 300px;
	height: 93px;
	float: left;
	margin: 0 0 0 30px;
	text-align: center;
}
#middleTexts p, .topHeader h1, .topHeader ul {
	margin: 0;
	padding: 0;
}
#middleTexts p.one {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}
#middleTexts p.two {
	font-size: 10px;
}
#middleTexts h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
#middleTexts ul {
	padding-top: 5px;
	list-style: none;
}
#middleTexts ul li {
	display: inline;
}
#middleTexts ul li.first {
	background: url(/skin1/images/custom/cart.gif) no-repeat;
	padding-left: 24px;
}
#middleTexts ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	text-decoration: none;
	font-size: 10px;
	padding: 0 5px;
}
#middleTexts ul li a:hover {
	color: #B9B9B9;
}
/* Chat Button ---------------------------- */
#chatbutton {
	width: 200px;
	height: 93px;
	float: right;
}
#chatbutton a {
	display: block;
	width: 75px;
	height: 22px;
	text-decoration: none;
	background: url(/skin1/images/custom/online-chatbutton.gif) no-repeat 0 0;
}
#chatbutton p {
	margin: 50px 0 0 30px;
	padding: 0;
}
#chatbutton a:hover {
	background: url(/skin1/images/custom/online-chatbutton.gif) no-repeat 0 -22px;
}
/* Navigation Bar ------------------------- */
.theMenu{
	width: 750px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
}
.theMenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background: #F8991D;
	/* border: #FFFFFF solid 1px; */
	border-left: none;
	border-right: none;
}
.theMenu ul li{
	display: inline;
}
.theMenu ul li a{
	display: block;
	float: left;
	color: #FFFFFF;
	/* padding: 3px 23px 3px 22px; */
	text-decoration: none;
	border-right: #FFFFFF solid 2px;
	
  padding: 3px 0px;
  text-align:center;
  width:102px;
}
.theMenu ul li a:hover, .theMenu ul li .selected{
	color: #FFFFFF !important;
	background: #00275D;
}
.theMenu ul li a:visited {
	color: #FFFFFF;
}

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Left Column ############################ */
#leftColumn {
	width: 160px; /* The width of the leftColumn with the margin-left will be 168px */
	height: auto;
	margin: 0 6px 0 0;
	padding: 0;
	float: left;
}
#leftColumn h2 {
	font-size: 14px;
	padding: 0 0 8px 0;
	margin: 4px 0;
	border-bottom: #BFBFBF solid 1px;
}
#leftColumn h2.orange {
	color: #F8991D;
	border-top: #BFBFBF solid 1px;
	padding: 8px 0;
	margin-bottom: 8px;
}
#leftColumn h2.notopborder {
	border-top: none;
}
#leftColumn, #rightColumn {
	margin-top: 10px; /* The distance from Header to Contents */
}
/* Categories List ------------------------ */
#leftColumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
#leftColumn ul.shredders li a {
	display: block;
}
#leftColumn ul.shredders li a:hover {
	background: #F8991D;
	text-decoration: none;
	color: #FFFFFF;
}
/* General List Style --------------------- */
#leftColumn ul li {
	background: url(/skin1/images/custom/square.gif) no-repeat 0 6px;
	padding-left: 10px;
}
#leftColumn ul li a {
	display: block;
	text-decoration: none;
	color: #7F7F7F;
}
#leftColumn ul li a:hover {
	text-decoration: underline;
}
/* Useful List Style ---------------------- */
#leftColumn ul.useful li {
	background: none;
	padding-left: 0;
}
#leftColumn ul.useful li a {
	display: block;
	text-decoration: none;
	color: #7F7F7F;
}
#leftColumn ul.useful li a:hover {
	text-decoration: underline;
	color: #F8991D;
}
/* Search Box ----------------------------- */
.search {
	width: 149px;
	height: auto;
	margin-top: 0;
}
.search p {
	float: right;
	padding: 0;
	margin: 0;
}
.search p a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/skin1/images/custom/searchbutton.gif) no-repeat 0 0;
}
.search p a:hover {
	background: url(/skin1/images/custom/searchbutton.gif) no-repeat 0 -20px;
}
.search label {
	color: #00275D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}
.search input {
	width: 110px;
	height: 12px;
	margin-bottom: 14px;
	font-size: 10px;
	padding: 0 0 2px 2px;
	float: left;
}
/* Coupon Code ---------------------------- */
.couponCode {
	width: 159px;
	height: auto;
	border-top: #BFBFBF solid 1px;
	border-bottom: #BFBFBF solid 1px;
	margin: 10px 0;
	padding-bottom: 6px;
	font-size: 12px;
}
.couponCode p {
	color: #F8991D;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
}
.couponCode input {
	width: 154px;
	height: 14px;
}
/* General Box ---------------------------- */
.box {
	width: 80px;
	height: auto;
	margin: 10px auto;
}
/* Logos Gap ------------------------------ */
#leftColumn img {
	border: none;
	margin: 4px 0;
}
/* Right Column ########################### */
#rightColumn {
	border-left: #BFBFBF solid 1px;
	padding-left: 6px;
	width: 575px; /* The width of the rightColumn with the border-left and the padding-left will be 582px */
	height: auto;
	float: left;
}
#rightColumn h2 {
	font-size: 14px;
	padding: 26px 0 2px 0;
	margin: 4px 0 10px 0;
	/* border-bottom: #BFBFBF solid 1px; */
	position: relative;
	left:3px;
}
/* Pages Styles --------------------------- */
#rightColumn h3.paragraphTitle_1 {
	font-size: 12px;
	color: #F8991D;
}
#rightColumn h2.mainTitle {
	/* nothing */
}
#rightColumn {
	background-position: right 5px !important;
}
/* FAQ Page ------------------------------- */
#faqContent a.faqLink {
	text-decoration: none !important;
	color: #7F7F7F;
}
#faqContent a.faqLink:hover {
	text-decoration: underline !important;
	color: #F8991D;
}

/* -------------------------------------------
	FOOTER
------------------------------------------- */
#footer p {
	text-align: center;
	font-size: 11px;
	margin: 6px 0 0 0;
	padding: 0;
}
#footer p a {
	color: #7F7F7F;
	text-decoration: none;
}
#footer p a:hover {
	color: #F8991D;
	text-decoration: underline;
}
#footer p.cards {
	width: 750px;
	height: 30px;
	background: url(/skin1/images/custom/cards2.gif) no-repeat right;
	padding: 12px 0 0 0;
	margin: 0 auto;
	text-align: left;
}




.TopGreyLine{
	height:1px;
	left:173px;
	position:relative;
	top:60px;
	width:575px;
}
