/* Tags
---------------------------------------------- */
html {background:#f7e9c3 url(assets/images/bg.jpg) left top repeat-x; }
body {
	margin: 0px;
	padding: 0px;
	color: #51462f;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #1e4f65;
	font: normal 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #1e4f65;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #1e4f65;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color:#51462f;
	font-weight: bold;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
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;
}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
div {width:auto; height:auto; margin:0px; padding:0px; }
div {width:auto; height:auto; margin:0px; padding:0px; }
div#container {
width:970px;
margin:0 auto;

}
	#nav {		
	margin: 0px auto;
	padding: 0px 0 8px 13px;
	width: 970px;
	}
		#nav li {
		float: left;
		margin:0;
		background:url(assets/images/navBorder.png) left no-repeat;
		padding:0;
		width: auto;
		height: auto;
		list-style: none;
		position:relative;
		}
			#nav a {
			display: block;
			margin: 0px;
			padding: 19px 17px 12px 17px;
			width: auto;
			height: 20px;
			color: #51462f;
			font: bold 14px Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-decoration:none;
			}
			#nav a:hover{
			color: #fff;
			text-decoration: none;
		}
				#nav a.last  {
					background:url(assets/images/navBorder.png) right no-repeat;
				}
		#nav li ul {
			display:none;
			background:#ae9d7b;
		}
		#nav li.drop {
			padding-right:12px
		}
		#nav li.drop a {
			background:url(assets/images/dropArrow.png) right 24px no-repeat;
			padding-right:12px;
		}
		#nav li.drop a:hover {
			background:url(assets/images/dropArrowHover.png) right 26px no-repeat;
		}
		#nav li:hover ul {
			display:block;
			position:absolute;
			top:0;
			left:0;
			margin:51px 0 0 1px;
			padding:2px 0 0  0;
		}
			#nav li.drop ul li {
				background:none;
				padding:2px 0 0 5px;
				width:150px;
			}
			#nav li.drop ul li a, #nav li.drop ul li a:hover {
				background:none;
				padding:2px 4px;
			}
			#nav li.drop ul li a:hover {
				padding:2px 0 2px 15px;
			}
	div#header {
	width:970px;
	height:342px;
	background:url(assets/images/banner.png) top center no-repeat;
	}
		div#logo {
		width:632px;
		height:172px;
		position:absolute;
		z-index:1;
		}
		#banner {
			float:right;
			width:436px;
			height:342px;
		}
		div#topInfo {
		padding:210px 0 0 130px;
		float:left;
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#00b5ef;
		text-align:center;
		}
			div#topInfo a {
				color:#7b86e8;
			}
			div#topInfo .subtext {
			font:normal 14px Arial, Helvetica, sans-serif;
			color:#fff;
			}
	div#leftCol {
	/*width:auto;*/
	width:575px;
	min-height:350px;
	_height:350px;
	padding:25px 0 20px 25px;	
	}
	div#rightCol {
	width:316px;
	padding:25px 24px 0 0;
	float:right;
	}
		#homeCallout {
			width:608px;
			height:176px;
			background:url(assets/images/homeCalloutBg.png) no-repeat;
		}
		
		#homeCallout h3 {
			padding:20px 0 0 190px;
		}
		#homeCallout a {
			color: #1e4f65;
			text-decoration:none;
		}
		#homeCallout p {
			padding:5px 0 0 190px;
		}
		#whiteningBox {
			width:293px;
			height:110px;
			background:url(assets/images/whiteningBoxBg.png) no-repeat;
			margin:20px auto;
		}
		#whiteningBox h4 {
			padding:30px 10px 0 110px;
			margin:0;
		}
		#whiteningBox a {
			color:#1e4f65;
			text-decoration:none;
		}
		div.sideBox {
			width: 293px;
			height: 192px;
			margin: 0 auto;
			padding: 20px 0 0 0;
			background: transparent url(assets/images/boxBackground.png) no-repeat;
		}
			div.whitening {
				height: 75px;
				padding: 35px 40px;
			}
			div.sideBox h3,
			div.sideBox h3 a {
				margin: 20px 0 0 0;
				font: normal 20px/22px Arial, Helvetica, sans-serif;
				text-align: center;
				color: #1e4f65;
				text-decoration:none;
				
			}
			div.sideBox p {
				color: #1e4f65;
				padding:20px;
				font-size:14px;
			}
			div.sideBox p a {
				color: #1e4f65;
				font-weight: bold;
			}
		#videos {
			width:606px;
			background:#f3e7ce;
			border:1px solid #96886b;
			height:180px;
		}
		#videos h3 {
			width:186px;
			float:left;
			margin:7px;
			font-weight:bold;
		}
		#videos h3 div {
			border:1px solid #96886b;
			width:186px;
			height:140px;
		}
	#nav2 {
	width:950px;
	height:auto;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;	
	}
		#nav2 li {
		list-style:none;
		display:inline;
		}
		#nav2 li a {
		padding:0 5px 0 5px;
		border-right:1px solid #594e36;
		font:11px/24px Arial, Helvetica, sans-serif;
		color:#594e36;
		}
		#nav2 li a.last {
			border:none;
		}
#footer {
	background:url(assets/images/footerBg.png) repeat-x;
	height:51px;
}
div#copy {
width:950px;
margin:0 auto;
text-align:center;
font:10px/14px Arial, Helvetica, sans-serif;
color:#594e36;
}
#copy a {
	text-decoration:none;
}

#stock
{
float:right;
margin:5px;
border:1px solid #000;

}


