/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/img_bg.jpg);
	background-repeat: repeat;
	margin:15px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	text-transform: uppercase;
	font-size:14px;
}

p{
	color:#000000;
	font-weight:normal;
	line-height:20px;
}

hr {
	border: 0;
	color: #daeae6;
	background-color: #daeae6;
	height: 1px;
	width: 100%;
	text-align: left;


}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	text-decoration: underline;
}
a:link{	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
}

.copyright a, .copyright a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	font-weight:bold;
	text-decoration:underline;
}

.copyright a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height:20px;
}
	
/*---------- Section Start -----------------*/
ul#section {
	height: 162px;
		margin:0px;
	}
	
#section li {
	display: inline;
	float: left;
	list-style: none;
	}
	
#section li a {
	display: block;
	height: 162px;
	/*text-indent: -9999px;*/
}

#section li#teethwhitening {
	background:url(../images/s_teethwhitening.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#section li#teethwhitening a{
	background:url(../images/s_teethwhitening.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#section li#teethwhitening a:hover{
	background:url(../images/s_teethwhitening_h.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#section li#joinvitality {
	background:url(../images/s_join-vitality.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#section li#joinvitality a{
	background:url(../images/s_join-vitality.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#section li#joinvitality a:hover{
	background:url(../images/s_join-vitality_h.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#section li#facialasthetic {
	background:url(../images/s_facial-asthetics.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#section li#facialasthetic a{
	background:url(../images/s_facial-asthetics.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#section li#facialasthetic a:hover{
	background:url(../images/s_facial-asthetics_h.jpg);
	width:139px;
	background-position:0 0;
	background-repeat:no-repeat;
}

.sitemap
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
}

.sitemap a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:bold;
	text-decoration:underline;
}

.sitemap a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
/*---------------  Section End -----------------------*/