ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#lftCl {
	width: 800px;
	float: left;
	margin-left: 20px;
}

.artFormula {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
}

.boxText {
	background-color: #FFFFFF;
	display: block;
	border: 1px solid A69A7F;
	width: 520px;
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxText p {
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
}
.subText {
	color: #AF280D;
	font-weight: bold;
}


/*----------------------
      INFO TABLE
-----------------------*/

#infoTable {
	display: table;
	margin-left: 30px;
}
#infoTable .textRight {
	text-align: right;
	font-weight: bold;
	color: #B0926C;
}
#infoTable .textLeft {
	font-weight: bold;
	color: #492B03;
	padding-left: 10px;
}

/*----------------------
   BOXES W/HEADS
-----------------------*/

.contentBox {
	background-color: #E0D6BB;
	display: block;
	border: 1px solid A69A7F;
	width: 796px;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
.contentBox .text {
	font-size: 10px;
	line-height: 14px;
	margin-left: 27px;
	margin-top: 10px;
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.contentBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.contentBox li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

/*----------------------
   BOXES HEADS
-----------------------*/

.boxHead_1 {
	background-color: #492B03;
}
.boxHead_1 h1 {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.boxHead_2 {
	background-color: #846643;
}
.boxHead_2 h1 {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.boxHead_3 {
	background-color: #AF280D;
}
.boxHead_3 h1 {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.boxHead_4 {
	background-color: #974717;
}
.boxHead_4 h1 {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.boxHead_5 {
	background-color: #BC771F;
}
.boxHead_5 h1 {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}


/*----------------------
   BUTTONS
-----------------------*/

.clickEnlarge {
	display: block;
	background-image: url(/hom/images/internal/art_camera.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px;
	margin-left: 20px;
	width: 120px;
	font-size: 10px;
}
.clickEnlarge a {
	font-weight: bold;
	color: #431313;
	text-decoration: none;
}
.clickEnlarge a:hover {
	font-weight: bold;
	color: #431313;
	text-decoration: underline;
}

.startLink {
	font-size: 13px;
	line-height: 13px;
	color: #69513A;
	background-image: url(../images/_common/arrow_continue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 30px;
	margin-right: 10px;
	margin-top: 20px;
	height: 15px;
	margin-bottom: 20px;
	float: left;
}
.startLink a {
	color: #69513A;
	text-decoration: underline;
	display: block;
}


/*----------------------
     CONTENT TABLES
-----------------------*/

.subTableHead {
	font-weight: bold;
	color: #AF280D;
	background-color: #FFFFFF;
	display: block;
	width: 745px;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
	border: 1px solid #A29577;
	padding-left: 10px;
	line-height: 30px;
}
.subTable {
	background-color: #EFE6CD;
	display: block;
	width: 735px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #A29577;
	padding-left: 20px;
}
.pictureTable .clickEnlarge {
	background-image: url(/hom/images/internal/art_camera.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	margin-left: 0px;
}
.pictureTable .clickEnlarge a {
	font-weight: bold;
	color: #431313;
	text-decoration: none;
}
.pictureTable .clickEnlarge a:hover {
	font-weight: bold;
	color: #431313;
	text-decoration: underline;
}
.pictureTable .image {
	background-color: #B7A88E;
	display: table-cell;
	height: 87px;
	width: 116px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.pictureTable .image img {
    height: 87px;
    width: 116px;
}

/*----------------------
   BOX W/O HEAD
-----------------------*/

.contentBox_2 {
	background-color: #E0D6BB;
	display: block;
	border: 1px solid A69A7F;
	width: 756px;
	margin-bottom: 12px;
	padding: 20px;
}
.subTableHead_2 {
	font-weight: bold;
	color: #AF280D;
	background-color: #FFFFFF;
	display: block;
	width: 744px;
	margin-bottom: 2px;
	border: 1px solid #A29577;
	line-height: 30px;
	padding-left: 10px;
}
.subTable_2 {
	background-color: #EFE6CD;
	display: block;
	width: 734px;
	border: 1px solid #A29577;
	padding-left: 20px;
	padding-top: 10px;
}


/*----------------------
    3 COLUMN TABLES
-----------------------*/

#threeClTableHead {
	background-color: #FFFFFF;
	display: table;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
}
#threeClTableHead td {
	padding-left: 10px;
	font-weight: bold;
	color: #AF280D;
}
#threeClTableBody {
	background-color: #EFE6CD;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: table;
}
#threeClTableBody td {
	font-weight: bold;
	color: #492B03;
	line-height: 12px;
	padding: 10px;
}


#additionalDownloadsTable li {
	background-image: url(../images/internal/bullet_redArrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	float: none;
	font-weight: bold;
	color: #000000;
	display: list-item;
	margin-right: 20px;
}
