/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {background-position: left top; margin:0; padding-top:10px; background-image:url('images/generic/page_bg.gif'); background-repeat:repeat-x; background-attachment:scroll}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #fff}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.10em; font-weight: bold; color:#CC3300} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: underline; }
a:hover, a:active {color: #fff; text-decoration: none}

ul {list-style: inside square} /* general lists */



acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

table {float: right; width: 99%; margin: 0; padding: 0; font-size: 8pt; border-collapse: collapse }

td {text-align: center; padding: 2px; border: 1px solid #000000;}

th {text-align: left; padding: 5px; border: 1px solid #000000; background-color:#FFFFCC }

.title {text-align: left; padding: 5px; border: 1px solid #000000; color:#ffffff; background-color:#993300 }

.unavailable {font-weight: bold; text-decoration: line-through; color:#666666}

.available {font-weight: bold; background-color:#FFCC66}


/*-----------------------------------------------LAYOUT DIVS------------------------------------------------*/

#container {
position: relative; 
margin: 0 auto; 
width: 866px;
background: url('images/generic/layout_bg.gif') repeat-y 0 0;  /* Important image, do not remove */
overflow: hidden
}

#header {  /* div containing h1, nav and grapes image */
float: left; 
text-align:right;
width: 866px; 
height: 220px; 
background: #E9AB1A url('images/generic/header.gif') no-repeat 0 0  /* HEADER IMAGE HERE */  ; 
}

#headerpichome {  /* div containing h1, nav and grapes image */
float: right; 
text-align:right;
width: 432px; 
height: 220px; 
background: #E9AB1A url('images/generic/headerpic_home.jpg') no-repeat 0 0  /* HEADER PIC HERE */  ; 
}

#menu {   /* menu column */
position: absolute;
left: 0px;
top: 170px;
margin-left: 60px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}

#content {


float: right; 
width: 560px; 
padding-bottom: 10px; 
padding-right: 15px; 
background: transparent; 
overflow: hidden
}



.contentpic {  /* content image */
float: right;
clear: right; 
width: 217px; 
height: 145px;
border: 1px solid #ffffff;
margin-top: 50px;
margin-left: 15px;

} 

#gallerythumb {  /* content image */
width: 126px; 
height: 83px;
border: 1px solid #ffffff;
margin-top: 10px;
margin-left: 5px;

} 

#gallerylarge {  /* content image */
border: 1px solid #ffffff;
margin-top: 10px;

} 


#footer {float: right; padding-bottom: 20px; line-height: 2em; width: 823px; background: #E9AB1A url('images/generic/footer.gif') no-repeat left bottom  /* HEADER IMAGE HERE */  ;}

#footertext {padding-left: 240px; font-size: 8pt; text-align: left;} 

#footertext p {text-align: left; font-size: 8pt; color:#FFFFCC} 

#quote {    /* Quote box in left column */
	background-position: 0 0; float: left;
	width: 170px;
	text-align: center;
	margin-left:10px; margin-right:0; margin-top:10px; margin-bottom:20px; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px; background-image:url('images/generic/quotation.gif'); background-repeat:no-repeat; background-attachment:scroll	
}

#quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------NAVIGATION-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 1px  solid #ffffff;
	padding: 5px 10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: #00A9E0
}

ul#nav li a#current {background: #E9AB1A url('images/generic/sun_icon.gif') no-repeat right center;}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #FFFFB6; color: #000000}