/* CSS Document */

body {
	 text-align: center;
	 min-width: 780px;
	 padding: 0;
	 margin: 0;
	 background-color:#c8d56a;
	 font:85% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	 text-align: left;
	 width: 780px;
	 margin:20px auto 0 auto;	
	 padding: 0;
	 background:url(../images/meowfetch_bg2.jpg) no-repeat;
	 height:571px;
}

.clear { clear:both;}

/*main navigation*/
#nav {
	padding:20px;
}
#nav a:link, #nav a:visited {
	color:#936241;
	text-decoration:none;
	
}
#nav a:hover, #nav a:active {
	color:#e0eb94;
	text-decoration:underline;	
}

#nav #sitting {
	position:relative;
	top:220px;
	left:50px;
	width:148px;
	height:44px;
	padding:0;
	margin:0;
}
#nav #petstore {
	position:relative;
	top:50px;
	left:250px;
	width:128px;
	height:44px;
	padding:0;
	margin:0;
}
#nav #about {
	position:relative;
	top:40px;
	left:470px;
	width:167px;
	
}
/* text based navigation for bottom */
#text-nav {
/*	position:relative;
	top:175px;
	left:70px;*/
	float:left;
	margin:0 0 0 70px;
	width:450px;
	color:#718100;

}
#text-nav a:link, #text-nav a:visited { 
	color:#718100;
	font-size:80%;
	text-decoration:none;
}
#text-nav a:hover, #text-nav a:active { 
	text-decoration:underline;
	color:#936241;
}
#contact-info {
	float:left;
	text-align:right;
	color:#718100;
	font-size:80%;
	margin-top:-10px;
}


#branding {
/*	position:relative;
	top:200px;
	left:50px;	*/
	margin:200px 0 0 50px;
	width:600px;
}
#branding #mission {
	float:left;
	margin-top:40px;
}
#branding #logo {
	padding:0;
	margin:0;
}

/*form styling */
form {
	position:relative;
	top:145px;
	left:550px;
	width:200px;
	padding:5px;
}
.searchbox {
	background-color:#eaf693;
}
.searchbutton {
	margin:5px 0 0 23px;
}
/* Drop Down Menu CSS + by Jim */
#productdrop ,#productdrop2 {
	position: absolute;
	visibility: hidden;
	display: none;
	width:120px;
	text-align:left;
	background-color:#D3E170;
	padding: 5px;
}
#productdrop p ,#productdrop2 p {
	padding:0;
	margin:0;
}
#productdrop a:link, #productdrop a:visited {
	color:#936241;
	text-decoration:none;
	
}
#productdrop a:hover, #productdrop a:active {
	color:#fff;
	text-decoration:underline;
}
#productdrop2 a:link, #productdrop2 a:visited {
	color:#936241;
	text-decoration:none;
	
}
#productdrop2 a:hover, #productdrop2 a:active {
	color:#fff;
	text-decoration:underline;
}
