body {
	font-family: Arial, Verdana, Georgia, Times, serif;
	padding: 0px;
	color: #666666;
	font-size: 75%;
	background-color: #FFFFFF;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #222983;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
#logo {
	height: 135px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../img/bg_logo.gif);
}
#logo div {
	width: 200px;
	height: auto;
	text-align: left;
	padding-top: 70px;
	padding-left: 741px;
}
#logo ul {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#logo li {
	display: inline;
	list-style-type: none;
	padding-right: 27px;
}
#logo p {
}
#maincontainer {
	background-color: #FFFFFF;
	height: auto;
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 33px;
	border-left-width: 33px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 60px;
}
#topnav {
	background-color: #222983;
	height: 41px;
	width: 934px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#topnav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#topnav li {
	display: inline;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 11px;
}
#topnav li a:link {
	color: #FFF;
	text-decoration: none;
}
#topnav li a:visited {
	color: #FFF;
	text-decoration: none;
}
#topnav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#topnav li a:active {
	color: #FFF;
	text-decoration: none;
}
#searchbar {
	background-color: #dcd8eb;
	height: 42px;
	width: 934px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/bg_searchbar.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.searchbox {
	height: auto;
	width: 170px;
	margin-left: 5px;
	margin-top: 4px;
	padding: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcol {
	float: left;
	height: auto;
	width: 196px;
	display: inline;
}
#menu {
	float: left;
	height: auto;
	width: 196px;
	display: inline;
}
/* Main UL Styling */
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* Top Level LI Styling */
#menu ul li span {
	display:block;
	background-color: #eeeeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	cursor: pointer;
}
/* Put this in to Cancel out Left Padding of Main Style */
#menu ul li ul {
	padding:0;
	margin:0;
}
/* Subnav Styling */
#menu ul li ul li {
	background-color: #e8e8e8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.expanded {
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.collapsed {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content {
	float: left;
	height: auto;
	width: 460px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	display: inline;
}
#content a:link {
	color: #222983;
}
#content a:visited {
	color: #222983;
}
#content a:hover {
	color: #222983;
}
#content a:active {
	color: #222983;
}
#bestsellers {
	background-image: url(../img/bg_rightcol_boxes.gif);
	height: auto;
	width: 194px;
	min-height: 150px;
	margin-bottom: 10px;
}
#bestsellers p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bestsellers h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 0px;
	letter-spacing: -0.1em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#customercare {
	background-image: url(../img/bg_rightcol_boxes.gif);
	height: auto;
	width: 194px;
	min-height: 150px;
	margin-bottom: 10px;
	color: #666666;
}
#customercare p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#customercare h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 0px;
	letter-spacing: -0.1em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#rightcol {
	float: right;
	height: auto;
	width: 194px;
	display: inline;
}
#rightcol div {
	height: auto;
	margin-bottom: 10px;
}
#footer {
	background-color: #d3cee5;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 980px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #222983;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}
#footer a:link {
	text-decoration: none;
	color: #222983;
	font-weight: bold;
}
#footer a:visited {
	color: #222983;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #222983;
	font-weight: bold;
}
#footer a:active {
	color: #222983;
	text-decoration: none;
	font-weight: bold;
}
#footerlogos {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footerlogos b {
	padding-bottom: 2px;
	display: block;
}


.prodbox {
	background: #FFFFFF url(../img/bg_prodbox.gif) no-repeat top;
	float: left;
	height: 238px;
	width: 200px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-left: 14px;
	margin-right: 14px;
	margin-top:20px;
	display: inline;
}
.prodbox h4 {
	margin: 0px;
	padding: 10px;
	color: #666666;
	height: 30px;
}
.prodbox p {
	color: #999999;
	margin: 0px;
	padding: 10px;
}
.prodbox p strong {
	color: #FF9900;
	font-size: 1.1em;
}
.prodbox em {
	color: #FF0000;
}
.prodbox ul {
	list-style-type: none;
	margin: 0px;
	background-color: #eeeeef;
	height: 30px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
	text-align: left;
}
.prodbox ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.prodbox .more {
	font-weight: bold;
	color: #999999;
}
.prodbox .more a:link {
	color: #999999;
	text-decoration: none!important;
}
.prodbox .more a:visited {
	color: #999999;
	text-decoration: none!important;
}
.prodbox .more a:hover {
	color: #999999;
	text-decoration: none!important;
}
.prodbox .more a:active {
	color: #999999;
	text-decoration: none!important;
}
.prodbox .buy {
	font-weight: bold;
	color: #0099FF;
}
.prodbox .buy a:link {
	color: #3399cc!important;
}
.prodbox .buy a:visited {
	color: #3399cc!important;
}
.prodbox .buy a:hover {
	color: #3399cc!important;
}
.prodbox .buy a:active {
	color: #3399cc!important;
}
.letters {
	text-align: center;
}
.letters td {
	background-color: #efe4e0;
}

