/* --------------------------- GENERAL STRUCTURE --------------------------- */

body {
	background: #ffffff;
}

#sitecontainer {
	margin: 28px 14px 0px 14px;
	padding-bottom: 28px;
	width: 988px;
}

#navi {
	width: 140px;
	margin-right: 28px;
}

div.txtcol1 {
	width: 288px;
	margin-right: 28px;
}
div.txtcol2 {
	width: 238px;
	margin-right: 28px;
}
div.txtcol3 {
	width: 238px;
}
div.txtcol4 {
	width: 148px;
	height: 102px;
	margin-right: 20px;
}
div.txtcol5 {
	width: 246px;
}
div.txtcol6 {
	width: 440px;
	margin-right: 140px;
}

div.center {
	width: 370px;
	display: block;
	float: none;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.imgcol1 {
	width: 504px;
	text-align: center;
}
div.imgcol2 {
	width: 700px;
	text-align: center;
}
div.imgcol3 {
	width: 288px;
	margin-right: 28px;
	text-align: center;
}

div.fullwidth {
	width: 820px;
}

div.signs {
	width: 190px;
	height: 268px;
	margin-bottom: 20px;
}

div.thumbs_s {
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
}
div.thumbs_l {
	width: 148px;
	height: 148px;
	margin-bottom: 20px;
}
div.thumbsmargin {
	margin-right: 20px;
}

img.thumb {
	display: block;
	margin: 0 auto;
	text-align: center;
}


h2 {
	margin-bottom: 16px;
}


a.ita, span.ita {
	font-style: italic;
}

p.red {
	color: #ff0000;
}

p.small {
	font-size: 10px;
	line-height: 14px;
}

span.small {
	font-size: 10px;
	line-height: 14px;
}



#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0;
	background-color: #ffffff;
	padding: 3px 6px 1px 7px;
}
#tooltip h3, #tooltip div { margin: 0; }



/* ------------------------------- divs ------------------------------- */

div.nomargin {
	width: 100%;
}

div.mb_sngl {
	width: 100%;
	margin-bottom: 16px;
}
div.mt_sngl {
	width: 100%;
	margin-top: 32px;
}

div.mb_dbl {
	width: 100%;
	margin-bottom: 32px;
}

div.tickerwrap1 {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}
div.tickerwrap2 {
	position: absolute;
	top: 187px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}
div.tickerwrap3 {
	position: absolute;
	top: 287px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}
div.zabove {
	z-index: 1;
}
div.zbelow {
	z-index: -1;
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	width: 100%;
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 30px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 3000px;
	height: 30px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	height: 30px;
}
