/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	background-color: #ccc;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border: solid 1px #ccc;
	background-color: #fff;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	height: 118px;
}
.headerlogo {
	padding-left: 0px;
	margin: 0;
	float: left;
}
#topnav {
	float: left;
}
#topnav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#topnav ul li{
	display: block;
	float: left;
	padding: 60px 7px 40px 7px;
	background: transparent url(images/vert_line_grad.gif) center right no-repeat;
}
#topnav ul li a{
	color: #fff;
	font-size: 14px;
}
#content {
	background-image: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
	height: 237px;
	padding: 25px 495px 0 50px;
	line-height: 1.2em;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
#features {
	margin: 0 auto;
	padding: 20px 25px 20px 50px;
}
.featurebox {
	width: 640px;
	background-color: #de9034;
	float: left;
}
.searchcolumn {
	float: left;
	width: 185px;
	padding: 20px 20px 20px 75px;
}
.featurebox_header {
	background-image: url(images/feature_box_header.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 7px;
	padding-left: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.featurebox_footer {
	background-image: url(images/feature_box_footer.gif);
	background-repeat: no-repeat;
	height: 24px;
}
.specials {
	height: auto;
	padding-left: 15px;
}
.featureitem {
	width: 190px;
	height: 200px;
	float: left;
	margin: 10px 20px;
	background-color: #cd7b22;
	color: #fff;
	padding: 2px 10px 2px 30px;
}
.featureitem h3{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
}
#footer {
	height: 55px;
	background-color: #013b6c;
	padding: 25px 0 25px 50px;
	color: #437198;
}
#footer a, #footer a:visited{
  color: #437198;
  text-decoration: none;
}
#footer a:hover{
  color: #fff;
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
#footer ul li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #437198;
}
.clearfloat {
	clear: both;
}
.searchdropdown{
	padding-top: 10px;
	color: #aaa;
}
.searchdropdown select {
	width: 150px;
}
.searchdropdown select option{
	width: 150px;
}
.livechat{
	padding-top: 20px;
	text-align:left;
}
.itemname {
	font-size: 12px;
	font-weight: bold;
}
.iteminfo {
	font-weight: normal;
}
.itemprice {
	font-size: 16px;
	font-weight: bold;
	color: #bb0101;
	text-align: center;
}
.itemlink a{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
