@charset "utf-8";
.leftimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#nav {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5B1300;
	background-color: #A3BA22;
	text-align: center;
	background-image: url(images/PatternMDay08.jpg);
	background-repeat: repeat-x;
}
#container {
	background-color: #E8EDB8;
	width: 780px;
	border: 1px solid 003333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
}
#content img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	background-color: #5B1300;
	position: relative;
}
#header h1 {
	background-image: url(images/logo_sass.gif);
	height: 87px;
	background-repeat: no-repeat;
}
#header h1 span {
	position: absolute;
	left: -9999px;
}
h1 {
	font-size: 18px;
}
#container #content h2 {
	color: #869A14;
}


#footer {
	background-color: #5B1300;
	color: #E8EDB8;
}
#content {
	margin-left: 175px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 10px;
}
#nav p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #460E00;
}
#footer p {
	font-size: 80%;
	color: #f2f4d3;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
}
#content p {
	font-size: 90%;
	line-height: 1.4;
	margin-right: 20px;
}
#content h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 130%;
}
#content li {
	font-size: 85%;
	list-style-type: square;
}
#nav a:link, #nav a:visited {
	color: #7C8F11;
	text-decoration: none;
	background-color: #E8EDB8;
	display: block;
	padding: 5px;
	border: 1px solid #003333;
}
#nav a:hover, #nav a:focus {
	color: #E8EDB8;
	background-color: #96AB1E;
}
table.tabularData {
	margin-right: 15px;
}

/*the following code is from cartweaver css style sheet for tablular data*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td {
	font-size: 85%;
}
table.tabularData td, table.tabularData th{
	padding: 2px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #979666;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E8EDB8;
}
.altRowOdd{
	background-color: #A3BA22;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
