 body, h1, div, table, tr, td, p, img{ margin: 0 0 0 0; padding: 0 0 0 0;}

*{font-family: Arial;}

a{
	color: #1863aa;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-family: Trebuchet MS;
	font-size: 24px;
}

h2{
	font-family: Trebuchet MS;
	font-size: 18px;
}

h3{
	font-size: 14px;
	font-weight: bold;
}

p{
	padding: 5px 0 5px 0;
	line-height: 1.4;
}

body{
	background: #1261ac url(assets/images/bg.jpg) top left repeat-x;
}

div#wrapper{
	background: url(assets/images/bg-wave.jpg) top center no-repeat;
	width: 100%;
	min-height: 656px;
}

div#header{
	background: url(assets/images/header-bg.png) bottom center no-repeat;
	height: 295px;
	width: 981px;
	position: relative;
}

	div#top-photo{
		position: absolute;
		left: 0px;
		bottom: -4px;
	}
	
	div#logo{
		position: absolute;
		right: 6px;
		bottom: 0px;
	}
	
	div#address{
		color: #fff;
		text-align: right;
		font-family: Times New Roman;
		font-weight: bold;
		font-size: 16px;
		margin: 55px 11px 0 0;
		float: right;
	}
	
	div#header-info{
		width: 550px;
		float: left;
		margin: 20px 0 0 241px;
	}
	
		div#header-info span{
			color: #0057ba;
			font-family: Times New Roman;
		}
		
		div#header-info span.name{
			font-size: 44px;
		}
		
		div#header-info span.smile{
			font-size: 24px;
		}
		
		div#header-info span.dentistry{
			font-size: 16px;
		}
		
		div#header-info span.phone{
			font-size: 24px;
			font-weight: bold;
		}
		
		div#header-info div.tag{
			margin-top: 15px;
		}
		
div#body{
	background: url(assets/images/body-repeat.png) top center repeat-y;
	width: 981px;
}

	div#body-top{
		background: url(assets/images/body-top.png) top center no-repeat;
		width: 981px;
	}
	
		div#left-col{
			width: 179px;
			float: left;
			background: #9a9a9a;
			border-bottom: #272727 1px solid;
		}
		
			div#nav{
				background: #282828 url(assets/images/nav-bg.jpg) bottom left no-repeat;
				width: 179px;
				min-height: 269px;
			}
		
			div#nav ul{
				margin: 0 0 0 0;
				padding: 0 0 10px 0;
				list-style: none;
			}
			
				div#nav ul li{
					border-bottom: #585858 1px solid;
				}
				
				div#nav ul li.last{
					border: none;
				}
			
					div#nav ul li a{
						text-decoration: none;
						color: #d8d8d8;
						display: block;
						width: 179px;
						height: 21px;
						padding-top: 6px;
					}
					
					div#nav ul li a:hover{
						background: #212121;
					}
					
		div#left-col h2{
			font-family: Trebuchet MS;
			font-weight: bold;
			font-size: 14px;
		}
		
			div#left-col h2 a{
				text-decoration: none;
				color: #1863aa;
			}
	
	div#center-col{
		float: left;
		width: 511px;
		text-align: left;
		padding: 33px 20px 0 20px;
		font-size: 14px;
	}
	
	div#services-nav{
		float: right;
		width: 251px;
		margin-right: 0px;
	}
	
		div#services-nav h2{
			font-family: Trebuchet MS;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			width: 251px;
			height: 24px;
			background: #1863aa;
			padding-top: 6px;
			margin: 0 0 0 0;
		}
		
		div#services-nav ul{
			list-style: none;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			position: relative;
		}
		
			div#services-nav ul li div.service-hover{
				background: url(assets/images/service-hover-bg.png) top left no-repeat;
				width: 251px;
				height: 68px;
				padding: 15px 5px 10px 5px;
				position: absolute;
				right:187px;
				margin:-30px 0 0 0;
				font-family: Trebuchet MS;
				font-style: italic;
				font-size: 14px;
				display: none;
			}
			
			div#services-nav ul li:hover div.service-hover{
				display: block;
			}
		
			div#services-nav ul li a{
				background: url(assets/images/services-nav.jpg) top left repeat-x;
				height: 20px;
				padding-top: 3px;
				width: 251px;
				display: block;
				text-decoration: none;
				color: #3d3d3d;
				font-size: 14px;
				font-family: Trebuchet MS;
			}
			
			div#services-nav ul li a:hover{
				color: #1863aa;
			}
	
div#body-bottom{
	background: url(assets/images/body-bottom.png) top center no-repeat;
	width: 981px;
	height: 82px;
	position: relative;
}

	div#bottom-photo{
		position: absolute;
		right: 0px;
		bottom: 40px;
	}

div#bottom-info{
	width: 600px;
	font-size: 12px;
	
}	

	div#bottom-info ul{
		margin: 0 0 10px 0;
		list-style: none;
	}

		div#bottom-info ul li{
			display: inline;
			padding-left: 8px;
		}
		
			div#bottom-info ul li a{
				text-decoration:none;
				color: #fff;
			}
			
			div#bottom-info ul li a:hover{
				text-decoration: underline;
			}

#testimonial {
	background:url(assets/images/flap.jpg) right top no-repeat #f1f0ef;
	padding:20px;
	height:auto;
}
.top {
	padding:6px 0 0 0; 
	margin:0 0 0 5px; 
	background:url(assets/images/testimonial-top.png) repeat-x; 
	width:500px;
}
.left {
	padding:0 0 0 7px; 
	background:url(assets/images/testimonial-left.png) repeat-y;
}
.right {
	padding:0 7px 0 0; 
	background:url(assets/images/testimonial-right.png);
}
.bottom {
	padding:0 0 7px 0; 
	margin:0 0 0 5px; 
	background:url(assets/images/testimonial-bottom.png) repeat-x; 
	width:500px;
}
.top-dentist{
	border-bottom: #6c6c6c 1px solid;
}

.clear{
	clear: both;
}

.img-border{
	border: #1863aa 3px solid;
	margin: 5px 5px 5px 10px;
}
div#copy {
width:auto;
text-align:center;
font:11px/24px arial;
color:#fff;
}
div#copy a {
color:#000;
text-decoration:underline;
}


