/* *** Generated by www.csscreator.com *** */
/* *** modified by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #e1ddd9;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}

a {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:visited {
	color:#660000;
	}
	
a:hover {
	color: #660000;
	font-weight:bold;
	}
	
a:active {
	color:#000000;
	}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #AD855C;
border-top:2px solid #993300;
border-bottom:2px solid #993300;
padding:5px 10px;
margin:0px;
}
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

#products {
line-height:1.4em;
width:100%;
}

#products td {
padding:10px;
}

#products tr {
vertical-align:top;
}

li {
padding:0px 10px;
font-size:1.1em;
line-height:200%;
}

address {
	font-size:1.3em;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	}

/* ----------container to center the layout-------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: center;
background-color: #e1ddd9;
padding: 0px;
margin: 0px;
}

#banner img {
padding-top:10px;
} 

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 200px #C2A385; /* color of the left column  */ 
border-right: solid 200px #C2A385; /* color of the right column  */ 
background-color: #FFFFFF;  /* color of the content column */

} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:200px;
 clear:left;
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:1px;
 }

/* -----------------content--------------------- */ 
#content{
position: relative; 
margin:2px;
}

p {
padding: 5px 10px;
font-size: 1.1em;
line-height:1.6em;
margin:0px;
}


/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: center;
}

#footer 2{
clear:left;
padding:0px;
margin:0px;
text-align: left;
}

/* --------------------accordion menu--------------*/
.applemenu{
padding: 5px 25px;
width: 150px; /*width of menu*/
}

.applemenu div.silverheader{
background:#993300;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#FFFFFF;
padding: 5px;
text-decoration: none;
border:1px solid #FFF;
font-weight:bold;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color:#FFFFFF;
}


.applemenu div.selected, .applemenu div.silverheader a:hover{
background:#999966;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #FFFFFF;
padding: 15px;
font-size: 1.1em;
line-height:1.6em;
}

/* -----------------popup css for map_download page------------------*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
border: 1px dashed gray;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -400px;
left: -225px; /*position where enlarged image should offset horizontally */

}
