@charset "utf-8";
/* CSS Document */

/* General */

* {
	margin: 0 auto;
	padding: 0;
}

body {
	background: #514746;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #6F5C4F;
}

.container {
	width: 1024px;
}

img {
	border: none;
}

a {
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #B06F3E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #B06F3E;
}

h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	color: #543E28;
}

h2 {
	font-family: Georgia, Garamond, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #B06F3E;
}
h3 {
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #6F5C4F;
}
h4 {
	font-family: Georgia, Garamond, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #619193;
}

ol {
	padding-left: 30px;
}

/* Home Page */

#home-bg {
	background:url(../images/homebg.jpg) no-repeat top center;
	height: 768px;
	margin-top: 20px;
}

#home-icons {
	background: url(../images/homeiconsbg.jpg) no-repeat top center;
	height: 140px;
	padding-top: 20px;
	padding-right: 50px;
}

#home-flash {
	width: 802px;
	height: 404px;
	padding-right: 5px;
}

#hidden-text {
	text-indent: -99999px;
}

#geo-trust {
	float: right;
	padding-top: 25px;
	padding-right: -25px;
}

/* Navigation */

ul#nav {
	float: left;
	padding-top:35px;
	padding-left: 160px;
	margin-top: 0px;
	}
	
	ul#nav li {
		display: inline;
		margin-top: 0px;
		padding: 0px;
		}
		
		ul#nav li a {
			display: block;
			float: left;
			height: 28px;
			text-indent: -9999px;
			/* To fix alignment in IE6 */
			margin-top: -2px; 
			}
			
			/* over-ride in non-IE browser for proper image alignment *sigh* */
			ul#nav li>a { 
				margin-top: 0px;
			}
			
			ul#nav li.about a {
				width: 65px;
				background: url(../images/about.png) bottom center;
				}
			ul#nav li.loire a {
				width: 124px;
				background: url(../images/loire.png) bottom center;
				}
			ul#nav li.provence a {
				width: 106px;
				background: url(../images/provence.png) bottom center;
				}
			ul#nav li.bordeaux a {
				width: 108px;
				background: url(../images/bordeaux.png) bottom center;
				}
			ul#nav li.tour a {
				width: 180px;
				background: url(../images/tour.png) bottom center;
				}
			ul#nav li.reserve a {
				width: 122px;
				background: url(../images/reserve.png) bottom center;
				}
			ul#nav li a:hover{
				background-position: top center;
				}
				
/* End Navigation */

/* Set up for all other pages */

#header-bg {
	background:url(../images/headerbg.jpg) no-repeat top center;
	height: 480px;
	margin-top: 20px;
}

#logo {
	padding: 110px 0 0 390px;
}

#header-flash {
	width: 802px;
	height: 242px;
	padding-right: 5px;
	margin-top: -1px;
}

#header-bg>#header-flash {
	margin-top: inherit;
}


#content-bg {
	background: url(../images/bodybg.jpg) repeat-y top center;
	margin-top: -3px;
}

#container>#content-bg { 
	margin-top: 0px;
}

#content{
	width: 850px;
	padding-left: 18px;
	padding-bottom: 10px;
}

#content img {
	padding: 10px;
}

#content ul {
	padding-left: 30px;
}

#footer {
	background: url(../images/footerbg.jpg) no-repeat top center;
	height: 167px;
}

#bottomcredits {
	background: no-repeat center top;
	height: 120px;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
}

/* Form */

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* End Form */
