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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html
{
	font-family: Trebuchet MS, Lucida Grande, Tahoma, Verdana, sans-serif;

	height: 100%;
	width: 100%;
	background: #0088d2 url(Images/Background.png) repeat-y scroll top left;
}
body
{
	width: 100%;
	min-width: 990px;
	min-height: 100%;
	_height: 100%;
	background: transparent url(Images/EntryBG.png) no-repeat scroll bottom right;
}
body#vnt
{
	background: transparent url(Images/BG/vnt.jpg) no-repeat scroll top left;
}
body#about
{
	background-image: url(Images/BG/about.png);
}
body#news
{
	background-image: url(Images/BG/news.png);
}
body#services
{
	background-image: url(Images/BG/services.png);
}
body#contacts
{
	background-image: url(Images/BG/contacts.png);
}
body#environment
{
	background-image: url(Images/BG/environment.png);
}
body#career
{
	background-image: url(Images/BG/career.png);
}
#PrintLogo
{
	display: none;
}
#Logo
{
	position: absolute;
	background: transparent url(Images/VNT.png) no-repeat scroll top left;
}
#Logo a
{
	color: white
}
#Logo, #Logo a
{
	display: block;
	top: 45px;
	left: 50px;
	width: 200px;
	height: 40px;
}
#Logo a span
{
	display: block;
	position: absolute;
	top: -10000px;
}

#Container
{
	width: 100%;
	padding-top: 120px;
}
body#vnt #Container
{
	padding-top: 310px;
}
#Content
{
	overflow: hidden;
	background: #ececec url(Images/MenuBG.png) repeat-y scroll top left;
	margin-right: 184px;
	height: 100%;
	padding-bottom: 80px;
}
body#vnt #Content
{
	width: 100%;
	margin-right: 0;
}

#Languages
{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 80%;
}

#Languages a
{
	color: white;
	text-decoration: none;
}
#Languages li
{
	display: block;
	padding: 0 5px;
	float: left;
}
#Languages li.current a
{
	color: black;
}

sup
{
	font-size: 80%;
	position: relative;
	top: -3px;
}