/* CSS Document */

html {
	overflow-y: scroll;		/* fixes FF scrollbar width readjustment */
}

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .90em;
}

h1 {
	color: #339999;
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 10px;
}

h2 {
	font-size: large;
	font-weight: bold;
	margin-bottom: 3px;
}

img, div {
	border: none;
	margin: 0px;
	padding: 0px;
}

div#divContainer {
	width: 800px;
	margin: 0px auto 0px auto;
}

div#divInnerContainer {
	background-color: #c3ceca;
	background-image: url("images/flourish.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div#divInnerContainer2 {
	background-image: url("images/shopAvedaLogo.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#divHeader {
	height: 160px;
}

div#divMenu, div#divOrangeFBar {
	text-align: center;
	height: 43px;
	background-color: #cc6633;
}

div#divMenu img {
	margin: 10px 11px;
}

div#divContent {
	padding-right: 120px;
}

div#divOrangeFBar img {
	margin-top: 12px;
}

div#divFooter {
	margin-bottom: 20px;
	clear: both;
	background-color: black;
}

div#divFooterContent {
	margin-top: 10px;
}

img#ctl00_imgHLogo {
	margin-top: 16px;
}

img#ctl00_phHWelcome_imgHWelcome {
	position: relative;
	left: 110px;
	top: -20px;
}

div#divFScroll {
	float: right;
	width: 260px;
	height: 120px;
}

img#ctl00_imgFAddy {
	display: block;
}

a#lnkStBanner {
	display: block;
	margin-top: 15px;
}

img#ctl00_imgFCopyright {
	display: block;
	margin-top: 15px;
}

*.FloatLeft {
	float: left;
	margin-right: 20px;
}

div#divBottomPadding {
	height: 60px;
}

div#SubHeaderNav
{
margin: 0 auto;
width: 92%;
height: 30px;
border-bottom: 2px solid black;
margin-bottom: 10px;
}

div#SubHeaderNav ul#SubHeaderNavList
{
width: 95%;
text-align: center;
padding: 0;
text-indent: 0;
list-style-type: none;
}

div#SubHeaderNav ul#SubHeaderNavList li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

div#SubHeaderNav ul#SubHeaderNavList li a
{
text-decoration: none;
color: black;
font-size: 1.2em;
padding: 0px 10px;
}

div#SubHeaderNav ul#SubHeaderNavList li a:hover
{
color: #999;
border-top: none;
font-size: 1.2em;
font-weight: bold;
}

div#SubHeaderNav ul#SubHeaderNavList a#current
{
color: #339999;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
}

table td, table th {
	vertical-align: top;
}