html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e6e9d2 url(images/bkg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;	
}

hr.floatclear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#container {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 998px;
}

#header {
	background: url(images/headerBkg.jpg) no-repeat;
	height: 106px;
	width: 998px;
	margin: 0px auto;
	position: relative;
}

#topLinks {
	position: absolute;
	top: 5px;
	right: 18px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3f5c05;
	letter-spacing: 0.05em;
}

#topLinks a:link, #topLinks a:visited {
	color: #3f5c05;
	text-decoration: none;	
}

#topLinks a:hover, #topLinks a:active {
	color: #3f5c05;
	text-decoration: underline;
}

#timeDisplay {
	position: absolute;
	top: 24px;
	right: 18px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#nav {
	margin: 0px auto;
	padding: 0px;
	height: 25px;
	width: 964px;
	background-image: url(images/nav_bkg2.png);
	background-repeat: no-repeat;
}

#banContainer {
	width: 964px;
	margin: 5px auto 0px;
}

#bannerLeft {
	/*background: url(images/banners/banner.jpg);*/
	margin: 0px 0px 0px 0px;
	float: left;
	height: 192px;
	width: 632px;
}

#bannerRight {
	background: url(images/corner_cat_bkg.jpg);
	margin: 0px 0px 0px 0px;
	height: 192px;
	width: 327px;
	float: right;
}

#bannerRight a.linkBlock {
	display: block;
	height: 100%;
	width: 100%;
}

#contentContainer {
	width: 964px;
	margin: 5px auto 0px;
}

#content {
	float: left;
	width: 632px;
}

#content div {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding: 0px 20px 20px 0px;
}

#content div hr {
	margin: 0px;
	padding: 0px;
	color: #666;
	border-top: 1px dotted #CCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#content div h1 {
	color: #58642e;
}

#content div h1 a:link, #content div h1 a:visited, #content div h1 a:active {
	color: #58642e;
	text-decoration: none;
}

#content div h1 a:hover {
	color: #58642e;
	text-decoration: underline;
}

#content div h2 {
	color: #58642e;
	margin: 0px;
	padding: 0px;
}

#content div h2 a:link, #content div h2 a:visited, #content div h2 a:active {
	color: #58642e;
	text-decoration: none;
}

#content div h2 a:hover {
	color: #58642e;
	text-decoration: underline;
}

#content div h3 {
	color: #58642e;
	border-bottom: 1px dotted #CCCCCC;
}

#content div h3 a:link, #content div h3 a:visited, #content div h3 a:active {
	color: #58642e;
	text-decoration: none;
}

#content div h3 a:hover {
	color: #58642e;
	text-decoration: underline;
}


#content a:link, #content a:visited, #content a:active {
	color: #58642e;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #58642e;
	text-decoration: underline;
	font-weight: bold;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #58642e;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: #58642e;
	text-decoration: underline;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 327px;
	padding-bottom: 20px;
}

#announcementsHeader {
	background: url(images/announcements_bkg2.png) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 327px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

#announcementsHeader div {
	padding-top: 4px;
	padding-left: 20px;
}

#announcements {
	width: 325px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
}

#announcements div {
	text-align: left;
	margin: 0px;
	padding: 20px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#announcements div.clear {
	padding: 0px 20px 20px;
}

#content div .backToTop {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	height: 10px;
}

/* -------------------- Video ------------------- */

#videoHeader {
	background: url(images/announcements_bkg2.png) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 327px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

#videoHeader div {
	padding-top: 4px;
	padding-left: 20px;
}

#videoBox {
	width: 325px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	margin-bottom: 5px;
	padding-top: 5px;
}

#videoWrapper {
	text-align: center;
	font: italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#videoContainer {
	margin: 0px auto;
}

/* -------------------- Testimonials Sidebar ------------------- */


#testimonialsHeader {
	background: url(images/announcements_bkg_drk.png) no-repeat;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 25px;
	width: 327px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

#testimonialsHeader span {
	font-size: 10px;
	font-style: italic;
}

#testimonialsHeader div {
	padding-top: 4px;
	padding-left: 20px;
}

#testimonials {
	width: 327px;
	margin: 5px 0px 0px;
	padding: 0px;
}

#testimonials img {
	border: 1px solid #969696;	
}

#testimonialsLeft {
	float: left;
}

#CatBib1 {
}

#CatBib3 {
	margin: 7px 0px 0px;
}

#testimonialsRight {
	float: right;
}

#CatBib2 {
}

#CatBib4 {
	margin: 7px 0px 0px;
}

#underTestimonials {
	width: 325px;
	margin-top: 5px;
	border: 1px solid #969696;
}

#underTestimonials div {
	text-align: justify;
	margin: 0px;
	padding: 5px 20px;
	font: 10px Arial, Helvetica, sans-serif;
}

#underTestimonials a:link, #underTestimonials a:visited, #underTestimonials a:active {
	color: #58642e;
	text-decoration: none;
}

#underTestimonials a:hover {
	color: #58642e;
	text-decoration: underline;
}

#footer {
	background: url(images/footer_bkg.jpg) no-repeat;
	margin: 0px auto;
	height: 106px;
	width: 998px;
	position: relative;
}

#copyright {
	position: absolute;
	left: 123px;
	bottom: 6px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

#instructions {
	position: absolute;
	left: 123px;
	top: 6px;
	font: italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

#copyright a:link, #copyright a:visited {
	color: #666666;
	text-decoration: none;	
}

#copyright a:hover, #copyright a:active {
	color: #666666;
	text-decoration: underline;
}

#shippingForm {
	width: 530px;
}

.imgRight {
	float: right;
	margin-left: 8px;
}

.imgLeft {
	float: left;
	margin-right: 8px;
}

.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
	font-size: 1px;
	line-height: 0px;
}

.centerText {
	text-align: center;	
}

.biggerText {
	font-size: 18px;	
}

.searchField {
	height: 16px;
	border: 1px solid #999999;
	margin-right: 3px;
}

div.row {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
}

div.row span.label {
	float: left;
	width: 200px;
	text-align: right;
	/*white-space: nowrap;*/
}

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
}

#orderFieldset div.row span.label {
	float: left;
	width: 275px;
	text-align: right;
	/*white-space: nowrap;*/
}

#orderFieldset div.row span.formw {
  float: right;
  width: 275px;
  text-align: left;
}

#content div .questions {
	font-size: 16px;
	font-weight: bold;
	color: #58642e;
}

#sizesTable td {
	text-align: center;	
}

#content .imageCaption div {
	font-style: italic;
	text-align: center;
	font-size: 12px;
}

/* -------------------- Testimonials Footer  -------------------- */

#footerTitle {
	background: #FFF;
	color: #000;
	text-align: left;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 8px;
	float: left;
	width: 632px;
}



#testimonialsFooter {
	margin: 0px;
	height: 160px;
	width: 632px;
	background: #FFF;
	padding: 0px;
	float: left;
}

div.float {
	float: left;
	margin-right: 6px;
}

#content div.floatT {
	float: left;
	padding: 0px;
	margin: 0px 18px 0px 0px;
}

#content div.rowT {
	clear: both;
	padding-top: 18px;
	margin-top: 10px;
}


div.leftImage {
	margin-left: 0px;
}


/* -------------------- One Column Template -------------------- */

#oneColumn {

}

#oneColumn div {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0px 0px 20px;
}

#oneColumn div h1 {
	color: #58642e;	
}

#oneColumn div h2 {
	color: #b0932a;	
}

.tPages {
	clear: both;
}

.tPages img {
	padding-bottom: 20px;
	
}

.tPages h1 {
	border-top: 1px dashed #666;
}

.sigLine {
	
}

/* -------------------- 201 0-10-22 ------------------- */

#footerTitleOneC {
	margin: 0px auto;
	height: 30px;
	width: 998px;
	background: #FFF;
	color: #000;
	text-align: left;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footerTitleOneC div {
	margin-left: 16px;	
}

#testimonialsFooterOneC {
	margin: 0px auto;
	height: 160px;
	width: 998px;
	background: #FFF;
}

#testimonialsFooterOneC div.float {
	float: left;
	margin-right: 12px;
}

#testimonialsFooterOneC div.leftImage {
	margin-left: 17px;
}


