@charset "UTF-8";
/* CSS Document */

a{
	outline:none;
}

#col1 a{
	color:#fdf0ac;
	text-decoration:line-through;
}

#col1 a:hover{
	color:#fdf0ac;
	text-decoration:none;
}


html{
	height:100%;
	width:100%;
	background:#163cb7 url(/images/main-bg.jpg) 0 0 repeat-x;
}

body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	/* background:transparent url(/images/body-bg.gif) center repeat-y; */
	font:normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif
}

#wrapper{
	position:absolute;
	top:0;
	left:-483px;
	width:967px;
	margin:0 0 0 50%;
	background:#FFFFFF;
}

#header{
	height:74px;
	width:967px;
	background:transparent url(/images/header-bg.jpg) 0 0 no-repeat;
	float:left;
}

#top-nav{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:33px;
	left:193px;
	height:38px;
	width:773px;
}

	#top-nav li{	
		display:block;
		margin:0;
		padding:0;
		height:40px;
		float:left;
	}
	
	#top-nav li ul{	
		display: none;
	}
	
		#top-nav a{
			display:block;
			margin:0;
			padding:0;
		}
	
		#top-nav li a#i15{
			width:54px;
			height:40px;
			background:transparent url(/images/home.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}
		
			#top-nav li a#i15:hover{
				background:transparent url(/images/home.jpg) -54px 0 no-repeat;
			}
	
		
		#top-nav a#i51{
			height:40px;
			width:118px;
			background:transparent url(/images/general.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}
	
			#top-nav a#i51:hover{
				background:transparent url(/images/general.jpg) -118px 0 no-repeat;
			}
		
		#top-nav a#i52{
			height:40px;
			width:74px;
			background:transparent url(/images/cosmetic.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}
		
			#top-nav a#i52:hover{
			background:transparent url(/images/cosmetic.jpg) -74px 0 no-repeat;
			}
		
		#top-nav a#i53{
			height:40px;
			width:73px;
			background:transparent url(/images/implants.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}

			#top-nav a#i53:hover{
			background:transparent url(/images/implants.jpg) -73px 0 no-repeat;
			}


		#top-nav a#i54{
			height:40px;
			width:96px;
			background:transparent url(/images/technology.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}

			#top-nav a#i54:hover{
				background:transparent url(/images/technology.jpg) -96px 0 no-repeat;
			}
	
		
		#top-nav a#i55{
			height:40px;
			width:94px;
			background:transparent url(/images/anxiety.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}
		
			#top-nav a#i55:hover{
			background:transparent url(/images/anxiety.jpg) -94px 0 no-repeat;
		}

	
		#top-nav a#i56{
			height:40px;
			width:74px;
			background:transparent url(/images/aboutus.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}
		
			#top-nav a#i56:hover{
			background:transparent url(/images/aboutus.jpg) -74px 0 no-repeat;
		}

		
		#top-nav a#i57{
			height:40px;
			width:44px;
			background:transparent url(/images/faq.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}
		
				#top-nav a#i57:hover{
			background:transparent url(/images/faq.jpg) -44px 0 no-repeat;
		}
		
		
		#top-nav a#i58{
			height:40px;
			width:144px;
			background:transparent url(/images/contact.jpg) 0 0 no-repeat;
			text-indent:-9000px;
			display:block;
		}

				#top-nav a#i58:hover{
			background:transparent url(/images/contact.jpg) -145px 0 no-repeat;
		}


#sub-nav{
	display:block;
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
}

#sub-nav li{
	display:inline;
	padding:0;
	margin:0 10px 0 0;
}

#sub-nav li a.button {
    /* Sliding right image */
    background: transparent url('/images/sub-nav-a-bg.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color:#0634b9;
}

#sub-nav li a.button span {
    /* Background left image */ 
    background: transparent url('/images/sub-nav-li-bg.png') no-repeat; 
    display: block;
    line-height: 14px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 4px 0 5px 22px;
} 

a.button:hover span{
    color:#a41127;
}
			
/*#sub-nav{
	display:block;
	list-style:none;
	margin:0 0 21px 0;
	padding:0;
	float:left;
	clear:both;	
}
	
	#sub-nav>li{
		display:block;
		float:left;
		margin:0 10px 0 0;
		padding:0 10px 0 0;
		height:20px;
		background:transparent url(../images/sub-nav-a-bg.png) right top no-repeat!important;
	}
	
		#sub-nav>li>a{
			display:block;
			height:19px;
			margin:0;
			padding:1px 0 0 21px;
			color:#0634b9;
			text-decoration:none;
			background:transparent url(../images/sub-nav-li-bg.png) left top no-repeat;
		}
		
		#sub-nav li a:hover{
			color:#a41127;
		}
*/
		
#flash-banner{
	float:left;
	clear:both;
	width:967px;
	height:384px;
	background:transparent url(/images/flash-bg.jpg) 0 0 no-repeat;
}

#col1{
	width:460px;
	margin:0px;
	float:left;
	line-height:18px;
	color:#FFFFFF;
	display:inline;
	position:relative;
	padding:0 0 30px 0;
	top:100px;
	left:45px;
}

#col1 h1{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:32px;
	font-family: "GillSans" Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 0 21px 0;
}

#col1 p{
	color:#FFFFFF;
	line-height:17px;
	padding:0 0 16px 0;
	margin:0;
	min-width:460px;
	font:normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif
}

#col1 a{
	color:#fdf0ac;
	text-decoration:underline;
}

#col1 p a{
	color:#fdf0ac;
	text-decoration:underline;
}

#col1 p a:hover{
	color:#fdf0ac;
	text-decoration:none;
}

#col1 dt{
	margin:0 0 13px 0;
	padding:0;
}

#col1 dt a{
	margin:0;
	padding:0;
	color:#fdf0ac;
	font-weight:bold;
	text-decoration:none;
}

#col1 dt a:hover{
	text-decoration:none;
}

#col1 dd{
	margin:0 0 15px 0;
	padding:0;
}

#col2{
	width:385px;
	margin:12px 0 0 0px;
	float:left;
	color:#FFFFFF;
	display:inline;
	position:relative;
	left:50px;
}

#main-content{
	float:left;
	clear:both;
	padding:0 0 30px 0;
	width:967px;
	position:relative;
	background:#00004b url(../images/content-main-bg.jpg) 0 0 no-repeat;
}

#main-content-home{
	float:left;
	clear:both;
	padding:0 0 0px 0;
	width:967px;
	position:relative;
	background:#00004b url(../images/content-main-bg.jpg) 0 0 no-repeat;
}

#home-main-content{
	float:left;
	position:absolute;
	margin:90px 0 50px 0;
	width:500px;
}

#home-main-content h1{
	height:22px;
	display:block;
	margin:0 0 0 63px;
	padding:0;
	background:transparent url(/images/home-headline.png) 0 0 no-repeat;
	text-indent:-9000px;
}

#home-main-content p{
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	margin:11px 0 0 63px;
	padding:0;
	display:block;
	width:420px;
}

#myId{
	float:left;
}

#home-main-content a{
	color: #FFFF99;
	text-decoration:underline;
	border: none;
}

#home-main-content a img{
	color: transparent;
	text-decoration:underline;
	border: none;
}

#home-main-content a:hover{
	text-decoration:none;
}

#home-contact-area{
	display:block;
	margin:15px 0 0 50px;
	padding:0;
	list-style:none;
	height:72px;
	width:478px;
	background:transparent url(/images/contact-bg.png) top right no-repeat;
}

	#home-contact-area li{
		display:block;
		float:left;
	}
	
	#chat-link{
		display:block;
		height:40px;
		width:100px;
		background:transparent url(/images/live-chat.png) center no-repeat;
		text-indent:-9000px;
		margin:15px 0 0 35px;
		padding:0;
	}
	
	#email-link{
		display:block;
		height:40px;
		width:140px;
		background:transparent url(/images/email-address.png) center no-repeat;
		text-indent:-9000px;
		margin:15px 0 0 15px;
		padding:0;
	}
	
	#phone-number{
		display:block;
		height:40px;
		width:100px;
		background:transparent url(/images/phone-number.png) center no-repeat;
		text-indent:-9000px;
		margin:15px 0 0 15px;
		padding:0;
}


#inner-contact-area{
	display:block;
	margin:38px 0 0 0px;
	padding:0;
	list-style:none;
	height:72px;
	width:438px;
	background:transparent url(/images/contact-bg.png) top left no-repeat;
}

	#inner-contact-area li{
		display:block;
		float:left;
	}
	

#inner-contact-area	#chat-link{
		display:block;
		height:40px;
		width:100px;
		background:transparent url(/images/live-chat.png) center no-repeat;
		text-indent:-9000px;
		margin:15px 0 0 35px;
		padding:0;
	}
	
#inner-contact-area	#email-link{
		display:block;
		height:40px;
		width:140px;
		background:transparent url(/images/email-address.png) center no-repeat;
		text-indent:-9000px;
		margin:15px 0 0 15px;
		padding:0;
	}
	
#inner-contact-area	#phone-number{
		display:block;
		height:40px;
		width:100px;
		background:transparent url(/images/phone-number.png) center no-repeat;
		text-indent:-9000px;
		margin:15px 0 0 15px;
		padding:0;
}
		
#sub-content{
	height:179px;
	width:967px;
	float:left;
	clear:both;
	margin:0 0 0px 0;
	background:#feffcb url(/images/sub-content-bg.jpg) 0 0 repeat-x;
}

#sub-content img{
	float:left;
	margin:20px 20px 0 0;
}

#sub-content p{
	margin:5px 0 12px 0;
	font-size:10px;
	color:#796c40;
	line-height:15px;
	letter-spacing:0.03em;
}

#sub-content a{
	display:block;
	padding:0 0 0 14px;
	background:transparent url(/images/red-arrow.png) 0px 2px no-repeat;
	font-size:11px;
	color:#f22700;
	font-weight:bold;
	text-decoration:none;
}

#general-teaser div{
	float:left;
	margin:20px 0 0 0;
	width:145px;
}

#cosmetic-teaser div, #implants-teaser div{
	float:left;
	margin:20px 0 0 0;
	width:135px;
}


#general-teaser{
	width:272px;
	float:left;
	padding:0 20px 0 15px;
	background:transparent url(/images/subcontent-seperator.jpg) right top no-repeat;
	margin:0;
}

#general-teaser h2{
	display:block;
	margin:0;
	padding:0;
	background:transparent url(/images/general-family-headline.png) 0 0 no-repeat;
	text-indent:-9000px;
}


#cosmetic-teaser{
	width:294px;
	float:left;
	padding:0 20px 0 15px;
	background:transparent url(/images/subcontent-seperator.jpg) right top no-repeat;
	margin:0;
}

#cosmetic-teaser h2{
	display:block;
	margin:0;
	padding:0;
	background:transparent url(/images/cosmetic-headline.png) 0 0 no-repeat;
	text-indent:-9000px;
}


#implants-teaser{
	width:290px;
	float:left;
	padding:0 20px 0 15px;
	margin:0;
}

#implants-teaser h2{
	display:block;
	margin:0;
	padding:0;
	background:transparent url(/images/implants-headline.png) 0 0 no-repeat;
	text-indent:-9000px;
}

#content-image{
	margin:45px 0 0 60px;
}

#inner-content{
	float:left;
	clear:both;
	width:967px;
	height:588px;
	background:#00004b url(/images/inner-page-main-bg.jpg) 0 0 no-repeat;
}

#inner-content-text{
	/*float:left;*/
	clear:both;
	position:relative;
	top:0;
	padding:0 0 60px 0;
	line-height:18px!important;
	font:normal 11px/18px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.08;
}

		#sub-nav{
			padding:0 0 20px 0;
			margin:0;
			width:auto;
			height:20px;
			line-height:20px;
			float:left;
			clear:both;
			display:block;			
		}
			
		#sub-nav li{
			display:block;
			float:left;
			padding:0;
			margin:0 13px 13px 0;
		}
			
		#sub-nav li a{
			font-style:normal;
			display:block;
			float:left;
			padding-left:20px;
			padding-right:0px;!important
			margin:0px 0px 0px 0px;
			color:#335ed3;
			text-decoration:none;
			background:transparent url(/images/sub-nav-li-bg.png) 0 0 no-repeat;
			cursor:pointer;
			}
			
		#sub-nav li a:hover{
			color:#a21329;
			}
			
		#sub-nav li span{
			width:10px;
			height:20px;
			overflow:hidden;
			padding:0;
			margin:0;
			display:block;
			float:left;
			background:transparent url(/images/sub-nav-a-bg.png) 0 0 no-repeat;
		}

	
#footer{
	float:left;
	clear:both;
	width:967px;
	background:#fff url(/images/footer-bg.jpg) 0 0 no-repeat;
	padding:29px 0 90px 0;
	text-align:center;
	color:#335ed3;
	position:relative;
}

#footer a{
	color:#335ed3;
	text-decoration:none;
}

#footer a:hover{
	color:#a21329;
	text-decoration:underline;
}


/*   FORM STYLES   */

#contact-form{
	padding:18px 29px 29px 29px;
	margin:0 0 25px 0;
	background: #e7edfc;
	border: #285ce4 1px solid;
}

#contact-form h3{
	color:#091a47;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}

#contact-form p{
	color:#091a47;
	margin:0 0 10px 0;
	padding:0;
}

input{
	border:none;
	width:250px;
	padding:3px;
	color:#011dad;
	background: #fff;
	border: #9ab3f2 1px solid;
}

.label-name{
	color:#091a47;
	font-weight:bold;
	padding:5px 0 0 0;
}

 textarea{
	border:none;
	height:100px;
	width:250px;
	padding:3px;
	color:#011dad;
	background: #fff;
	border: #9ab3f2 1px solid;
}

#fbsubmit{
	border:none;
	width:100px;
	background: #01008a;
	color:#FFFFFF;
}