/* CSS Document */
/*  colours used
9B6019 - top nav bg
D8CDA6 - top nav rollover
857661 - highlight text
000000 - text */


body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center; 
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 15px;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9B6019;
	margin-left: 20px;
	text-align: left;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	
}
p.product {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
}
p.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	font-style: italic;
	text-align: left;
	}
p.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D8CDA6;
	font-style: italic;
	text-align: center;
	}
a {
	font-size: 11px;
	color: #000000;
	top: 55px;
}
a:link {
    font-size: 11px;
	text-decoration: none;
	top: 55px;

}
a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	top: 55px;

}
a:hover {
	text-decoration: underline;
	color: #D8CDA6;
	font-size: 11px;
	top: 55px;

}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	top: 55px;

}
a.product:link {
    font-size: 11px;
	text-decoration: none;
	top: 55px;

}
a.product:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	top: 55px;

}
a.product:hover {
	text-decoration: underline;
	color: #9B6019;
	font-size: 11px;
	top: 55px;

}
a.product:active {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	top: 55px;

}
a.page:link {
	font-size: 11px;
	color: #9B6019;
	text-decoration: none;
	top: 55px;
	line-height: 20px;
}
a.page:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	top: 55px;
	line-height: 20px;

}
a.page:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
	top: 55px;
	line-height: 20px;

}
a.page:active {
	text-decoration: none;
	color: #9B6019;
	font-size: 11px;
	top: 55px;
	line-height: 20px;

}
.navlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D8CDA6;
}
.style6 {
	color: #9B6019;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
 
}
.style7 {
	color: #857661;
	font-size: 11px;
	font-weight: bold;
 
}
a.producttitle:link  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 15px;

}
a.producttitle:visited  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 15px;


}
a.producttitle:hover  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 15px;


}
a.producttitle:active  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 15px;
	

}
ul{	
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}