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

*	{
   margin: 0;
	}
html {
	min-height:100%;
	}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}
#wrapper {
	position: relative;
	min-width: 935px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}	
/* * html #wrapper {
	height: 100%;
	}	*/
#header {
	position: relative;
	background-color:#000000;
	background-image: url(../images/gradient_blackgrey.jpg);
	background-repeat:repeat-x;
	height: 55px;
	}
#header2 {
	position: relative;
	
	margin: 0 auto;
	}
#logo {
	position: relative;
	height: 55px;
	width: 30px;
	left: 50px;
	margin-right: 25px;
	}
#nav {
	position: absolute;
	right: 60px;
	z-index:2;
	top: 18px;
	width: 400px;
	}
* html #nav {
	position: absolute;
	right: 75px;
	z-index:2;
	top: 18px;
	width: 420px;
	}
*:first-child+html #nav {
	position: absolute;
	right: 75px;
	z-index:2;
	top: 18px;
	width: 425px;
	}

/***MENU***/
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#navmenu {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	letter-spacing: 0.1em;
	}
#navmenu a {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	letter-spacing: 0.1em;
	outline: none;
	}	
#navmenu li li a {
	display: block;
	font-weight: normal;
	color: #CCCCCC;
	padding: 0.2em 10px;
	cursor: pointer;
}

#navmenu li li a:hover {
	display: block;
	font-weight: normal;
	color: #666666;
	padding: 0.2em 10px;
}

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: transparent ;
	padding:5px 0px 5px 5px;
}

#homelink a:hover {
	font-size:10px;
	display: block;
	font-weight: normal;
	color: #666666;
	}
	

* html li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	font-weight: normal;
	background-color: #000000;
	}

li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: -10px;
	font-weight: normal;
	padding:25px 10px 10px 5px;
	background-color: #000000;
	max-width: 120px;
}


/*
li>ul {
	top: auto;
	left: auto;
} 
*/

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding:0px;
	width: 140px;
	text-align: left;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}
.divider
{
	border-left-width:1px;
	height:15px;
	margin:0px 10px 0px 10px;
	border-color:#AAAAAA;
	width: 1px;
	background-color:#999999;
	}
	* html #divider {	
		margin:4px 10px 0px 10px;
	}
*:first-child+html #divider {	
		margin:4px 10px 0px 10px;
	}
	
#absolute {
	height: 800px;
}
