/* ------------------------------------ Reset ------------------------------------ */

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
html, body {
	background: #fff8e5 url(../graphics/bg.jpg) repeat-x;
	width:auto;
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
#content ul, #content ol {
	margin:0 0 20px 15px;
	}
	
#content .calendar ul {
margin:0px;
}

#content ul ul {
	margin:0 0 0 15px;
	}
.content_image_box  {
	background:none;
	border:0px solid #959595;
	}
	
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
#content br {
	clear:none !important;
	}
#content .content {
	padding:0 2px;
	}
#content input,
#content textarea,
#content hr {
	margin:7px 0;
	}
#content .checkboxtable td,
#content .radiotable td,
#content .headlines {
	padding:0 3px;
	}
#content .checkboxtable input {
	margin:0;
	}

table.formtable td {
	padding: 0 0 5px;
}
	
/* ------------------- IE6 DUE fixes ------------------- */
#content br {
	clear:none !important;
	}	
#content table {
	width:620px;
	}
#content form table {
	width:620px;
	}
#content form table table {
	width:100%;
	}		
	
/* --------------------- Master Container & Header --------------------- */

	#masterContainer {
		width:974px;
		margin: 0 auto;		
		}
		
		#header {
			height:128px;
			width:974px;
			background: transparent url(../graphics/toothbrush.jpg) 577px bottom no-repeat;
			}
		
			#logo {
				position:relative;
				top:32px;
				width:457px;
				height:71px;
				left:50%;
				margin-left:-463px;
				background:url(../graphics/logo.png) no-repeat;
				}
				#logo a {
					display:block;
					width:457px;
					height:71px;
					text-indent:-9999px;
					}
			#info {
				height:36px;
				width:277px;
				position:relative;
				top:0px;
				left:50%;
				margin:0 0 0 92px;
				font:0.81em/22px verdana, arial, helvetica, sans-serif;
				color:#33419a;
				background:url(../graphics/phone_icon.png) 0 2px no-repeat;
				padding:0 0 0 24px;
				}
				#loginLink {
					display:inline;
					height:35px;
					color:#33419a;
					text-decoration:none;
					background:url(../graphics/login_icon.png) no-repeat;
					padding:2px 0 10px 29px;		
					margin-left:36px;
					}
				
					
			#spotlight {
				position:relative;
				width:960px;
				padding:0 7px;
				height:274px;
				background:url(../graphics/spotlight_bg.jpg) no-repeat;
				}
			#masthead {
				position:relative;
				width:960px;
				padding:0 7px;
				height:274px;
				background:url(../graphics/masthead_bg.jpg) no-repeat;
				}

				
				
/* --------------------- Primary Navigation --------------------- */
		
		#nav {
			width:520px;
			height:40px;
			list-style:none;
			margin-left:230px;
			padding:0;
		  	}
		  	#nav li {
		  		display:inline;
		  		}
				#nav a {
					display:block;
					height:40px;
					float:left;
					font-size:1px;
					line-height:1px;
					text-indent:-9999px;
					background: transparent url(../graphics/nav.jpg) no-repeat;
					}
				#nav li #aboutUs {
					width:110px;
					background-position:0 0;
					}				
				#nav li #oralHealth {
					width:181px;
					background-position:-110px 0;
					}					
				#nav li #affiliates {
					width:119px;
					background-position:-291px 0;
					}
				#nav li #events {
					width:90px;
					background-position:-410px 0;
					}
					
				#nav li #aboutUs:hover {
					background-position:0 -80px;
					}				
				#nav li #oralHealth:hover {
					background-position:-110px -80px;
					}					
				#nav li #affiliates:hover {
					background-position:-291px -80px;
					}
				#nav li #events:hover {
					background-position:-410px -80px;
					}					
					
				#nav li a#aboutUs.current_page {
					background-position:0 -40px;
					}				
				#nav li a#oralHealth.current_page {
					background-position:-110px -40px;
					}					
				#nav li a#affiliates.current_page {
					background-position:-291px -40px;
					}
				#nav li a#events.current_page {
					background-position:-410px -40px;
					}
	

/* -------------- quicklinks -------------- */
		#searchBox {
			list-style:none;
			position:absolute;
			top:6px;
			left:37px;
			width:179px;
			}
			#searchBox h3 {
				font-size:1px;
				line-height:1px;
				text-indent:-9999px;
				}
				
			#searchBox .textBox {
				width:118px;
				font:11px/10px helvetica, arial, verdana, sans-serif;
				padding:1px;
				margin:0;
				float:left;
				}
			#searchBox .button {
			background: transparent url(../graphics/search_button.jpg) top left no-repeat;
			width: 47px;
			height: 20px;
			font-size:1px;
			line-height:1px;
			text-indent: -9999px !important;
			display: block;
			border:none;
			overflow:hidden;
			color:transparent;
			float:right;
			margin:0;
				}				
				
		#quicklinks {
			list-style:none;
			position:absolute;
			top:133px;
			left:35px;
			width:200px;
			}			
			
				#quicklinks a{
					display:block;
					width:200px;
					height:45px;
					text-indent:-9999px;
					font-size:1px;
					line-height:1px;
					margin-bottom:18px;
					}
					
		#spotlight img, #masthead img {
			float:right;
			}
	
		
		#pageTitle {
			font: bold 45px/47px arial, verdana, helvetica, sans-serif;
			letter-spacing:-1px;
			color:#fff;
			text-transform:uppercase;
			position:absolute;
			top:38%;
			left:120px;
			width:475px;
			}
				
/* ----------------- Content Containers, Columns & Sidebar ----------------- */
		
		#contentContainerHome, #contentContainerInterior {
			margin-top:26px;
			}
		
		#contentContainerHome #content {
			padding:40px 360px 0 37px;
			}
		#contentContainerHome #sidebar {
			float:right;
			width:322px;
			background:url(../graphics/news_top.gif) 0 54px no-repeat;
			}
			
			
		#contentContainerInterior #content {
			padding: 0 40px;
			float: right;
			width: 627px;
			}
		#contentContainerInterior #sidebar {
			margin-top:7px;
			padding-top:4px;
			float:left;
			width:267px;
			background:url(../graphics/subnav_top2.gif) right top no-repeat;
			}
			
/* ---------- Homepage News ----------*/

		#newsTitle {
			margin-top: 15px;
			height:42px;
			width:220px;
			font: italic 2em/41px georgia, 'times new roman', times, serif;
			color:#d49c01;
			padding:0 0 12px 71px;
			background:url(../graphics/news_icon.gif) no-repeat;
			}
		#newsContainer {
			width:322px;
			background:url(../graphics/news_bottom.gif) 0 bottom no-repeat;
			padding-bottom:15px;
			}			
		#newsTable {
			margin:3px 15px 0 15px;
			width:255px;
			padding-bottom:15px;
			}
			
		#newsContainer .news_articles, #newsContainer .news_archives {
			width:255px;
		}
		
		#newsContainer .news_articles ul {
			padding-left:35px;
		}
		

		
			#newsContainer .news_articles ul li, #newsContainer .news_archives {
				padding: 12px 0px 14px 0px;
				color:#516c6e;
				font: normal 0.75em/1.43em verdana, helvetica, arial, sans-serif;
				background:url(../graphics/news_line.gif) 0 bottom repeat-x;
				}
				
		#newsContainer .news_archives {
			margin:0px 15px;
			text-align:right;
			font-weight:bold;
	}	
				#newsContainer .news_articles ul li a, #newsContainer .news_archives a {
					color:#516c6e;
					text-decoration:none;
					}
				#newsContainer .news_articles ul li a:hover, #newsContainer .news_archives a:hover {
					text-decoration:underline;
					}
					#newsTable tr td b {
						display:block;
						margin:-17px 7px -16px 0;
						
						}

/* ----------------- Subnav ----------------- */
	
	.subnav {
			list-style:none;
			width:233px;
			padding:0 0 2px 34px;
			background:url(../graphics/subnav_bottom.gif) right bottom no-repeat;
			}
				.subnav li a {
					display:block;
					font: 0.88em/1.2em verdana, helvetica, arial, sans-serif;
					color:#42585a;
					margin:0 0 0 6px;
					padding-bottom:7px;
					text-decoration:none;
					background:url(../graphics/subnav_line.gif) left bottom no-repeat;
					}
					.subnav li a.last {
						background:none;
						}
					.subnav li a span {
						display:block;
						padding: 17px 25px 0 17px;
						margin-bottom:11px;
						}
				.subnav li a:hover, .subnav li a.current_page,
				.subnav li a.last:hover, .subnav li a.current_page {
					color:#fff;
					background:url(../graphics/subnav_active_bottom.gif) left bottom no-repeat;
					}
				.subnav li a:hover span, .subnav li a.current_page span {
					display:block;
					background:url(../graphics/subnav_active_top.gif) left top no-repeat;
					}
					
				.subnav_private li a:link {
					color:#42585a;
					background-color:#fcf9f9;
	
				}					

				.subnav_private li a:hover, .subnav_private li a.current_page, .subnav_private li a.last:hover, .subnav_private li a.current_page {
					color:#fff;
					background-color: #f1bf35;

				}
					
					.subnav li ul {
						list-style:none;
						border:none;
						margin:0 0 7px 0 !important;
						}
							.subnav li ul li a {
								display:block;
								font: 0.8em/1.2em 'lucida grande', helvetica, arial, sans-serif;
								color:#42585a;
								padding: 3px 5px 3px 25px;
								text-decoration:none;
								border:none;
								background:none;
								}
							.subnav li ul li a:hover,
							.subnav li ul li a.current_page {
								color:#fff;
								background:#f1bf35;
								}			
			
			
/* ------------------------------- Content ------------------------------- */			
					
		#content {
			font: 0.81em/1.77em verdana, arial, helvetica, sans-serif;
			color:#000;
			}			
		
		.titleLarge, h4, .subheadline, .formtitle {
			margin-bottom:5px;
			font: italic 2.46em/1.3em georgia, 'times new roman', times, serif;
			color:#d49c01;
			}
		
		h1, h2, h3, h5, h6 {
			margin-bottom:5px;
			font-family:georgia, 'times new roman', times, serif;
			font-style:italic;
			color:#d49c01;
		}
		
		h5.form_title, div.form_row_submit  {
			background:none repeat scroll 0 0 #72878a;
			color:#ffffff;
		}
		
		.titleLarge {
			margin-bottom:12px;
			}
					
					#content a:link,
					#content a:active,
					#contet a:visited {
						color:#506c6e;
						}
					#content a:visited {
						color:#5c7678;
						}
					#content a:hover
						 {
						color:#eeaf00;
						text-decoration:none;
						}
						
/* ------------------------------------ Footer ------------------------------------ */

	.push {
		clear:both;
		height:2px;
		}


#footerContainer {
	width:976px;
	font: 0.65em/1.58em verdana, helvetica, arial, sans-serif;
	margin:10px auto 50px auto;
	padding-bottom:6px;
	color:#fff;
	background:url(../graphics/footer_bottom.jpg) center bottom no-repeat;
	}
	#footerContainer p {
		margin:0;
		}
	#footerContainer h4 {
		font: normal 1em/1.5em verdana, helvetica, arial, sans-serif;
		color:#fff;
		}
	
	#footer {
		width:788px;
		padding:74px 22px 10px 166px;
		height:58px;
		background:url(../graphics/footer_top.jpg) center no-repeat;
		}
		#footerNav, #footer #footerNav a {
			color:#2a4673;
			margin:0;
			}
		#footerNav a:hover {
			text-decoration:none;
			}
			
	#footer2 {
		float:right;
		margin-top:6px;
		width:400px;
		text-align:right;
		}	
		#footer2 optgroup {
			font:bold 1.2em/1em verdana, arial, helvetica, sans-serif;
			background-color:#b9d3d4;
			}
			#footer2 optgroup option {
				font:normal 0.9em/1em verdana, arial, helvetica, sans-serif;
				background-color:#fff;
				padding:3px;
				}
				
		.collection_item_description  {
			font-style:normal;
		}	
		
		#admin_form div.clear_all {
	clear:none;
}

body.private form div.clear_all {
	clear:none;
}	

div.user_profile_search_browse  {
clear:none;
}

/*----------- Catalog styles ---------------*/
div#dlTools div.clearboth {
clear:none;
}

table.express_order  {
clear:none;
}

table.express_order th {
background-color:#5D7778;
color:#FFFFFF;
}

table.express_order p.category_title {
background-color:#A0C3C7;
color:#FFFFFF;
}

div#versadoc2_preview_buttons, div#order_details_cart_actions {
background-color:#5D7778;
}

table.express_order td.order_details_subtotal_value, table.express_order td.order_details_tax_value, table.express_order td.order_details_total_value {
background-color:#5D7778;
color:#FFFFFF;
}

div.catalog_display_express p.continue_button {
background-color:#5D7778;
}

.content_catalog_cart_navigation_end  {
clear:right;
}

div#catalog form div.clear_all {
clear:right;
}

div.catalog_display_express p.continue_button {
background-color:#5D7778;
}
		
	