/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 16px "Times New Roman", Times, serif; 
	background: #500001 url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #d5bf88;
	font: italic 35px/37px "Times New Roman", Times, serif; 
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #ddb603;
	font: bold 16px/20px "Times New Roman", Times, serif; 
}
	h1 strong {
		font-weight: normal;
	}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #FBE47B;
	font: bold italic 14px/18px "Times New Roman", Times, serif; 
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #d5bf88;
	font: bold 12px/16px "Times New Roman", Times, serif; 
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #ddb603;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #d5bf88;
		text-decoration: underline;
	}
hr {
	color: #d5bf88;
	height: 1px;
	background-color: #d5bf88;
	border: none;
	margin: 1em 0px;
}
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;
}
.sideText {
	padding: 23px 0px 0px 0px;
	margin: auto;
	color: #e8bc68;
	font: bold 15px/24px "Times New Roman", Times, serif; 
	text-align: center;
}
.box {
	width: 296px;
	height: auto;
	margin: 1em auto 0 auto;
	padding: 10px;
	border: 5px solid #702c2d;
	background-color: #d0a94c;
}
	.box p {
		margin: 0;
		padding: 0;
		text-align: center;
	}
		.box p a {
			color: #231f20;
			font-size: 16px;
		}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#background {
	background: transparent url(assets/images/container_bg.jpg) no-repeat center top;
}
	#wrapper {
		margin: 0px auto;
		width: 695px;
		background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
	}
		#container {
			background: transparent url(assets/images/container_bg.jpg) no-repeat center top;
		}
			#container2 {
					min-height: 520px;
					_height: 520px;
				background: transparent url(assets/images/footer.jpg) no-repeat left bottom;
			}
				#rightCol {
					float: right;
					padding: 0px 7px 80px 0px;
					width: 154px;
					
				}
					#phoneNumber {
						padding: 38px 16px 0px 0px;
						height: 32px;
						color: #e8bc68;
						font: 20px/20px "Times New Roman", Times, serif; 
						text-align: right;
					}
					#nav {
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						text-align: left;
					}
						#nav li {
							margin: 0px;
							padding: 0px;
							width: auto;
							height: auto;
							list-style: none outside none;
							line-height: 14px;

						}
							#nav a {
								display: block;
								margin: 0px;
								padding: 4px 0px 4px 19px;
								width: 135px;
								height: auto;
								color: #ddb603;
								font: bold 14px/16px "Times New Roman", Times, serif; 

							}
							#nav a:hover {
								text-decoration: none;
								background: transparent url(assets/images/bullet.gif) no-repeat left 10px;
							}
					#addressFax {
						padding: 23px 0px 0px 7px;
						color: #e8bc68;
						font: bold 12px/22px "Times New Roman", Times, serif; 
					}
				#leftCol {
					float: right;
					width: 520px;
					position: relative;
				}
					#header {
						position: absolute;
						width: 499px;
						height: 124px;
						background: transparent url(assets/images/logo.png) no-repeat left top;
						_background: none;
						_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/myles/assets/images/logo.png',sizingMethod='scale');
					}
					#rightPic {
						float: right;
						padding-top: 110px;
					}
#rightPic p {
margin: 0px;
padding: 0px;
}
					#contents {
						padding: 140px 25px 26px 6px; /* top padding: 110 + 30 */
					}
				#clear {
					clear: both;
					height: 0px;
					font-size: 0px;
					line-height: 0px;
				}
	#footer {
		margin: 0px auto;
		width: 695px;
		text-align: center;
	}
		#bottomNav {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			width: auto;
			height: auto;
		}
			#bottomNav li {
				display: inline;
				margin: 0px;
				padding: 0px 10px;
				width: auto;
				height: auto;
				line-height: 14px;
				list-style: none outside none;
				border-right: 1px #d5bf88 solid;
			}
			#bottomNav li.last {
				border: 0px;
			}
				#bottomNav a {
					font: bold 11px/14px "Times New Roman", Times, serif; 
				}
		#credits {
			font: 10px/12px "Times New Roman", Times, serif; 
		}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}


