 /* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(assets/images/bg.jpg) repeat-x left top;
}
h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font: normal 20px/22px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #027997;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #cec095;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
blockquote {
	width: auto;
	height: auto;
	margin: 1em 0 0 0;
	padding: 0 50px;
	color: #D1E4E7;
	font-style: italic;
	border-left: 1px dashed #444;
	border-right: 1px dashed #444;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.testimonialName {
	padding-right: 20px;
	text-align: right;
	font-style: italic;
	color: #0099cc;
}
.seeMoreButton a {
	width: 124px;
	height: 24px;
	margin: 1em auto;
	padding: 0;
	display: block;
	font: normal 15px/24px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: transparent url(assets/images/seeMoreButton.jpg) no-repeat left top;
}
	.seeMoreButton a:hover {
		color: #fff;
		text-decoration: none;
	}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
	#header {
		width: auto;
		height: 175px;
		margin: 0;
		padding: 0;
		position: relative;
		background: transparent url(assets/images/header_bg.jpg) no-repeat left top;
	}
		#logoNameTag {
			width: 810px;
			height: 175px;
			margin: 0;
			padding: 0;
			left: 28px;
			top: 0px;
			position: absolute;
		}
		#phoneAddress {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			left: 740px;
			top: 40px;
			position: absolute;
			font: bold 15px/20px Arial, Helvetica, sans-serif;
			text-align: center;
			color: #fff;
		}
			#phoneAddress .phone {
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				display: block;
				font: normal 32px/60px Arial, Helvetica, sans-serif;
				color: #fffddb;
			}
	#nav {
		width: auto;
		height: 15px;
		margin: 0 0 24px 0;
		padding: 0px 0 15px 0;
		text-align: center;
	}
		
		#nav li {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;			
			position: relative;
			border-left: 1px solid #58402c;
			display: inline;
			list-style: none outside none;
		}
		#nav li:first-child {
			border: none;
		}
			#nav li a {
				width: auto;
				height: 20px;
				margin: 0;
				padding:15px 10px;
				display: inline-block;
				font: bold 14px/14px Arial, Helvetica, sans-serif;
				color: #58402c;
			}
				#nav li a:hover {
					color: #3a2717;
					text-decoration: none;
	
				}
				#nav ul {
					visibility: hidden;
					position: absolute;
					top: 16px;
					left: 0px;
					margin: 0px;
					padding: 15px 0px;
					width: 200px;
					height: auto;
					background-color: #1D6C7B;
					border: 2px #9E9572 solid;
					text-align: left;
				}
					#nav ul li {
						float: left; /* IMPORTANT LEAVE FOR IE */
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						border: none;
					}
						#nav ul a {
							display: block;
							margin: 0px;
							padding: 6px 15px;
							width: 170px;
							height: auto;
							color: #fff;
							font: 12px/18px Arial, Helvetica, sans-serif;
						}
							#nav ul a:hover {
								color: #FFDDA2;
								background-color: #599AA2;
							}
	#content {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 402px 8px 25px;
		background: transparent url(assets/images/homenew4.png) no-repeat 600px bottom;
	}
	
	#services {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 0 0 25px;
		position: relative;
		background: transparent url(assets/images/homeServices_bg.jpg) no-repeat center top;
	}
		#services h3,
		#services h3 a {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0 0 5px 20px;
			font: normal 25px/28px Arial, Helvetica, sans-serif;
			color: #ffffcc;
			text-decoration: none;
		}
			#services h3 a:hover {
				color: #fff;
			}
		#servicesBox {
			width: 433px;
			height: auto;
			min-height: 463px;
				_height: 463px;
			margin: 0;
			padding: 0 0 10px 0;
			position: relative;
			background: transparent url(assets/images/homeServicesBox_bg.gif) repeat-y left top;
		}

			#servicesBox h3 {
				width: 150px;
				height: auto;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 250px;
				left: 37px;
				font: normal 35px/40px Arial, Helvetica, sans-serif;
				color: #f7fafb;
				text-align: center;
			}
			#servicesBox #lviLogo {
				width: 150px;
				height: 113px;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 340px;
				left: 35px;
			}
			#servicesNav {
				width: auto;
				height: auto;
				margin: 0;
				padding: 65px 0 0 195px;
				background: transparent url(assets/images/homeServicesBox_top.jpg) no-repeat left top;
			}
				#servicesNav li {
					width: 205px;
					height: auto;
					margin: 0;
					padding: 0 20px 0 0;
					list-style: none outside none;
				}
					#servicesNav li a {
						width: auto;
						height: 44px;
						margin: 0;
						padding: 0 20px;
						display: block;
						font: bold 15px/43px Arial, Helvetica, sans-serif;
						color: #000;
						background: transparent url(assets/images/sideNav_bg.gif) no-repeat left top;
					}
						#servicesNav li a:hover {
							color: #58402c;
							text-decoration: none;
						}
			#servicesBox #homeAppointmentButton {
				width: 205px;
				height: 129px;
				margin: 0;
				padding: 0 33px 0 0;
				float: right;
				background: transparent url(assets/images/homeAppointmentButton.jpg) no-repeat left top;
			}
				#servicesBox #homeAppointmentButton a {
					width: 165px;
					height: 85px;
					margin: 0;
					padding: 44px 20px 0 20px;
					display: block;
					font: bold 18px/20px Arial, Helvetica, sans-serif;
					color: #000;
					text-align: center;
				}
						#servicesBox #homeAppointmentButton a:hover {
							color: #58402c;
							text-decoration: none;
						}
		#video {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 37px;
			left: 530px;
		}
		#smileTransformations {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 309px;
			left: 488px;
		}
			#smileTransformations h3 a {
				padding-left: 0;
			}
		.calloutLeft {
			width: 332px;
			height: auto;
			min-height: 190px;
				_height: 190px;
			margin: 8px 0 0 25px;
			padding: 15px 25px 0 25px;
			float: left;
			background: transparent url(assets/images/homeServicesCalloutLeft.gif) no-repeat left top;
		}
		.calloutRight {
			width: 417px;
			height: auto;
			min-height: 190px;
				_height: 190px;
			margin: 8px 53px 0 0;
			padding: 15px 25px 0 25px;
			float: right;
			background: transparent url(assets/images/homeServicesCalloutRight.gif) no-repeat left top;
		}
			#services .calloutRight h3,
			#services .calloutLeft h3,
			#services .calloutRight h3 a,
			#services .calloutLeft h3 a {
				padding: 0;
			}
			.calloutRight blockquote {
				padding: 0;
				border: none;
			}
	#footer {
		width: 1000px;
		height: auto;
		margin: 25px auto 0 auto;
		padding: 50px 0 20px 0;
		text-align: center;
		background: transparent url(assets/images/footer_bg.jpg) no-repeat center top;
	}
		#botNav {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0 0 10px 0;
			text-align: center;
		}
			#botNav li {
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				border-left: 1px solid #fff;
				display: inline;
				list-style: none outside none;
			}
			#botNav li:first-child {
				border: none;
			}
				#botNav li a {
					width: auto;
					height: auto;
					margin: 0;
					padding: 0 10px;
					display: inline-block;
					font: bold 14px/16px Arial, Helvetica, sans-serif;
					color: #ccc;
				}
		#copy {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			font: normal 11px/20px Arial, Helvetica, sans-serif;
			color: #ccc;
		}
			#copy a {
				text-decoration: underline;
				color: #ccc;
			}
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}

