/* CSS Document */t

/* Body
---------------------------------------------------------------------*/

body, div, table, td, tr, tl, ul, li,
h1, h2, h3, h4, h5, h6, p, span, img,
div, address, pre {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
}

/* Fonts
---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, pre {
	padding: 0.2em 0;
}
body {
	font-size: 0.875em;
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	padding-top: 0.2em;
	color: #104594;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	padding-top: 0.6em;
}
p {
	font-size: 1em;
}
ul {
	padding: 0 0 0 1.5em;
}
li {
	padding: 0.4em 0 0 0.5em;
}
.copyrighttext {
	text-align: center;
	padding: 0.5em 0;
}
.copyrightlink,
a.copyrightlink, 
a.copyrightlink:visited {
	font-weight : bold;
	color: #104594;
	text-decoration: none;
} 
a.copyrightlink:active {
	color: #336699;
	text-decoration: none;
}

/* Header
---------------------------------------------------------------------*/

.logo {
	padding: 0em;
	margin: 0em;
	width: 22.857em;
	height: 4.5em;
}

.header {
	height: 4em;
	margin: 0;
	padding: 0;
}

/* Animations
---------------------------------------------------------------------

.banner div {
	width: 20em;
	height: 5.94em;
	position: absolute;
	z-index: 0;
	border: none;
}
img {
	border: none;
}
span {
	display: block;
}

.gallery {
	width: 22.857em;
	height: 16em;
	position: relative;
	overflow: hidden;
	border: none;
}
.gallery div {
	width: 100%;
	position: absolute;
	z-index: 0;
	border: none;
	text-align: center;
}
.gallery #small {
	position: absolute;
	opacity: 0.0;
	z-index: 0;
	border: none;
	scale: 100%;
}
.gallery div.current {
	z-index: 2;
}
.gallery div.previous {
	z-index: 1;
}

*/

/* Content
---------------------------------------------------------------------*/

.situator {
	text-align: left;
	padding: 0.6em 0;
	margin: 0;
}
.button {
	text-align: center;
	width: 100%;
	height: 2.857em;
}
#nav_item {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.mobile {
	width: 20em;
	padding: 1em;
/*	background-position: bottom;
	background-repeat: no-repeat; */
}
.case {
/* 	background-position: bottom;
	background-repeat: no-repeat; */
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
#tap {
	font-size: 0.8em;
	color:#C30;
	font-weight: bold;
	text-align: center;
}

/* Footer
---------------------------------------------------------------------*/ 

.footer {
	padding: 1em;
	font-size: 0.7em
}

