html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 0.9em;
	color: #333399;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 1.6em;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0;
}
p {
	font-size: 0.6em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1.6em;
}

#body li {
	font-size: 0.6em;
	line-height: 1.5em;
}

a {
	color: #333399;
	text-decoration: none;

}

a.find-out-more {
	margin-left: 24px;
}

img {
	border: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form {
	margin-top: 15px;
}

#page-container {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#page-wrapper {
	margin: 0;
}

#graphic-header {
	position: relative;
	height: 256px;
}

#wtw-text {
	position: absolute;
	top: 32px;
	left: 10px;
}

#teeth {
	float: right;
}

#content-container {
	margin: 30px 0 0 10px;
}

#body {
	float: left;
	width: 360px;
	margin-right: 30px;
}

#right-container {
	float: left;
	width: 400px;
}

#nav {
	margin-bottom: 20px;
}

#left-list {
	float: left;
	width: 258px;
}

#left-list li a, #right-list li a {
	font-size: 0.9em;
	padding-left: 14px;	
	background-repeat: no-repeat;
	background-position: 0 5px;	
}

#left-list li a {
	color: #9999cc;
	background-image: url(../images/homepage/bullet_left_menu_normal.gif);
}

#left-list li a:hover {
	color: #666666;
	background-image: url(../images/homepage/bullet_left_menu_rollover.gif);	
}

#right-list {
	float: left;
	width: 142px;
}

#right-list li a {
	color: #999999;
	background-image: url(../images/homepage/bullet_right_menu_normal.gif);
}

#right-list li a:hover {
	color: #333399;
	background-image: url(../images/homepage/bullet_right_menu_rollover.gif);
}

/* Product listing */

div.product {
	float: left;
	width: 170px;
	margin-right: 19px;
	margin-bottom: 10px;
}

div.product.end {
	margin-right: 0;
}

div.product img {
	display: block;
	border: solid #ccccff 1px;
}

div.product p {	
	margin-top: 1px;
	border: solid #ccccff 1px;
	font-size: 0.55em;
}

div.product p a {
	display: block;
	width: 168px;
	height: 5em;
	line-height: 1.2em;
	padding-top: 2px;
	background-color: white; /* Needed IE6 */
	color: #333399;
}

div.product p a:hover, #content div.product p a.hover {
	background-color: #ccccff;
}

div.product p a span {
	display: block;
	padding-left: 7px;
}

/* Promo Panel -- M.Hill 3/10/2006 */

#promopanel {
	width:328px;
	padding:20px 14px 14px;
	margin:-130px 0 0 0;
	background:url(../images/homepage/bg_promo.gif) bottom left no-repeat;
	overflow:hidden;
	font-size:1.2em;
	position:relative;
}

#promopanel h2 {
	margin:0 -14px;
}

#promopanel img {
	float:left;
	margin-right:14px;
}

#promopanel div {
/*	margin-left:180px;*/
	color:#333399;
}

#promopanel p {
	margin-bottom:0;
	line-height:1.3em;
}

#footerlinks {
color: #ccc;
text-align:center;
}

#footerlinks a {font-size: 10px;
padding: 5px;}

#twitter {padding-bottom:20px;}