@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/background-mountains.jpg) center 0 no-repeat #e4eafc;
    margin:0;
	padding:0;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#container-home{
	width: 788px;
	height: 67px;
	margin:20px auto 0 auto;
	background: url(../images/home-landing.png) 0 0 no-repeat;
	padding: 515px 0 0 0;
	text-align:center;
}
#container, #container2{
	margin:20px auto 0 auto;
	background: url(../images/child-background.png) 0 0 repeat-y;
	width: 781px;
	min-height: 500px;
}
#container2{
	background: url(../images/organic-tile.png) 0 0 repeat-y;
	color: #663300;
}
img {
	border:none;
	text-decoration:none;
}
a{
	text-decoration:none;
}
h1{
	margin:0 0 14px 0;
	padding:0;
}
h2{
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	margin:0 0 14px 0;
	padding:0;
}
h3{
	font-weight:bold;
	font-size:13px;
	margin:0 0 14px 0;
	padding:0;
}
#container2 h3{
	color: #333300;
}
/*-----------Child---------------*/
#colleftAbout{
	width:323px;
	padding: 20px 0 0 20px;
	float:left;
}
#colrightAbout{
	width: 358px;
	padding: 40px 50px 0 30px;
	float:right;
}
#colleft{
	width:190px;
	float:left;
	padding: 0 0 30px 86px;
}
#colleft2{
	width:190px;
	float:left;
	padding: 40px 0 30px 86px;
}
#colright{
	width:414px;
	float:right;
	padding: 0 91px 30px 0;
}
#colright2{
	width:414px;
	float:right;
	padding: 40px 91px 30px 0;
}
#map{
	padding: 0 100px 30px 114px;
	width: 567px;
}
#mapback{
	padding: 0 100px 30px 114px;
	width: 567px;
	background: url(../images/map-background.gif) center 45px no-repeat;
}
.bottle{
	position:relative;
	z-index:5;
	top: -40px;
	left: 75px;
}
.bottle2{
	position:absolute;
	z-index:5;
	top: 258px;
	margin: 0 0 0 75px;
}
/*---------Navigation------------*/
#nav, #navOrg{
	height: 26px;
	background: url(../images/nav-tile.jpg) 0 0 repeat-x;
	width: 779px;
	margin: 0 0 40px 0;
}
#navOrg{
	background: url(../images/nav-tile2.jpg) 0 0 repeat-x;
	margin: 0;
}
#nav ul, #navOrg ul{
	margin:0;
	padding:0;
}
#nav li, #navOrg li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	border-right: 1px solid #000;
	display:block;
	position: relative;
}
#nav li.navend, #navOrg li.navend{
	border:none;
}
#nav a, #navOrg a{
	color: #000;
	text-transform: uppercase;
	display:block;
	padding: 5px 21px 0 21px;
	font-weight:bold;
	height:21px;
}
#nav a:hover, #navOrg a:hover{
	color: #fff;
}
#nav li ul, #navOrg li ul {
		display: none;
}
#nav li ul, #navOrg li ul {
    position:absolute;
    left:-1px;
	top:26px;
	width:170px;
	background:#88a4d7;
    }
#navOrg li ul {
 	background: #ecba34;
}
#nav li li, #navOrg li li {
    width:168px;
	position: relative;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    }
#nav li li a, #navOrg li li a {
    padding:5px 10px 0 15px;
    width:143px;
    color:#000;
	height:21px;
    }
#nav li li a:hover, #navOrg li li a:hover {
	color: #fff;
}
#nav li.over ul, #nav li:hover ul, #navOrg li.over ul, #navOrg li:hover ul{
    display: block;
	z-index: 6000;
}
/*---------SideNav---------*/
#sidenav ul{
	margin:0 0 52px 0;
	padding:0;
}
#sidenav ul li{
	margin:0;
	padding:0;
	list-style:none;
}
#sidenav ul li ul{
	display:none;
	margin:5px 0 10px 0;
	padding: 0 0 0 20px;
}
#sidenav ul li ul li{
	list-style: disc;
}
#sidenav a{
	display:block;
	height: 34px;
}
#sidenav a.but1{
	background: url(../images/news-release-bt.jpg) 0 0 no-repeat;
}
#sidenav a.but2{
	background: url(../images/sponsorships-bt.jpg) 0 0 no-repeat;
}
#sidenav a.but3{
	background: url(../images/images-bt.jpg) 0 0 no-repeat;
}
#sidenav a.but4{
	background: url(../images/presskit-bt.jpg) 0 0 no-repeat;
}
#sidenav a.but5{
	background: url(../images/media-bt.jpg) 0 0 no-repeat;
}
#sidenav a:hover{
	background-position: 0 -34px;
}
#sidenav ul li ul li a{
	color: #000;
	font-size: 11px;
	height: 15px;
}
#sidenav ul li ul li a:hover{
	font-weight:bold;
}
/*--------Footer----------*/
#footer{
	width:781px;
	margin: 0 auto 30px auto;
}
.clear{	
	clear:both;
}
.right{
	float:right;
	margin: 0 16px 0 0;
}

