/*---------------- general preferences ----------------*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;	
	margin:0;
	padding:0;
	background:url(../images/back.png) repeat-x;
	color:#444;
}

a {
	color:#900C00;
}

a:visited {
	color:#906965;
}

a:hover {
	color:#F00000;
}

a.nocolor, a.nocolor:hover {
	color:#444;
}

/*---------------- main elements ----------------*/

#container {
	width:680px;		
	margin:0 auto;
	margin-top:40px;		
}
				
#content p {
 	line-height:15px;
}
			
#content li {
	 padding-top:3px;
}

/* top menu */

#top {
	width:100%;
	height:20px;
	background:url(../images/stripe.jpg) repeat-x;
}
		
#top_menu {
	width: 690px;
	margin:0 auto;
	text-align:right;
	padding-top:3px;
	padding-right:8px;
}
				
#top_menu a {
	margin-left:16px;
	color:#FFF;
	text-decoration:none;
}

#top_menu a.active {
	text-decoration:underline;
}
				
#top_menu a:hover {
	text-decoration:underline;
}

#top_menu ul, #menu ul {
	 margin:0;
	 padding:0;
	 list-style:none;
}
	
#top_menu ul li, #menu ul li {
	 float:right;
}

#top_shadow {
	height:7px;
	background:url(../images/shadow1.gif) repeat-x;
	opacity:.5;
	filter:alpha(opacity=50);
}

/* main menu */
				
#menu {
	width:100%;
	height:15px;
	text-align:right;
	margin-bottom:4px;
		
}
			
#menu a {
	font-size:13px;
	margin-left:24px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration:none;
	color:#490E0E;	
}

#menu a:hover {
	text-decoration:underline;
}

#menu a.active {
	text-decoration:underline;
}

/* banner */

#banner {
	display:block;
	position:relative;
	z-index:10;
}

#banner_shadow {
	display:block;
	position:relative;
	margin-top:-143px;
	margin-left:-7px;
	opacity:.3;
	filter:alpha(opacity=30);
	z-index:1;
}			  
				  
/* content */

#content {
	margin-top:10px;
}
			
#content h1 {
	padding-top:10px;
	font-size:16px;
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	border-bottom:1px dashed #444;
}

#content h2 {
	padding-top:10px;
	font-size:14px;
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	border-bottom:1px dashed #CCC;
}

#content ul li {
	padding-bottom:10px;
}

#content p {
	text-align:justify;
}
				
/* links */

li.links {
	padding-top:3px;
}
			
/* footer */

#footer {
	clear:both;
	width:100%;
	height:20px;
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px dashed #9F9F9F;
	text-align:center;
	color:#9F9F9F;
}

/* contact */

#googlemap {
	float:right;
	width:400px;
	height:320px;
	margin-bottom:20px;
	margin-top:9px;
}

table#contact tr td {
	vertical-align:top;
	padding:6px;
}

p#print {
	padding-left:65px;
	padding-top:30px;
}

/* form */

form input {
	width:200px;
	margin-top:2px;
	border:1px solid #E5E5E5;
	border-top:1px solid #AAA;
}

input.submit {
	width:60px;
	border:1px solid #CCC;
}

/* zone */

div#logout {
	float:right;
}

a.totop {
	padding-left:40px;
	text-decoration:none;
	color:#900C00;
}

p#zonemenu a {
	color:#900C00;
}

/* misc */

div#content h1.tiny {
	display:inline;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	border:none;
}
