/* CSS contains common layout elements and home page elements */

body {
	color: white;
	background: #ffd87d;
	text-decoration: none;
	margin: 0;
	font: normal normal 12px "Trebuchet MS";
}
a, a:link, a:visited{
	color: white;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: orange;
}

a img{
	border: 0;
}

#wrapper{
	background: transparent url(../../images/home/bg.jpg) no-repeat scroll 0 0;
	height: 650px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	width: 1000px;
}

/* Left Logo and Nav Elements */
#logo_nav{
	height: 485px;
	left: 43px;
	position: absolute;
	top: 79px;
	width: 176px;
}
#logo{
	height:295px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 170px;
}
#logo h1{
	background: url(../../images/left_nav/logo.jpg) no-repeat;
	display:block;
	height:309px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;	
	width: 176px;
}
#logo h1 a{
	display:block;
	height:300px;
	text-indent:-999em;	
	width: 165px;
}

#left_nav{
	position: absolute;
	left: 0;
	top: 304px;
	width: 176px;
	height: 176px;
	list-style-image: none;
	list-style-type: none;
}
#left_nav ul{
	list-style: none;
	height: auto;
	width: 176px;
}
#left_nav ul li{
	float: left;
	height: 44px;
	margin: 0;
	padding: 0;	
	width:176px;
}
#left_nav li a{
	display:block;
	height: 47px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;
	width:176px;
}

#left_nav li a:hover {
	background-position:0 -47px;
}

#navOurStory a	{background:transparent url(../../images/left_nav/lnav_ourstory.jpg) no-repeat scroll 0 0;}
#navNews a		{background:transparent url(../../images/left_nav/lnav_news.jpg) no-repeat scroll 0 0;}
#navOrder a		{background:transparent url(../../images/left_nav/lnav_order.jpg) no-repeat scroll 0 0;}
#navContact a	{background:transparent url(../../images/left_nav/lnav_contact.jpg) no-repeat scroll 0 0;}


/* Home Page Elements */
#index_content{
	background: transparent url(../../images/home/index_content.jpg) no-repeat scroll 0 0;
	height: 485px;
	left: 219px;
	position: absolute;
	top: 79px;
	width: 512px;
}
#get_flash{
	color:#007b9c;
	height: 200px;
	left:112px;
	position: absolute;
	text-align:center;
	top:140px;
	width: 300px;
	z-index: 2;
}
#index_email{
	position: absolute;
	top: 441px;
	left: 225px;
	height: 20px;
	font-size: 13px;
	color: #007b9c;
	z-index: 5;
}
#index_submit{
	position: absolute;
	top: 441px;
	left: 430px;
	width: 52px;
	height: 20px;
	z-index: 5;
}
#index_nav{
	height: auto;
	left: 745px;
	position: absolute;
	top: 83px;
	width: 209px;
}
#index_nav ul{
	height: auto;
	list-style: none;
	list-style-image: none;	
	width: 209px;
}
#index_nav ul li{
	height:97px;
	margin: 0;
	padding: 0;
	width: 209px;
}
#index_nav ul li a{
	display:block;
	height: 89px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;
	width:209px;
}

#index_nav ul li a:hover {
	background-position:0 -89px;
}

#navHomeChild a	{background:transparent url(../../images/right_nav/nav_home_child.jpg) no-repeat scroll 0 0;}
#navHomeParent a{background:transparent url(../../images/right_nav/nav_home_parent.jpg) no-repeat scroll 0 0;}
#navHomeMerch a	{background:transparent url(../../images/right_nav/nav_home_merch.jpg) no-repeat scroll 0 0;}
#navHomeEdu a	{background:transparent url(../../images/right_nav/nav_home_edu.jpg) no-repeat scroll 0 0;}
#navHomeLinks a	{background:transparent url(../../images/right_nav/nav_home_links.jpg) no-repeat scroll 0 0;}



/* Common Right Nav elements */
#right_nav{
	height: 485px;
	left: 815px;
	position: absolute;
	top: 81px;
	width: 141px;
}
#right_nav ul{
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	top: 2px;
	width: 141px;
}
#right_nav ul li{
	height: 97px;
	margin: 0;	
	padding: 0;
}	
#right_nav li a{
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-999em;
	width:141px;
	height: 92px;
}
#right_nav li a:hover {
	background-position:0 -92px;
}
#navChild a	{background:transparent url(../../images/right_nav/nav_child.jpg) no-repeat scroll 0 0;}
#navParent a{background:transparent url(../../images/right_nav/nav_parent.jpg) no-repeat scroll 0 0;}
#navMerch a	{background:transparent url(../../images/right_nav/nav_merch.jpg) no-repeat scroll 0 0;}
#navEdu a	{background:transparent url(../../images/right_nav/nav_edu.jpg) no-repeat scroll 0 0;}
#navLinks a	{background:transparent url(../../images/right_nav/nav_links.jpg) no-repeat scroll 0 0;}


/* Outer wrapper for all Content area elements */
#content_wrap{
	font: 18px "Trebuchet MS";	
	height: 485px;
	left: 219px;
	position: absolute;
	top: 79px;
	width: 592px;
}

.italic{
	font-style: italic;
}
