body {
	margin: 20px auto;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	/* Required for fonts using "em" sizes. Plays nice with IE, Mozilla, Opera, and Safari. Do not change! */  
	font-size: 76%;
}
a {text-decoration: none;}
a:link, a:visited {color: #676339; font-weight: bold;}
a:hover, a:active {color: #f4911d; font-weight: bold;}
div {
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	padding: 6px;
	margin: 0;
}
img {
	border:none;
	padding: 0;
	margin: 0;
}
select {
	font-size: 10px;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
li {
	padding: 6px;
}
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
}

div#main_wrapper {
	float: left;
	background: URL(../images/main_background.gif) repeat;
	width: 1000px;
}

#breadcrumb_container {
	width: 450px;
	float: left;
	padding: 0;
	margin: 0;
}

#breadcrumb {
	float: left;	
	font-size: 11px;
	padding-top: 3px;
	padding-left: 6px;
	height: 18px;
	text-align: right;
}

#breadcrumb a {
	color: #676300;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #f4911d;
}

#global_container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#header_container {
	width: 1000px;
	margin: 0;
	padding: 0;
}

#main_image {
	float: left;
	width: 774px;
}

#primary_nav {
	float: left;
	background-color: #f4911d;
	width: 196px;
	padding-left: 30px;
	margin: 0;
	height: 212px;
}

#nav_container {
	float: left;
	margin: 0;
	padding: 0;
}


#side_container {
	float: left;
}

#language_select {
	color: white;
	float: right;
	font-size: 12px;
}

.footer_image {
	float: right;
	padding: 0;
	margin: 0; 
}

#footer {
	background-image: URL(../images/footer.gif);
	float: left;
	width: 1000px;
	height: 118px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}
	#footer a {
		padding: 0 11px 0 11px;
	}
	
#secondary_nav {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	margin-top: 50px;
	margin-left: 18px;
}
	#secondary_nav a:link {
		color: white;
		text-decoration: none;
	}
	#secondary_nav a:visited {
		color: white;
		text-decoration: none;
	}
	#secondary_nav a:hover {
		color: #f4911d;
		text-decoration: none;
	}
	
.dyn_nav_img {
	display: inline;
	padding-left: 3px;
}

	#dynamic_nav li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin: 5px 0;
	}
	#dynamic_nav li.level_1 {
		position: relative;
		margin-left: -40px;
		padding-left: 30px;
		padding-bottom: 10px;
		padding-top: 5px;
		border-bottom: 2px solid #f4911d;
		/* border-top is required for IE browsers on this <li> */
		border-top: 1px solid #676300;
		border-left: none;
		border-right: none;
	}
	
	#dynamic_nav li.level_2 {
		position: relative;
		margin-left: -15px;
		/*border-bottom: 1px solid #676300;*/
	}
	#dynamic_nav li.level_3 {
		position: relative;
		margin-left: -15px;
		/*border-bottom: 1px solid #676300;*/
	}
	
	#dynamic_nav a {
		font-size: 11px;
		font-weight: bold;
	}
	#dynamic_nav a:link {
		color: white;
		text-decoration: none;
	}
	#dynamic_nav a:visited {
		color: white;
		text-decoration: none;
	}
	#dynamic_nav a:hover {
		color: #f4911d;
		text-decoration: none;
	}
	
#product_availability_container {
	margin: 10px 0;
}
#product_availability table {
	border: 1px solid #676339;
}
#product_availability th {
	border: 1px solid #676339;
	padding: 2px;
}
#product_availability td {
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #676339;
	height: 20px;
}
#product_availability td.active {
	background-image: url('../images/g_dot.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#banner_print {
	display: none;
}

#avail_marker {
	display: none;
}
