@charset "utf-8";

/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	witdh:850px;

}

/*no need positioning/anything, just z-index*/
.banner-flash{
position:relative;

}

/*Second Flash video box - relevant as #maintable*/
#flash-video-box{

}

#testing {
	width:800px;

}
/*The second flash video*/
.flash-video{
	position:absolute;
	z-index:10;
	top:230px; /*the top position*/
	margin-left:400px;
}


/*Adjust the Right Column Spacing (starting from Tooth Whitening Offer)*/
#maintable .spacer-td{height:200px;}

/*The whole table top positioning*/
#maintable{position:relative; top:0px;}





.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.text-normal{
	font-family: Tahoma;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: normal;
}

.text-normal
	a{
	text-decoration:none;
	color:#4D4D4D;
	}
	
.text-normal 
	a:hover{
	background-color:#0AA519;
	color:#ffffff;
	text-decoration:none;
	}



.text-13{
	font-family: Tahoma;
	font-size: 13px;
	color: #4D4D4D;
	font-weight: normal;

}
.text-bold{
	font-family: Tahoma;
	font-size: 12px;
	color: #37B718;
	font-weight: bold;
	
}
.text-bold-grey{
	font-family: Tahoma;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	
}
.text-highlight{
	font-family:Tahoma;
	fonnt-size:12px;
	color: #006837;
	font-size: 12px;
	font-weight: normal;

}
.green-dotted-line{
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-top-color: #0AA519;

}
.vline{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #0AA519;

}
.footer-green{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: #0AA519;
	}
.footer-dark-green{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: #2F5108;
	text-decoration:none;
	}
.footer-dgreen-underline{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: #2F5108;
	text-decoration:underline;
	}
.footer-dgreen-underline a:hover{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color: #0C0;
	
}
	
.test{
	top:100px;
}

