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

/*
Design by: Oni Dela Cruz
Date Created:March 23, 2008
For: LMFE Website
*/

/* body */
body#main { background: #330033 url(../IMAGES/head.png) no-repeat top center;
	margin:135px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	}
		   
div.datebox { 
	width:723px;
	text-align:left;
	padding:0 4px 1px 5px;
	color:#ffffff;
	background-color:#990099;
	
	}
	
div.container { 
	width:723px;
	border:solid 1px #000000;
	text-align:left;
	padding:10px 4px 1px 5px;
	background-color:#FFFFFF;
	color:#000000;
	
	
	}
	
li#menu {
font-size:10.5px;
margin-left:-40px;
margin-bottom:2px;
line-height:15px;
background-color:#333333;
padding:3px 5px 3px 12px;
list-style:none;
}
/* image products */

img.left {
	float: left;
	margin: 0 10px 0 15px;
					
}

/* Button Intro*/

div.btn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:medium;
	text-align: center;
	}
	
div.footer{ 
	width:725px;
	border:solid 1px #000000;
	text-align:center;
	padding:3px 3px 3px 4px;
	background-color:#FF9900;
	color:#ffffff;
	font-size:9px;

	}

h1,h2,h3,h4 {margin:0;}
hr{color:#FFFFFF;}
p{text-indent:20px; padding:10px 20px 3px 20px;}
	
/*pull down*/

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddm li a{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 85px;
	background: #990099;
	color: #FFFF66;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {	
	background: #FF9900;
}

#sddm div {	

	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #000000;
	font: 11px arial
}

#sddm div a:hover {
	background: #FF9900;
	color: #FFF
}


/* links */

a:link{
	
	border:none;
	color: #FFFFFF;
	}
	
a:visited{
	text-decoration: none;
	border:none;
	color:#FFFFFF;
	}
		
a:hover{
	border:none;
	font-weight: bold;
	color: #FFFF66;	
	}

a:active{
	text-decoration: none;
	border:none;
	text-decoration: none;
	border:none;
	color: #FFFFFF;
	}
	
