/* ======================================================================================================= */

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

	html {
		font-size: 62.5%;
		margin-left: -1px;
	}

	body {
		font-family: georgia;
		font-size: 1.3em;
		background: url(../../images/layout/backgrounds/bg-body.gif) no-repeat scroll 50% 0pt #d3bc82;
		padding: 0px 0px 10px 0px;
		margin: 0px auto;
		}

	input, textarea {
		padding: 2px;
		margin: 0px 0px 6px 0px;
		font-family: verdana;
		color: #612B1D;
		font-size: 1.1em;
		}
		
	#free-exam a {
		position: absolute;
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/free-exam.png) no-repeat 0 0;
		height: 41px;
		width: 238px;
		top: 171px;
		left: 158px;
		}
		
	#free-exam a:hover {
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/free-exam.png) no-repeat 0 -41px;
		}
		
	#free-exam a:active {
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/free-exam.png) no-repeat 0 -42px;
		height: 41px;
		width: 238px;
		border: 0;
		outline: none;
		}
		
		#email-signup a {
		position: absolute;
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/email-signup.png) no-repeat 0 0;
		height: 41px;
		width: 158px;
		top: 171px;
		right: 155px;
		}
		
	#email-signup a:hover {
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/email-signup.png) no-repeat 0 -41px;
		height: 41px;
		width: 158px;
		}
		
	#email-signup a:active {
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/email-signup.png) no-repeat 0 -42px;
		height: 41px;
		width: 158px;
		border: 0;
		outline: none;
		}	
		
	#signin a {
		position: absolute;
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/signin.png) no-repeat 0 0;
		height: 41px;
		width: 180px;
		top: 171px;
		left: 400px;
		}
		
	#signin a:hover {
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/signin.png) no-repeat 0 -41px;
		height: 41px;
		width: 180px;
		}
		
	#signin a:active {
		text-indent: -9999px;
		display: block;
		background: url(../../images/layout/navigation/signin.png) no-repeat 0 -42px;
		height: 41px;
		width: 180px;
		outline: none;
		}
		
	.success img {
		border: solid 3px #fff;
		}
		
	label {
		font-size: 1.3em;
		line-height: 1.4em;	
		color: #d3bc82;	
		}
		
	.success {
		text-align: center;
		padding: 0px;
		margin: 0px;
		}
		
	#ss {
		position:relative;
		left:20px;
		height:557px;
		width:857px;
		}
	.ss-holder {
		padding:15px 0px 0px 30px;
		width:390px;
		float:left;
	}
	.ss-holder  p {
		color:#000000;
		font-size:12px;
		margin-top:5px;
	}
	.ss-ba { padding:10px 12px 0px 0px;}
	.success p {
		padding: 0px 0px 0px 0px;
		}
		
	#rightArrow {
		position: absolute;
		top:230px;
		right:6px;	
	}
	#rightArrow img {border:none; background:none;}
	#rightArrow a:hover{ background-color:transparent; color:#FFFFFF;}

	#leftArrow {
		position: absolute;
		top:230px;
		left:0px;	
	}		
		
		
	#educate {
		position: absolute;
		top: 58px;
		left: 777px;
		z-index: 9999;
		}
		
	.team {
		float: left;
		width: 350px;
		clear: both;
		padding: 0px 0px 10px 0px;
		}
		
	.named {
		font-size: 1.4em;
		color: #d3bc82;
		padding: 15px 0px 0px 0px;}
		
	.member {
		font-size: 1em;
		line-height: 1.5em;
		list-style-position: inside;
		list-style: square;
		padding: 0px 0px 10px 10px;
		}
		
	.img {
		background: url(../../images/layout/backgrounds/bg-image.jpg) no-repeat;
		width: 120px;
		height: 120px;
		float: left;
		clear: both;
		padding: 0px 10px 0px 0px;
		}
		
	.title {	
		font-size: 1.2em;
		}
		
	#pager {
		font-family: verdana;
		float: left;
		margin: 10px 0px 0px 120px;
		font-size: .8em;
		padding: 5px;
		background: #2b130a;
		border: solid 1px #290e04;
		}
		
	#pager a {
		padding: 2px;
		}
		
	.img img {
		margin: 7px 0px 0px 7px;
		border: double 3px #aaa;
		width: 100px;
		height: 100px;
		}

	#header {
		width: 900px;
		margin: 0 auto;
		position: relative;
		height: 244px;
		background: url(../../images/layout/backgrounds/bg-global-nav.gif) no-repeat bottom;
		z-index: 9999;
		}

	#page-width {
		position: relative;
		width: 900px;
		margin: 0 auto;
		z-index: 0;
		}
	
	#footer {
		position: relative;
		width: 900px;
		height: 108px;
		margin: 0 auto;
		clear: both;
		background: url(../../images/layout/backgrounds/bg-footer.gif);
		}
	
	#dentist_referral { position: absolute; left: 610px; top: 77px; }
	#office_video { position: absolute; left: 400px; top: 74px; }
		
/* ======================================================================================================= */

		
	ul {
		list-style: none;
		}

	.sf-menu {
		position: absolute;
		z-index: 9999;
		}

	#site-id a {
		position: absolute;
		background: url(../../images/layout/kamatovic-site-id.jpg) no-repeat;
		height: 106px;
		width: 225px;
		top: 6px;
		left: 0px;
		text-indent: -9000px;
		}
		
	#doctors {
		position: absolute;
		left: 260px;
		top: 30px;
		background: url(../../images/layout/hr-doctors.gif) 90% 61% no-repeat;
		line-height:16px;
		}
		
	#phone {
		position: absolute;
		background: url(../../images/layout/backgrounds/bg-phone.gif) no-repeat;
		height: 52px;
		width: 220px;
		top: 4px;
		left: 683px;
		text-align: center;
		font-size: 1.6em;
		padding: 6px 0px 0px 0px;
		}
		
	#primary-navigation {
		position: absolute;
		width: 900px;
		color: #FFFFFF;
		z-index: 9999;
		top: 126px;
		left: 11px;
		}
		
	#primary-navigation a {
		font-size: 1.1em;
		text-decoration: none;
		color: #FFFFFF;
		}
		
	#primary-navigation a:hover {
		color: #cc7800;
		}
		
	#primary-navigation .strataPinkLink a:hover {
		color: #000000; background:#E08BA0; 
		}	
		
	#content {
		float: left;
		color: #FFFFFF;
		width: 900px;
		background: url(../../images/layout/backgrounds/bg-content.gif);
		z-index: 5;
		}
		
	#left {
		float: left;
		width: 370px;
		padding: 0px 0px 0px 20px;
		}
		
	#right {
		float: right;
		width: 490px;
		height: 354px;
		background: url(../../images/layout/backgrounds/bg-image-rotation.gif) no-repeat;
		}
	
/* ======================================================================================================= */
	
	/* Typography */
		
	p {
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.5em;
		padding: 0px 0px 12px 0px;
		}

	h2 {
		font-size: 1.5em;
		color: #e6b56e;
		font-style: italic;
		padding: 0px 0px 10px 0px;
		}
		
	h3 {
		color: #e6b56e;
		font-size: 1.5em;
		font-style: italic;
		padding: 0px 0px 10px 0px;
		}
		
	h4 {
		color: #e6b56e;
		font-size: 1.1em;
		padding: 0px 0px 10px 0px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	a {
		color: #e6b56e;
		text-decoration: none;
		}
		
	a:hover {
		text-decoration: underline;
		}
		
	.hours td {
		margin: 3px 3px 3px 0px;
		padding: 3px 3px 3px 0px;
		border-bottom: solid 1px #2b130a;
		}
		
	#content a:hover {
		background: #612B1D;
		}
		
	#slogan {
		position: absolute;
		width: 459px;
		height: 60px;
		top: 245px;
		left: 438px;
		background: url(../../images/layout/backgrounds/bg-slogan.png);
		z-index: 9999;
		text-align: center;
		}
		
	#slogan h3 {
		padding: 5px 0px 0px 0px;
		font-size: 1.5em;
		font-weight: normal;
		font-style: italic;
		display:block;
		color:#FFFFFF;
		}
		
	#image-slogan-home {
		position: absolute;
		width: 297px;
		margin: 0px 0px 0px 0px;
		top: 50px;
		left: 573px;
		z-index: 5;
		color: #000000;
		}

	#image-slogan-mouthguard {
		position: absolute;
		width: 280px;
		margin: 0px 0px 0px 0px;
		top: 60px;
		left: 550px;
		z-index: 5;
		color: #000000;
		text-align: center;
		}

	#image-slogan-home p, #image-slogan-mouthguard p {
		font-size: 1em;
		}
		
	#image-slogan-home h3, #image-slogan-mouthguard h3 {
		color:#501501;
		}
		
	#image-slogan-mouthguard h3 {
		font-size: 2em;
		}
		
	
		
/* ======================================================================================================= */


	#become-a-patient {
		position: absolute;
		top: 178px;
		left: 0px;
		width: 900px;
		text-align: center;
		color: #fff;
		font-size: 1.5em;
		font-style: italic;
		}

	#become-a-patient a {
		color: #FFFFFF;
		}

	#become-a-patient a:hover {
		color: #000;
		}
		
	#images {
		position: absolute;
		top: 3px;
		left: 438px;
		z-index: 5;
		}
		
	#footer ul {
		position: absolute;
		top: 70px;
		list-style: none;
		padding: 3px 0px 0px 20px;
		}
		
	#footer li {
		float: left;
		padding: 0px 15px 0px 0px;
		display: block;
		}
		
	#tdg {
		position: absolute;
		top: 78px;
		left: 625px;
		color: #666;
		font-size: 1em;
		}
		
		
	#invisalign a {
		float: left;
		width: 84px;
		height: 34px;
		background: url(../../images/layout/navigation/invisalign.gif) no-repeat;
		text-indent: -9000px;
		}
		
	#incognito a {
		float: left;
		width: 138px;
		height: 34px;
		background: url(../../images/layout/navigation/ibraces.gif) no-repeat;
		text-indent: -9000px;
		}
		
	#threem a {
		float: left;
		width: 105px;
		height: 34px;
		background: url(../../images/layout/navigation/3munitek.gif) no-repeat;
		text-indent: -9000px;
		}
	#facebook a {
		float: left;
		width: 32px;
		height: 32px;
		margin-top:3px;
		background: url(../../images/layout/facebook.png) no-repeat;
		text-indent: -9000px;
		}	

	#patient-login {
		position: absolute; 
		background: url(../../images/layout/navigation/patient-login.gif) 0 50% no-repeat;
		font-size: 18px;
		height: 27px;
		top: 78px;
		left: 550px;
		}

	#patient-login a {
		font-size: 18px;
		height: 27px;
		color: #FFFFFF;
		display: block;
		padding: 2px 0px 0px 40px;
		}
		
	#images-home {
		width: 900px;
		height: 352px;
		}
		
	#educate img a {
		border: 0px;
		}
	.mouthguards {
	list-style:disc;
	padding-left:12px;
	padding-bottom:10px;
	}
	.mouthguards li {
	padding:3px 0px 3px 0px;
	}
	
	#rightArrow {
		position: absolute;
		top:230px;
		right:6px;	
	}
	#rightArrow img {border:none; background:none;}
	#rightArrow a:hover{ background-color:transparent; color:#FFFFFF;}

	#leftArrow {
		position: absolute;
		top:230px;
		left:0px;	
	}	
	#leftArrow img {border:none; background:none;}
	#leftArrow a:hover{ background-color:transparent; color:#FFFFFF;}
	
