

p#fill {
	font-family:verdana;
	color:black;
	font-size:0.1em;
	margin:  0;
	padding:  0;
}

p#url {
	font-family:verdana;
	font-weight:bold;
	color:white;
	font-size:1.0em;
	margin:  0;
}

blockquote#tagline {
	font-family:verdana;
	font-weight:  bold;
	text-align:left;
	color:white;
	margin:  5px 0px 0px 0px;
	font-size:0.6em;
}

table#header {
	width:  100%;
	border:  0px;
}




#navtopright ul {
	margin:  0;
	padding-left:  0;
	float:  left;
	width:  100%;
}

#navtopright ul li {display:  inline;}

#navtopright ul li a {
	font-family:  verdana;
	font-size:  0.8em;
	padding:  0em 0.5em;
	color:  white;
	text-decoration:  none;
	float:  left;
	text-transform: uppercase;
}

#navtopright ul li a.element {
	border-right:  2px solid #fff; 
}

#navtopright ul li a:hover {
	background-color:  #996633;
	color:  #000;
}






/* header navigation
---------------------------------------- */

#header_navigation {
	width: 98%;
	padding: 5px 0px 5px 0px;
	overflow:auto;
	border-top: 2px solid #996633;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#header_navigation ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header_navigation ul li {
	display: inline;
}

#header_navigation ul li a {
	margin: 0px 0px 5px;
	font-family: verdana;
	font-size: 0.6em;
	font-weight: bold;
	padding: 2px 1em 0px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right:  2px solid #996633;
	text-transform: uppercase;
}

#header_navigation ul li a:hover {
	background-color: #996633;
	color: #000;
}


#date {
	font-family: verdana;
	font-size: 0.6em;
	color: #fff;
	text-align: right;
	padding:  2em 1.0em 0em 1em;
}

/* footer navigation
---------------------------------------- */
/*#spacer {
	width: 100%;
	display: block;
	background-color: #996633;
	margin: 0px;
}

#spacer p {
	font-size: 0.5em;
	margin: 0px;
}*/

#footer_navigation {
	width: 100%;
	clear: both;
	padding: 0px;
	/*overflow: auto;*/
}

#footer_navigation ul {
	border-top: solid 10px #996633;
	width: 100%;
	background-color: #666666;
	margin: 0px;
	padding:  0px; 
	float:  left;
}

#footer_navigation ul li {
	display:  inline;
}

#footer_navigation ul li a {	
	font-family:  verdana;
	font-size:  0.6em;
	font-weight:  bold;
	padding: 5px 1em 5px;
	margin: 1px 0px 2px 0px;
	color:  #fff;
	text-decoration:  none;
	float:  left; 
	text-transform: uppercase;
}

#footer_navigation ul li a:hover {
	background-color:  #996633;
	color:  #000;
}

#copyright {
	clear: both;
	background-color: #996633;
	padding: 0px;
}

#copyright p {
	font-family: verdana;
	font-size: 0.6em;
	margin: 0px 0px 0px 8px;
	padding: 5px;
}


/* product pages navigation
---------------------------------------- */

#nav_product {
	font-family: verdana;
	font-size: 0.8em;
	background-color: #ccf;	
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
	text-align: left;
}


#nav_product a {
	display: block;
	/*width: 100%;*/
	font-weight: bold;
	font-size: 0.8em;
	padding: 3px 10px;
	margin: 0 0 1px;
   	text-decoration: none; color: #03c; 
	background: #ccf;
   	border-left: solid 5px #03c;
	border-bottom: solid 1px #fc0;
}

#nav_product p.current {
	background-color: #996633;
	color: #000;
   	border-left:  solid 5px #000;
	font-weight: bold;
	font-size: 0.8em;
	padding: 3px 10px;
	margin: 0 0 1px;
}


#nav_product a:hover {
	color: #000;
	background-color: #996633;
	border-left:  solid 5px #000;
}


#nav_product a span {
	display: none;
}

#nav_product a:hover span {
	display: block;
	background-color: #ffc;
	text-align: left;
	/*width: 100%;*/
	margin: 10px 0px 2px 0px;
	padding: 5px;
	border: dashed 1px #000;
	font-weight: normal;
}
