/* MEYER RESET STYLE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	/*margin: 0;
	padding: 0;*/
	border: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
}
p {
	margin-top: 1px;
}
body {
	line-height: 1;
	background: url(../images/back.jpg);
	background-repeat: repeat;
	font: 11px Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style-position: inside;
}
table {
	border-collapse: separate;
	/*border-spacing: 0;	/* tables still need 'cellspacing="0"' in the markup */
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* STRUCTURE */
div#container {
	margin: 0px auto;
}
div#head {
	height: 145px;
	background: url(../images/backtop.jpg) repeat-x;
}
div#head_content {
	width: 700px;
	margin: 0px auto;
	position: relative;
}
div#content {
	width: 630px;
	margin: 0px auto;
	position: relative;
}
div#menu {
	position: absolute;
	width: 630px;
	height: 73px;
	top: -27px;
}
div#page {
	position: absolute;
	width: 630px;
	height: 258px;
	background: url(../images/backcontent.png) no-repeat;
	background-position: center;
	top: 63px;
	color: white;
	overflow-y: hidden;
	display: table;
}
div#footer {
	width: 630px;
	height: 90px;
	background: url(../images/backfooter.png) no-repeat;
	background-position: center;
	position: absolute;
	top: 330px;
	color: #15191F;
	text-align: center;
}

/* LINKS & TEXT */
.note a:link, .note a:active, .note a:visited {
	font-size: 9px;
	text-decoration: none;
	color: #15191F;
}
.note a:hover {
	font-size: 9px;
	color: white;
}
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #274B93;
}
a:hover {
	text-decoration: underline;
}
span.title {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
span.title2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	line-height: 2;
}

/* VARIOUS */
img#logo {
	position: absolute;
	left: 10px;
	top: 29px;
}
table#buttons {
	width: 616px;
	height: 73px;
	margin: 0px auto;
}
table#buttons td {
	height: 73px;
	vertical-align: top;
}
div#page_int {
	display: table-cell;
	vertical-align: middle;
}
div#page_int2 {
	width: 570px;
	margin: 0px auto;
}
div.entry {
	height: 230px;
	width: 480px;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0px auto;
}
.screen {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
table#controls {
	position: absolute;
	right: 0px;
	top: 50px;
}
a#butt_home {
	display: block;
	width: 25px;
	height: 28px;
	background: url(../images/butt_home.jpg);
	background-position: top;
}
a#butt_home:hover {
	background-position: bottom;
}
a#butt_labs {
	display: block;
	width: 25px;
	height: 28px;
	background: url(../images/butt_labs.jpg);
	background-position: top;
}
a#butt_labs:hover {
	background-position: bottom;
}
a#butt_mail {
	display: block;
	width: 25px;
	height: 28px;
	background: url(../images/butt_mail.jpg);
	background-position: top;
}
a#butt_mail:hover {
	background-position: bottom;
}
a#butt_ita {
	display: block;
	width: 34px;
	height: 28px;
	background: url(../images/butt_ita.jpg);
	background-position: top;
}
a#butt_ita:hover {
	background-position: bottom;
}
a#butt_eng {
	display: block;
	width: 34px;
	height: 28px;
	background: url(../images/butt_eng.jpg);
	background-position: top;
}
a#butt_eng:hover {
	background-position: bottom;
}
.arr {
	margin-top: 65px;
	cursor: pointer;
}
div.entrycontent {
	width: 230px;
	float: right;
}
div#partner img {
	border: 1px solid #2b3f51;
}
div#suggest {
	display: none;
}
div#sols {
	padding-top: 0px;
}
div#sols ul, ul#blue {
	color: #274B93;
	font-size: 12px;
}
div#sols ul li, ul#blue li {
	margin: 2px;
}
