/* CSS Document */

body {
	margin-left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #F4FCEE;
	color: #5E5E5E;
}

/*body { background-image: url(images/bg1.jpg); background-repeat: repeat-x; margin-left: 50%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
body,td,th {font-family: Garamond, Times New Roman, Verdana, Arial, Helvetica, sans-serif;	font-size: 14px; color: #000000; line-height:16px; }*/
div.mainpage { margin-left: -375px; position: absolute; height: 110%; vertical-align:top; width: 750px;}
div.menushell { left: -375px; position:relative; width: 750px; top: 145px; z-index: 1;	}

td, div, tr { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

#menuabout {
	z-index:2;
	top: 216px;
}
#menuservices {
	z-index:3;
	top: 245px;
}
#things{
	z-index:3;
	top: 375px;
}

/****** DROPDOWN MENUS ******/
div.dropdown { 	position:absolute; 	border: 0px;  left:161px;	visibility:hidden;}
div.dropdown div {background-color: #C24890; background-image: url(images/submenu.gif); background-repeat:no-repeat; padding:3px; padding-left:8px;	border: solid 1px #B0336E;}
div.dropdown td { 	font-family: Arial;	font-size:11px;	}
div.dropdown a:link,div.dropdown a:visited,div.dropdown a:active {color: #ffffff;	text-decoration:none;  padding:5px;}
div.dropdown a:hover,div.dropdown a:visited:hover{color: #ffffff;text-decoration:underline; padding-top:8px; padding:5px; }