body {
	margin: 0;
	padding: 0;
	background: #115ea2;
	text-align: center;
	font: normal 105% Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border: none;
}
#wrap {
	background: url(../img/bkgd_page.jpg) top center no-repeat #fff;
	position: relative;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, table, th, tr, td {
	margin: 0;
	padding: 0;
	border: none !important;
	border-width: 0px !important;
}
#printHead {
	display: none;
}
#head {
	height: 122px;
/*	overflow: hidden;*/
	background: url(../img/bkgd_head.jpg) no-repeat top center;
	text-align: left;
	width: 770px;
	margin: 0 auto;
}
#menu {
	width: 770px;
	margin: 0 auto;
}
#content {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	background: url(../img/bkgd_content.jpg) repeat-y;
}
#content a {
	color: #115ea2;
}
#content a:hover, #content a:visited {
	color: #008FD5;
}
#content h1 {
	color: #008FD5;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	padding: 0 20px 0.7em 0;
}
#content h2 {
	color: #008FD5;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	padding: 0 20px 0.4em 0;
}
#content h3 {
	color: #008FD5;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	padding: 0 20px 0.4em 0;
}
#content h4 {
	color: #008FD5;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	padding: 0 20px 20px 0;
	text-align: right;
}
#content h5 {
	color: #000;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	padding: 0 20px 0em 0;
}
#content h6 {
	color: #000;
	font: normal 0.6em Arial, Helvetica, sans-serif;
	padding: 0 20px 1.5em 0;
}
#content p {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	padding: 0 20px 1.2em 0;
	line-height: 1.4em;
}
#content ol, #content ul {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	padding: 0 20px 1.2em 40px;
	line-height: 1.4em;
	list-style-position: outside;
	width: 330px;
	/*float: left;
	display: inline;*/
}
#content ol {
	list-style-type: decimal;
}
#content ul {
	list-style-type: disc;
}
#content li {
	/*margin-bottom: 0.7em;*/
	padding: 0.2em 0 0.2em 0;
	margin-left: 0px;
}
ol+p, ol+h2, ol+h3, ol+h4, ul+p, ul+h2, ul+h3, ul+h4 {
	clear: both;
}
#content ol ol, #content ul ul, #content ol ul, #content ul ol {
	font: normal 1em Arial, Helvetica, sans-serif;
	padding: 0 20px 0 20px !important;
	width: 300px;
}
#content ul ul {
	list-style-type: circle;
}
#content table {
	border-collapse: collapse;
}
#content th {
	font: bold 0.7em Arial, Helvetica, sans-serif;
	border: 1px solid #9BD2F2;
	background: #ecf5fd;
	padding: 2px;
	margin: 0;
}
#content td {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	border: 1px solid #9BD2F2;
	background: #fff;
	padding: 4px;
	margin: 0;
}
#content td h5 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #008FD5;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}
#content td p {
	font: normal 1em Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}
#content td input {
	width: auto !important;
	font: normal 1em Arial, Helvetica, sans-serif;
	border: 1px solid #115ea2;
	padding: 2px;
}
#content .halfPageFloat {
	width: 175px;
	float: left;
	display: inline;
	margin-right: 10px;
}
#content .thirdPageFloat {
	width: 125px;
	float: left;
	display: inline;
	margin-right: 10px;
}
#content form, #content fieldset {
	z-index: 0;
}
#content form {
	margin-bottom: 10px;
	background: #ecf5fd;
	padding: 10px 0 10px 10px;
	width: 384px;
	border: 1px solid #9BD2F2;
}
#content form.cart {
	margin-bottom: 10px;
	background: #fff;
	padding: 0;
	width: 384px;
	border: 0px solid #9BD2F2;
}
#content form h2 {
	padding: 2px 0 2px 5px !important;
	font-size: 0.9em !important;
	background: #9BD2F2;
	color: #fff;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #9BD2F2;
}
#content form p {
	font-size: 0.65em !important;
}
#content fieldset br {
	clear: both;
}
#content label {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 10px 0;
	font: normal 0.7em Arial, Helvetica, sans-serif;
}
#content input {
	font: normal 1em Arial, Helvetica, sans-serif;
	border: 1px solid #115ea2;
	padding: 2px;
	width: 175px;
}
#content label.inputimage input {
	width: 145px;
	height: 42px;
	border: none;
}
#content label.long {
	width: 380px;
}
#content label.long input, #content label.long textarea, #content label.long select {
	width: 366px;
}
#content label.veryshort {
	width: 25px;
}
#content label.short {
	width: 75px;
}
#content label.medium {
	width: 100px;
}
#content label.short input, #content label.short textarea, #content label.short select {
	width: 61px;
}
#content label.medium input, #content label.medium textarea, #content label.medium select {
	width: 90px;
}
#content select {
	font: normal 1em Arial, Helvetica, sans-serif;
	border: 1px solid #115ea2;
	width: 175px;
}
#content option {
	font: normal 1em Arial, Helvetica, sans-serif;
	border: none;
	padding: 2px;
}
#content file {
	border: none;
}
#content .radiocheck {
	float: none;
	display: block;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0 !important;
}
#content .radiocheck input {
	border: none;
	width: auto !important;
	margin-right: 2px !important;
	padding: 0 !important;
}
#content input.button {
	background: #115ea2;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: auto !important;
	border: none;
	margin-top: 10px;
}
#left {
	float: left;
	display: inline;
	width: 149px;
	padding-top: 10px;
}
#left .categories {
	background: #deefff;
	width: 123px;
	margin: -10px 0 20px 0;
	border-right: 1px solid #9bd2f2;
	border-left: 1px solid #9bd2f2;
}
#left h4 {
	font: bold 0.65em Arial, Helvetica, sans-serif !important;
	line-height: normal !important;
	width: 123px;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #9bd2f2;
}
#left h4 a {
	padding: 3px 7px 3px 7px !important;
	text-decoration: none;
	display: block;
}
#left h4 a:visited {
	color: #115ea2;
}
#left h4 a:hover {
	color: #115ea2 !important;
	background: #9bd2f2;
}
#left h4 a.active {
	color: #fff !important;
	background: #0090cc;
}
#left p {
	font-size: 0.6em !important;
	line-height: normal !important;
	width: 125px;
	text-align: center;
}
#left .adBox {
	height: 125px;
	width: 125px;
	margin: 0 0 10px 0;
	border: 1px solid #DEEFFF;
}
#left .selfadBox250 {
	height: 250px;
	width: 125px;
	margin: 0 0 10px 0;
	border: 1px solid #DEEFFF;
}
#left .selfadBox75 {
	height: 75px;
	width: 125px;
	margin: 0 0 10px 0;
	border: 1px solid #DEEFFF;
}
#left .adBox p {
	width: auto !important;
	text-align: center;
	font-size: 0.7em !important;
	padding: 1em !important;
	line-height: normal !important;
}
#middle {
	float: left;
	display: inline;
	width: 410px;
	padding: 20px 0 15px 0;
}
.middleImage {
	float: left;
	display: inline;
	border: 5px solid #DEEFFF;
	margin: 0 10px 5px 0;
}
#middle .adBox {
	height: 72px;
	width: 392px;
	margin: 15px 0 0 0;
	border: 1px solid #DEEFFF;
}
#middle .adBox p {
	text-align: center;
	font-size: 0.7em !important;
	padding: 1em !important;
	line-height: normal !important;
}
#middle .galleryThumb {
	float: left;
	display: inline;
	margin: 0 10px 3px 0;
	border: 1px solid #DEEFFF;
	text-align: center;	
	width: 88px;
}
#middle .galleryThumb .imgHolder {
	height: 66px;
	overflow: hidden;
}
#middle .galleryThumb p {
	text-align: center !important;
	padding: 3px !important;
	margin: 0 !important;
	font-size: 0.6em !important;
	line-height: 1.1em !important;
	height: 40px;
	overflow: hidden;
	
}
#middle .galleryEnlarge {
	border: 1px solid #DEEFFF;
}
.contentBox {
	width: 392px;
	background: url(../img/contentBox_top.gif) no-repeat top right #DEEFFF;
	margin: 0 0 20px 0;
	padding-top: 9px;
}
.contentBoxText {
	background: #DEEFFF;
	width: 392px;
}
.contentBoxPhoto {
	padding: 0 0 9px 9px;
	background: #DEEFFF;
	float: left;
	display: inline;
}
.contentBoxText h3 {
	padding: 0 18px 0.5em 12px !important;
	line-height: normal !important;
	margin-left: 105px;
}
.contentBoxText p {
	padding: 0 18px 0.5em 12px !important;
	line-height: normal !important;
	margin-left: 105px;
}
.contentBox .bot {
	clear: both;
	height: 9px;
	width: 392px;
	background: url(../img/contentBox_bot.gif) no-repeat top right #fff;
}
.listingBox {
	width: 392px;
	/*background: url(../img/contentBox_top.gif) no-repeat top right #DEEFFF;*/
	margin: 10px 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #DEEFFF;
}
.listingBoxText {
	/*background: #DEEFFF;*/
	width: 392px;
}
.listingBoxPhoto {
	padding: 0 0 0px 0px;
	background: #DEEFFF;
	float: left;
	display: inline;
	border: 1px solid #DEEFFF;
}
.listingBoxText h3 {
	padding: 0 18px 0.5em 12px !important;
	line-height: normal !important;
	margin-left: 50px;
}
.listingBoxText p {
	padding: 0 18px 0.5em 12px !important;
	line-height: normal !important;
	margin-left: 50px;
}
.listingBox2 {
	width: 375px;
	overflow: hidden;
	background: #ecf5fd;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #008fe2;
}
a.button {
	background: #115ea2;
	color: #fff !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	border: none;
	margin: 15px 15px 15px 0 !important;
	padding: 2px 5px !important;
	display: inline;
	width: auto !important;
	text-decoration: none;
}
.listingBox .bot {
	clear: both;
	height: 9px;
	width: 392px;
	background: url(../img/contentBox_bot.gif) no-repeat top right #fff;
}

/* Product Display... */


/* Product Categories */
.prodThumb {
	float: left;
	display: inline;
	width: 115px;
	text-align: center !important;
	overflow: hidden;
	height: auto;
	background: #deefff;
	border: 1px solid #9bd2f2;
	margin: 0 15px 15px 0;
	padding: 0 0 5px 0;
}
.prodThumbPhoto {
	width: 115px;
	height: 90px;
	overflow: hidden;
	border-bottom: 0px solid #9bd2f2;
	/* background: #9bd2f2; */
	background: #fff;
}
.prodThumb h4 {
	font: bold 0.7em Arial, Helvetica, sans-serif !important;
	width: 109px !important;
	padding: 3px 3px 2px 3px !important;
	margin: 0 !important;
	line-height: 1.1em !important;
	text-align: center !important;
}
.prodThumb p {
	font: italic 0.65em Arial, Helvetica, sans-serif !important;
	width: 109px !important;
	padding: 0 3px 0 3px !important;
	margin: 0 !important;
	line-height: 1.1em !important;
	text-align: center !important;
}
.prodThumb a {
	text-decoration: none;
}
/* Product Details */


#right {
	float: left;
	display: inline;
	width: 211px;
	padding-top: 16px;
}
.rightBox {
	width: 179px;
	margin: 0 0 16px 16px;
	background: url(../img/rightBox_top.gif) no-repeat top left #9bd2f2;
}
.rightBox h4 {
	padding: 6px 10px 3px 10px !important;
	color: #fff !important;
	font: bold 0.9em Arial, Helvetica, sans-serif !important;
	text-align: left !important;
}
.rightBox p {
	padding: 0 10px 3px 10px !important;
	font: normal 0.65em Arial, Helvetica, sans-serif !important;
	color: #000;
	line-height: 1.2em !important;
}
.rightBox form {
	padding: 5px 10px 0 10px !important;	
	margin-bottom: 0 !important;
	background: #9bd2f2 !important;
	width: auto !important;
	border: 0px solid #9BD2F2 !important;
}
.rightBox label {
	width: auto !important;
	margin: 0 !important;
}
.rightBox input {
	width: 119px !important;
	margin: 0 !important;
	font-size: 11px !important;
}
.rightBox input.button {
	margin: 0 !important;
	font: bold 0.9em Arial, Helvetica, sans-serif !important;
}
.rightBox_bot {
	background: url(../img/rightBox_bot.gif) no-repeat top left;
	height: 8px;
	overflow: hidden;
	clear: both;
}
.rightBoxPhoto {
	float: right;
	display: inline;
	border: 5px solid #9bd2f2;
	
	overflow: hidden;
}
.rightBoxPhotoVet {
	float: right;
	display: inline;
	border: 5px solid #9bd2f2;
	width: 66px;
	overflow: hidden;
}
.rightBoxProductPhoto {
	float: right;
	display: inline;
	border: 5px solid #9bd2f2;
}
.sbTravelIcon {
	float: left;
	display: inline;
	width: 44px;
	overflow: hidden;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 0 0 11px;
}
.sbTravelIcon img, .sbTravelIcon a {
	border: none;
	text-decoration: none;
	display: block;
}
#foot {
	clear: both;
	padding-top: 10px;
}
#foot p {
	color: #fff !important;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	padding: 0 0 0.5em 0;
}
#foot a {
	text-decoration: none;
	color: #9bd2f2;
}
#foot a:hover {
	text-decoration: none;
	color: #fff;
}
.line {
	height: 1px;
	border-bottom: 1px solid #9bd2f2;
	margin: 0 20px 10px 0;
}
.small {
	font-size: 0.6em !important;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.toplink {
	text-align: right;
	margin-top: 20px;
	font: normal 0.6em Arial, Helvetica, sans-serif !important;
}
.inputimage {
	width: 145 !important;
	height: 42 !important;
}