body {
	margin: 0px;
	background-color: #333333;
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 11px;
	line-height: normal;
	background-attachment: fixed;
	background-image: url(../wdw-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}

a {
	color: #D8410E;
}
#nav {
	margin: 0;
	padding: 0px 0px 0;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	background-color: #7d7d7d;
	background-repeat: repeat-x;
	background-position: 0 -110px;
	background-color: #000000;
	filter:alpha(opacity=80);
	opacity: .7;
	-moz-opacity: .7;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	display: block;
	margin: 2;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	border: 1px solid #666666;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #000000;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	background-repeat: repeat-x;
	background-position: 0;
	background-color: #CCCCCC;
	filter:alpha(opacity=80);
	opacity: 1;
	-moz-opacity: .7;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #FF2222;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	color: #FF2222 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
	background-repeat: repeat-x;
	background-position: 0 -100px;
	font-weight: bold;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 155px;
	position: absolute;
	top: 35px;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-color: #b4b4b4;
	border-right-color: #b4b4b4;
	border-bottom-color: #b4b4b4;
	border-left-color: #b4b4b4;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 81px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

ul.product_checklist {
	list-style: none; /*--Takes out the default bullets--*/
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.product_checklist li {
	margin: 0; /*--Adds a bullet icon as a background image--*/
	background-image: url(img/icon_checklist.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}
