@charset "utf-8";

/* RESET CSS
----------------------------------------------------------------------------------------------------*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, embed {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	_overflow:scroll;
	overflow-x:hidden;
}
ol, ul { list-style: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote, q { quotes: "" ""; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th { vertical-align: middle; }
a img { border: none; }

/* CSS
----------------------------------------------------------------------------------------------------*/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
}

.container_12 {
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

p.large { font-size: 1.2em; }
p.normal { font-size: 0.8em; }
p.small { font-size: 0.6em; }

#header p {
	font-size: 0.8em;
	text-align: right;
}
#header img {
	float: left;
	width: 100px;
	height: 36px;
}

#content {	margin-top: 5px; }
#mainmenu { display: none; }
#submenu { display: none; }
#toppicture { display: none; }
#vimeo { display: none; }
#bottominfo { display: none; }
#footer .grid_12 { display: none; }
#zenbox_tab { display: none !important; }

.snwrk { display: none; }


td { border:#f03 0px solid; }
table.icons, table.screens {
	margin: 10px 0;
	margin-bottom: 10px;
	width: auto !important;
	color: #333 !important;
	text-decoration: none !important;
}
table.icons td, table.screens td { padding-bottom: 20px; }
table.icons td.img {
	width: 10%;
	padding-top: 0px;
	vertical-align: top !important;
	text-align: right;
}
table.icons td.desc {
	width: 40%;
	vertical-align: top !important;
	font-size: 0.8em;
}
table.screens td.img {
	width: auto !important;
	padding-top: 0px;
}
table.screens td.img img {
	width:300px;
}
table.screens td.desc {
	width: auto !important;
	vertical-align: top !important;
	font-size: 0.8em;
}

