body {
	text-align: left;
	height: 100%;
	font-family: arial;
	font-size: 90%;
	margin: 0px;
  padding: 0px;
	color: #296385;
}

#container {
	background-color: #fff;
  margin: auto auto;
  width: 950px;
	height: 100%;
  text-align: left;
	background-image: url(/images/body_background.png);
	background-repeat: repeat-y;
}

#leftContainer {
	width: 225px;
	float: left;
}

#centerContainer {
	float: left;
	width: 400px;
	margin-left: 20px;
}

#rightContainer {
	float: left;
	width: 225px;
	margin-left: 20px;
}

.contentContainer {
	border: 1px solid #296385; 
	padding: 20px;
}

#header {
	
}

#header #top {
	height: 122px;
	background-image: url(/images/springfield_header_top.jpg);
	background-repeat: no-repeat;
}

#header #middle {
	height: 99px;
	background-image: url(/images/springfield_header_middle.jpg);
	background-repeat: no-repeat;
}

#header #bottom {
	height: 150px;
	background-image: url(/images/springfield_header_bottom.jpg);
	background-repeat: no-repeat;
}

.cartContainer {
	text-align: right;
	vertical-align: top;
	padding: 5px 5px 0 0;
	font-size: 90%;
}

.cartContainer a {
	background-image: url(/images/cart.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.navigation {
	color: #d6bd2b;
	padding-top: 10px;
}

.navigation a {
	font-size: 85%;
	color: #d6bd2b;
}

.navigation a:hover {
	color: #d6bd2b;
	text-decoration: none;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

.navigation ul li {
  display: inline;
}

#content {
	float: left;
	width: 950px;
	min-height: 750px;	
}

#innerContent {
	padding-left: 20px;
}

.body .title {
	float: left;
}

.body h2 {
	margin: 0;
}

.body .date {
	width: 100%;
	text-align: right;
	font-size: 80%;
}

.videoContainer {
	margin-bottom: 20px;
}

#headerLogoTop {
	float: left;
	width: 343px;
	height: 113px;
	background: url(/images/springfield_header_top.png);
}

#headerLogoBottom {
	float: left;
	width: 343px;
	height:70px;
	background: url(/images/springfield_header_bottom.png);
}

#headerContent {
	float: left;
	width: 607px;
	height: 113px;
	background: #fff url(/images/springfield_header_border_top.png) repeat-x bottom;
}

#headerContentBorder {
	float: left;
	width: 607px;
	height:70px;
	background: url(/images/springfield_header_border_bottom.png);
}

#h1Container {
	margin-top: 50px;
}

#offers {
  float: right;
  width: 250px;
	height: 100%;
	padding-bottom: 20px;
	line-height: 100%;
	background-color: #fff;
}

.offerList {
	line-height: 150%;
	padding-left: 10px;
}

.offerList a {
	color: #000;
}

.offerList a:hover {
	color: #000;
}

.offerListContainer {
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 10px 0 0 10px;
}

.offerLeft {
	float: left;
}

.offerRight {
	float: left; 
	padding-left: 20px;
}

.offerBottom {
	clear: both;
	padding-top: 10px;
}

.miniContainer {
	padding: 0 0 20px 0;
}

#cart {
	border: 1px solid #ccc;
}

#cart .cartHeader {
	background-color: #e7eef6;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
}

#cart .item {
	padding: 10px;
	background-color: #fff;
}

#cart .business {
	width: 100%;
}

#cart .total {
	padding: 10px;
	font-weight: bold;
	background-color: #eee;
}

#cart .seperator {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

#cart .rightAlign {
	text-align: right;
}

#cart .centerAlign {
	text-align: center;
}

#cart .buttonContainer {
	padding-top: 5px;
	text-align: center;
}

#cart .checkbox_list {
	list-style: none;
	display: inline;
}

#cart .remove {
	font-size: 75%;
}

#cart .remove a {
	color: #f00;
}

.error {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #f00;
	background-color: #fff3f3;
	border: 1px solid #f00;
}

.error li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.error_list li {
	color: #f00;
}

.attention {
	color: #f00;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 20px 0 20px 0;
}

.clear {
	clear: both;
}

.summaryTable {
	width: 100%;
}

.summaryTable td {
	border: 1px solid #000;
}

#processingDiv {
	position: absolute;
	top: 300px;
	left: 400px;
	height: 100px;
	width: 200px;
	padding: 20px;
	border: 1px solid #000;
	text-align: center;
	background-color: #e7eef6;
	display: none;
}

a {
	color: #296385;
	text-decoration: none;
}
a:hover {
	color: #296385;
	text-decoration: underline;
}

h1 {
	color: #296385;
	margin: 0;
	font-weight: normal;
	font-size: 150%;
}

h2 {
	color: #901010;
	font-size: 120%;
}

h3 {
	font-size: 100%;
	margin: 0;
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	vertical-align: top;
	display: inline;
}

.categoryNavi {
	border: 1px solid #296385;
	color: #fff;
	padding: 2px 0 2px 10px;
	margin-bottom: 5px;
}

.categoryNavi:hover {
	color: #296385;
	background: url(/images/hover_background.png) repeat-y;
}