/* ------------------------------------- Body Info ------------------------------------ */

* {padding: 0px; margin: 0px; border: 0px;} 

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #161616;
	background-color: #ffffff;
	background-image: url(../images/main-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* ------------------------------------- Main Page Wrapper ------------------------------------- */

#wrap {
	width: 843px;
	margin: 0px auto;
}


/* ------------------------------------- Product Links Area ------------------------------------- */	

#product-links {
	width: 843px;
	height: 78px;
	margin-top: 40px;
	float: left;
	background-image: url(../images/product-links-background.gif);
	background-position: center;
	background-repeat: no-repeat;
}
	#product-links p {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #7f804d;
		text-align: center;
		margin-top: 15px;
	}

	#product-links ul {
		width: 843px;
		list-style: none;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#product-links li {
		font-size: 14px;
		color: #636363;
		text-transform: normal;
		letter-spacing: normal;
		margin-left: 2px;
		margin-right: 2px;
		display: inline;
	}


	#product-links a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #6707a6; 
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 4px;
	}
	
	#product-links a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #8a0100; 
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 4px;
	}
	


#product-links a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8a0100; 
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	}
	

/* ------------------------------------- Splash Graphic Area ------------------------------------- */	

#splash-graphic {
	width: 843px; 
	height: 382px;
	float: left;
	background-image: url(../images/splash-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

	#splash-graphic img {
		padding-top: 23px;
		padding-left: 26px;
		}


/* ------------------------------------- Flash Animation Area ------------------------------------- */	

#flash-animation-top {
	width: 843px; 
	height: 23px;
	float: left;
	background-image: url(../images/flash-background-top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#flash-animation {
	width: 843px; 
	height: 421px;
	float: left;
	background-image: url(../images/flash-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

	#flash-animation .container {
		width: 843px; 
		height: 444px;
		margin-left: 26px;
		margin-top: 23px;	
		}
		
	
/* ------------------------------------- Website Links Area ------------------------------------- */	

#website-links {
	width: 843px;
	height: 79px;
	float: left;
	background-image: url(../images/website-links-background.gif);
	background-position: center;
	background-repeat: no-repeat;
}
	#website-links p {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #7f804d;
		text-align: center;
		margin-top: 15px;
	}

	#website-links ul {
		width: 843px;
		list-style: none;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#website-links li {
		font-size: 14px;
		color: #636363;
		text-transform: normal;
		letter-spacing: normal;
		margin-left: 2px;
		margin-right: 2px;
		display: inline;
	}
		
	#website-links a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #6707a6; 
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 4px;
	}
	
	#website-links a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #8a0100; 
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 4px;
	}
	
	#website-links a.active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #8a0100; 
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 4px;
	}
	


