/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #000000;
}

body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
}

body.editor {
	background-color: #D7C094;
	color #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul {
	list-style-image: url('../images/bullet.gif');
}

#content li {
	margin-bottom: 5px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #660000;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #660000;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #660000;
}

img { 
	border: none;
}

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

a:hover {
	color: #000000;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #660000; 
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	padding: 2px;
	margin: 0px 6px 0px 0px;
}

a.button {
	padding: 3px 6px;
}

.alert, .red {
	color: #7F1217;
}

/* LAYOUT CSS */

#container {
	width: 800px;
	margin: 0px auto 20px auto;
}

#logo {
	text-align: center;
}

#content_box {
	background-color: #D7C094;
	position: absolute;
	width: 800px;
}

#content {
	width: 590px;
	float: right;
	padding: 20px 20px 10px 0px;
}

#leftcontent {
	width: 172px;
	float: left;
}

#footer {
	clear: both;
	background-color: #7F1217;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #000000;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px;
	background-color: #7F1217;
}

#nav table {
	width: 780px;
	height: 33px;
	margin: 0px auto;
}

#nav td {
	text-align: center;
}

#nav a {
	color: #000000;
	line-height: 30px;
}

#nav a:hover {
	color: #FFFFFF;
}

#subnav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#subnav li {
	margin-top: 20px;
	list-style: none;
}

#subnav li a {
	display: block;
	width: 162px;
	padding: 1px 5px;
	background-color: #660000;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#subnav li a:hover {
	color: #000000;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 6px 3px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}


/* Wine CSS */

#wines td {
	padding-bottom: 40px;
}

#wines .label {
	width: 200px;
	text-align: center;
}

#wine img {
	float: right;
	margin: 0px 0px 30px 30px;
}



/* ORDER FORM CSS */

.orderform {
	margin-bottom: 20px;
	width: 550px;
}

.orderform td {
	vertical-align: top;
	padding: 0px 3px 5px 0px;
}

.orderform .desc {
	text-align: left;
	width: 50%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 580px;
}

.ordertable td {
	padding: 0px 3px 5px 0px;
}


/* Find Our Wines CSS */

#find_our_wines {
	width: 100%;
}

#find_our_wines td {
	width: 50%;
	padding-bottom: 20px;
}

#find_our_wines hr {
	background-color: #660000;
	height: 3px;
	border: 0px;
}
