/* ###################### colors ###################### */
/* dark blue - 036 */
/* dark gray - 666 */
/* medium gray - 999 */
/* lite gray - ccc */

/* link color - c33 */

/* ###################### html tags ###################### */
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 92px;
	background-color: #CCC;
	background-image: url(../support/truckSideBkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p {
	font-size: 12px;
	text-align: left;
	text-indent: 40px;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
}
a {
	display: inline;
	padding: 2px;
	color: #936;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a.button {
	margin-right: 4px;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
	background-color: #036;
	text-align: center;
	border: 1px solid #fff;
	margin-left: 10px;
	text-decoration: none;
}
a.button:hover {
	color: #036;
	background-color: #fff;
	border-color: #036;
}
td {
	vertical-align: top;
}
li {
	font-size: 14px;
	line-height: 140%;
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}
.title, .subtitle {
	margin-bottom: 10px;
}
.title {
	color: #036;
}
.subtitle {
	color: #fff;
}
.note {color:#c33;font-size:12px;text-indent:0;}

div.error_msg {width:400px;margin-left:auto;margin-right:auto;border:1px solid #c33;}
div.error_msg p {text-indent:0;margin:5px;color:#c33;}
/* ###################### header ###################### */
div#headerLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 226px;
	height: 98px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 400;
}
div.dentGuyLogo {
	background-image: url(../support/cornerLogoDG.gif);
}
div.dentArmorLogo {
	background-image: url(../support/cornerLogoDA.gif);
}
div#headerTop {
	position: relative;
	left: 0;
	top: 0;
	background-color: #036;
	height: 70px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../support/headerMenuBkgnd.gif);
	z-index: 60;
}
/* ###################### header menu ###################### */
div#headerMenu {
	position: absolute;
	top: 48px;
	left: 230px;
	height: 22px;
	width: 383px;
}
div#headerMenu a {
	position: absolute;
	top: 0;
	display: block;
	width: 90px;
	height: 22px;
	color: #ccc;
	background-image: url(../support/headerMenuTabs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 10px;
	padding: 0;
	margin: 0;
	padding-left: 16px;
	line-height: 22px;
	z-index: 50;
	text-decoration: none;
}
div#headerMenu a#pdrLink {
	left: 0;
}
div#headerMenu a#serviceLink {
	left: 74px;
}
div#headerMenu a#contactLink {
	left: 148px;
}
div#headerMenu a#faqsLink {
	left: 220px;
}
div#headerMenu a#indexLink {
	left: 292px;
}
/* ###################### header menu pop-ups ###################### */
div#headerBottom {
	position: relative;
	left: 0;
	top: 0;
	background-color: #999;
	height: 30px;
	background-image: url(../support/blkBorder.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.menuPopUp {
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	height: 20px;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../support/angleCornerBL.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
}
div.menuPopUp h6 {
	color: #fff;
	letter-spacing: 1px;
	background-color: #000;
	line-height: 20px;
	padding: 0 10px 0 2px;
	white-space: nowrap;
}
div#pdrPopUp {
	margin-left: 242px;
}
div#servicePopUp {
	margin-left: 315px;
}
div#contactPopUp {
	margin-left: 389px;
}
div#faqsPopUp {
	margin-left: 461px;
}
div#indexPopUp {
	margin-left: 533px;
}
/* ###################### forms ###################### */
input, select {
	margin: 2px;
}
.formTitle {
	color: #fff;
	margin-bottom: 5px;
}
.formSubtitle {
	margin: 2px;
}
.formSectionTitle {
	margin: 5px 0;
	color: #036;
}
table.form {
	border: 1px solid #036;
	border-right: none;
	margin-top: 5px;
}
table.form td {
	width: 50%;
	padding: 4px;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	text-align: left;
}
table.form th {
	color: #fff;
	padding: 4px;
	background-color: #666;
	border-right: 1px solid #036;
	text-align: center;
}
table.form th.top {
	border-bottom: 2px solid #036;
}
table.form th.bottom {
	border-top: 1px solid #036;
}
table.form th.noStyle {
	color: #000;
	text-align: left;
	padding: 4px;
	background-color: transparent;
}
/* ###################### content ###################### */
div#content {
	position: relative;
	top: 0;
	left: 0;
}
div#flashContainer {
	position: relative;
	top: 0;
	left: 50%;
	width: 740px;
	height: 240px;
	background-color: transparent;
	margin-top: 20px;
	margin-left: -370px;
	background-image: url(../support/flashBkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
object#flashAnim {
	margin: 20px;
}
/* ###################### footer ###################### */
div#footer {
	text-align: center;
	margin: 20px;
	padding: 10px;
}
div#footer a {
	font-size: 10px;
}
/* ###################### PDR ###################### */
div#pdrMethodsLeft {
	float: left;
	width: 360px;
}
div#pdrMethodsLeft p {
	margin: 5px 10px;
}
div#pdrMethodsLeft img {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
div#pdrMethodsRight {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 360px;
	padding: 10px;
}
div#welcomeHome, div#welcomePdr {
	position: relative;
	top: 0;
	left: 50%;
	width: 740px;
	background-color: transparent;
	margin-top: 20px;
	margin-left: -370px;
	padding: 10px 0;
	border: 1px dashed #999;
}
div.welcomeContainer {
	margin: 0 10px;
}
div.welcomeContainer p {
	line-height: 140%;
}

div#welcomeHome h3 {
	color: #fff;
}
div#welcomeHome img {
	margin-left: 10px;
}
div#welcomePdr table {
	border: 1px solid #036;
	border-right: none;
}
div#welcomePdr td {
	border-right: 1px solid #036;
}
div#welcomePdr img  {
	float: right;
	border: 2px solid #666;
	margin-left: 10px;
}
div#welcomePdr h3  {
	color: #fff;
}
div#welcomePdr h4 {
	color: #036;
	line-height: 140%;
}
div#welcomePdr h5 {
	color: #666;
	line-height: 140%;
}
div#quickTime, div#mpegFour {
	display: none;
	position : absolute;
	left: 50%;
	top: 150px;
	width: 340px;
	margin-left: -170px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	background-color: #fff;
	text-align: center;
	z-index: 200;
}
div.movieFile {
	margin: 10px 0;
}
/* ###################### dent armor ###################### */
div#armorLeft, div#giftcardLeft {
	float: left;
	width: 226px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #bbb;
}
div#armorLeft h5, div#armorLeft h4 {
	margin-bottom: 4px;
}
div#armorLeft h4 {
	color: #036;
}
div#armorLeft img {
	margin: 10px;
}
div#armorRight, body.daConditions, div#giftcardRight {
	position: relative;
	left: 0;
	top: 0;
	margin-left: 236px;
	padding-top: 90px;
	background-image: url(../support/dentArmorLogoBkgnd.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

body.daConditions {
	margin: 0;
}
div#armorRightContent {
	margin: 10px 30px 10px 20px;
	padding-top: 10px;
	border-top: 1px dashed #036;
}
div.daConditions {
	margin: 10px 50px;
}
div.daConditions h3 {
	margin-bottom: 10px;
}
table#daPricing {
	border-left: 1px solid #036;
	border-top: 1px solid #036;
}
table#daPricing td {
	padding: 5px;
	vertical-align: middle;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}
table#daPricing h3, table#daPricing h4, table#daPricing h5 {
	line-height: 140%;
}
/* ###################### gift card ###################### */
div#giftcardLeft {
	background-color: #BDD0E7;
}
div#giftcardLeft p {
	font-size: 11px;
	margin: 5px;
}
div#giftcardLeft ol {
	margin: 0;
	padding-left: 30px;
}
div#giftcardLeft li {
	color: #c33;
	font-size: 12px;
	font-weight: bold;
}
div#giftcardRight {
	background-image: url(../support/giftCard.png);
	padding-top: 130px;
	margin-right: 10px;
}
div#giftCardPurchase {
	text-align: center;
	margin-top: 20px;
}
div#giftCardPurchase img {
	float: none;
	border: 2px solid #036;
}
div#giftCardPurchase a {
	margin: 0;
	padding: 0;
}
/* ###################### faqs ###################### */
div.answers {
	display: none;
}
div#questions h4 {
	padding: 4px;
	margin: 5px 40px 5px 0;
	background-color: #fff;
	border: 1px solid #036;
	line-height: 140%;
}
div#questions h2, div#questions h5 {
	margin: 10px;
}
/* ###################### service ###################### */
div#serviceHeader, div#claimHeader {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	height: 102px;
	margin-bottom: 5px;
}
div#serviceHeader {
	background-image: url(../support/servicePict.jpg);
}
div#claimHeader {
	background-image: url(../support/dentArmorLogoBkgnd.png);
}
div#serviceMenu {
	padding-top: 80px;
}
div#serviceAd {
	float: left;
	width: 350px;
	text-align: center;
}
div#serviceSteps {
	position: relative;
	left: 0;
	top: 0;
	margin: 10px 20px 10px 350px;
	padding: 10px;
	background-color: #999;
	border: 2px solid #036;
}
div#serviceSteps h3 {
	color: #fff;
}
div#serviceSteps li {
	color: #036;
}
div.dentRows {
	background-color: #eee;
	border: 1px solid #036;
	margin-top: 2px;
	padding: 2px;
}
table#serviceInfo h5, table#serviceInfo h4 {
	line-height: 140%;
}
table#serviceInfo h4 {
	background-color: #eee;
}
table#servicePricing {
	text-align: center;
		width: 720px;
}
/* ###################### locations ###################### */
div#locations {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 10px;
	padding-left: 10px;
	margin-left: 300px;
	border-left: 1px dashed #036;
}
div#search {
	float: left;
	width: 260px;
	padding: 0 20px;
	margin: 0;
}
div#search h4 {
	color: #036;
	margin-bottom: 5px;
}
table#locations {
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}
table#locations td {
	margin: 0;
	padding: 2px 4px;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	vertical-align: middle;
}
table#locations th {
	color: #fff;
	background-color: #036;
	text-align: left;
	padding: 2px 4px;
}
div#pageSets a {
	color: #fff;
	padding: 0 6px;
	text-decoration: none;
}
div#pageSets a:hover {
	background-color: #fff;
	color: #036;
}
p.thisPage {
	display: inline;
	padding: 0 6px;
	background-color: #fff;
	color: #036;
}
.message {
	margin: 10px;
	text-align: center;
	color: #f00;
}
/* ###################### dealer log-in ###################### */
div#dealerLeft {
	float: left;
	width: 200px;
}
div#dealerMenu {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 120px;
	text-align: center;
	background-image: url(../support/dealerHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.box {
	margin: 20px;
	padding: 4px;
	border: 1px solid #036;
	background-color: #fff;
}
div#logIn {
	width: 200px;
	text-align: center;
	z-index: 100;
}
div#logInForm {
	text-align: center;
}
/* ###################### dealer section ###################### */
div#dealerSectionLeft {
	padding: 5px 0;
	background-color: #fcc;
}
div#dealerSectionRight {
	padding: 5px 0;
	background-color: #ccf;
}
div.sectionDivider {
	margin: 10px;
	background-color: #fff;
}
div#dealerSectionLeft div.sectionDivider {
	border: 1px solid #c33;
}
div#dealerSectionRight div.sectionDivider {
	border: 1px solid #036;
}
div#dealerInfo h4, div#dealerInfo h5 {
	margin-bottom: 5px;
}
div#dealerInfo img {
	border: 2px solid #036;
}
a.dealerSection {
	display: block;
	font-size: 18px;
	padding: 10px 4px;
	color: #fff;
	text-decoration: none;
}
a.dentArmor {
	background-color: #c33;
}
a.dentArmor:hover {
	color: #c33;
	background-color: #fff;
}
a.pdr {
	background-color: #036;
}
a.pdr:hover {
	color: #036;
	background-color: #fff;
}
div.hiddenSection {
	display: none;
	margin: 5px;
}
div.hiddenSection h3, div.hiddenSection h4, div.hiddenSection h5 {
	line-height: 120%;
}
div.hiddenSection li {
	font-size: 12px;
}
table#dealerPricing {
	border-left: 1px solid #c33;
	border-top: 1px solid #c33;
}
table#dealerPricing td {
	padding: 5px;
	vertical-align: middle;
	border-right: 1px solid #c33;
	border-bottom: 1px solid #c33;
}
table#dealerPricing h3, table#dealerPricing h4, table#dealerPricing h5 {
	line-height: 140%;
}
.dealerSectionTitle {
	text-align: center;
	margin-top: 4px;
}
.dArmorSection {
	color: #c33;
}
.pdrSection {
	color: #036;
}
body#dealerServiceRequest
{
	background-color: #CCC;
	background-image: url(../support/dgLogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
}
div#dealerSectionWelcome {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #036;
	text-align: center;
}
.daHighlight {
	font-weight: bold;
	color: #c33;
}
table#dealerForm td {
	width: 350px;
}
div#daTotal {
 margin: 20px 5px;
 text-align: right;
 padding-bottom: 10px;
}
div#daTotal h3 {
	color: #c33;
	margin-bottom: 10px;
}
div.referral_hide {
	display: none;
}
div.referral_show {
	display: block;
}
div.sectEven, div.sectOdd {
	margin-bottom: 5px;
	padding: 5px;
}
div.sectEven {
	background-color: #eee;
}
div.sectEven h4, div.sectOdd h4 {
	margin: 0 0 10px 0;
	text-decoration: underline;
	color: #c33;
}
div.sectOdd {
	background-color: #ccc;
}
div#siteSeal {
	padding: 4px;
	border: 1px solid #c33;
	background-color: #fff;
	text-align: center;
}
div#supplyPicts {
	display: none;
	position: absolute;
	left: 50%;
	top: 400px;
	width: 300px;
	height: 320px;
	border: 2px solid #000;
	text-align: center;
	background-color: #FFF;
	z-index: 200;
	background-image: url(../support/supplies/pictLoading.jpg);
	background-repeat: repeat;
	background-position: top center;
}
div#supplyPicture {
	width: 290px;
	height: 290px;
	margin: 5px;
	background-color: transparent;
}
div#errorMessage {background-color: #c33;border:1px dashed #fff;padding-top:10px;}
div#errorMessage h4 {color:#fff;}
div#errorMessage li {color:#fff;font-size:12px;font-weight:bold;}