@import url("reset.css");
@import url("forms.css");

body {
	font-family: Times, Serif;
	font-size: .85em;
	color: #653600;
	background: #653600;
	line-height: 1.25em;
}
iframe {
	width: 900px;
	text-align: center;
	height: 2000px;
}
#container {
	margin: 0 auto;
	width: 923px;
	position: relative;
	background: #FFFFFF;
}
#header {
	position: relative;
	display: block;
	width: 923px;
	height: 160px;
	background: url('../images/header.gif');
	text-align: center;
}
#nav {
	padding-top: 111px;
	font-weight: bold;
	font-size: 1.20em;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 16px;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #82A63C;
	text-decoration: none;
}
#contenthome {
	position: relative;
	width: 100%;
	background: #653600;
	padding-top:5px;
	padding-bottom: 35px;
}
#imgnav {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 633px;
	height: 635px;
}
#imgnav li {
	float: left;
	padding: 0 12px 22px 12px;
}
#imgnav span {
	display: none;
}
#imgnav a {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
#imgnav a:hover {
	background-position: bottom center;
}
#tabletop {
	background-image: url(../images/tabletop.jpg);
	width: 187px;
	height: 197px;
}
#furniture {
	background-image: url(../images/furniture.jpg);
	width: 187px;
	height: 197px;
}
#kitchen {
	background-image: url(../images/kitchen.jpg);
	width: 187px;
	height: 197px;
}
#bedding {
	background-image: url(../images/bedding.jpg);
	width: 187px;
	height: 197px;
}
#gifts {
	background-image: url(../images/gifts.jpg);
	width: 187px;
	height: 197px;
}
#children {
	background-image: url(../images/children.jpg);
	width: 187px;
	height: 197px;
}
#stationery {
	background-image: url(../images/stationery.jpg);
	width: 187px;
	height: 197px;
}
#garden {
	background-image: url(../images/garden.jpg);
	width: 187px;
	height: 197px;
}
#christmas {
	background-image: url(../images/christmas.jpg);
	width: 187px;
	height: 197px;
}
#content {
	position: relative;
	padding: 45px 147px 55px 147px;
	width: 923px;
	min-height: 453px;
	
}
#title {
	float: left;
}
#clear {
	clear: both;
}
#photo {
	border: 1px solid #653600;
	float: right;
	margin-right: 296px;
	margin-left: 45px;
	margin-bottom: 10px; 
}
#footer {
	position: relative;
	display: block;
	width: 923px;
	height: 100px;
	background: #653600;
}
#twofish {
	position: absolute;
	top: 10px;
	left: 150px;
}
#copy {
	position: absolute;
	top: 8px;
	right: 150px;
	color: #ffffff;
	font-size: .8em;
}
a {
	color: #93BF5D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #93BF5D;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.brown {
	color: #653600;
}
.green {
	color: #93BF5D;
}
.bigger {
	font-size: 1.2em;
}
.italics {
	font-style: italic;
}
h1 {
	font-family: Times, Serif;
	color: #93BF5D;
	font-weight: bold;
	font-size: 1.15em;
	
	padding-top: 8px;
	padding-bottom: 8px;
}
h2 {
	font-family: Times, Serif;
	color: #93BF5D;
	font-weight: bold;
	font-size: 1.15em;
	
	padding-top: 5px;
	padding-bottom: 0px;
}
p {
	padding-top: 3px;
	padding-bottom: 12px;
}	
