/* Begin CSS Popout Menu */

#menuh-container
	{
	position: relative;
	margin-top: 0;
	width: 100%;
	}

#menuh
	{
	font-size: 100%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	width: 750px;
	float: left;
	margin:0;
	color: #333;
	background: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-style: normal;
	font-weight: bold;
	}
		
#menuh a
	{
	text-align:left;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #fff;
	background: #000000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #fff;
	background-color: #ff0000;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	text-transform: uppercase;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:105px;	/* width of all menu boxes */

	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:185px;
	float:left;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;

	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */


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

/* By default (td, body..) use verdana in black. */
#form1 {
	line-height:275%;
}

body {
	color : #a52a2a;
	width : 100%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666666;
	background-image: url(images/bgd.jpg);
}

bodytext {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Links within paragraphs (subtle) */
p a {
font-size: .9em;
color: #999999;
background : inherit;
text-decoration: underline;
}

/* Links within paragraphs (revealed) */
p a:hover  { 
font-size: .9em;
color: #0000ff;
background : inherit;
text-decoration: underline;
}

#container {
	width : 750px;
	margin : 0 auto;
	padding : 5px;
	background: #E4DCB2  url(images/bgd.jpg) repeat;
	color : #000;
	line-height : 1.5em;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/luminer_header_750px.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:109px;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
	color: #FFFFFF;
	background:transparent;
	text-decoration: none;
}
#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
	float : left;
	width : 160px;
	margin : 0;
	padding : 5px;
	border-right:0px solid #520934;
	color : #FFFFFF;
}

#content {
	margin :10px 0 0 0px;
	padding : 10px;
}
#content p {
	margin-bottom: 15px;
	margin-top: 5px;
}
#content img {
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#footer {
	font-size: .9em;
	clear : both;
	margin : 0;
	padding : .5em;
	color : #FFFFFF;
	border-top : 0px solid #520934;
	background-color: #000000;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color :#fff;
background:inherit;
text-decoration : underline;
}

#leftnav p {
margin : 5px 0 10px 5px;
}
h1 {
	margin : 0 0 15;
	padding : 10px 0 5px 0px;
	letter-spacing:3px;
	border-bottom: 1px solid #CC0000;
	color:#CC0000;
	font-family: Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	margin : 0 0 0;
	padding : 0px;
	font : bold 120% Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	color:#000;
	background:inherit;
}

#footer img {
   float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

.happy {
border-top : 1px solid #808080;
padding : 10px;
}

a:link, a:visited {
font-size: .9em;
color : #000;
background : inherit;
text-decoration : underline;
}

a:hover {
font-size: .9em;
color :#666;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: .9em;
color : #F5DE1E;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}

.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/pt02.jpg) no-repeat;
color:#000;
}
#navlist li {
	list-style-type: square;
	background: inherit;
	color: #FFFFFF;
	margin: 0 15px 0 0;
	padding: 0;
}

#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 20px;
}

.clear {
clear: left;
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #E4DCB2;
font-size: .8em;
}

.search { 
background: #E4DCB2; 
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left; 
padding: 5px 0 5px 0;
}

form { 
margin: 0; 
}

input.search { 
	width: 80px; 
	border: none;
	color: #000;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 80px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}

/* End CSS Popout Menu */
#cont_left {
	float: left;
	height: 100%;
	width: 275px;
}
#cont_left p {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
#cont_right {
	float: right;
	height: 100%;
	width: 450px;
}
#cont_full {
	float: left;
	height: 100%;
	width: 700px;
	margin-top: 0px;
}
h3 {
	margin : 5 0 0;
	padding : 0px;
	color:#FF0000;
	background:inherit;
	font-family: Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}
#topcontact {
	width: 700px;
	height: 155pt;
	float: left;
	margin-bottom: 20px;
}
#topcontact img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#botcontact {
	width: 700px;
	height: 175pt;
	float: left;
	margin-bottom: 10px;
	display: block;
}
#contact {
	padding : 10px;
	height: 500px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
}
#contact p {
	margin-bottom: 15px;
	margin-top: 5px;
}
#contact img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#cont_pack {
	float: left;
	height: 100%;
	width: 267px;
}
#cont_pack img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#cont_pack p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

