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

body {
	font-family: Arial, Sans-serif;
	font-size: .75em;
	color: #000000;
	background: url('../images/topbg.gif') top center repeat-x #E3DFC0;	
	line-height: 1.35em;
}
#diamond {
	position: absolute;
	top: 34px;
	left: 550px;
	width: 668px;
	height: 671px;
	background: url('../images/diamond.gif');
	z-index:1;
	
}
#top {
	background: #ffffff;
}
#containertop {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1080px;
	background: url('../images/bg.gif') top center repeat-y;
}
#container {
	position: relative;
	display: block;
	width: 1080px;
	background: url('../images/header2.gif') top center no-repeat;
}
#header {
	position: relative;
	display: block;
	width: 1080px;
	height: 156px;
	/*background: url('../images/header.gif') top center no-repeat;*/
}
#box {
	position: relative;
	display: block;
	width: 1080px;
	height: 324px;
	background: url('../images/imageblock.gif') top center no-repeat;
}
#boxes {
	position: absolute;
	left: 74px;
}

#nav {
	position: absolute;
	left: 75px;
	top: 25px;
	width: 626px;
	display: block;
	height: 30px;
	background: #ABA461;
	text-align: left;
}
#navtext {
	position: relative;
	
	
	
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	
	border-right: solid 3px #DBD6B0;
	/*margin-right: 15px;*/
	height: 16px;
	display: block;
	float: left;
	padding: 7px 25px;
}
#nav a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #98002E;
}

#home{
	background-image: url(../images/home.jpg);
	width: 67px;
	height: 38px;
}


#content {
	position: relative;
	/*min-height: 340px;*/
	padding: 85px 380px 105px 75px;
	z-index:3;
}
#contentwide {
	position: relative;
	/*min-height: 340px;*/
	padding: 85px 75px 105px 75px;
	z-index:3;
}
#searchbar {
	position: relative;
	/*min-height: 340px;*/
	margin-top: 20px;
	padding: 3px 20px 5px 20px;
	z-index:3;
	background: #AF4950;
	color: white;
	border: #AF4950 solid 1px;
}
#searchbar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	
	padding: 0px 10px;
}
#searchbar a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#searchbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#catalog {
	position: relative;
	/*min-height: 340px;*/
	margin-top: 0px;
	padding: 20px 0px 5px 20px;
	z-index:3;
	background: white;
	border: #AF4950 solid 1px;
	border-top: 0px;
}
#sidebar {
	position: absolute;
	width: 177px;
	padding: 19px;
	height: 100%;
}
#mainbar {
	position: relative;
	left: 218px;
	width: 596px;
	padding: 15px;
}

#footer {
	position: relative;
	top:-76px;	
	width: 100%;
	background: url('../images/bottombg.gif') top center repeat-x #E3DFC0; 
}
#footercontainer {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1080px;
	
	color: #000000;
	font-size: .75em;
	background: url('../images/footer.jpg');
}
#footertext {
	text-align: center;
	color: #A4A07A;
	font-size: 1.3em;
	line-height: 1.2em;
	padding-top: 30px;
	padding-bottom: 0px;
}	
#twofish {
	position: absolute;
	bottom: 12px;
	left: 715px;
}
#copy {
	position: absolute;
	text-align: right;
	bottom: 10px;
	right: 65px;
	color: #A4A07A;
}

a {
	color: #928C50;
	text-decoration: none;
}
a:visited {
	color: #928C50;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.res a {
	color: #F7991F;
	text-decoration: none;
}
.res a:visited {
	color: #F7991F;
	text-decoration: none;
}
.res a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	color: #98002E;
	font-weight: bold;
	font-size: 1.3em;
	padding: 6px 0px 3px 0px;
	margin: 0px;
}
h2 {
	color: #F7991F;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
h3 {
	color: black;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
h4 {
	color: #F7991F;
	font-weight: normal;
	font-size: 4.6em;
	padding: 17px 3px 8px 0px;
	float: left;
	font-family: Times, Serif;
}
.large {
	font-size: 1.55em;
}
.bigger {
	font-size: 1.20em;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
p {
	margin-top: 3px;
	margin-bottom: 12px;
}
ul.outside {
	list-style-position:outside;
	list-style-type:disc;
	padding-left:13px;
}
.outside li {
	margin-top: 10px;
	margin-bottom: 10px;
}	

