/**
*	L'Olivier Wine and Olive Estate Stylesheet
*/

* { margin: 0; padding: 0; }

body {
	background: #545400;
	color: #fff;
	font: normal 12px Arial,Verdana,sans-serif;
	text-align: center;
}

a { color: #1a778b; outline: none; text-decoration: underline; }
a:hover { color: #1a778b; text-decoration: none; }
a img { border: none; }

p { padding: 5px 10px; line-height: 18px; }

h1, h2, h3 {
	border-bottom: 1px solid #ccc;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	margin: 0 10px;
}

h1 {
	color: #636317;
	font-size: 20px;
	padding: 15px 0 10px 0;
	margin-bottom: 5px;
}

h1 em {
	font-size: 16px;
	color: #999999;
}

h2 {
	color: #333;
	font-size: 18px;
	padding: 15px 0 10px 0;
	margin-bottom: 5px;
}

h3 {
	border-bottom: none;
	border-left: 3px solid #7f7f22;
	color: #333;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 5px;
}


.clear { clear: both; }
.center { text-align: center; }
.split-left { float: left; width: 50% }
.split-right { float: right; width: 50% }
.thumbs a img { margin: 0 5px 5px 0; }
.frame { border: 2px solid #ccc; padding: 4px; }


.quote {
	border-left: 5px solid #7f7f22;
	color: #7f7f22;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px;
	
}

#largeImg {
	border: solid 1px #ccc;
	padding: 5px;
}

#reservation-form {
	margin: 5px 10px;
	border-collapse: collapse;
	width: 480px;
}

#reservation-form td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}

#reservation-form input {
	border: 1px solid #999;
	padding: 3px;
	width: 300px;
}

#reservation-form textarea {
	border: 1px solid #999;
	height: 100px;
	padding: 3px;
	width: 300px;
}

#reservation-form span {
	color: #990000;
	font-weight: bold;
}

/**
* Wrapper
**************************************************/
#wrapper {
	background: #fff;
	color: #666;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}


/**
* Header
**************************************************/
#top {
	background: url(../images/header-bg.jpg) no-repeat 0% 0%;
	height: 35px;
	width: 800px;
}

#header {
	height: 133px;
	width: 800px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

/**
* Menu
**************************************************/
#menu {
	background: #acac1f url(../images/menu-corner.jpg) no-repeat 100% 0%;
	color: #fff;
	height: 35px;
	line-height: 35px;
	margin: 0 12px;
	width: 774px;
}

#menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#menu li a {
	background-color: inherit;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

#menu a:hover, #menu .selected {
	background-color: inherit;
	color: #353500;
	text-decoration: none;
}


/**
* Banner
**************************************************/
#banner {
	background: #fff url(../images/loader.gif) no-repeat 50% 50%;
	border-bottom: 5px solid #ccc;
	border-top: 1px solid #353500;
	height: 230px;
	margin: 0 12px;
	overflow: hidden;
	width: 774px;
}


/**
* Content
**************************************************/
#content {
	background: #fff url(../images/content-bg.jpg) repeat-y 50% 0%;
	color: #666;
	margin: 0 12px;
	padding-bottom: 30px;
	width: 774px;
}

body.two-column #content { background-image: none; }

body.two-column-alt #content { 
	background-image: none;
	border-top: 5px solid #ccc;
}

#content ul {
	list-style-type: none;
	margin: 5px 20px;
}

#content li {
	background: url(../images/list-style.gif) no-repeat 0px 6px;
	padding: 3px 5px 3px 15px;
}


/**
* Main
**************************************************/
#main {
	float: left;
	width: 516px;
}


/**
* Sidebar
**************************************************/
#sidebar {
	float: right;
	width: 258px;
}


/**
* Footer
**************************************************/
#footer {
	background: #545400 url(../images/footer-bg.jpg) no-repeat 0% 0%;
	padding-top: 70px;
	color: #9e9e48;
	font-size: 11px;
	text-align: center;
	width: 800px;
}

body.two-column #footer, 
body.two-column-alt #footer { 
	background: #545400 url(../images/footer-bg-alt.jpg) no-repeat 0% 0%;
}

#footer .foot-menu {
	border-bottom: 1px solid #666601;
	border-top: 1px solid #666601;
	font-size: 12px;
	margin: 0 12px 0 12px;
	padding: 10px 0;
}

#footer .foot-menu a { padding: 0 10px; }
#footer p { padding: 10px 0px; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }
.book {
	color: #7f7f22;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

