/* START css from Lindsey 
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
 END css from Lindsey */

/* START debug 
div {
	border: 1px solid red;
}
*/
/* END debug */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#topOfPage {
	
}
img {
	border: 0px;
}
#container {
	width: 760px;
	margin: auto;
}
#header {
	position: relative;
	color: #0000A0;
}
#headerButtons {
	float: right;
}
#header h1{
	font-size: 1.4em;
	margin-top: 10px;
	text-align: center;
}
#header h2{
	font-size: 1.2em;
	margin-top: -10px;
	text-align: center;
}
/*
#sacLogo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#bottLogo {
	position: absolute;
	left: 110px;
	top: 8px;
}

#viewCart {
	position: absolute;
	right: 91px;
	top: 20px;
}
#myAccount {
	position: absolute;
	right: 0px;
	top: 20px;
}
#navbar {
	padding-top: 10px;
}
*/
#navbar2 {
	background-color: #333399;
	text-align: center;
	font-size: 0.85em;
}
#navbar2 ul {
	margin: 0px;
	padding: 8px 0;
	position: relative;
/*	left: 5px;*/
}
#navbar2 ul li {
	display: inline;
	padding-right: 10px;
}
#navbar2 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar3 {
	position: relative;
	background-color: #cccccc;
	padding: 5px;
	color: #000000;
}
#search {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#search form {
	margin: 0px;
}
#breadcrumbs {
	font-size: 0.8em;
	font-weight: normal;
}
#breadcrumbs a:link {
	color: #000000;
	text-decoration: underline;
}
#breadcrumbs a:visited {
	color: #000000;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}
#breadcrumbs a:active {
	color: #000000;
	text-decoration: none;
}

#datetime {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 0.8em;
	font-weight: normal;
}
#bookmark {
	float: left;
	width: 50%;
	text-align: center;
}
#emailPageLink {
	float: left;
	width: 50%;
	text-align: center;
}

#sidebar1 {
	float: left;
	width: 125px;
	text-align: left;
}
#sidebar2 {
	float: right;
	width: 125px;
	text-align: right;
}
.sidebarBox {
	border: 2px solid #CCCCCC;
	text-align: center;
}
.sidebarBoxTitle {
	color: #333399;
	background-color: #CCCC99;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}


#contentContainer {
	clear: both;
}

#content {
	padding-left: 130px;
	padding-right: 130px;
}
#content h1 {
	font-size: 1.2em;
	color: #333399;
}
.inputBlue, .inputGrey, .inputGreen, .inputRed, .inputYellow, .inputLightGrey, .inputNormal {
	font-size: 1em;
	width: 2em;
	height: 1.3em;
}
.inputBlue {
	color: #06f;
	border: 2px solid #06f;
}
.inputGrey {
	color: #999;
	border: 2px solid #999;
}
.inputGreen {
	color: #696;
	border: 2px solid #696;
}
.inputRed {
	color: #f00;
	border: 2px solid #f00;
}
.inputYellow {
	color: #FF9900;
	border: 2px solid #ff0;
}
.inputLightGrey {
	color: #999;
	border: 2px solid #ccc;
}
.inputNormal {
	color: #000000;
	border: 2px solid #000000;
}
#products {
	font-size: 0.8em;
	border: 1px solid #cccccc;
	margin: 10px;
}
#products th {
	background-color: #FF9900;
	color: #ffffff;
}
#products td {
	/*vertical-align: top;*/
	padding-left: 2px;
	padding-right: 2px;
	border: 0px;
}
.odd {
	background-color: #CCCCCC;
}
.even {
	background-color: #FFFFCC;
}
.noImage {
	background-Color: #FFFFFF;
	color: #666666;
	text-align: center;
}
/*#products img {
	border: 1px solid #000000;
}
*/
#footer {
	text-align: center;
	color: #000000;
	font-size: 0.8em;
	clear: both;
}
#credits {
	width: 150px;
	float: left;
	text-align: left;
}
#creditcards {
	width: 150px;
	float: right;
	text-align: right;
}
#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
.topLink {
	background-color: #FFFFFF;
	color: #FF9A00;
	border: 1px solid #FF9A00;
	margin: 3px;
	text-decoration: none;
}
.productSeparator {
	color: #FF9A00;
}
.upArrow {
	border: 0px;
	float: right;
}
		
#content {
	padding-left: 130px;
	padding-right: 0px;
}
#cartTable {
	border: 1px solid #000000;
}
#cartTable th {
	font-size: 0.8em;
}
#cartTable td {
	font-size: 0.8em;
	padding: 2px;
}
.cartEvenRows {
	background-color: #cccccc;
}
.cartOddRows {
	background-color: #ffffff;
}
.txtQuantity {
	width: 30px;
}
#cartButtons {
	margin-top: 5px;
	border: 1px solid #000000;
	background-color: #000099;
	text-align: center;
}
#cartButtons ul {
	margin: 0px;
	padding: 5px;
	position: relative;
	left: 30px;
}
#cartButtons ul li {
	display: inline;
	padding-right: 50px;
}
#cartButtons a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#cartButtons a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#cartButtons a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#cartButtons a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* new nav bar */
#headerGraphic2006 {
	margin: 0;
	padding: 0;
}
#navbar {
	margin: 0;
	padding: 0;
	border: 0;
}
