/* CSS Document */





html, body {
	margin:0 auto;
	padding:0;
}



.brclear { 
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}



/*HOME */
#wrapper-home {
	width: 100%;
	margin: 50px auto 0 auto;
	background: url(../images/BG-home.jpg) no-repeat center top;
	background-color: #000000;
}
#wrapper-solstice {
	width: 100%;
	margin: 50px auto 0 auto;
	background: url(../images/BG-solstice.jpg) no-repeat center top;
	background-color: #000000;
}
#wrapper-chenin {
	width: 100%;
	margin: 50px auto 0 auto;
	background: url(../images/BG-chenin.jpg) no-repeat center top;
	background-color: #000000;
}
#container-chenin {
	width:1000px;
	margin: 0 auto;
}	
#container-home {
	width:1000px;
	margin: 0 auto;
	height: 725px;
}	
.home-menu {
	font:20px Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 25px;
}
.home-menu a {
	color:#FFFFFF;
	text-decoration:none;
}
.home-menu a:hover {
	color:#E6D304;
	text-decoration:none;
}
.home-menu-active {
	font:20px Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#E6D304;
	text-decoration:none;
	line-height: 25px;
}




.solstice-menu {
	font:20px Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 25px;
}
.solstice-menu a {
	color:#FFFFFF;
	text-decoration:none;
}
.solstice-menu a:hover {
	color:#B10021;
	text-decoration:none;
}

.solstice-menu-active {
	font:20px Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#B10021;
	text-decoration:none;
	line-height: 25px;
}






/* HOLDER STYLES */
#wrapper {
	width: 100%;
	margin: 0px auto 0 auto;
}

#wrapper-sauvage {
	width: 100%;
	margin: 0px auto 0 auto;
	background: url(../images/BG-sauvage.jpg) no-repeat center top;
}
#wrapper-cidre {
	width: 100%;
	margin: 0px auto 0 auto;
	background: url(../images/BG-cidre.jpg) no-repeat center top;
}
#wrapper-contact {
	width: 100%;
	margin: 0px auto 0 auto;
	background: url(../images/BG-contact.jpg) no-repeat center top;
}
#container {
	width:1000px;
	margin: 0 auto 0 auto;
	float: inherit;
}	








/* HEADER STYLES */
#header {
	width: 1000px;
	margin: 0px 0 0px 0px;
	height: 225px;
}


#logo {
	width: 170px;
	margin: 25px 0 0 0;
	height: 200px;
	float: left;
}
	
#top-nav {
	width:785px;
	float:right;
	margin: 210px 0px 0px 0px;
}

#primary-menu ul.menu ul.menu .menu-5539 ul.menu, ul.menu {
	display:inline;
}

ul.menu {
	border:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
}

ul {
	margin:6px 0 12px;
	padding:0;
}

#primary-menu {                                   /* menu layout */
	display: block;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

#primary-menu ul.menu li {
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	position: relative;
	width:  auto;
	list-style-image: none;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover {
	color: #000000;
}

#primary-menu ul.menu li a {
	color: #B10021;
	display: block;
	padding: 0px 10px 0px 0;
	text-decoration: none;
	font-size:16px;
	letter-spacing:0.5px;
	list-style-image: none;
	padding: 0 20px 0 0;
	list-style-type: none;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a {
  color: #000000;
}

#primary-menu ul.menu li ul {
  margin: 0 0 0 0px;
  padding: 4px 0;
  position: absolute;
  z-index: 2;
  width:150px;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}


	






/* CENTER STYLES */
#center {
	margin: 50px 0 0 0;
	width: 1000px;
	text-align: left;
	padding: 0px;
}
#sidebar-left {
	width:170px;
	margin: 0 45px 0 0;
}	
#content {
	margin: 0px 0px 0px 0px;
	width: 785px;
	text-align: left;
}



#page-heading {
	float:left;
	width:100%;
	margin: 0px 0px 20px 0px;
	height: 35px;
}
#text-area {
	text-align: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
}
#sidebar-menu {
	width:170px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}








/* TEXT STYLES */
.text {
	font: 15px Gill Sans, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	letter-spacing: 0.5px;
	list-style-position: inside;
}
.text a {
	color: #B10021;
	text-decoration: underline;
}
.text a:hover {
	color: #000000;
	text-decoration: underline;
}

.text-white {
	font: 15px Gill Sans, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 0.5px;
	list-style-position: inside;
}
.text-white a {
	color: #E6D304;
	text-decoration: underline;
}
.text-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.text-conditions {
	font: 11px Gill Sans, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.5px;
}
.text-conditions a {
	color: #B10021;
	text-decoration: underline;
}
.text-conditions a:hover {
	color: #000000;
	text-decoration: underline;
}





.sidebar-menu {
	font: 15px Gill Sans, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align:left;
	line-height: 26px;
	text-transform: uppercase;
} 
.sidebar-menu a {
	text-decoration: none;
	color: #000000;
} 
.sidebar-menu a:hover {
	color: #B10021;
	text-decoration: none;
} 

.sidebar-menu-active {
	font: 15px Gill Sans, Arial, Helvetica, sans-serif;
	color: #B10021;
	text-decoration: none;
	line-height: 26px;
	text-transform: uppercase;
} 






.h1 {
	font: 18px Gill Sans, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	line-height: 22px;
}
.h1 a {
	color: #000;
	text-decoration: none;
}
.h1 a:hover{
	color: #B10021;
	text-decoration: none;
}


.h2 {
	font: 20px Gill Sans, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.h2 a {
	color:#FFFFFF;
	text-decoration:none;
}	
.h2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


.h3 {
	font: 20px Gill Sans, Arial, Helvetica, sans-serif;
	color: #B10021;
	text-decoration: none;
}


.h4 {
	font: 20px Gill Sans, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	font-style: italic;
}
.h4 a {
	color: #41291A;
	text-decoration: none;
}
.h4 a:hover {
	color: #000000;
	text-decoration: none;
}


.h5 {
	font: 16px Gill Sans, Arial, Helvetica, sans-serif;
	color: #B10021;
	text-decoration: none;
	line-height: 20px;
} 
.h5 a {
	color: #41291A;
	text-decoration: none;
}
.h5 a:hover {
	color: #644B3D;
	text-decoration: underline;
}


.h6 {
	font: 16px Gill Sans, Arial, Helvetica, sans-serif;
	color: #E6D304;
	text-decoration: none;
	line-height: 20px;
} 
.h6 a {
	color: #E6D304;
	text-decoration: none;
}
.h6 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.h7 {
	font: 13px Gill Sans, Arial, Helvetica, sans-serif;
	color: #B10021;
	text-decoration: none;
	line-height: 20px;
} 







/* FOOTER STYLES */
#footer {
	width:100%;
	margin:30px 0 auto 0;
	border-top:1px solid #999999;
	padding:10px 0;
}

#footer-credits {
	width:1000px;
	margin: 0 auto;
}	


.footer {
	font: 10px Gill Sans, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #B10021;
	text-decoration: none;
}



#footer-home {
	width:100%;
	margin:30px 0 auto 0;
	border-top:1px solid #938804;
	padding:10px 0;	
}	

#footer-solstice {
	width:100%;
	margin:30px 0 auto 0;
	border-top:1px solid #B10021;
	padding:10px 0;	
}	


.footer-home {
	color:#938804;
	font:10px Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
.footer-home a {
	color:#938804;
	text-decoration:none;
}
.footer-home a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.footer-solstice {
	color:#B10021;
	font:10px Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
.footer-solstice a {
	color:##B10021;
	text-decoration:none;
}
.footer-solstice a:hover {
	color:#FFFFFF;
	text-decoration:none;
}







/* FORM STYLES */
.formfield {
	font: 10px Gill Sans, Arial, Helvetica, sans-serif;
	color: #41291A;
	padding: 0px 0px 0px 0px;
	height: 17px;
	text-align: left;
	text-indent: 5px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
