	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #036;
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	display: block;	
	width: 1000px;
	height: 202px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
.home	{
	text-indent: -9999px;
	display: block;	
	width: 1000px;
	height: 202px;
	background: transparent url(img/flintriver.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 18px;
	color: #000;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	background: #963;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 12px 0;
	padding: 7px 0 7px 15px;
	width: 210px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

h4	{
	font-size: 16px;
	color: #125aa7;
	margin: 15px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #666;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#intro 	{
	background: #fff;
	width: 1000px;
	margin: 0;
	padding: 0;
	}
	
#wrapper	{
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
#content 	{
	background: #fff;
	width: 940px;
	float: left;
	margin: 0;
	padding: 30px;
	}
	
	/*	Main Navigation	*/
	
#globalnav	{
	height: 52px;
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 52px;
	width: 1000px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 52px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 22px; width: 113px;}
#dfood	{left: 135px; width: 135px;}
#dtreats	{left: 270px; width: 147px;}
#cfood	{left: 417px; width: 127px;}
#cart	{left: 544px; width: 173px;}
#contact	{left: 717px; width: 120px;}
#dogtalk	{left: 837px; width: 127px;}

#home a:hover {background: transparent url(img/menu.png) -22px -52px no-repeat;}
#dfood a:hover {background: transparent url(img/menu.png) -135px -52px no-repeat;}
#dtreats a:hover {background: transparent url(img/menu.png) -270px -52px no-repeat;}
#cfood a:hover {background: transparent url(img/menu.png) -417px -52px no-repeat;}
#cart a:hover {background: transparent url(img/menu.png) -544px -52px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -717px -52px no-repeat;}
#dogtalk a:hover {background: transparent url(img/menu.png) -837px -52px no-repeat;}

	/* Additional Formatting	*/
	
.header	{
	background: #125aa7;
	color: #fff;
	font-weight: bold;
	}

.cell	{
	background: #e7e7e7;
	}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #125aa7;
	font-weight: bold;
	}
