body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	color: #000;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
}
ul {
	list-style-type: disc;
	margin: 0;
	padding: 10px 0px 0px 15px;
}
li {
	margin: 0;
	padding: 0px 0px 5px 0px;
}
a {
	text-decoration: none;
	color: #b80000;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

/* Flaot */
.overflow {
	overflow: hidden;
	width: 100%;
}
.clear {
	clear: both;
}

/* Site Container */
#site_container {
	margin: 0 auto;
	padding: 0;
	width: 984px;
}

/* Header Container */
#header_container {
	margin: 0;
	padding: 0px 0px 20px 0px;
}
#header_col_01 {
	float: left;
}
#header_col_02 {
	padding: 32px 0px 0px 0px;
	text-align: right;
	float: right;
}

/* Check Out */
#checkout_links a {
	font-weight: bold;
	color: #000;
}
#checkout_links a:hover {
	text-decoration: none;
	color: #b80000;
}

/* Search */
#search {
	padding: 10px 0px 0px 0px;
}
.search_fld {
	color: #ababab;
}

/* Body Container */
#body_container {
	margin: 7px 0px 0px 0px;
	padding: 0;
	position: relative;
}
#body_col_01 {
	width: 252px;
	float: left;
}
#body_col_02 {
	float: right;
	line-height: 1.5em;
	width: 725px;
	position: relative;
}

/* Simon's Special */
#simons_special {
	
}

/* Title */
.title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin: 0px 0px 10px 0px;
}

/* Left Col Bar */
.left_col_bar {
	margin: 10px 0px;
}

/* Email Sign Up */
#email_signup {
	background-color: #ededed;
	margin: 0;
	padding: 0px 5px 0px 5px;
}
.ifield {
	width: 232px;
	color: #999;
}


/* Recently Viewed Items */
#recently_viewed_items {
	background-color: #ededed;
	margin: 7px 0px;
	padding: 0px 5px 0px 5px;
}
.viewed_product {
	clear:left;

}
.viewed_product img {
	background-color: #fff;
	clear: both;
	float: left;
	border: 1px solid #b1b1b1;
	margin:0 10px 10px 0;
	padding: 5px;
	width: 50px;
}

/* Status Message */
#status_message {
	position: absolute;
	left: 0px;
	padding: 10px;
	border: 1px solid #d8d8d8; 
	background-color: #ffe001;
	width: 703px;
	font-size: 11px;
	color: #333;
}
#status_message a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#status_message a:hover {
	color: #333;
	text-decoration: underline;
}

/* Trail Container */
#trail_container {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 8px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}


/* Bottom Container */
#bottom_container {
	border-top: 1px solid #b1b1b1;
	margin: 7px 0px 0px 0px;
}

/* Footer Container */
#footer_container {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 30px 0px;
	padding: 10px 10px 0px 10px;
	height: 25px;
	color: #fff;
	font-size: 11px;
}
#footer_container a {
	color: #fff;
}
#footer_col_01 {
	float: left;
}
#footer_col_02 {
	float: right;
}

/* Qwik Link */
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.qwik a:hover {
	text-decoration: underline;
}
