﻿/* ========== HTML Elements ================================================ */
html, body {
	color: #57341c;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, div, li, dt, dd, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #571c1f;
	background-image: url(images/pageBG.gif);
	background-position: 0;
	background-repeat: repeat;
	margin: .3in;	
}

table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
th {
/*	border: 1px solid #cccccc;*/
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
td {
/*	border: 1px solid #cccccc;*/
	padding: 2px 4px;
	border: 0px solid #cccccc;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border-width: 0;
}

a:link {
	color: #57341c;
	text-decoration: none;
}
a:visited {
	color: #57341c;
	text-decoration: none;
}
a:hover {
	color: #57341c;
	text-decoration: underline;
}
a:active {
	color: #57341c;
	text-decoration: underline;
}

em, i {
	font-style: italic;
	font-weight: normal;
}
strong, b {
	font-style: normal;
	font-weight: bold;
}
/* ========================================================================= */



/* ========== Container ==================================================== */
#container {
	width: 100%;
}
#container thead td, 
#container tfoot td {
	height: 30px;
}
#container td.left, 
#container td.right {
	width: 30px;
}
#container td.left img, 
#container td.right img {
	height: 30px;
	width: 30px;
}
#container thead td.top, 
#container tfoot td.bottom, 
#container tbody td.left, 
#container tbody td.right {
	background-color: #f9e2a0;
}
#container thead td.left {
	background: transparent url(images/pageTable/containerTL.gif) 0 0 no-repeat;
}
#container thead td.right {
	background: transparent url(images/pageTable/containerTR.gif) 0 0 no-repeat;
}
#container tfoot td.left {
	background: transparent url(images/pageTable/containerBL.gif) 0 0 no-repeat;
}
#container tfoot td.right {
	background: transparent url(images/pageTable/containerBR.gif) 0 0 no-repeat;
}
/* ========================================================================= */



/* ========== Layout ======================================================= */
#innerLayout {
	background-color: #f9e2a0;
	background-image: url(images/contentHomeBG.gif);
	background-position: 10px 0;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
#innerLayout td {
}

td#header {
	height: 71px;
}

td#nav {
	width: 170px;
}
#nav ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	width: 160px;
}
#nav li {
	font-size: 13px;
	list-style-type: none;
	margin: 8px 0 26px 30px;
	position: relative;
}
#nav li img {
	position: absolute;
	top: -2px;
	left: -30px;
}

td#quicklinks {
	padding: 10px 0 0 0;
	vertical-align: bottom;
	width: 170px;
}
#quicklinks h5 {
	margin: 8px 30px;
}
#quicklinks ul {
	list-style-type: none;
	margin: 0 30px;
	padding: 0;
}
#quicklinks li {
	font-size: 10px;
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
}

.phone {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer {
	color: #57341c;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	font-size: 10px;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
/* ========================================================================= */



/* ========== Content Area ================================================= */
td#main {
	color: #fff;
	padding: 0 30px;
	vertical-align: top;
}
td#main.home {
	height: 300px;
}

/* ========== Home: Layout ============================= */
div#home {
	height: 300px;
	position: relative;
	right: 0;
	top: -80px;
}
/* ===================================================== */


/* ========== Content: Layout ========================== */
#main table {
	margin: 0 0 20px 0;
	width: 100%;
}
#main thead td, 
#main tfoot td {
	height: 30px;
}
#main td.left, 
#main td.right {
	width: 30px;
}
#main td.left img, 
#main td.right img {
	height: 30px !important;
	width: 30px !important;
}
#main thead td.top, 
#main tfoot td.bottom, 
#main tbody td {
	background-image: none;
}
/* ===================================================== */


/* ========== Content: Type ============================ */
#main table h1 {
}

#main table h2 {
	font-family: Georgia, "Times New Roman", Palatino, serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 10px 0;
/*	padding: 0 0 1px 36px;*/
	padding: 0 0 1px 0;
}
#main table h2 a:link, 
#main table h2 a:visited, 
#main table h2 a:hover, 
#main table h2 a:active {
	border-width: 0;
	color: #fff;
}
#main table h3 {
	font-family: Georgia, "Times New Roman", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 12px 0;
	padding: 0;
}
#main table h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 180px 0 0;
	padding: 2px;
}
#main table h5 {
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}
#main table p {
	line-height: 18px;
	margin: 8px 0;
}
#main table li {
	margin: 6px 0;
}
#main table li ul, 
#main table li ol, 
#main table li dl {
	margin: 8px 30px;
}

#main table dt {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 4px 0;
	padding: 2px;
}
#main table dd {
	font-size: 12px;
	margin: 6px 0 16px 0;
	padding: 2px;
}
#main #contentTable tbody td.left img {
	height: 300px;
}
/* ===================================================== */


/* ========== Content: Submenus ======================== */
ul.submenu, 
ul.subSubMenu {
	list-style-type: none;
	margin: 8px 0 0 0 !important;
	padding: 0;
	text-align: right;
}
.submenu li, 
.subSubMenu li {
	display: inline;
	font-size: 10px;
	list-style-type: none;
	margin: 0 8px;
	padding: 0 8px;
	white-space: nowrap;
}
.submenu li.first, 
.subSubMenu li.first {
	border-left: 0 !important;
	margin: 0 8px;
	padding: 0 8px;
}
.submenu a {
	color: #fff !important;
	border-width: 0 !important;
}
.subSubMenu a:link, 
.subSubMenu a:visited {
	text-decoration: none !important;
}
.submenu .current a, 
.subSubMenu .current a {
	border-bottom: 0 !important;
	text-decoration: underline;
}
/* ===================================================== */


/* ========== Content: Other =========================== */
.default thead td.top, 
.default tfoot td.bottom, 
.default tbody td, 
.gray thead td.top, 
.gray tfoot td.bottom, 
.gray tbody td {
	background-color: #696969 !important;
}
.default thead td.left, 
.gray thead td.left {
	background: transparent url(images/contentTable/grayTL.gif) 0 0 no-repeat !important;
}
.default thead td.right, 
.gray thead td.right {
	background: transparent url(images/contentTable/grayTR.gif) 0 0 no-repeat !important;
}
.default tfoot td.left, 
.gray tfoot td.left {
	background: transparent url(images/contentTable/grayBL.gif) 0 0 no-repeat !important;
}
.default tfoot td.right, 
.gray tfoot td.right {
	background: transparent url(images/contentTable/grayBR.gif) 0 0 no-repeat !important;
}
.default h2, 
.gray h2 {
/*	background: transparent url(images/titleDots/gray.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #9a9a9a;
}
.default h4, 
.gray h4 {
	border-bottom: 1px solid #9a9a9a;
}
.default .submenu li, 
.default .subSubMenu li, 
.gray .submenu li, 
.gray .subSubMenu li {
	border-left: 1px solid #9a9a9a;
}
.default a:link, 
.default a:visited, 
.gray a:link, 
.gray a:visited {
	color: #d2d2d2;
	border-bottom: 1px dotted #9a9a9a;
}
.default a:hover, 
.default a:active, 
.gray a:hover, 
.gray a:active {
	color: #fff;
	border-width: 0;
}
.default .subSubMenu a:link, 
.default .subSubMenu a:visited, 
.gray .subSubMenu a:link, 
.gray .subSubMenu a:visited {
	border-bottom: 0;
}
/* ===================================================== */

/* ========== Content: Products ======================== */
.products thead td.top, 
.products tfoot td.bottom, 
.products tbody td {
	background-color: #52964e !important;
}
.products thead td.left {
	background: transparent url(images/contentTable/productsTL.gif) 0 0 no-repeat !important;
}
.products thead td.right {
	background: transparent url(images/contentTable/productsTR.gif) 0 0 no-repeat !important;
}
.products tfoot td.left {
	background: transparent url(images/contentTable/productsBL.gif) 0 0 no-repeat !important;
}
.products tfoot td.right {
	background: transparent url(images/contentTable/productsBR.gif) 0 0 no-repeat !important;
}
.products h2 {
/*	background: transparent url(images/titleDots/products.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #8bb988;
}
.products h4 {
	border-bottom: 1px solid #8bb988;
}
.products .submenu li, 
.products .subSubMenu li {
	border-left: 1px solid #8bb988;
}
.products a:link, 
.products a:visited {
	color: #a8e5a4;
	border-bottom: 1px dotted #8bb988;
}
.products a:hover, 
.products a:active {
	color: #fff;
	border-width: 0;
}
.products .subSubMenu a:link, 
.products .subSubMenu a:visited {
	border-bottom: 0;
}
/* ===================================================== */

/* ========== Content: Technical Support =============== */
.techSupport thead td.top, 
.techSupport tfoot td.bottom, 
.techSupport tbody td {
	background-color: #b58d28 !important;
}
.techSupport thead td.left {
	background: transparent url(images/contentTable/techSupportTL.gif) 0 0 no-repeat !important;
}
.techSupport thead td.right {
	background: transparent url(images/contentTable/techSupportTR.gif) 0 0 no-repeat !important;
}
.techSupport tfoot td.left {
	background: transparent url(images/contentTable/techSupportBL.gif) 0 0 no-repeat !important;
}
.techSupport tfoot td.right {
	background: transparent url(images/contentTable/techSupportBR.gif) 0 0 no-repeat !important;
}
.techSupport h2 {
/*	background: transparent url(images/titleDots/techSupport.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #cdb36f;
}
.techSupport h4 {
	border-bottom: 1px solid #cdb36f;
}
.techSupport .submenu li, 
.techSupport .subSubMenu li {
	border-left: 1px solid #cdb36f;
}
.techSupport a:link, 
.techSupport a:visited {
	color: #f6db93;
	border-bottom: 1px dotted #cdb36f;
}
.techSupport a:hover, 
.techSupport a:active {
	color: #fff;
	border-width: 0;
}
.techSupport .subSubMenu a:link, 
.techSupport .subSubMenu a:visited {
	border-width: 0;
}
/* ===================================================== */

/* ========== Content: Customer Service ================ */
.custService thead td.top, 
.custService tfoot td.bottom, 
.custService tbody td {
	background-color: #007d96 !important;
}
.custService thead td.left {
	background: transparent url(images/contentTable/custServiceTL.gif) 0 0 no-repeat !important;
}
.custService thead td.right {
	background: transparent url(images/contentTable/custServiceTR.gif) 0 0 no-repeat !important;
}
.custService tfoot td.left {
	background: transparent url(images/contentTable/custServiceBL.gif) 0 0 no-repeat !important;
}
.custService tfoot td.right {
	background: transparent url(images/contentTable/custServiceBR.gif) 0 0 no-repeat !important;
}
.custService h2 {
/*	background: transparent url(images/titleDots/custService.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #54a8b9;
}
.custService h4 {
	border-bottom: 1px solid #54a8b9;
}
.custService .submenu li, 
.custService .subSubMenu li {
	border-left: 1px solid #54a8b9;
}
.custService a:link, 
.custService a:visited {
	color: #9be5f4;
	border-bottom: 1px dotted #54a8b9;
}
.custService a:hover, 
.custService a:active {
	color: #fff;
	border-width: 0;
}
.custService .subSubMenu a:link, 
.custService .subSubMenu a:visited {
	border-width: 0;
}
/* ===================================================== */

/* ========== Content: Sales =========================== */
.sales thead td.top, 
.sales tfoot td.bottom, 
.sales tbody td {
	background-color: #571c1f !important;
}
.sales thead td.left {
	background: transparent url(images/contentTable/salesTL.gif) 0 0 no-repeat !important;
}
.sales thead td.right {
	background: transparent url(images/contentTable/salesTR.gif) 0 0 no-repeat !important;
}
.sales tfoot td.left {
	background: transparent url(images/contentTable/salesBL.gif) 0 0 no-repeat !important;
}
.sales tfoot td.right {
	background: transparent url(images/contentTable/salesBR.gif) 0 0 no-repeat !important;
}
.sales h2 {
/*	background: transparent url(images/titleDots/sales.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #8e6769;
}
.sales h4 {
	border-bottom: 1px solid #8e6769;
}
.sales .submenu li, 
.sales .subSubMenu li {
	border-left: 1px solid #8e6769;
}
.sales a:link, 
.sales a:visited {
	color: #b9989a;
	border-bottom: 1px dotted #8e6769;
}
.sales a:hover, 
.sales a:active {
	color: #fff;
	border-width: 0;
}
.sales .subSubMenu a:link, 
.sales .subSubMenu a:visited {
	border-width: 0;
}
.sales .formSection .formSection {
	background-color: #622326;
/*	border: 1px solid #8e6769;*/
}
.sales .formSection td {
	background-color: #622326 !important;
}
.formSection .error {
	color: #b9989a;
	display: none;
	font-size: 11px;
	font-style: italic;
}

/* ===================================================== */

/* ========== Content: About Us ======================== */
.aboutUs thead td.top, 
.aboutUs tfoot td.bottom, 
.aboutUs tbody td {
	background-color: #af500d !important;
}
.aboutUs thead td.left {
	background: transparent url(images/contentTable/aboutUsTL.gif) 0 0 no-repeat !important;
}
.aboutUs thead td.right {
	background: transparent url(images/contentTable/aboutUsTR.gif) 0 0 no-repeat !important;
}
.aboutUs tfoot td.left {
	background: transparent url(images/contentTable/aboutUsBL.gif) 0 0 no-repeat !important;
}
.aboutUs tfoot td.right {
	background: transparent url(images/contentTable/aboutUsBR.gif) 0 0 no-repeat !important;
}
.aboutUs h2 {
/*	background: transparent url(images/titleDots/aboutUs.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #c98a5d;
}
.aboutUs h4 {
	border-bottom: 1px solid #c98a5d;
}
.aboutUs .submenu li, 
.aboutUs .subSubMenu li {
	border-left: 1px solid #c98a5d;
}
.aboutUs a:link, 
.aboutUs a:visited {
	color: #f4bc94;
	border-bottom: 1px dotted #c98a5d;
}
.aboutUs a:hover, 
.aboutUs a:active {
	color: #fff;
	border-width: 0;
}
.aboutUs .subSubMenu a:link, 
.aboutUs .subSubMenu a:visited {
	border-width: 0;
}
/* ===================================================== */

/* ========== Content: My DDS Lab ====================== */
.myDDSLab thead td.top, 
.myDDSLab tfoot td.bottom, 
.myDDSLab tbody td {
	background-color: #896e4a !important;
}
.myDDSLab thead td.left {
	background: transparent url(images/contentTable/myDDSLabTL.gif) 0 0 no-repeat !important;
}
.myDDSLab thead td.right {
	background: transparent url(images/contentTable/myDDSLabTR.gif) 0 0 no-repeat !important;
}
.myDDSLab tfoot td.left {
	background: transparent url(images/contentTable/myDDSLabBL.gif) 0 0 no-repeat !important;
}
.myDDSLab tfoot td.right {
	background: transparent url(images/contentTable/myDDSLabBR.gif) 0 0 no-repeat !important;
}
.myDDSLab h2 {
/*	background: transparent url(images/titleDots/myDDSLab.gif) 0 5px no-repeat;*/
	border-bottom: 1px solid #b09e86;
}
.myDDSLab h4 {
	border-bottom: 1px solid #b09e86;
}
.myDDSLab .submenu li, 
.myDDSLab .subSubMenu li {
	border-left: 1px solid #b09e86;
}
.myDDSLab a:link, 
.myDDSLab a:visited {
	color: #d2bc9e;
	border-bottom: 1px dotted #b09e86;
}
.myDDSLab a:hover, 
.myDDSLab a:active {
	color: #fff;
	border-width: 0;
}
.myDDSLab .error {
	color: #d2bc9e !important;
}
.myDDSLab .error h3 {
	color: #fff !important;
}
.myDDSLab .subSubMenu a:link, 
.myDDSLab .subSubMenu a:visited {
	border-width: 0;
}
/* ===================================================== */

/* ========== Content: CTU ============================= */
.ctu thead td.top, 
.ctu tfoot td.bottom, 
.ctu tbody td {
/*	background-color: #7d1c10 !important;*/
	background-color: #f8ecc9 !important;
}
.ctu thead td.left {
	background: transparent url(images/contentTable/lightTL.gif) 0 0 no-repeat !important;
}
.ctu thead td.right {
	background: transparent url(images/contentTable/lightTR.gif) 0 0 no-repeat !important;
}
.ctu tfoot td.left {
	background: transparent url(images/contentTable/lightBL.gif) 0 0 no-repeat !important;
}
.ctu tfoot td.right {
	background: transparent url(images/contentTable/lightBR.gif) 0 0 no-repeat !important;
}
.ctu, 
.ctu h2, 
.ctu h3, 
.ctu h4, 
.ctu p, 
.ctu td, 
.ctu th, 
.ctu li {
	color: #333 !important;
}
.ctu h2 {
/*	background: transparent url(images/titleDots/light.gif) 0 5px no-repeat;*/
/*	border-bottom: 1px solid #a8675f;*/
	border-bottom: 1px solid #333;
}
.ctu h4 {
/*	border-bottom: 1px solid #a8675f;*/
	border-bottom: 1px solid #333;
}
.ctu .submenu li, 
.ctu .subSubMenu li {
/*	border-left: 1px solid #a8675f;*/
	border-left: 1px solid #333;
}
.ctu a:link, 
.ctu a:visited {
/*	color: #ffbb9a;*/
	color: #6c5438 !important;
/*	border-bottom: 1px dotted #a8675f;*/
	border-bottom: 1px dotted #6c5438;
}
.ctu a:hover, 
.ctu a:active {
	color: #333;
	border-width: 0;
}
.ctu .subSubMenu a:link, 
.ctu .subSubMenu a:visited {
	border-bottom: 0;
}
/* ===================================================== */


div.photos {
	float: right;
	margin-top: -20px;
	padding: 0 0 0 10px;
	text-align: center;
	width: 170px;
}
.photos img {
	margin: 26px 0 0 0;
}


ul.nobullet {
	list-style-type: none;
	margin: 16px 0;
	padding: 0;
}
ul.nobullet li {
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
}
ul.nobullet li ul li {
	list-style-type: disc;
	margin: 12px 0;
}
ul.nobullet li ol li {
	list-style-type: decimal;
	margin: 12px 0;
}
ul.nobullet h4 {
	margin: 30px 0 0 0;
}

ul.linkList {
	list-style-type: none;
	margin: 12px 0;
	padding: 0;
}
ul.linkList li {
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
}

ul.packSend {
	width: 80%;
}
ul.packSend li {
	clear: both;
	margin: 30px 0;
}
ul.packSend li img {
	clear: both;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	top: -10px;
	vertical-align: baseline;
}


ul.faqs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.faqs li {
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0;
}
ul.faqs li li {
	list-style-type: disc;
	margin: 12px 30px;
}

.testimonials dt {
	font-size: 12px !important;
	margin-bottom: 2px !important;
}
.testimonials dd {
	font-style: italic !important;
	margin-bottom: 30px !important;
}

table.login {
	float: right;
	margin: 20px 30px !important;
	width: 200px !important;
}
.login th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
}
.login td {
	padding: 2px 2px 16px 2px;
}
.login .buttons {
	text-align: right;
}

.sitemap table {
	margin: 20px !important;
	width: 300px !important;
}
.sitemap table table {
	margin: 0 20px !important;
}
.sitemap .products h4, 
.sitemap .techSupport h4, 
.sitemap .custService h4, 
.sitemap .sales h4, 
.sitemap .aboutUs h4, 
.sitemap .myDDSLab h4 {
	margin: 10px 0 !important;
}
.sitemap h5, 
.sitemap p {
	margin: 4px !important;
}


.backDiv {
	margin: 30px 0 0 0 !important;
}

/* ========================================================================= */



/* ========== HTML Editor ================================================== */
.editHtml {
	background-color: #696969 !important;
	background-color: #e0dbdc !important;
	background-image: none !important;
	border: 1px dashed #888;
	border: 1px dashed #aaa;
	color: #fff;
	color: #333;
	float: left;
	margin: 20px;
	padding: 20px !important;
	width: 550px;
}
.editHtml .photos img {
	height: 150px;
	width: 150px;
}
/* ========================================================================= */



.altNav {
	vertical-align: bottom;
}
.altNav a {
	font-size: 12px;
	color: #57341c !important;
}
.altNav ul {
	list-style-type: none;
	margin: 0 30px;
	padding: 0;
}
.altNav li {
	clear: right;
	float: right;
	list-style-type: none;
	margin: 4px 0;
	padding: 0;
}

/*
.announcement fieldset {
	border: 1px solid #a99a73;
	display: block;
	padding: 5px 16px 12px 5px;
}
*/
.announcement legend
{
	color: #ff6666;
	font-size: 15px;
	font-weight:bold;
	left: .5em;
	margin: 0;
	top: -.5em;
}
