body, div, h1, h1, h3, h4, p, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #F5F4EF url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h1, h3, h4, td, input, select, textarea {
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
p, h1, h1, h3, h4 {
	margin-bottom: 15px;
}
			
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #607DC8;
    text-decoration: underline;
}
a:hover, a:active {
    color: #A3B3DF;
    text-decoration: underline;
}
em, strong {
	color: #607DC8;
}
strong {
	font-size: 16px;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 105px;
	background: transparent url(../_images/top.jpg) 0 0 repeat-x;
}
	img.logo {
		float: left;
	}
	img.phone {
		float: right;
	}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
	#menu {
		background: url(../_images/menu.jpg) 0 0 no-repeat;
		width: 760px;		/* Width of entire image */ 
		height: 51px;		/* Height of buttons */
		margin: 0;
		padding: 0;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 51px;		/* Each button must have the same height, define it here */ display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}
	
	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-home 			{ width: 48px; margin-left: 46px; }
	#menu-about 		{ width: 74px; margin-left: 55px; }
	#menu-services 		{ width: 65px; margin-left: 56px; }
	#menu-testimonials 	{ width: 98px; margin-left: 56px; }
	#menu-links 		{ width: 43px; margin-left: 56px; }
	#menu-contact	 	{ width: 62px; margin-left: 56px; }
	
	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-home a:hover, #home #menu-home a:visited 							{ background: transparent url(../_images/menu.jpg) -46px -51px no-repeat; }
	#menu-about a:hover, #about #menu-about a:visited  						{ background: transparent url(../_images/menu.jpg) -149px -51px no-repeat; }
	#menu-services a:hover, #services #menu-services a:visited 				{ background: transparent url(../_images/menu.jpg) -279px -51px no-repeat; }
	#menu-testimonials a:hover, #testimonials #menu-testimonials a:visited 	{ background: transparent url(../_images/menu.jpg) -400px -51px no-repeat; }
	#menu-links a:hover, #links #menu-links a:visited 						{ background: transparent url(../_images/menu.jpg) -554px -51px no-repeat; }
	#menu-contact a:hover, #contact #menu-contact a:visited 				{ background: transparent url(../_images/menu.jpg) -653px -51px no-repeat; }	

/* ----------------------------------- */
/* HOME CONTENT
/* ----------------------------------- */
#home #wrapper {
	background: transparent url(../_images/home/wrapper.jpg) 0 0 repeat-y;
}
#home #main {
	background: transparent url(../_images/home/footer.jpg) left bottom no-repeat;
	padding-bottom: 30px;
}

#home #banner {
	height: 243px;
	background: transparent url("../_images/home/home.jpg") 0 0 no-repeat;
}

#welcome {
	width: 280px;
	float: right;
	background: transparent url(../_images/home/bg-welcome.jpg) 0 0 no-repeat;
	margin-right: 20px;
	display: inline;
}
	#welcome p {
		margin-left: 20px;
		margin-right: 20px;
	}

.intro-service {
	width: 209px;
	float: left;
	display: inline;
	padding-top: 85px;
}
	.intro-service h1, .intro-service p {
		font-size: 13px;
		line-height: 15px;
		color: #FFF;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.intro-service h1 {
		text-indent: -3000px;
		height: 28px;
	}
	
#intro-consulting {
	background: #607DC8 url(../_images/home/bg-consulting.jpg) 0 0 no-repeat;
	margin-left: 20px;
}
	#intro-consulting h1 {
		background: transparent url(../_images/home/header-consulting.gif) 0 0 no-repeat;
	}
#intro-home {
	background: #607DC8 url(../_images/home/bg-in-home.jpg) 0 0 no-repeat;
	margin-left: 11px;
}
	#intro-home h1 {
		background: transparent url(../_images/home/header-in-home.gif) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* SUB CONTENT
/* ----------------------------------- */
.sub #wrapper {
	background: transparent url(../_images/sub/wrapper.jpg) 0 0 repeat-y;
}
.sub #main {
	background: transparent url(../_images/sub/footer.jpg) left bottom no-repeat;
	padding-bottom: 30px;
}

.sub #banner {
	height: 163px;
}
#about #banner { background: transparent url(../_images/sub/banners/about.jpg) 0 0 no-repeat; }
#services #banner { background: transparent url(../_images/sub/banners/services.jpg) 0 0 no-repeat; }
#consulting #banner { background: transparent url(../_images/sub/banners/consulting.jpg) 0 0 no-repeat; }
#in-home #banner { background: transparent url(../_images/sub/banners/in-home.jpg) 0 0 no-repeat; }
#testimonials #banner { background: transparent url(../_images/sub/banners/testimonials.jpg) 0 0 no-repeat; }
#links #banner { background: transparent url(../_images/sub/banners/links.jpg) 0 0 no-repeat; }
#contact #banner { background: transparent url(../_images/sub/banners/contact.jpg) 0 0 no-repeat; }

.sub #content {
	background: transparent url(../_images/sub/bg-content.jpg) 0 0 no-repeat;
	width: 511px;
	float: right;
	margin-right: 20px;
	display: inline;
}
	.sub #text {
		margin: 25px 25px 0 25px;
	}
	#text h1 {
		text-indent: -3000px;
	}
	#text h1 {
		height: 40px;
	}
	
	h1#difference { background: transparent url(../_images/sub/headers/difference.gif) 0 0 no-repeat; }
	
	h1#consulting { background: transparent url(../_images/sub/headers/consulting.gif) 0 0 no-repeat; }
	h1#in-home { background: transparent url(../_images/sub/headers/in-home.gif) 0 0 no-repeat; }

	h1#great-people { background: transparent url(../_images/sub/headers/great-people.gif) 0 0 no-repeat; }
	h1#approach { background: transparent url(../_images/sub/headers/approach.gif) 0 0 no-repeat; }

	h1#program-benefits { background: transparent url(../_images/sub/headers/program-benefits.gif) 0 0 no-repeat; }
	h1#rebuild { background: transparent url(../_images/sub/headers/rebuild.gif) 0 0 no-repeat; }
	h1#fallproof { background: transparent url(../_images/sub/headers/fallproof.gif) 0 0 no-repeat; }
	h1#orthopedics { background: transparent url(../_images/sub/headers/orthopedics.gif) 0 0 no-repeat; }
	
	a.top {
		width: 458px;
		height: 15px;
		display: block;
		background: transparent url(../_images/sub/back-to-top.gif) 0 0 no-repeat;
	}
		a.top span { display: none; }
	
	img.inset {
		float: right;
		margin-left: 10px;
	}
	
	.link {
		clear: both;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #C8BE8B;
	}
	.link img {
		float: right;
		border: 1px solid #607EC7;
		padding: 3px;
		margin-left: 10px;
	}
	
	#address {
		width: 200px;
		float: right;
		margin-left: 15px;
	}
	
	#contact label {
		display: block;
	}
	
	
.sub #side {
	background: transparent url(../_images/sub/bg-side.jpg) 0 0 no-repeat;
	width: 209px;
	float: left;
	margin-left: 20px;
	display: inline;
}
	#side p {
		margin-left: 16px;
		margin-right: 16px;
		color: #FFF;
		font-size: 12px;
		line-height: 14px;
	}
	#buttons {
		background: url(../_images/sub/buttons.gif) 0 0 no-repeat;
		width: 209px;		/* Width of entire image */ 
		height: 92px;		/* Height of buttons */
		margin: 25px 0 20px 0;
		padding: 0;
	}
	#buttons span {
		display: none;
	}
	#buttons li, #buttons a {
		width: 209px;
		height: 46px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#buttons li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}
	
	/* Changed values should match sum of "width" numbers specified above */ 
	#button-consultant a:hover  	{ background: transparent url(../_images/sub/buttons.gif) -209px 0px no-repeat; }
	#button-home a:hover 			{ background: transparent url(../_images/sub/buttons.gif) -209px -46px no-repeat; }


#quote {
	margin: 0 auto;
	width: 170px;
	height: 150px;
}
	#about #quote { background: transparent url(../_images/sub/quotes/01.gif) 0 0 no-repeat; }
	#services #quote { background: transparent url(../_images/sub/quotes/02.gif) 0 0 no-repeat; }
	/*#links #quote { background: transparent url(../_images/sub/quotes/03.gif) 0 0 no-repeat; height: 215px; }*/
	#consulting #quote { background: transparent url(../_images/sub/quotes/04.gif) 0 0 no-repeat; height: 215px; }
	#in-home #quote { background: transparent url(../_images/sub/quotes/05.gif) 0 0 no-repeat; height: 160px; }
	#contact #quote { background: transparent url(../_images/sub/quotes/06.gif) 0 0 no-repeat; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	padding-bottom: 15px;
}
