body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	background-color: #FDFBEF;
	background-image: url("images/bg-page.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
a {
	color: #990000;
}
a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
p {
	margin-top: 0;
}
p.break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A4813;
	padding-bottom: 15px;
	clear: both;
}


/* IDS */
#HomeTopbar {
	background-image: url("/images/bg-home-topbar.gif");
	background-repeat: repeat-x;
	padding-right: 10px;
}
#HomeTopbar td {
	font-size: 11px;
}
#HomeTopbar a {
	color: #333333;
}
#HomeTopbar a.boldHighlight {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#HomeTopbar a.boldHighlight {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#orderTable a.boldHighlight {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#HomeTopbar #topbarNav {
	padding-top: 8px;
}

#SecTopbar {
	background-image: url("/images/bg-home-topbar-sec.gif");
	background-repeat: repeat-x;
	padding-right: 10px;
}
#SecTopbar td {
	font-size: 11px;
}
#SecTopbar a {
	color: #333333;
}
#SecTopbar a.boldHighlight {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#SecTopbar #topbarNav {
	padding-top: 8px;
}

#Footer {
	background-image: url("/images/bg-footer.gif");
	background-repeat: repeat-x;
	height: 143px;
	color: #573416;
	font-size: 11px;
	line-height: 15px;
}
#Footer a {
	color: #573416;
	text-decoration: none;
}
#Footer a:hover {
	color: #573416;
	text-decoration: underline;
}
#Footer h2 {
	font-size: 13px;
	padding: 0 0 3px 0;
	margin: 0;
}
#FooterFirst {
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 24px;
}
#Footer p {
	padding: 0;
	margin: 0;
}
#Footer td.FooterLine {
	background-image: url("/images/footer-line.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 21px;
}
#HomePhotos {
	padding-top: 8px;
	padding-bottom: 8px;
}

#HomeCopyright {
	background-image: url("/images/bg-copyright.gif");
	background-repeat: repeat-x;
	height: 31px;
	font-size: 12px;
	color: #573416;
	padding-top: 10px;
}
#HomeCopyright a {
	color: #573416;
}

#SecCopyright {
	background-image: url("/images/bg-copyright-sec.gif");
	background-repeat: repeat-x;
	height: 31px;
	font-size: 11px;
	color: #573416;
	padding-top: 10px;
}
#SecCopyright a {
	color: #573416;
}


#HomeHeader h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#HomeBody {
	background-image: url("/images/bg-bodycopy.gif");
	background-repeat: repeat-y;
	padding-top: 17px;
	padding-right: 38px;
	padding-bottom: 17px;
	padding-left: 38px;
}
#HomeHeader {
	background-image: url("/images/bg-home-headline.gif");
	background-repeat: no-repeat;
	height: 30px;
}
#SecTextArea {
	padding: 17px 13px;
}
#SecTextArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4A4813;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A4813;
	padding-bottom: 5px;
}
#Products td {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4A4813;
	padding: 4px;
}
#Products td.prodLast {
	border: 0;
}
#Products h3 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-top: 3px;
	margin-bottom: 3px;
}
#Products h3 a {
	text-decoration: underline;
}
#Products p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#Products b {
	font-size: 12px;
}
#SecNav {
	background-image: url("/images/bg-leftbar-sec.gif");
	background-repeat: repeat-y;
}
#SecNav #LeftNav {
	margin-bottom: 22px;
}


#LeftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#LeftNav li { 
	margin: 0;
}
#LeftNav a {
	font-size: 11px;
	display: block;
	color: #333;
	width: 140px;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484442;
	background: transparent url("/images/ul-arrow.gif") 11px 9px no-repeat;
}
#LeftNav a.LeftNavheader {
	display: block;
	color: #333;
	width: 150px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484442;
	font-size: 12px;
	font-weight: bold;
	background: none;
	background-color:#E3DDC1;
}
#LeftNav a:hover {
	background-color: #F0DEBE;
}

#SecNav .redLeftNavHdr {
	padding-left: 8px;
}
#SecNav .redLeftNav {
	background-image: url("/images/ln-callend.gif");
	background-repeat: no-repeat;
	background-position: 8px bottom;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 14px;
}
#SecNav .redLeftNav ul {
	margin: 0px;
	padding: 0px;
}
#SecNav .redLeftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#SecNav .redLeftNav li { 
	margin: 0;
}
#SecNav .redLeftNav a {
	display: block;
	width: 115px;
	margin: 0 15px 0 20px;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #484442;
	background: transparent url("/images/ul-arrow.gif") 0 7px no-repeat;
}
#SecNav .redLeftNav a.redLeftNavLast {
	border-bottom-color: #FFF;
}
#SecNav .redLeftNav a:hover {
	text-decoration: underline;
}
#SecTextArea td.testimonial {
	padding: 10px 0;
	border-bottom: 1px solid #4A4813;
}
#SecTextArea img.imageRight {
	border: 1px solid #4A4813;
	margin-left: 25px;
}
#SecTextArea img.imageLeft {
	border: 1px solid #4A4813;
	margin-right: 25px;
}
#SecTextArea img.imageLine {
	border: 1px solid #4A4813;
}
#SecTextArea img.testimonialsimageNoline {
	margin-left: 25px;
}

#SecTextArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4A4813;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A4813;
	padding-bottom: 5px;
}
#SecTextArea h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 3px;
}
#SecTextArea ol li, #SecTextArea ul li {
	padding-bottom: 5px;
}
#SecTextArea h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4813;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A4813;
	padding-bottom: 5px;
	margin-bottom: 3px;
	margin-top: 15px;
}

#materials h3 {
	color: #000000;
	margin-bottom: 3px;
	font-size: 11px;
}
#materials ul {
	margin-top: 3px;
}
#materials {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #B59A6D;
}
#finalMeasurements {
	background-color: #FDFBEF;
	padding: 5px;
	border-top: 1px solid #B59A6D;
	border-right: 1px solid #B59A6D;
	border-left: 1px solid #B59A6D;
}
#finalMeasurements td {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC9371;
}
#finalMeasurements .head {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 13px;
	font-weight: bold;
}#orderTable td {
	background-color: #FFFFFF;
	border: 1px solid #B59A6D;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#orderTable {
	border: 1px solid #B59A6D;
}
#customMeasurements {
	background-color: #FDFBEF;
	padding: 5px;
	border-top: 1px solid #B59A6D;
	border-right: 1px solid #B59A6D;
	border-left: 1px solid #B59A6D;
}
#customMeasurements td {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC9371;
}
#customMeasurements i {
	font-size: 10px;
	color: #000000;
}


/* CLASSES */
.boldHighlight {
	font-weight: bold;
	color: #990000;
}
.red {
	color:#990000;
}
.rdCustomCell {
	background-image: url("/images/specialSpacer.jpg");
	background-repeat: repeat-y;
}
.rdnavCellOn {
	background-color: #F0DEBE;
	border-right: solid 1px #484442;
}
.pricing {
	font-weight: bold;
	color: #000000;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9C0000;
	margin: 0px;
}
.tableBorder {
	border: 1px solid #B59A6D;
}
.smallText {
	font-size: 10px;
}
.categoryCallout {
	background: no-repeat top left url("/images/callout-bg-measuring.gif");
	float: right;
	width: 146px;
	height: 66px;
	padding: 28px 6px 6px 6px;
	margin: 0 0 8px 8px;
	font-size: 9px;
	font-weight: bold;
	line-height: 13px;
}

.homeleftTD {
	background: repeat-y bottom right url("/images/h-bg-right.jpg");
}
.homeleftTD1 {
	background: no-repeat bottom right url("/images/h-bg-right-top.jpg");
}
.homeleftTD2 {
	background: no-repeat bottom right url("/images/h-bg-right-mid.jpg");
}
.homeleftTD3 {
	background: no-repeat bottom right url("/images/h-bg-right-end.jpg");
}
.homeleftP {
	padding-top:8px;
	padding-right: 6px;
	font-size: 11px;
	line-height: 13px;
}


.clearancetable {
	background-color: #FDFBEF;
	border-top: 1px solid #B59A6D;
	border-right: 1px solid #B59A6D;
	border-left: 1px solid #B59A6D;
}
.clearancetable td {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC9371;
}
.clearancetable .head {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 13px;
	font-weight: bold;
}


/***********************************************
* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* chrome menu */
.ageestyle{
	padding: 0;
	margin: 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 11px arial;
	line-height:18px;
	z-index:100;
	background-color: #573416;
	/*width: 200px;*/
	min-width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 5px 15px;
	text-decoration: none;
	color: #fffce9;
}

* html .dropmenudiv a{ /*IE only hack*/
	/*width: 100%;*/
	width: 200px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ecd7b0;
	color: #573416;
}

