@charset "UTF-8";
html {
	
	margin:0; padding:0;
	overflow-y: scroll;
}

* html #leftNav li a, * html #leftNav strong  {
	height:1%;
}

body { font/*-size*/: /*62.5%*/100%/1.4  Arial, Helvetica, Verdana, sans-serif;;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	/*margin-top: 0px;*/
	width: 680px;
	/*margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
	margin: 0 auto;
	background-color: #7c0629;
	background-image: url(images/moulin_bkgd_fade.jpg);
	background-repeat: no-repeat;
}
#containerHome {	/*margin-top: 0px;*/
	width: 680px;
	background-color: #7c0629;
	background-image: url(images/revised_home_images/home_bkgd_v2.jpg);
	background-repeat: no-repeat;
	height: 653px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containerHome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #C7816F;
	text-decoration: none;
	margin-top: 5px;
}
#containerHome  p a:link, containerHome  p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7816F;
	text-decoration: none;
	margin-top: 5px;
}
#containerHome p a:hover, containerHome p a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
}

/*#container*/ #header {
	background-image: url(images/header_main/moulin_main_header.jpg);
	background-repeat: no-repeat;
	height: 123px;
}
/*#container  #header*/  #book_event {
	position: relative;
	left: 350px;
	top: 45px;
}


/* -------- content area  -------- */

/* #container*/ #content  {
	width:503px;
	margin: 0 0 0 -3px;
	float:left;
	background-repeat: repeat-y;
}
#content p {
	color: #E1C387;
	font-size: 80%;
	line-height: 1.5em;
	margin: 20px 50px 10px 30px;
}
#container #content table {
	margin-left: 20px;
}
#content     li  {
	color: #E1C387;
	font-size: 80%;
	line-height: 1.25em;
	margin: 0 50px 5px 30px;
	list-style-type: disc;
}
#content li a:link, #content li a:visited {
	color: #ff0000;
	text-decoration: none;
}
#content li a:hover, #content li a:active {
	color: #E1C387;
	text-decoration: none;
}
#content p a:link, #content p a:visited {
	color: #ff0000;
	font-size: 100%;
	line-height: 1.5em;
	margin: 20px 50px 10px 0;
	text-decoration: none;
}
#content p a:hover, #content p a:active {
	color: #E1C387;
	font-size: 100%;
	line-height: 1.5em;
	margin: 20px 30px 10px 0;
	text-decoration: none;
}
/*  -------- end content area  -------- */

#sidebar {border: 1px dashed fuchsia;
	width:184px;
	float:left;
}

#cap {border: 1px dashed yellow;width:180px;
	background-image: url(horiz_na.jpg);
	height: 40px;
	background-repeat: no-repeat;
}


/*  -------- start top navigation  -------- */

/*#container*/ #topNav {
	background-image: url(images/images_topnav/horiz_nav_bg_new.jpg);
	height: 55px;
	background-repeat: repeat-x;
	overflow:hidden;
}

#topNav ul {
	/*font-size: 1em;
	line-height: 1.1em;*/
	
	font-size: 75%;
	color: #edc395;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 185px;
	float: left;
	width: 490px;
}

#topNav li {
	float: left;
}

#topNav li a:link, #topNav li a:visited {
	display: block;
	padding: .5em .4em 4px 4px;
	color: #edc395;
	text-decoration: none;
	margin-right: 0.5em;
}

#topNav li a:hover, #topNav li a:active {
	color: #FF0000;
}

#topNav li a.current, #topNav li a.current:hover, #topNav li a.current:active {
	color: #ff0000;
	cursor:default;
}
/*  -------- end top navigation  -------- */


/*  -------- start left navigation  -------- */

/*#container*/ #leftNav {
	clear: both;
	width: 180px;
	float: left;
	background-repeat: no-repeat;
}

/*#container*/ #leftNav img {
	height: 161px;
	width: 177px;
}

/*#container*/ #leftNav ul {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 1em;*/
	line-height: 1.5em;
	font-size:75%;
	color: #edc395;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 25px;
	float: left;
	width: 140px;
}

/*#container*/ #leftNav li a:link, #leftNav li a:visited {
	display: block;
	padding: .5em 0 .5em .5em;
	color: #edc395;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7c0629;
}

/*#container*/ #leftNav li a:hover, #leftNav li a:active {
	color: #FF0000;
}

/*#container*/ #leftNav li a.current, #leftNav li a.current:hover, #leftNav li a.current:active {
	color: #ff0000;
	cursor:default;
}
/*#container*/ #leftNav strong {
	display: block;
	padding: .5em 0 .5em 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7c0629;
	cursor: default;
}
#leftNav li a.current, #leftNav li a.current:hover, #leftNav li a.current:active {
	color: #ff0000;
	cursor:default;
}
#leftNav li strong a:hover, #leftNav li strong a:active
/*  -------- end left navigation  -------- */


/* -------- start back to top -------- */
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E1C387;
	text-decoration: none;
}
#container #content .leadin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #E1C387;
	text-decoration: none;
}
.backtotop a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E1C387;
	text-decoration: none;
}
.backtotop a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E1C387;
	text-decoration: none;
}
.backtotop a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FF0000;
	text-decoration: none;
}
.backtotop a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #E1C387;
	text-decoration: none;
}
/* --------- end back to top --------- */


/* -------- start address  -------- */
#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
}
#address a {
	color: #FFFFFF;
	text-decoration: none;
}
/* -------- end address  -------- */


/* -------- start footer  -------- */

/*#container*/ #footer {
	clear: both;
}
#container #photodisplay {
	display: none;
}
#container #leftNav #longBook {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_book_event.jpg);
	background-repeat: no-repeat;
}

/** ------ start corp left nav images ------ **/
#container  #leftNav  #longCorp1  {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_corp_2.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longCorp2 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_corp_app_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longCorp3 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_corp_bev_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longCorp4 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_corp_station_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longWed1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_wed_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longWed2 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_wedding_people_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longWed3 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_wedding_people_2.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longWed4 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_wedding_drink_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longWed5 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_wedding_app_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longWed6 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_wedding_cake_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longBox1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/box_images/box_sandwich_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longBox2 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/box_images/box_wrap.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longBox3 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/box_images/box_salad.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longBox4 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/box_images/box_brownie.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longAbout1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_about_1.jpg);
	background-repeat: no-repeat;
}
#container  #leftNav  #longContact {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_contact_us.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longContact1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_need.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longTest1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_testimonials_people_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longPartner1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_partners.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longSoc1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_social_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longSoc2 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_social_app_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longSoc3 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_social_bev_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longSoc4 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_social_station_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longSoc5 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_social_bev_2.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longServ1 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_services.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longServ2 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_services_table_1.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longServ3 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_services_table_2.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longServ4 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_services_table_3.jpg);
	background-repeat: no-repeat;
}
#container #leftNav #longServ5 {
	height: 240px;
	width: 160px;
	position: relative;
	left: 16px;
	top: -55px;
	margin-bottom: -40px;
	background-image: url(images/left_nav_images/long_services_table_4.jpg);
	background-repeat: no-repeat;
}
#container  #content  .menuHeads {
	margin-left: 0px;
}
#content     #form   p   {
	color: #E1C387;
	font-size: 80%;
	line-height: 1.5em;
	margin: 20px 50px 10px 30px;
}
#container #content #form table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #E1C387;
	text-decoration: none;
	margin: 20px 0 0 30px;
	line-height: 1.1;
}
#container   #content   .select  {
	float: right;
	padding-left: 20px;
}
#slideshow {
	margin-left: 30px;
}
.beerHead {
	font-weight: bold;
	font-size: 1.2em;
}
