body {
    margin: 0px;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #93AEAC;
	font-weight: bold;
	text-align: left;
	margin: 15px 15px 5px 15px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737373;
	font-weight: bold;
	text-align: left;
	margin: 15px 15px 5px 15px;
}

p {
	text-align: left;
	margin: 5px 15px 20px 15px;
	line-height: 18px;
	color: #737373;
}

a {
	font-weight: bold;
	color: #93AEAC;
}

a:hover {
	color: #336699;
}

img {
	margin: 0px;
	padding: 0px;
        border: 0px;
}

#content td {
	vertical-align: top;
}

#content b {
	color: #93AEAC;
	font-weight: bold;
}

#content h3 {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 15px 5px 15px;
	line-height: 14px;
	color: #93AEAC;
}

#bodyContent {
	width: 484px;
	margin-bottom: 25px;
}

#bodyContent img {
	border: 0px;
}

#bodyContent ul {
	line-height: 18px;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 15px;
	text-align: left;
}

#bodyContent li {
	color: #737373;
	margin-bottom: 15px;
}

#bodyContent p.caption {
	font-size: 10px;
	margin: 5px 0 10px 0;
}

#footer {
	margin-top: 15px;
	text-align:center;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

/* lower left section of page, used for page highlight content */
#callout {
	text-align: center;
	width: 296px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
    margin-bottom: 25px;
}

#callout ul {
	line-height: 20px;
	list-style-type: none;
	text-align: left;
	margin: 5px 10px 0px 45px;
	padding: 0px;
}

#callout img {
	border: 0px;
}

#callout h2 {
	margin: 15px 0px 10px 30px;
	padding: 0px;
}

#callout h4 {
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
        text-align: center;
        font-size: 10px;
}

#callout a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#callout a:hover {
	color: #336699;
}

/* formats product information tables in the hood styles section - ID associated with table tag*/
#productSummary {
	width: 400px;
	margin: 0 0 0 42px;
	border-spacing: 0;
}

#productSummary td{
	border-bottom: solid 1px #AAAAAA;
}

#productSummary td.productSummaryHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #93AEAC;
}

#productSummary td.productSummaryFooter {
	font-size: 10px;
	color: #93AEAC;
}

/* upper left section of each page - used for page feature image */
#featureImage {
	height: 300px;
	width: 296px;
}


/* menu CSS code */
#navBack {
	background-color: #859E9C;
	height: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
}

#nav a {
	font-weight: normal;
	color: white;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav li li a {
	font-weight: normal;
	color: #737373;
}

#nav li li a:hover {
	color: #93AEAC;
}

#nav li.top {
	text-align: center;
	float: left;
	position: relative;
	cursor: default;
	color: white;
	margin-top: 15px;
	margin-bottom: -3px;
	padding: 0px;
}

li.top ul {
	display: none;
	position: absolute;
	top: 100%;
	font-weight: normal;
	background-color: white;
	border: 1px solid #B0B0B0;
	width: 750px;
	padding: 5px;
	margin: 0;
	text-align:center;
}

#navBack li li {
	display: block;
	float: none;
	background-color: white;
	border-bottom: 1px solid #B0B0B0;
}

#navBack li:hover ul, li.over ul {
	display: block;
}