#############
re written by Damp Flame/Jake Miller
zbraleader@msn.com
#############

 body {
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-image: url(images/back_main.gif);
}

  .text{font-family:Tahoma; font-size:11px;  color:#666666;}
  .main{font-family:Tahoma; font-size:11px;  color:#494F4E;}
  .green{font-family:Tahoma; font-size:11px;  color:#30B530;}
  .white{font-family:Tahoma; font-size:9px;  color:#FFFFFF; text-decoration:none}


  .input{
  		width:182px; height:21px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#5E5E5E;
		font-family:Tahoma; font-size:11px;  color:#494F4E;
		padding-top:2px;
		}
		


		.textarea{
		width:182px; height:113px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#5E5E5E;
		font-family:Tahoma; font-size:11px;  color:#494F4E;
		padding-top:2px;
		overflow:auto;
		}

.fieldset {
	-moz-border-radius: 10px;
	padding:12px;
}
 
.fieldset_login {
	-moz-border-radius: 10px;
	width:300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainContainer{
		width:760px;
		text-align:left;
		margin:0 auto;
		background-color: #FFF;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:100%;
	}
	
	#topBar{
		width:760px;
		height:100px;
	}
	#leftMenu{
		width:200px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	
#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 150px;
background-color: #FFFFB9;
}

.menu_home{ 
 background-image:url(images/m1.gif);
 cursor: pointer;
}

.menu_about{
 background-image:url(images/m2.gif);
 cursor: pointer;
}

.menu_services{
 background-image:url(images/m3.gif);
 cursor: pointer;
}

.menu_tips{
 background-image:url(images/m4.gif);
 cursor: pointer;
}

.menu_contact{
 background-image:url(images/m5.gif);
 cursor: pointer;
}

.over_home{ 
 background-image:url(images/m1_2.gif);
 cursor: pointer;
}

.over_about{
 background-image:url(images/m2_2.gif);
 cursor: pointer;
}

.over_services{
 background-image:url(images/m3_2.gif);
 cursor: pointer;
}

.over_tips{
 background-image:url(images/m4_2.gif);
 cursor: pointer;
}

.over_contact{
 background-image:url(images/m6_2.gif);
 cursor: pointer;
}