@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 13px;
	color: #002201;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #DBD7D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(http://vommoorehaus.com/graphics/bkg.jpg)
}
a:link {	color: #094009;}
a:visited {	color: #054B05;}
a:hover {	color: #900;}
a:active {	color: #090;}

a:link.nav {	color: #E7E0D0; font-weight:700; text-decoration:none; font-size:13px}
a:visited.nav {	color: #E7E0D0; font-weight:700; text-decoration:none; font-size:13px}
a:hover.nav {	color: #669900; font-weight:700; text-decoration:none; font-size:13px}
a:active.nav {	color: #C0AB85; font-weight:700; text-decoration:none; font-size:13px}

h1 {	font-size: 15px;	color: #0A580C;}
h2 {	font-size: 14px;	color: #0E5F10;}
h3 {	font-size: 14px;	color: #2D200F;}
h4 {	font-size: 13px;	color: #9B8150;}
h5 {	font-size: 14px;	color: #900; padding:0px; margin:0px}

.latest-images-thumbnail img {	padding: 20px;}

.white {	color: #ffffff;	font-size: 14px; font-weight:500}
.sig {	font-size: 13px;}

p.small {line-height: 10px}
p.center {	text-align: center;}

.h1  {	font-size: 15px;	color: #0A580C; font-weight:700}

td.bgbg {background-image:url(http://vommoorehaus.com/graphics/bkg.jpg)}
td.bgtblft {background-image:url(http://vommoorehaus.com/graphics/bkg-tbl-lft.jpg)}
td.bgtbl {background-image:url(http://vommoorehaus.com/graphics/bkg-tbl.jpg); background-color:#CCC}
td.bgtbhd {background-image:url(http://vommoorehaus.com/graphics/tbl-head.jpg)}
td.bgtbbg {background-image:url(http://vommoorehaus.com/graphics/tbl-bkg.png)} 
td.bgtbrt {background-image:url(http://vommoorehaus.com/graphics/bkg-tbl-rt.jpg)} 
td.bghd {background-image:url(http://vommoorehaus.com/graphics/bkg-header.jpg)} 
td.bghdlf {background-image:url(http://vommoorehaus.com/graphics/head-lft.jpg)}
td.bghdrt {background-image:url(http://vommoorehaus.com/graphics/head-rt.jpg)} 

td.headers {background-image:url(http://vommoorehaus.com/drahthaar1/1.jpg)} 

.menu {
	width: 11em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	background:#0F790F;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(http://vommoorehaus.com/graphics/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 25px 25px 25px 10px;
	margin: -25px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {	color: #FAF9F8; background-image:url(http://vommoorehaus.com/graphics/empty.jpg)}
.menu {	width: 177px;}
.menu ul {	width: 150px;}
.menu a {	text-decoration: none;	color: #FAF9F8;	padding: .3em 1em;	display: block;}
.menu a:hover, .menu li:hover>a {	color: #C6BFB5;}
.menu li {	/* create borders around each item */
	border: 1px solid #0A3909;}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;	left: 95%;}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {	color: #FAF9F8;}

/*]]>*/
