body {
	background-color: #FFF;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 30px;
	background: transparent url(/~robinett/media/images/container_bg.jpg) top left repeat-y;
}


.header {
	width: 960px;
	height: 210px;
	background: transparent url(/~robinett/media/images/header_bg.jpg) top left no-repeat;
	border: none;
}

h1#logo img {
	margin-left: 300px;
}
.header-top-container {
	background: none;
	border: none;
}
.header-top {
	padding: none;
}
.quick-access {
	width: 290px;
}

.mini-search {
	background: none;
}


#nav_main {
	width: 960px;
	height: 36px;
	background: transparent url(/media/images/nav_bg.jpg) top left repeat-x;
}
#nav_main ul {
	text-align: center;
}
#nav_main ul li {
	display: inline;
	border-left: 1px solid #FFF;
}
.header-top #nav ul li.first,
#nav_main ul li.first {
	border-left: none;
}
#nav ul li a,
#nav_main ul li a {
	padding: 5px 10px;
	font-size: 18px;
	font-family: Georgia;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a.active,
#nav_main ul li a:hover,
#nav_main ul li a.active {
	text-decoration: underline;
}

.header-nav {
	width: 960px;
	height: 24px;
	background: transparent url(/media/images/nav_bg.jpg) top left repeat-x;
}
.header-nav ul {
	text-align: center;
}
.header-nav #nav li {
	display: inline;
	float: none;
}
.header-nav #nav span {
	display: inline;
}
.header-nav #nav a {
	float: none;
	display: inline;
	color: #FFF;
	font-family: Georgia;
	font-weight: normal;
}
.header-nav #nav a:hover {
	text-decoration: underline;
}


.middle-container {
	background: none;
	margin-top: 40px;
}
.middle {
	background: none;
}
.col-left {
	display: none;
}
.col-2-right-layout .col-main {
	width: 650px;
}
#main {
	background-color: #FFF;
	padding: 10px;
}
ul.breadcrumbs {
	background-color: #FFF;
	padding: 5px;
}
.page-head-alt h3 {
	color: #FFF;
}
.box {
	padding: 10px;
}
.side-col .box {
	background-color: #F0CCCC;
}
#checkoutSteps .a-item,
.shopping-cart-collaterals .box {
	background: #FFF;

}


.footer-container {
	border: none;
}
.footer {
	background: none;
}