/* CSS Document */

body {
	background-color: #ceb8a1;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3e4f38;
	border-color: #c1c1c1;
	text-align:left;
}

img {
	border-style:none;
}


#container {
	margin: 0px 10px 0px 10px; 
	width: 960px;
}

#mainnav {
	position: absolute;
	top: 94px;
	left: 210px;
	width: 700px;
	border: 0px;
	height:32px;
	background-color:#3e4f38;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}

#mainnav a:link {
	color: #ffffff;
	text-decoration: none;
}

#mainnav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#mainnav a:hover {
	color: #ceb8a1;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	z-index: 3;
}	

#categorylogo {
	position: absolute;
	top: 32px;
	left: 30px;
	border: 0px;
	z-index: 3;
}	

h1 {
	height:30px;
	font-size: 24px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3e4f38;
}

h2 {
	height:24px;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2c395c;
}

#footer {
	position: relative;
	margin-top: 60px;
	margin-left: 0px;
	width: 900px;
	height:24px;
	font-size: 11px;
	color: #3e4f38;
}

#footer a:link {
	color: #3e4f38;
	text-decoration:underline;
}

#footer a:visited {
	color: #3e4f38;
	text-decoration:underline;
}

#footer a:hover {
	color: #3e4f38;
	text-decoration:underline;
}

.textlink {
	font-size:14px;
}

.textlink a:link {
	color: #3e4f38;
	text-decoration:underline;
}

.textlink a:visited {
	color: #3e4f38;
	text-decoration:underline;
}

.textlink a:hover{
	color: #ffffff;
	text-decoration:underline;
}

table#summary {
	position: relative;
	width: 860px;
	margin-left: 0px;
	height:24px;
	font-size: 14px;
	color: #3e4f38;
	line-height: 18px;
	background-color:#ceb8a1;
	border-spacing: 20px;
}
	
table#summary td {
	width: 250px;
	min-width: 250px;
	padding: 20px 30px 20px 30px;
	text-align:center;
	border-style:none;
}

table#summary a:link {
	color: #3e4f38;
	text-decoration:none;
}

table#summary a:visited {
	color: #3e4f38;
	text-decoration:none;
}

table#summary a:hover{
	color: #ffffff;
	text-decoration:none;
}


#catcontainer {
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	width: 872px;
	background:#ffffff;
}

#catheader {
	position: relative; 
	width: 872px;
	height: 175px;
	background-image:url(/MPFcatheaderbackground.gif);
	background-repeat:no-repeat;
	margin: 0px;
}

#catmain {
	position: relative;
	margin: 0px;
	width: 866px;
	border-top:0px;
	border-right: #c1c1c1 3px solid;
	border-bottom:0px;
	border-left: #c1c1c1 3px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2c395c;
	padding-top: 20px;
	padding-bottom:0px;
}

#catmain img {
	border: 5px;
	border-color:#ffffff;
	border-style:solid;
}

#catfooter {
	position: relative; 
	width: 872px;
	height: 54px;
	background-image:url(/MPFcatfooterbackground.gif);
	background-repeat:no-repeat;
	font-size:10px;
	margin: 0px;
	border: 0px;
	padding:0px;
	line-height:16px;
}

#itemdesc {
	width: 600px;
	padding: 0px 10px 30px 10px;
	font-size: 14px;
}
	
#itempic {
	width: 600px;
	padding: 0px 10px 30px 10px;
	border: 5px;
	border-color:#ffffff;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333300;
}

