/* CSS Document */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 50px;
}
#nav li {
	background: url(images/menu_separator.gif) no-repeat 100% 0;
	height: 50px;
	float: left;
}
#nav li A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: black;
	text-decoration: none;
	padding: 30px 10px 0 10px;
	height: 50px;
}
html>body #nav li A {
	display: block;
}
#nav li.sel A {
	background: url(images/menu_sel_bg.gif) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: black;
	text-decoration: none;
	padding: 30px 10px 0 10px;
	height: 50px;
}
html>body #nav li.sel A {
	display: block;
}
#nav li A:hover {
	color: #666666;
}


#pagetitle {
	line-height: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: oblique;
	color: #69070E;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav li {
	display: inline;
}
#subnav li.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #B8A96A;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	padding: 0 20px 0 20px;
	background: #5F050D;
}
#subnav li A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #B8A96A;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
}
#subnav li A:hover {
	color: white;
}

#winenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#winenav li.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #B8A96A;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	background: #5F050D;
	padding-left: 10px;
	text-align: left;
	border-bottom: 1px solid #B8A96A;
}
#winenav li A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #B8A96A;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	background: #800A0F;
	padding-left: 10px;
	text-align: left;
}
#winenav li A:hover {
	color: white;
}


#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: white;
}
#footer a {
	color: white;
	font-weight: bold;
}

#developer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#developer A {
	text-decoration: none;
	color: #11c800;
	font-weight: bold;
}


form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form li {
	margin: 5px 0;
}
form label {
	width: 120px;
	text-align: right;
	margin-right: 10px;
	float: left;
	display: block;
}
form input {
	border: 1px solid black;
}
form textarea {
	border: 1px solid black;
}
form submit {
	border: 1px solid black;
}

H1 {
	background-image: url(images/titlebg.jpg);
	height: 58px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;	
	font-weight: normal;
	color: #26211b;
	line-height: 58px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;	
	font-weight: normal;
	color: #26211b;
	line-height: 26px;
	padding: 10px 0;
	margin: 0;
}


#contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #423d36;
}
#contenttext .bold {
	font-weight: bold;
}

#product {
	margin-bottom: 15px;
}
#product .name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	float: left;
	text-align: left;
}
#product .price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	float: right;
	text-align: right;
	vertical-align: top;
}
#product .description {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	clear: both;
}


