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 */
	font-size: 14px;
	color: #000000;
	background:url(../images/main-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #A8A39D;
	line-height: 1.4em;
}
a:link, a:active, a:visited {
	color: #4B88BE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 { color: #999999; }
h3 { color: #4B88BE; }
h4 { color: #4B88BE; }

#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: left;
	padding-top: 10px;
	padding-left: 10px;
}
#midMenu {
	float: left;
	padding-left: 10px;
}
#search {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #FFFFFF;
}
.searchbox {
	border: 1px solid #666666;
}
.searchbutton {}
#logo {
	float: left;
	padding-left:10px;
}
#checkoutLinks {
	background-image:url(../images/sport-travel-outfitters.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	float: right;
	padding-top: 60px;
	padding-right:10px;
	font-size:12px;
}
#checkoutLinks a {
	text-decoration: none;
	color: #000000;
}
#checkoutLinks a:hover {
	text-decoration: underline;
	color: #4B88BE;
}
#mainContainer {
	margin: 0;
	background-color:#FFFFFF;
	background-image:url(../images/main-content-bg.jpg);
	background-repeat: repeat-y;
}
#footContainer {
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#status_message {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	font-size:12px;
}
#trail {
	padding: 6px 0;
	color: #666666;
	font-size:12px;
}
#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: #000000;
	text-decoration: none;
}
.cms, .cms a, .cms a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
