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

/*****************
Navigation
*****************/
#nav ul.n1 {
	clear: both;
}
#nav ul.n1 li {
	padding: 0;
	text-transform: uppercase;
/*	line-height: 1.8em;*/
	line-height: 1.2em;
	margin-bottom: 0.75em;
}
#nav ul.n1 li a {
	color: #646567;
}
#nav ul.n1 li a:hover {
	color: #000;
}
#nav ul.n1 li.act, #nav ul.n1 li.act a {
	color: #817916;
}

#nav ul.n2 {
	margin-top: 0.5em;
}
#nav ul.n2 li {
	line-height: 1.2em;
	margin-bottom: 0.75em;
	padding-left: 1em;
}	

/**************************
Newsletter Subscription
**************************/
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #817916;
	margin-bottom: 1em;
	text-transform: uppercase;
}
#newsletter .csc-form-labelcell {
	font-weight: bold;
}
#newsletter .csc-form-fieldcell input, #newsletter input {
	font-size: 1em;
	border: 1px solid #817916;
	padding: 2px;
}
#newsletter .csc-form-fieldcell input:focus, #newsletter input:focus {
	background: #ecebdc;
}
#newsletter .nl_button {
	background: #817916;
	color: #fff;
	border: none;
	padding: 2px;
}

/*****************
Tip a friend
*****************/
#tip input, #tip textarea {
	font-size: 1em;
	border: none;
	padding: 2px;
	border: 1px solid #817916;
}
#tip input.button {
	background: #817916;
	color: #fff;
}

/*****************
Switches
*****************/
#site h1, #lang h1, #taf h1 {
	font-size: 1em;
	text-transform: uppercase;	
}
#site h1 a, #lang h1 .act, #taf h1 a {
	background: #817916;
	color: #fff;
	padding: 2px 5px 1px;
}
#lang h1 a {
	background: #fff;
	color: #817916;
	padding: 2px 5px 1px;
}
#site h1 a:hover, #lang h1 a:hover, #taf h1 a:hover {
	background: #a7a15b;
	color: #fff;
}

/*****************
Clickpath
*****************/
#clickpath, #clickpath a {
	color: #817916;
}
#clickpath a:hover {
	color: #a7a15b;
}

/*****************
Content
*****************/
#show .rgslideshow, #content .rgslideshow {
	border: none;
}
#show .rgsnest, #content .rgsnest {
	display: none;
}

#content h1 {
	text-indent: -999em;
	width: 100%;
/*	height: 1.6em;*/
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}
#content p.bodytext, #content table#newsletter {
	font-size: 1.1em;
	line-height: 1.33em;
	margin-bottom: 1.4em;
}
#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

















