/* BASE CSS */

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

html {
	background-color: #A70004;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body, p, td, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}

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

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

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

.vineyard p {
	line-height: 20px;
}

ul {
	padding-left: 15px;
}

#content ul ul , #content ol ol {
	padding-left: 15px;
	margin-bottom: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}

img { 
	border: none;
}

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

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 0px 0px 10px 15px;
}

/* 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: #000000; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;    
}

.alert, .red {
	color: #B4111A;
}

/* LAYOUT CSS */

#header {
	width: 745px;
	height: 60px;
	margin: 37px auto 0px auto;
}

#logo {
	float: left;
}

#container {
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}

#slideshow {
	float: right;
}

#container_inner {
	width: 745px;
	margin: 0px auto;
}

#content {
	padding-top: 25px;
}

#content.home {
	width: 310px;
	height: 390px;
}

#content.wine {
	width: 450px;
}

#content.winemaker {
	width: 440px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#bottom_links {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0px;
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #E8CCCE;
	padding-top: 5px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 15px -10px 0px 0px;
	float: right;
	width: 400px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	line-height: 20px;
}

#nav li {
	list-style: none;
	float: left;
	text-transform: uppercase;
	text-align: right;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 7px;
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
}

#nav a {
	color: #FFFFFF;
	padding: 0px 3px;
	white-space: nowrap;
}

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

#subnav {
	width: 100%;
	height: 41px;
	background-image: url('../images/subnav_bg.gif');
	background-position: top center;
}

#subnav_inner {
	width: 745px;
	margin: 0px auto;
	padding-top: 16px;
}

#subnav_inner img {
	float: left;
}

#subnav ul {
	float: right;
	margin-right: -10px;
}

#subnav li {
	list-style: none;
	float: left;
	background-image: url('../images/subnav_divider.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 7px;
	font-size: 12px;
	line-height: 16px;
}

#subnav li a {
	color: #FFFFFF;
	padding: 0px 2px;
}

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

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

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

#admin .admin_table {
	width: 100%;
}

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

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

#logos {
	width: 100%;
	margin: 10px 0px;
}

#logos td {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}

