/*
* {
   border: 0;
   padding: 0;
   margin: 0;
}
*/
body{
	margin: 0;
	padding: 0;
	background-color: #f0d1a6;
}

#container{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f9fadb;
	border: 10px solid #edc13c;
}

#topnavbox{
	/*
	position: relative;
	left: 0;
	top: 0;
	*/
	width: 680px;
	height: 60px;
	font-family: "Times New Roman", Times, serif;
	background-color: #ef6f28;
	background-image: url(../shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0;
	margin: 0;	
}

#topnavlinks{
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#topnavlinks li{
	margin: 15px 6px 0 0;
	list-style: none;
	float: left;
}

#topnavlinks li a{
	color: #000;
	text-decoration: none;
}

#topnavlinks li a:hover{
	text-decoration: underline;
}
/*
#logo{
	position: absolute;
	top: 30%;
	left: 0;
	width: 150px;
	padding: 0;
	margin: 5px;
}
*/
#mainnav {
	/*
	position: relative;
	top: 150px;
	left: 0;
	*/
	float: left;
	width: 142px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	/*background-color: #f9fadc;*/
	height: 500px;
}

#mainnav ul{
	background-color: #ef6f28; /* orange color */
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	line-height: 1em;
	margin: 0 0 0 7px;
	padding: 0;
	border: none;
} 

#mainnav li {
	border-bottom: 10px solid #f9fadc; /* cream color */
	margin: 0;
}

#mainnav li a{
	border: solid 1px #271207;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 0;
	color: #f0f0f0;
	text-indent: 7px;
}

#mainnav li a:hover{
	color: Maroon;
}

#mainimage, #title, #maintext{
	float: right;
	background-color: #f9fadc;
	/*height: auto;*/
}

#clear_both{
	clear: both;
}

#mainimage{
	width: 538px;
}

#title{
	width: 523px;
	font-family: Papyrus;
	font-size: 38px;
	color: #a82620;
	padding-left: 15px;
}

#maintext{
	width: 508px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding: 0 15px 0 15px;
}

/* Form submission for Mailing List page */
#maintext .mailinglist{
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

input#Submit{
	margin-left: 210px;
	background-color: #CBD893;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 100px;
}

input#fullname, input#email, textarea#comments{
	background-color: #FBEF99;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	width: 250px;
	margin-top: 3px;
}

input#fullname:focus, input#email:focus, textarea#comments:focus{
	background-color: #FDD041;
}

#footer{
	width: 680px;
	height: 15px;
	float: right;
	background-color: #f9fadc;
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #666;
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
}

/* Image on Catalog page */
img.figure{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}

.footer1{
	float: right;
	margin-right: 10px;
}

/* ie6 bug - removes space between each link in the main navigation  */
/*
#mainnav li{
	display: inline;
}
*/

/* ie6 and earlier bug - ie 7 ignores -- forces browser to see the background of the button as part of the link */
* html #mainnav a{
	height: 1px;
}
