/* moulinlatour.com css */

body { 
	background: #ffffff url(/css/sitebg.png) repeat-y 50% 0; 
	color: #000000; 
	font-family: Verdana; 
	font-size: 80%; 
	margin: 0; 
	overflow: -moz-scrollbars-vertical;
	padding: 0; 
}

img { 
	border: 0; 
}

/* placements */

#mainwrapper { 
	margin: 0 auto; 
	padding: 0; 
	width: 760px; 
}

#leftnav { 
	float: left; 
	width: 158px;
}

#siteby {
	display: none;
}

#maincontent { 
	float: left; 
	width: 568px; 
}

/* index page */

.left { 
	clear: both; 
	float: left; 
	padding: 0 10px 0 10px; 
	width: 360px; 
}

.right { 
	float: right; 
	text-align: center; 
	width: 378px; 
}

.frontpage { 
	text-align: justify; 
}

.indexlist ul { 
	list-style-type: none; 
}

.indexlist li { 
	float: left; 
	padding: 5px 0 0 20px; 
}

/* site text */

#leftnav { padding: 15px 15px 0px 0px; text-align: right; }

#leftnav ul { margin: 0; padding: 0; list-style-type: none; }

#leftnav li { margin: 0; padding: 3px 20px 3px 0px; }

#leftnav a { padding: 2px 0px 3px 0px; }

#leftnav a:link, #leftnav a:visited { color: #000000; text-decoration: none; }

#leftnav a:hover, #leftnav a:active { color: #333333; text-decoration: underline; }

#language a { text-decoration: none; }

#maincontent { padding-top: 15px; }

#maincontent a { text-decoration: underline; }

#maincontent a:link, #maincontent a:visited { color: #000000; }

#maincontent a:hover, #maincontent a:active { color: #333333; text-decoration: none; }

#maincontent li { list-style-type: circle; }

.center { text-align: center; }

p {	text-align: justify; margin: 2px 8px 6px 8px;}

fieldset { margin: 0 30px 0 30px; padding: 8px; border: 1px solid #cccccc; }

#error { color: red; font-weight: bold; text-align: center; }

.lpad { padding: 0 0 0 50px; }

.rpad { float: right; margin: 0 70px 0 0; }

.tandc { font-size: 0.9em; }

#themap { 
	border: 1px solid #999999; 
	height: 500px; 
	margin: 0 auto; 
	position: absolute; 
	top: -800px; 
	width: 758px; 
	z-index: 10; 
}

#drawer { 
	background-color: #ffffff; 
	border: 1px solid #999999; 
	font-weight: bold;
	margin: 0 auto; 
	padding: 10px;
	position: absolute; 
	text-align: center; 
	top: -800px; 
	width: 738px; 
	z-index: 8; 
}

#drawer a {
	color: #333333;
	text-decoration: none;
}

#footer { 
	clear: both; 
	height: 20px; 
}

/* prices page */

.prices td { 
	text-align: center; 
}

.red { 
	color: #999999; /* #ff0000; */ 
}

.green { 
	color: #009900; 
}

.width1 { 
	width: 190px; 
}

.width2 { 
	width: 88px; 
}

/* fieldset { border: 1px solid #cccccc; } */

/* forms styling */

.formLeft {
	clear: left; 
	float: left; 
	padding: 4px 10px 0 0; 
	text-align: right; 
	width: 200px; 
}

.formRight { 
	padding: 3px 0 10px 10px; 
}

.formRight input, select, textarea { 
	border-top: 1px solid #666666; 
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-left: 1px solid #666666;
}

.formRight textarea {
	font-family: Verdana;
	font-size: 100%; 
}
