@charset "utf-8";
/* CSS Document */
body  {
	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 */
}
#wrapper {
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar {
	float: left;
	width: 130px;
	margin-top: 0px;
	margin-right: 15px;
	padding: 0px;
}
#header {
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0px;
	position: relative;
} 
#maincontent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	float: left;
	width: 783px;
	padding-left: 25px;
} 
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header img {
	margin-left: 15px;
}
.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;
}
#header p {
	position: absolute;
	top: 0px;
	margin-top: 125px;
}
#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 */
}
#sidebar h1 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 30px;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
}
#sidebar li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
}
#sidebar  a:link, #sidebar  a:visited {
	padding-left: 10px;
	line-height: 25px;
	margin: 0;
	display: block;
}
#maincontent h1 {
	padding-top: 5px;
	padding-bottom: 4px;
}
#maincontent  h2 {
	padding-top: 5px;
}
#maincontent img {
	margin-right: 15px;
}
#products img {
	margin-top: 5px;
	margin-bottom: 10px;
}
#forms td {
	padding: 5px;
	font-size: 10px;
}
@charset "utf-8";
/* CSS Document */
body  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sidebar  {
	background-color: #FFFFFF;
}
#maincontent  {
	background-color: #FFFFFF;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
} 
#header {
	background-repeat: repeat-x;
} 
#header p {
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar  h1 {
	font-size: 14px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	border-bottom-color: #CCCCCC;
}
#sidebar li {
	font-size: 12px;
}
#sidebar  a:link, #sidebar  a:visited {
	color: #000000;
	text-decoration: none;
}
#sidebar  a.current {
	color: #FFFFFF;
	background-color: #000000;
}
#maincontent  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#maincontent  h2 {
	font-size: 14px;
	font-weight: bold;
}
#maincontent h3 {
	font-size: 12px;
	font-weight: bold;
}
#maincontent p {
	font-size: 12px;
}
#maincontent li {
	font-size: 12px;
}
#products a.readmore:link, #products a.readmore:visited {
	color:#930;
	text-decoration:none;
	font-size: 10px;
}
#products a.readmore:hover, #products a.readmore:active {
	color:#F00;
}
#products a:link, #products a:visited {
	font-size:12px;
	text-decoration:none;
	color:#F00;
}
#products a:hover, #products a:active {
	color:#900;
}
#products img {
	border-style:solid;
	border-color:#000;
	border-width:1px;
}
	
@charset "utf-8";
body {
	margin: 0px;
}
table {
	border-bottom-width: 1px;
	border-bottom-style: solid;

}

#compare th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#compare td {
	text-align: center;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
}
#compare  tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#compare  a:link, #compare a:visited {
	color: #000000;
	background-color: #009933;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 12px;
}
#compare a:hover {
	color: #000000;
	background-color: #00CC33;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #333333;
}
#compare a.nostock, #compare a.nostock:visited {
	color: #000000;
	background-color: #FF3333;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 10px;
}
#compare a.nostock:hover {
	color: #000000;
	background-color: #CCCCCC;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #333333;
}
.hurry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	text-align: center;
}

.justpics {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
}

.nostock {
	font-size: 10px;
	color: #FF9900;
}

#wrapper  {
	background-color:#CCCCCC;
}
body {
	background-color: #CCCCCC;
}
#header {
	background-color: #CCCCCC;
	background-image: url(topgraid.png);
}
#sidebar h1 {
	color: #000000;
    background-image: url(headgraid.png);
}
#sidebar li {
	border-bottom-color: #CCCCCC;
}
#sidebar  a:hover, #sidebar a:active {
	background-color: #FFCC33;
}
#compare th {
	color: #000000;
	background-color: #CCCCCC;
}
#compare td {
	border-left-color: #CCCCCC;
}
#compare tr {
	background-color: #AEE4A0;
}
#compare tr.odd {
	background-color: #FFFFFF;
}
.rightborder {
	border-right-color: #CCCCCC;
}
table {
	border-bottom-color: #CCCCCC;
}
#products tr.odd {
	background-color: #FFFFFF;
}	

