@charset "utf-8";
body {
	background: #7094bb url(../img/bodyBG.jpg) top center no-repeat;
}
#container {
	width: 950px;
	background: #fff url(../img/containerBG.jpg) top center repeat-y;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 2px solid #000;
}
#header {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 80px;
	background: #fff url(../img/headerBG.jpg) top center no-repeat;
}
#search {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 400px;
	padding: 10px;
}
#menu {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	height: 40px;
}
#mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 700px;
}
#mainContent h1 {
	color: #202c5e;
}
#mainContent h2 {
	color: #a52828;
}
#mainContent h5 {
	color: #a52828;
	font-size: 1.25em;
	margin-bottom: 1em;
}
#banner {
	margin-bottom: 5px;
}
#productHome {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 235px;
	margin-bottom: 10px;
}
#productHome ul {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	list-style: none;
}
#productHome ul li {
	display: inline;
	float: left;
}
#productHome ul li a {
	display: block;
	padding: 0;
	height: 235px;
	text-indent: -9009px;
}
.bait {
	width: 230px;
	background: url(../img/bait.jpg) top left no-repeat;
	margin-right: 5px;
}
.pinfish {
	width: 230px;
	background: url(../img/pinfish.jpg) top left no-repeat;
	margin-right: 5px;
}
.crab {
	width: 230px;
	background: url(../img/crab.jpg) top left no-repeat;
	margin-right: 0;
}

#productHome ul li a:hover {
	background-position: 0 -235px;
}
#product {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 10px;
}
#sidebar {
	padding: 0 10px 10px 10px;
	float: left;
	width: 210px;
}
#creditcard {
	padding: 4px;
	background: #fff;
	border: solid 1px #000;
	clear: both;
}
#creditcard h4 {
	margin-bottom: 0;
}
#footer {
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	clear: both;
	color: #fff;
	margin: 0 auto 10px auto;
	width: 910px;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0;
}
#boxRight {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	margin: 5px 0 10px 15px;
	width: 400px;
}
#userBox {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	clear: both;
	text-align: right;
}
#userBox a {
	color: #202c5e;
	text-decoration: none;
}

#userBox a:hover {
	text-decoration: underline;
}

.imgR {
	float:right;
	margin: 0 0 0 10px;
}
.imgL {
	float:left;
	margin: 0 10px 0 0;
}
