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

body
	{background-color: #EFEFEF}

#top-navigation
	{position: absolute;
	 width: 100%;
	 top: 0;
	 left: 0;}
	 
#top-navigation ul
	{list-style: none;
	 margin-top: 35px;
	 float: right;}
	 
#top-navigation li
	{display: inline;
	 padding-left: 5px;
	 padding-right: 5px;}
	 
#top-navigation a:link
	{color: #333;
	 text-decoration: none;}
	 
#top-navigation a:visited
	{color: #333;}
	
#top-navigation a:hover
	{color: #000;
	 text-decoration: underline;}
	 
#business-name-and-navigation-bar
	{position: relative;
	 width: 850px;
	 margin: 0 auto;
	 color: #333;}
	 
#business-name-and-navigation-bar .navigation
	{float: right;
	 width: 425px;}
	 
#business-name-and-navigation-bar .business-name
	{float: left;
	 width: 425px;}
	 
#banner
	{position: relative;
	 top: 50px;
	 background-color: #BF6000;
	 width: 850px;
	 margin: 0 auto;
	 height: 200px;}
	 
#banner .topbar
	{position: relative;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 25px;
	 background-color: #000;}
	 
#banner .information
	{float: left;
	 width: 600px;
	 padding-bottom: 15px;
	 padding-top: 15px;
	 padding-left: 15px;
	 padding-right: 15px;}
	 
#banner .logo
	{float: right;
	 width: 170px;
	 padding-bottom: 15px;
	 padding-top: 15px;
	 padding-left: 15px;
	 padding-right: 15px;}
	 
#featured-products
	{position: relative;
	 width: 850px;
	 height: 250px;
	 top: 70px;
	 margin: 0 auto;
	 border: solid;
	 border-width: thin;
	 border-color: #666;}
	 
#featured-products .product
	{float: left;
	 width: 200px;
	 padding-right: 10px;
	 padding-left: 2px;}

#main-content
	{position: relative;
	 width: 850px;
	 top: 80px;
	 margin: 0 auto;}
	 
#main-content .home-page
	{float: left;
	 width: 575px;
	 height: 200px;
	 border: solid;
	 border-width: thin;
	 border-color: #666;}
	 
#main-content .news-and-events
	{float: right;
	 width: 265px;
	 height: 200px;
	 border: solid;
	 border-width: thin;
	 border-color: #666;}
	 
	 