html, htm, body { height: 100%;}

body { font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	_padding-left: 1px;
	*padding-left: 1px;
	background: #D4CFDD url(assets/images/background.gif) repeat-y center top;
	}
	
p {font-size:12px;
	line-height:20px;
	}

h1 { margin: 1em 0px 0px 0px;
	font: 24px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #4b5194;
	text-transform: uppercase;
}

h2 {
font: 18px Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #F7890E;
}

h3 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #0C0F3A;
}

h4 {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration: none;
	color: #4b5194;
	font-weight:bold;}

a:hover { text-decoration: underline;}

li { font-size: 12px;}

hr { color: #ACA4BB;
	background: #ACA4BB;
	height: 1px;
	border: 0;}

/* Classes */

.imgborder { border: 1px solid #4b5194;}

.smalltext { font-size: 10px;
	line-height: 14px;}

.nomargin { margin:0;}
			  
/* End Classes */
			  
/* Custom Forms -- Just change the colors */

.fields { font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #CCC;}

input.submit, input.submit:hover { border: 1px solid #000;
	padding: 0.25px;
	font-size: 12px;}
	
input.submit { background-color: #CCC;
	color: #000;}

input.submit:hover { background-color: #000;
	color: #CCC;}

input { background-color:#FFFFFF !important;}


/* End Custom Forms*/

/* Template Structure */
#headerWrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-bottom: 1px #fff solid;
	background-color: #ACA4BB;
}
	#header {
		margin: 0 auto;
		padding: 0px;
		width: 758px;
		height: 150px;
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
		background: transparent url(assets/images/headerBody_bg.jpg) no-repeat center top;
	}
		#sirona {
			float: right;
			margin: 0px;
			padding: 40px 50px 0px 0px;
			width: 250px;
			height: auto;
		}
		#logo {
			margin: 0px;
			padding: 0px;
			width: 325px;
			height: 150px;
		}
		html >body #logo {
			background:url(assets/images/logo.png) no-repeat;
		}
		*html #logo {
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/galileos/assets/images/logo.png');
		}
#addressWrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-bottom: 1px #fff solid;
	background: #0C0F3A url(assets/images/addressWrapper_bg.jpg) repeat-x left top;
}
	#addressPhone {
		margin: 0 auto;
		padding: 0px;
		width: 758px;
			height: auto;
			min-height: 28px;
			_height: 28px;
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
		
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
		font: 14px/28px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	}
#navWrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-bottom: 1px #fff solid;
	background: #F7890E url(assets/images/navWrapper_bg.jpg) repeat-x left top;
}
	#topPic {
		float: right;
		margin: 0px;
		padding: 0px;
		width: 518px;
		height: 223px;
		border-left: 1px #fff solid;
	}
	#navCol {
		margin: 0 auto;
		padding: 0px;
		width: 758px;
			height: auto;
			min-height: 223px;
			_height: 223px;
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
	}
		#navCol ul {
			margin: 0px;
			padding: 12px 0px 0px 20px;
			width: 200px;
			height: auto;
		}
			#navCol li {
				margin: 0px;
				padding: 0px;
				width: auto;
				height: auto;
				list-style-type: none;
				list-style-position: outside;
				border-bottom: 1px #fff solid;
			}
			#navCol li.last {
				border-bottom: 0px;
			}
			#navCol ul a {
				display: block;
				margin: 0px;
				padding: 0px 0px 0px 16px;
				width: 184px;
				height: 32px;
				color: #fff;
				font: 16px/32px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
			}
			#navCol ul a:hover {
				color: #B8670E;
				text-decoration: none;
			}
#bodyWrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-bottom: 1px #fff solid;
	background: #D4CFDD url(assets/images/bodyWrapper_bg.jpg) repeat-x left top;
}
	#body {
		margin: 0 auto;
		padding: 0px;
		width: 758px;
			height: auto;
			/*min-height: 400px;
			_height: 400px;*/
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
		background: transparent url(assets/images/headerBody_bg.jpg) no-repeat center -405px;
	}
		#sidebar {
			float: left;
			margin: 8px 0px 0px 0px;
			padding: 0px 0px 0px 20px;
			width: 200px;
				height: auto;
				min-height: 200px;
				_height: 200px;
		}
		#contents {
			float: left;
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 20px 10px;
			width: 490px;
			height: auto;
			border-left: 1px #EEEBF2 solid;
		}
		#clear {
			clear: both;
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 0px;
			line-height: 0px;
			font-size: 0px;
		}
#bottomWrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-bottom: 1px #fff solid;
	background: #0C0F3A url(assets/images/addressWrapper_bg.jpg) repeat-x left top;
}
	#bottom {
		margin: 0 auto;
		padding: 0px;
		width: 758px;
			height: auto;
			min-height: 28px;
			_height: 28px;
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
		
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
		font: 14px/28px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	}
#footer {
	margin: 0 auto;
	padding: 0px;
	width: 758px;
	height: auto;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
	#footer p {
		font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	}
	#footer a {
		color: #000;
	}
	#footer ul {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		width: auto;
		height: auto;
		
	}
		#footer li {
			display: inline;
			margin: 0px;
			padding: 0px;
			width: auto;
			height: auto;
			list-style-type: none;
			list-style-position: outside;
		}
		#footer li a {
			padding: 0px 10px 0px 10px;
			color: #000;
			font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
			border-right: 1px #0C0F3A solid;
		}
		#footer li.last a {
			border-right: 0px;
		}
.generic {
	margin: 0px;
	padding: 0px;
}
/* End Template Structure */

/* Splash Structure */

/* End Splash Structure */