/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-image:url(../images/bg_top.jpg);
	background-attachment: scroll;
	background-position: inherit;
	background-repeat:no-repeat;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

a	{
  outline: none;
  color: #004080;
  text-decoration:none;
}

a:hover {
	color: #AA5A00;
	text-decoration: underline;
}

h3 {
	color: #AA5A00;
	font-size: 135%;
	border-bottom: 1px solid #AA5A00;
	border-width: 100%;
}

h4 {
	color: #663300;
	font-size: 115%;
}

#nav-menu ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#nav-menu li	{
	float: left;
	padding-right: 30px;
	display:inline;
}

#nav-menu li a	{
	height: 2em;
	line-height: 2em;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #004080;
}

/* Hide from IE5-Mac \*/
#nav-menu li a	{
	float: none;
}
/* End hide */

#nav-menu	{
	width: 950px;
	margin: 10px 0 0 35px;
}

#nav-menu a:hover {
	color: #AA5A00;
	text-decoration: underline;
	}
	
#inventory {
	clear:both;
	margin: 0 auto;
	padding: 12px 0 8px 0;
	width: 80%;
	}
	
#mainFooter {
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position: right;
	height: 110px;
	margin: 0 0 20px 0;
	clear:both;
	}

.signin	{
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	text-align: right;
	color: #B7451F;
	float:right;
}
	
#review {
	padding: 4px 15px 4px 15px;
	border: 4px double #999999;
	width: 90%;
	margin: 0 auto 25px auto;
	font-size: 110%;
	background-color:#F3F3F3;
	color: #333333;
	}
	
.reviewName {
	text-align: right;
	font-style:italic;
	margin: -10px 10px 0 0;
	}
	
#bigcap {
	font-size: 110%;
	font-weight:bold;
	}
