.dental
{/*
cursor: pointer;
	border: 1px solid #EFEFEF;
 
  /*  border-radius: 10px;*/
}

.dental a
{
	color: #FFFFFF !important;
	text-decoration: none;
	text-shadow: 0px 0px black;
}

/*.dental a:active
{
	color: white;
}
*/
.dental a:hover
{color: #FFFFFF ;
	text-decoration: none;text-shadow: 0px 0px black;
}

.dental a:visited
{
	text-decoration: none;
}

.dental > .column
{

  
   /* float: left;*/
    width: 90%;
	height: 100%;
    
   /* background-color: #fafafa;
    background-image: linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -o-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -ms-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa',GradientType=1);*/
    
    cursor: normal;
	
	overflow: hidden;
	/*border: 1px solid #e2e2e2;*/
	
	
	transform: scale(1);
	transition-timing-function: ease-out;
	transition-duration: 100ms;
	
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
	
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 100ms;
	
	-o-transform: scale(1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 100ms;
	
	-ms-transform: scale(1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 100ms;
	
	position: relative;
}
#ialignh {
	line-height: 170px;
	display:block;

}
#ialignh img{
vertical-align:middle;
max-width:100%;


}


#ialignh2 {  
/*display:block;*/
display:inline-block;

}
#ialignh2 img{
vertical-align:middle;
max-width:100%;
height:auto;
 display:inline-block;

 
 


}


.dental > .column:hover
{   
  width: auto;


    background-color: #fafafa;
    background-image: linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -o-linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -moz-linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -ms-linear-gradient(left, #fafafa 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa',GradientType=1);
	
	z-index: 2;
	box-shadow: 0px 0px 32px #000;
	position: relative;
	
	transform: scale(1.2);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	
	/*border: 0px solid white;*/
	
}

.dental > .column > .head
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: white;
	text-shadow: 0px 0px black;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
		width: 20px;
	font-family: "Gill Sans MT";
	/*border-bottom: 1px solid #ccc;*/
	
	

}

.dental > .column > .body
{
	margin-left: 0px;
	
}

.dental .green
{
    background-image: linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -o-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -moz-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -webkit-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -ms-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fc25d', endColorstr='#bbdd77',GradientType=0); 
}

.dental .green2
{ color:#3366CC;
    background-image: linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -o-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -moz-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -webkit-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -ms-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdd77', endColorstr='#9fc25d',GradientType=0); 
	
}

.dental .green2:hover
{color:#3366CC;
    background: #bbdd77 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdd77', endColorstr='#bbdd77',GradientType=0); 
}

.dental .bb2
{ color:#3366CC;
    background-image: linear-gradient(top, #494141 0%, #292626 100%);
    background-image: -o-linear-gradient(top, #494141 0%, #292626 100%);
    background-image: -moz-linear-gradient(top, #494141 0%, #292626 100%);
    background-image: -webkit-linear-gradient(top, #494141 0%, #292626 100%);
    background-image: -ms-linear-gradient(top, #494141 0%, #292626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494141', endColorstr='#292626',GradientType=0); 
	
}

.dental .bb2:hover
{color:#3366CC;
    background: #494141 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494141', endColorstr='#494141',GradientType=0); 
}

.dental .blue
{
    background-image: linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -o-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -moz-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -webkit-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -ms-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ba3c9', endColorstr='#64cdf2',GradientType=0); 
}

.dental .blue2
{
    background-image: linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -o-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -moz-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -webkit-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -ms-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64cdf2', endColorstr='#3ba3c9',GradientType=0); 
}

.dental .blue2:hover
{
    background: #64cdf2 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64cdf2', endColorstr='#64cdf2',GradientType=0); 
}

.dental .orange
{
    background-image: linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -o-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -moz-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -webkit-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -ms-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59440', endColorstr='#f2c256',GradientType=0); 
}

.dental .orange2
{
    background-image: linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -o-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -moz-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -webkit-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -ms-linear-gradient(top, #f2c256 0%, #e59440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c256', endColorstr='#e59440',GradientType=0); 
}

.dental .orange2:hover
{
    background: #f2c256 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c256', endColorstr='#f2c256',GradientType=0); 
}

.dental .black
{
    background-image: linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -o-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -moz-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -webkit-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -ms-linear-gradient(bottom, #888 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#888888',GradientType=0); 
}

.dental .black2
{
	background: #d1d1d1;
	color:#666666 !important;
	background: -moz-linear-gradient(top, #d1d1d1 0%, #6b6b6b 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #6b6b6b));
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #6b6b6b 100%);
	background: -o-linear-gradient(top, #d1d1d1 0%, #6b6b6b 100%);
	background: -ms-linear-gradient(top, #d1d1d1 0%, #6b6b6b 100%);
	background: linear-gradient(to bottom, #d1d1d1 0%, #6b6b6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#6b6b6b', GradientType=0 );
  /*  background-image: linear-gradient(top, #99000 100%, #565353 100%)!important; 
    background-image: -o-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
    background-image: -moz-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
    background-image: -webkit-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
    background-image: -ms-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3939', endColorstr='#565353',GradientType=0)!important; */
}

.dental .black2:hover
{color:#666666 !important;
    background: #6b6b6b  ;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#d1d1d1',GradientType=0)!important; 
}


.dental .red
{
    background-image: linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2a2a', endColorstr='#e31919',GradientType=0); 
}

.dental .red2
{
    background-image: linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#ae2a2a',GradientType=0); 
}

.dental .red2:hover
{color: #000;
    background: #e31919 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#e31919',GradientType=0); 
}

.dental .green2
{
    background-image: linear-gradient(top, #15923f 0%, #085020 100%);
    background-image: -o-linear-gradient(top, #15923f 0%, #085020 100%);
    background-image: -moz-linear-gradient(top, #15923f 0%, #085020 100%);
    background-image: -webkit-linear-gradient(top, #15923f 0%, #085020 100%);
    background-image: -ms-linear-gradient(top, #15923f 0%, #085020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15923f', endColorstr='#085020',GradientType=0); 
}

.dental .green2:hover
{color: #000;
    background: #156a42 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#085020', endColorstr='#15923f',GradientType=0); 
}
.dental .nblue2
{
    background-image: linear-gradient(top, #02006b 0%, #080734 100%);
    background-image: -o-linear-gradient(top, #02006b 0%, #080734 100%);
    background-image: -moz-linear-gradient(top, #02006b 0%, #080734 100%);
    background-image: -webkit-linear-gradient(top, #02006b 0%, #080734 100%);
    background-image: -ms-linear-gradient(top, #02006b 0%, #080734 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02006b', endColorstr='#080734',GradientType=0); 
}

.dental .nblue2:hover
{color: #000;
    background: #080734 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080734', endColorstr='#02006b',GradientType=0); 
}

 

.dental > .column > .cl
{
	clear: left;
}


.dental > .column > .body > .row
{
	padding: 15px;
	line-height: 24px;
	height: 25px;
	color: #525252;
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	display:table;
}

/*.dental > .column > .body > .row:nth-child(odd)
{
}

.dental > .column > .body > .row:nth-child(even)
{
    background-color: #eee;
}*/

.dental > .column > .body > .yes
{
    background-image: url(yes.png);
    background-repeat: no-repeat;
}

.dental > .column > .body > .no
{
    background-image: url(no.png);
    background-repeat: no-repeat;
}

.dental > .column > .body > .pricerow
{
    padding: 20px;
    padding-top: 30px;
    padding-left: 35%;
    height: 30px;
    color: #525252;
}

.dental > .column > .body > .pricerow2
{
	font-family: "Gill Sans MT";
	font-size: 19px !important;
	min-height:30px;
	height: auto;
	text-align: center;
	color: #333333;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.dental > .column > .body > .pricerow > .price
{
    font-size: 32px;
    /*float: left;*/
    font-weight: bold;
}

.dental > .column > .body > .pricerow > .cents
{
    font-size: 15px;
    float: left;
    line-height: 10px;
}

.dental > .column > .body > .pricerow > .curency
{
    font-size: 18px;
    float: left;
    line-height: 9px;
    padding-right: 8px;
}

.dental > .column > .body > .pricerow > .priceby
{
    font-size: 10px;
    float: left;
    line-height: 32px;
}

.dental > .column > .body > .feature
{
height:auto;
    text-shadow: 1px 1px white;
		
}

.fbody
{
	height:auto;
	text-shadow: 1px 1px white;
	font-family: "Gill Sans MT";
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #525252;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	
	
}
.fbody1
{
	height:auto;
	text-shadow: 1px 1px white;
	font-family: "Gill Sans MT";
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #525252;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;

	
	 
}
/*.dental  .signup*/
.dental > .column > .body > .signup
{
	width:120px;
	height:auto;
	padding: 6px;
	color: #FFCC33 !important;
	text-shadow: 0px 0px black;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	/*border-top: 1px solid #CCC;
	margin-left: 40px;
	
	margin-right: 40px;*/
	cursor: pointer;
	font-family: "Gill Sans MT";
	margin-top: 20px;
	margin-bottom: 20px;
}


.dental > .column > .body > .signup2
{
	width:120px;
	height:auto;
	padding: 6px;
	color: #FFCC33 !important;
	text-shadow: 0px 0px black;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	/*border-top: 1px solid #CCC;
	margin-left: 40px;
	
	margin-right: 40px;*/
	cursor: pointer;
	font-family: "Gill Sans MT";
	margin-top: 20px;
	margin-bottom: 20px;
}
.black2r
{
	width:120px;
	height:auto;
	padding: 10px;
	
	color: #FFFFFF !important;
	text-decoration: none;
	text-shadow: 0px 0px black;
	
	text-align: center;
	text-decoration:none;
	font-weight: normal;
	font-size: 16px;
	/*border-top: 1px solid #CCC;
	margin-left: 40px;
	
	margin-right: 40px;*/
	cursor: pointer;
	font-family: "Gill Sans MT";
	margin-top: 0px;
	margin-bottom: 0px;
	background: #d1d1d1;
	background: -moz-linear-gradient(top, #7e99aa 0%, #04202e100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #292929), color-stop(100%, #44687d));
	background: -webkit-linear-gradient(top, #7e99aa 0%, #04202e 100%);
	background: -o-linear-gradient(top, #7e99aa 0%, #04202e 100%);
	background: -ms-linear-gradient(top, #7e99aa 0%, #04202e 100%);
	background: linear-gradient(to bottom, #7e99aa 0%, #04202e 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e99aa', endColorstr='#44687d', GradientType=0 );
  /*  background-image: linear-gradient(top, #99000 100%, #565353 100%)!important; 
    background-image: -o-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
    background-image: -moz-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
    background-image: -webkit-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
    background-image: -ms-linear-gradient(top, #3b3939 100%, #565353 100%)!important; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3939', endColorstr='#565353',GradientType=0)!important; */
}

a.black2r:hover
{
	color:#FFFFFF !important;
	background: #04202e;
	background-color:#04202e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04202e', endColorstr='#04202e',GradientType=0)!important; 
}




.red2r
{
width:120px;
	height:auto;
	padding: 10px;
	
	color: #FFFFFF !important;
	text-decoration: none;
	text-shadow: 0px 0px black;
	
	text-align: center;
	text-decoration:none;
	font-weight: normal;
	font-size: 16px;
	/*border-top: 1px solid #CCC;
	margin-left: 40px;
	
	margin-right: 40px;*/
	cursor: pointer;
		font-family: "Gill Sans MT";
		margin-top: 0px;
	margin-bottom: 0px;
    background-image: linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#ae2a2a',GradientType=0); 
}

a.red2r:hover
{color: #000;
    background: #e31919 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#e31919',GradientType=0); 
}

.element{
	/*background:#EEE;
	border:2px solid #999;
	margin-bottom:20px;
	width:200px;
	float:left;
	margin-right:20px;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;*/
}s