/** Hide all of this stuff for now to make sure it doesn't break any of the native bathstudent stuff */

body {
	background:#DDDDDD url(../images/background-grad.jpg) repeat-y top center;
	font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}


/*  fonts ------------------------------------------------------------------- */

a:link {color: #ca0308;text-decoration: none;} 
a:visited {color: #777777;text-decoration: none;} 
a:hover {color: #d86767;text-decoration: underline;}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;

}


abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}


/*  container --------------------------------------------------------------- */

div#container {
	background: #FFFFFF url(../images/winesoclogo.png) top center no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0;
	text-align: left;
	}


/*  intro ------------------------------------------------------------------- */

div#intro {
	width: 800px;
	margin: 0;
	padding: 225px 0 0 0;
	}

div#invisibletitle {
	display: none;
}

div#mainmenu {
	width: 800px;
	height: 40px;
	margin: 0 0 20px 0px;
	color: #9E2E2F;
}

div#mainmenu a:link {color: #ffc2b6;text-decoration: none;} 
div#mainmenu a:visited {color: #e67d6a;text-decoration: none;}
div#mainmenu a:hover {color: #F7F5D9;text-decoration: none;}	


/*  leftparas --------------------------------------------------------------- */

div#leftparas {
	width: 545px;
}

div#leftparas p {
padding: 0 10px 5px 25px;
}

div#leftparas h1 {
	color: #91090d;
	background: url(../images/corkscrew.jpg) no-repeat;
	padding: 60px 0px 10px 25px;
	line-height: 1.1em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#leftparas h2 {
	color: #91090d;
	padding: 0px 0px 0px 25px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


div#leftparas h3 {
	color: #91090d;
	padding: 0px 0px 3px 25px;
	line-height: 1.5em;
	font-weight: bold;
}

div#leftparas img {
	margin: 5px 15px 5px 0px;

}

div#leftparas img.left {
	margin: 5px 15px 5px 0px;
	float: left;
	border-color:#cccccc;
}

div#leftparas img.right {
	margin: 5px 0px 5px 15px;
	float: right;
	border-color:#cccccc;
}

div#leftparas img {
	margin: 3px 0px 5px 0px;
}

/* t r b l	*/

/*  fullparas --------------------------------------------------------------- */

div#fullparas {
	width: 800px;
}

div#fullparas p {
padding: 0 20px 5px 20px;
}

div#fullparas h1 {
	color: #91090d;
	background: url(../images/corkscrewlong.jpg) no-repeat;
	padding: 60px 0px 10px 20px;
	line-height: 1.1em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#fullparas h2 {
	color: #91090d;
	padding: 0px 0px 5px 20px;
	font-weight: bold;
}


div#fullparas h3 {
	color: #91090d;
	padding: 0px 0px 3px 20px;
	font-weight: bold;
}

div#fullparas img.left {
	margin: 5px 15px 5px 0px;
	float: left
}

div#fullparas img.right {
	margin: 5px 0px 5px 15px;
	float: right
}

div#fullparas img {
	margin: 5px 0px 5px 0px;
}


/*  Sidebar ----------------------------------------------------------------- */


div#sidebar {
	position: absolute; left:auto; right:auto; top:290px;
	text-align: center;
	width: 200px;
	margin-left: 570px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #2f190c;
	
	}
	
div#tastinglist {
	background: url(../images/cork-mid.jpg) 
	}
	
	
div#tastinglist ul {
	margin: 15px 10px 10px 10px;
	padding: 10px 10px 45px 10px;
	}
	
div#tastinglist li {
	margin-left: 0;
	padding: 0 10px 10px 10px;
	list-style: none;
	}	
	
div#tastinglist h2 {
	background: url(../images/cork-top.jpg) no-repeat;
	font-size: 1.75em;	
	padding: 30px 10px 30px 10px;
	line-height: 1.1em;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	text-align: center;
	
		}


div#tastinglist p.last {
	background: url(../images/cork-bot.jpg) bottom left no-repeat;
	padding-bottom: 65px;
	/* for IE5 */
	margin-bottom: 0px;
	}
	
	
	
div#sidebar a:link {
	color: #2f190c;
	font-weight: bold;
	text-decoration: none;
	}
	
div#sidebar a:visited {color: #864b48; text-decoration: none;}
div#sidebar a:hover {color: #ca0308; text-decoration: none;}


/*  Footer ----------------------------------------------------------------- */

div#footer {
	text-align: center;
	width: 780px;
	margin-left: 20px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #2f190c;
	
	}
	
#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	background-color: #E6564D;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
