html {height:100%; overflow:auto}
body {margin: 0; padding: 0; background: #000000; height:100%; overflow:auto }

* {margin: 0; padding: 0; border: 0; font-family:  Tahoma}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Tahoma; margin: 15px 0 0 5px; color: #D51F38; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Tahoma; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 20px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #000}
h1:first-letter {font-family: Tahoma; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 50px; top: 125px; font-style: italic; color: #ffffff; font-size: 1.0em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.1em;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.5em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #ffffff; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/




#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
height: 900px;
min-height: 1200px;
width: 920px; 
background: url(images/bkgrnd.jpg) 0 0 repeat-y #ffffff;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
margin-left: 44px;
width: 920px; 
height: 200px; 
background: url(images/title.jpg) 0 0 no-repeat #000000  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}

#rgtcol {color: #000000; float: right; width: 640px; padding-bottom: 30px; background: transparent; overflow: visible}  /* right column */


#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 640px; background: #D51F38; border-top: 1px solid #D9D93C}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	height:650px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {color: #990000; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 40px 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: 200px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #ff0000;
	padding: 15px 5px;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: #D51F38
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #000000; color: #fff}



#slider_container_3 { float: left; padding: 0; width: 600px; border: 1px #333333 solid; }

.SliderName_3 {
	float: left;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

.SliderNamePrev_3 {
	background: url() no-repeat left center;
	width: 600px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_3 {
	background: url(../img/right.png) no-repeat right center;
	width: 600px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_3Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation_3 { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }

#SliderNameNavigation_3 a:link, #SliderNameNavigation_3 a:active, #SliderNameNavigation_3 a:visited, #SliderNameNavigation_3 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_3 a.active:link, #SliderNameNavigation_3 a.active:active, #SliderNameNavigation_3 a.active:visited, #SliderNameNavigation_3 a.active:hover{
	background: url(../img/bullet_active.png) no-repeat center center;
}

#SliderNameNavigation_3 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_3 a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center;
}


	