body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #E6EBF1;
	margin: 0px;
	padding: 0px;
}

#page {
	background-color: #E6EBF1;
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/backgrnd_repeat.jpg);
	position: relative;
	background-repeat: repeat-y;
	font-family: Times New Roman, Times, serif;
}

#header {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}
#navbar {
	margin: 0px;
	width: 178px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 20px;
	float: left;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#navbar a {
	width: 178px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #F37021;
	background-image: url(images/btn_link.gif);
	background-repeat: no-repeat;
	display: block;	
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	outline: none;	
}
#navbar a:link {
	color: #FF9900;
	text-decoration: none;
	background-image: url(images/btn_link.gif);
}
#navbar a:visited {
	color: #CC6600;
}
#navbar a:hover {
	color: #FF3300;
	background-image: url(images/btn_hover.gif);
}
#navbar a:active {
	color: #FF3300;
	background-image: url(images/btn_active.gif);
}
#navbar a.selected {
	color: #FF3300 !important;
	background-image: url(images/btn_active.gif);
}
#content {
	float: left;
	width: 505px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 20px;
	margin: 0px;
}
#content .title {
	color: #F37021;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content .img_wrap {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .bold {
	font-weight: bold;
}
#content .italic {
	font-style: italic;
}
#content .blue {
	color:#007FBA;
}
#content .boldctr{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
.item {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 500px;
	clear: left;
}
.item_img {
	float: left;
	padding: 0px;
	width: 102px;
	text-align: center;
	margin: 0px;
	display: inline;
}
.item_img .over{
	position: relative;
	bottom: 45px;
}
.item_text {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 375px;
}
.item .intro{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
	display: block;
}
#content h3 {
	color: #F37021;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
}
#content h4 {
	font-style: italic;
	color: #007FBA;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#content h6 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.item_text h5 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item_text .priceline{
	clear:left;
}
.item_text h6 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: left;
}
.pp_add2cart {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	clear: both;
	margin: 0px;
}
