/* Author: Janot Laval Ontwerp Copyright 2009 */

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
.hidden {display: none;}
html, body {
	height: 100%;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode','Trebuchet MS',sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #666666;
	background-color: #EEEEEE;
}
p {padding: 5px 10px;}
p.subscript {
	font-size: 7pt;
	font-style: italic;
	color: #999999;
}
p.subscript a {
	color: #333333;
	text-decoration: none;
}
p.subscript a:hover {
	text-decoration: underline;
}
div#container {
	width: 320px;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	background-image: url(../images/interface/back.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	position: relative;
}
div#header {
	width: 300px;
	height: 90px;
	background-image: url(../images/interface/header.gif);
	background-repeat: no-repeat;
}
div#accordion {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
img.logo {
	margin: 0 5px;
}
.toggler {
	color: #222;
	margin: 0;
	padding: 5px 10px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12pt;
	font-weight: normal;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode','Trebuchet MS',sans-serif;
	text-align: left;
	cursor: pointer;
}
div.element {text-align: left;} 
div.element img {
	margin: 10px 10px 0;
	float: left;
}
div.element a img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
div.element a:hover img {
	border: 1px solid #666666;
}
div.element h4 {
	padding: 5px 10px 0;
	font-weight: bold;
}
div.element a {
	color: #333333;
	text-decoration: none;
}
div.element a:hover {
	text-decoration: underline;
} 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	font-style: italic;
}

/* Slider */

#box1{
	position:absolute;
}
#box1 span {
	display:block;
	float:left;
}
.mask1{
	position:relative;
	width:300px;
	height:100px;
	overflow:hidden;
	margin-bottom: 10px;
}
span img{
	display:block;
	border:none;
}


