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

a img {
	border: 0;
}
body  {
	font: 9pt Verdana, Helvetica, Arial, sans-serif;
	background: #660000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#Container { 
	width: 950px;
	background: #660000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 5px;
	position: relative;
} 
#Header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#HeaderText {
	float: right;
	width: 820px;
	padding-top: 45px;
}
#HeaderLogo  {
	width: 110px;
}
#HeaderText  h1 {
	font-size: 150%;
	font-weight: normal;
	color: #FFCC00;
	margin: 0;
}
#HeaderText  h2 {
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
	font-weight: normal;
	color: #CC0000;
	margin: 0;
}
/* my ap-div for positioning the spry menu */
 #Menu {
	left: 0px;
	background-color: #FF6600;
	height: 25px;
	visibility: visible;
	width: 950px;
}
#Menu img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 80%;
	color: #999999;
}
#MainFrame {
	background-color: #330000;
	margin: 0px 0px 0px;
	padding-top: 20px;
	padding-bottom: 10px;
} 
#MainFrame .txt3 {
	font-size: 90%;
	color: #CCCCCC;
	text-align: right;
	margin: 0px 10px 10px 0px;
}
#MainFrame .txt3 a {
	color: #999999;
	text-decoration: none;
}
#MainFrame .txt3 a:hover {
	color: #FF9900;
	text-decoration: none;
}
#BannerDiv {
}
#Footer {
	padding: 0 10px;
} 
#Footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #990000;
}
#Footer a {
	color: #FF3300;
	text-decoration: none;
}
#Footer      #right   {
	list-style-type: none;
	float: right;
}
#Footer #right img {
	margin-top: 10px;
}
#Footer a:hover {
	color: #FF9900;
}
#Footer  ul li a {
	text-decoration: none;
	color: #FF3300;
	font-size: 80%;
}
#Footer  ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}
.fltRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#BannerBalimoon, #BannerMarina, #BannerNaxtra, #BannerNature,
#BannerLarge, #BannerMedium {
	height: 400px;
	width: 300px;
	left: 35px;
	top: 175px;
	position: absolute;
	visibility: visible;
}
#DetailBaMtournesol, #DetailBaMsoleil, #DetailBaMlagon, #DetailBaMlis,
#DetailBaLhibiscus, #DetailBaLlotus, #DetailBaLvolcano, #DetailBaLcameline,
#DetailMaMolive, #DetailMaMbordeaux, #DetailMaMindigo,
#DetailMaLolive, #DetailMaLbordeaux, #DetailMaLindigo,
#DetailNaxtraLecru, #DetailNaLecru, #DetailNaMecru {
	width:300px;
	height:400px;
	z-index:1000;
	left: 35px;
	top: 175px;
	background-color: #330000;
	visibility: hidden;
	position: absolute;
}
#BannerDiv  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 547px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #000000;
	height: 364px;
	padding-top: 10px;
	padding-bottom: 10px;
}
