/* CSS Document */
#splashBox {
	background: url(../images/splashBox.jpg) no-repeat center top;
	height: 167px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;	
}
#box1 {
	height: 295px;
	width: 758px;
	margin: 0px auto;
	padding: 0px;
	border-right: 5px solid #003466;
	border-left: 5px solid #003466;
	position: relative;
}
#buttons {
	width: 758px;
	margin: 0px auto;
	padding: 2px 0px 0px;
	border-right: 5px solid #003466;
	border-left: 5px solid #003466;
	height: 107px;
	background: #FFFFFF;
}
ul#bigThree {
	position: relative;
	width: 758px;
	margin: 0px;
	padding: 0px;

}
ul#bigThree li {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 99px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-indent: -9999px;
	list-style: none;
}
ul#bigThree li#Natural {
	width: 272px;
	background: url(../images/eco.jpg) no-repeat center center;

}
ul#bigThree li#Hollywood {
	width: 246px;
	left: 272px;
	top: 0px;
	border-left: 1px solid #CCCCCC;
	background: url(../images/green.jpg) no-repeat center center;
}
ul#bigThree li#Studies {
	width: 238px;
	left: 519px;
	top: 0px;
	border-left: 1px solid #CCCCCC;
	background: url(../images/clinicals.jpg) no-repeat center center;
}


ul#bigThree li#Natural a {width: 272px; height: 99px; display: block;}
ul#bigThree li#Hollywood a {width: 246px; height: 99px; display: block;}
ul#bigThree li#Studies a {width: 238px; height: 99px; display: block;}

div#nav_main {
	position : relative;
	z-index : 1;
	height : 31px;
	width: 758px;
	margin: 0px;
	padding: 0px;
	background: url(../images/topNav.gif) no-repeat 0px 0;
}


li#nav_home, li#nav_AOC, li#nav_ASC, li#nav_GOC {
	position : absolute;
	display : block;
	height : 31px;
	top: 0px;
	left: 0px;
	list-style:none;
}

li#nav_home {left : 0px; width: 79px;}
li#nav_AOC {left : 80px; width: 218px;}
li#nav_ASC {left : 299px; width: 213px;}
li#nav_GOC {left : 513px; width: 246px;}


li#nav_home a:hover {background-image: url(../images/topNav.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;}
li#nav_AOC a:hover {background-image: url(../images/topNav.gif);
	background-repeat: no-repeat;
	background-position: -80px -32px;}
li#nav_ASC a:hover {background-image: url(../images/topNav.gif);
	background-repeat: no-repeat;
	background-position: -299px -32px;}
li#nav_GOC a:hover {background-image: url(../images/topNav.gif);
	background-repeat: no-repeat;
	background-position: -513px -32px;}
	

li#nav_home a, li#nav_AOC a, li#nav_ASC a, li#nav_GOC a {display : block; height : 31px; text-indent : -9999px; }
