/*
	Coyote's Run Estate Winery
	**************************
	css by S.M. of C.H.
	Tested and works with: firefox 1, safari 1.2, ie 6 win, ie 5 win, opera 8,
	Netscape 7.2, omniweb 5.1 and last but not least, ie 5 mac. Woohoo!
*/


/*------------------ hiding stuff ------------------*/
.hide, #title p, #menu h2, hr { 
	position: absolute;
	top: 0; left: -9999px;
	}


/*------------------ font settings ------------------*/
p, td, ul, ol, ul, li, dl, dt, dd, input, textarea, div {
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	color: #4c340f;
	line-height: 180%;
	}
.defaultp {
	margin: 20px auto 0 auto; padding: 0;
	width: 85%;
	}

#content p a:link {color: #4c340f; text-decoration: none; background: #F1E9DB; border-top: 1px solid #E5DAC6; border-bottom: 1px solid #E5DAC6; }
#content p a:visited {color: #4c340f; text-decoration: none; background: #F1E9DB; border-top: 1px solid #E5DAC6; border-bottom: 1px solid #E5DAC6; }
#content p a:hover {color: #4c340f; text-decoration: none; background: #fff; border-top: 1px solid #E5DAC6; border-bottom: 1px solid #E5DAC6; }
#content p a:active {color: #4c340f; text-decoration: none; background: #F1E9DB; border-top: 1px solid #E5DAC6; border-bottom: 1px solid #E5DAC6; }

acronym {
	cursor: help;
	}

h1 {
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 0 40px; padding: 0;
	}
h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0; padding: 0;
	}
p {
	font-weight: normal;
	font-size: 11px;
	margin: 20px 0 0 0;
	padding: 0;
	}

/*------------------ global layout stuff ------------------*/
body {
	margin: 0 auto; padding: 0;
	text-align: center;
	background: #fff url("../images/background.jpg") repeat center top;
	}
#container {
	margin: 0 auto; padding: 0;
	width: 747px;
	text-align: center;
	border-top: 10px solid #6E5A3A;
	background-color: transparent; 
	}

#content_index {
	display: block;
	margin: 1px auto 0 auto; padding: 0;
	width: 100%;
	background-color: transparent;
	}
#content {
	display: block;
	margin: 1px auto 0 auto; padding: 0 0 60px 0;
	width: 100%;
	font-size: 11px;
	min-height: 522px;
	background: transparent url("../images/barrels.jpg") no-repeat center bottom;
	}
	
#title {
	margin: 20px 0 10px 0; padding: 0;
	background: transparent url("../images/header.jpg") no-repeat center top;
	}
#title a {
	margin: 0; padding: 0;
	display: block;
	width: 100%; height: auto;
	}
#title img {
	margin: 0; padding: 0;
	border: none;
	}


/*------------------ navigation ------------------*/
#menu {
	display: block;
	margin: 0 auto; padding: 0; width: 100%; height: 3.5em;
	text-align: center;
	border-top: 1px solid #E4D6BC;
	border-bottom: 1px solid #E4D6BC;
	background: transparent;
	}
#menu ul {
	display: block; 
	margin: 10px auto 0 auto; padding: 0;
	text-align: center;
	}
#menu li {
	display: inline;
	padding: 0 12px 0 9px; margin: 0 auto;
	}
.border {
	border-right: 1px solid #C6A870;
	}
#menu a {
	padding-bottom: 5px;
	}
#menu a:link {color: #4c340f; text-decoration: none; }
#menu a:visited {color: #4c340f; text-decoration: none; }
#menu a:hover {color: #9B7843; text-decoration: none; }
#menu a:active {color: #4c340f; text-decoration: none; }
.selected {
	color: #9B7843;
	background: transparent url("../images/decoration2.gif") no-repeat center bottom;
	}
	
#submenu {
	list-style: none;
	margin: 30px 0 0 40px;
	background-color: transparent;
	}

#submenu a:link {color: #4c340f; text-decoration: none; }
#submenu a:visited {color: #4c340f; text-decoration: none; }
#submenu a:hover {color: #9B7843; text-decoration: none; }
#submenu a:active {color: #4c340f; text-decoration: none; }



/*------------------ content ------------------*/
#main_table {
	width: 748px;
	margin: 40px 0 0 0;
	}
#single_col {
	display: block;
	width: 748px;
	margin: 40px 0 0 0;
	text-align: left;
	}
	
#col1 {
	margin: 0; padding: 0 0 50px 0;
	width: 325px;
	text-align: left;
	border-right: 1px solid #E4D6BC;
	vertical-align: top;
	}
#col2 {
	margin: 0; padding: 0px 60px 0 30px;
	text-align: left;
	vertical-align: top;
	}
#single_col_content {
	width: 668px;
	margin: 0 auto; padding: 0;
	min-height: 522px;
	}
#col2 img, #single_col_content img {
	margin: 10px 0 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #E5DAC6;
	}



/*------------------ footer ------------------*/
.inline_decoration {
	vertical-align: middle;
	margin: 0 10px 5px 10px;
	}
#footer {
	margin: 0 0 50px 0; padding: 0;
	}