@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	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 */
	background-color: #333333;
	font-size: 12px;
	color: #000000;
}
a:link, a:active, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container { 
	width: 956px;  /* 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 */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headContainer {}
#topMenu {
	float: right;
	padding-top: 10px;
}
#search {
	/* padding-top: 5px; */
}
.searchbox {
	border: 1px solid #666666;
}
.searchbutton {}
#logo {
	float: left;
	padding: 17px 0 0 8px;
	color:#B8B8B8;
	font-size: 20px;
}
#logo p {
	display: inline;
	line-height: 2em;
}
#checkoutLinks {
	float: right;
	width: 380px;
	margin-top: 5px;
	padding: 10px 10px 12px 10px;
	background-color: #5C5C5C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	line-height: 8px;
}
#checkoutLinks a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
}
#checkoutLinks a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#mainContainer {
	margin: 0;
	border-top: 5px solid #CC0000;
	background-color: #FFFFFF;
	background-image: url(../images/gray-fade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.content li {
	margin-left: 15px;
}
#footContainer {
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#status_message {
	padding: 7px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background-color: #ECECEC;
}
#trail {
	padding: 8px 0;
	color: #666666;
}
#trail a {
	color: #666666;
	text-decoration: underline;
}
#trail a:hover {
	text-decoration: none;
}
.qwik, .qwik a, .qwik a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.cms, .cms a, .cms a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
