/*this is the core style sheet for LUXe*/

body {
float:center; /* for IE */
height: 500px;
width:900px;
background-color:#000000;
}


div#wrapper {
text-align:left; /* reset text alignment */
width:800px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 

#homebig {
	float:center;
	height:750px;
	width:1000px;
background-image:url(images/hello_bground.jpg);
background-repeat: no-repeat;
background-position:top;
}

#LUXeisbig {
	float:center;
	height:750px;
	width:1000px;
background-image:url(images/LUXeis_bground.jpg);
background-repeat: no-repeat;
background-position:top;
}

#daybig {
	float:center;
	height:750px;
	width:1000px;
background-image:url(images/day_bground.jpg);
background-repeat: no-repeat;
background-position:top;
}

#nightbig {
	float:center;
	height:750px;
	width:1000px;
background-image:url(images/night_bground.jpg);
background-repeat: no-repeat;
background-position:top;
}

#andbig {
	float:center;
	height:750px;
	width:1000px;
background-image:url(images/and_bground.jpg);
background-repeat: no-repeat;
background-position:top;
}

#placebig {
	float:center;
	height:750px;
	width:1000px;
background-image:url(images/placeholder.jpg);
background-repeat: no-repeat;
background-position:top;
}

#navbar a:link, #navbar a:visited, #navbar a:active {
position:relative;
left:290px;
top:70px;
margin-left:20px;
font-family:verdana;
font-weight:bold;
border: 0px solid #ccc;
color:#d52fa0;
text-decoration: none;
padding-right:5px;
padding-left:5px;
padding-bottom:3px;
padding-top:3px;
}

#navbar a:hover  {
color:#fdd707;
}


p.bodytxt_home {
	margin-left:100px;
	margin-top:340px;
	float:left;
	width:190px;
	height:250px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	color:#ff0000;
	font-family:verdana;
	text-decoration:none;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
		background-color:#ffffff;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }

p.bodytxt_LUXeis {
	margin-left:420px;
	margin-top:120px;
	float:left;
	width:300px;
	height:170px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	color:#b28e52;
	font-family:verdana;
	text-decoration:none;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
		background-color:#ffffff;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
#animated_day {
	margin-left:470px;
	margin-top:160px;
	float:left;
	width:400px;
	height:300px;
}

#animated_night {
	margin-left:40px;
	margin-top:200px;
	float:left;
	width:400px;
	height:300px;
}

#animated_and {
	margin-left:20px;
	margin-top:280px;
	float:center;
	width:800px;
	height:110px;
}

#animated_moon {
	margin-left:20px;
	margin-top:400px;
	float:left;
	width:166px;
	height:340px;
}

p.footer {
float:center;
margin-left:300px;
	width:800px;
font-family:arial;
color:#fdd707;font-size: .7em;text-align: center;font-weight: regular;
text-decoration:none;}

p.footer a:link, #footer a:visited, #footer a:active {
font-family:arial;
color:#fdd707;font-weight:regular;
text-decoration:none;}

p.footer a:hover  {
color:#d52fa0;
}

#lorraine a:link, #lorraine a:visited, #lorraine a:active {
float:left;
margin-left:50px;
width:200px;
font-family:arial;
color:#d52fa0;font-size: .7em;text-align:left;font-weight: regular;
text-decoration:none;
}

#lorraine a:hover  {
color:#fdd707;
}

.slideShow {
               background-color: #ebebeb;
               text-align: center;
               margin-bottom: 10px;
               padding: 5px;
           }
           .slides {
               position: relative;
               z-index: 1;
               display: none;
           }
           .setTitle, .slideTitle {
               font-family: "Franklin Gothic Book", Arial, Helvitica, sans-serif;
           }
           .setTitle {
               color: #995a01;
               font-size: 14px;
               font-weight: bold;
               }
           .slideTitle {
               color: #666666;
               font-size: 12px;
           }
           .controls {
               position: relative;
               z-index: 10;
           }
           #slide1 {
               display: block;
           }
           
           img {
               border: outset 1px #999999;
           }
