@charset "UTF-8";
/* ---------- PNGFIX ---------- */
/*img, div { behavior: url(iepngfix/iepngfix.htc) }*/

body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2b00;
	font-size: 11px;
	background: #e9e7d4;
	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;
}
form {
	margin: 0;
	padding: 0;
}
img a, a img {
	border: 0;
}
a {
	color: #950a05;
}
a:hover {
	text-decoration: none;
}


/* ---------- MISC STUFF ---------- */
#centerColumn #allProducts h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #950a05;
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
}
#centerColumn #allProducts p {
	line-height: 18px;
}


/* ---------- CONTAINER ---------- */
.targusStyle #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

/* ---------- HEADER ---------- */
.targusStyle #header {
	color: #5f5900;
	height: 134px;
	position: relative;
} 
.targusStyle #header #logo {
	float: left;
}
.targusStyle #header #siteMerchantLogo {
	float: left;
	margin-left: 20px;
}
.targusStyle #header #secondaryNav {
	position: absolute;
	bottom: 48px;
	right: 30px;
	padding: 0 18px 0 0;
	text-align: right;
	background-image: url(../img/main/carticon.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.targusStyle #header a:link, .targusStyle #header a:visited {
	text-decoration: none;
}
.targusStyle #header a:hover, .targusStyle #header a:active {
	text-decoration: underline;
}
.targusStyle #header #secondaryNav a {
	color: #5f5900;
}
.targusStyle #header #mainNav {
	float: left;
	background-image: url(../img/main/navbg.jpg);
	background-repeat: no-repeat;
	width: 753px;
	height: 25px;
	padding: 12px 0 0 27px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.targusStyle #header #mainNav a {
	color: white;
}
.targusStyle #header #mainNav .disabled {
	color: #777119;
}

/* ---------- BODYCONTAINER ---------- */
.targusStyle #bodyContainer {
	width: 730px;
	margin: 0 auto;
}

/* ---------- LEFT SIDEBAR ---------- */
.targusStyle #leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
}
.targusStyle .searchTab {
	background-image: url(../img/main/searchTab.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 5px 8px;
	overflow: visible;
	width: 138px;
}
.targusStyle .searchTab form {
	margin: 10px 0;

}
.targusStyle .searchTab h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
}
.targusStyle .searchTab .inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 132px;
	margin: 0 0 5px 0;
}
.targusStyle .sectionTab {
	background-image: url(../img/main/sectionTab.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 10px 8px;
}
.targusStyle .sectionTab h1, .targusStyle .sectionTab h1 a:link, .targusStyle .sectionTab h1 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	text-decoration: none;
}
.targusStyle .sectionTab h1 a:hover, .targusStyle .sectionTab h1 a:active {
	text-decoration: underline;
}
.targusStyle .sectionTab p, .targusStyle .sectionTab p a:link, .targusStyle .sectionTab p a:visited {
	font-size: 10px;
	color: #2e2b00;
	margin: 0 0 5px 0;
	text-decoration: none;
}
.targusStyle .sectionTab p a:hover, .targusStyle .sectionTab p a:active {
	text-decoration: underline;
}
.targusStyle .sectionTabEnd {
	background-image: url(../img/main/sectionTabEnd.gif); 
	height: 28px;
}
/* ---------- PAGINATION ---------- */
.pagination {
	color: #2e2b00;
	text-align: center;
	width: 530px;
	margin-bottom: 5px;
	float: left;
}
.pagination a {
	padding: 0 2px;
	color: #2e2b00;
	text-decoration: none;
	margin: 0 1px;
}
.pagination a:hover {
	background-color: #e9e7d4;
	
}
.currentPage {
	background-color: #97924e;
	padding: 0 2px 1px 2px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 1px;
}

/* ---------- FOOTER ---------- */
.targusStyle #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 10px;
	color: #3c3911;
} 
.targusStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.targusStyle #footer a {
	color: #3c3911;
	text-decoration: none;
}
.targusStyle #footer a:hover {
	text-decoration: underline;
}

/* ---------- MISCELLANEOUS ---------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------- MAIN NAV BUTTONS ---------- */
.targusStyle #header #mainNav #navButton1 { width: 80px; float: left; }
.targusStyle #header #mainNav #navButton2 { width: 90px; float: left; }
.targusStyle #header #mainNav #navButton3 { width: 106px; float: left; }
.targusStyle #header #mainNav #navButton4 { width: 135px; float: left; }
.targusStyle #header #mainNav #navButton5 { width: 103px; float: left; }
.targusStyle #header #mainNav #navButton6 { width: 119px; float: left; }
.targusStyle #header #mainNav #navButton7 { width: 92px; float: left; }