/* 
   Reset (http://meyerweb.com/eric/tools/css/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, 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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	line-height: 1.5em;
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

/* 
   Links 
------------------------------------------------------------------- */
a.footer-center-col {color:#FFF;}
a, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
    color: #900000;
    text-decoration: underline;
}

a.white, a.white:visited {
    color: #fff;
    text-decoration: underline;
}
a.white:hover {
    color: #900000;
    text-decoration: underline;
}

li a, a:visited {
	color: #EAEDEE;
	text-decoration: underline;
}
li a:hover {
    color: #900000;
    text-decoration: underline;
}

a.nou, a.nou:visited {
    color: #fff;
    text-decoration: none;
}

/* 
   Typography 
------------------------------------------------------------------- */

p {
    padding: 0;
}

h1 {
    font: normal 1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
    font: normal 1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
    font: normal 1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h4 {
    font: normal 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h5 {
    font: bold 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h6 {
    font: bold 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
}

/* 
   Main 
------------------------------------------------------------------- */

.body-wrapper {
	min-height: 500px;
	background: url(../images/index-bg.jpg) no-repeat 55% 0%;
}
.body-body-wrapper {
    min-height: 500px;
    background: url(../images/index-bg-footer.jpg) no-repeat 0% 100%;
}
.main-column {
    margin: 0 auto;
	width: 980px;
	min-height: 500px;
}
.left-col {
	float: left;
	width: 141px;
	text-align: left;
}
.center-col {
	float: left;
	width: 698px;
}
.right-col {
	float: left;
	width: 141px;
	text-align: right;
}
.header-top {
	clear: both;
	height: 72px;
	text-align: right;
}
.footer {
	clear: both;
	height: 70px;
	text-align: left;
}
.footer-left-col {
	float: left;
	width: 141px;
	text-align: left;
}
.footer-center-col {
	float: left;
	width: 698px;
}
.footer-right-col {
	float: left;
	width: 141px;
	text-align: right;
}
.conf-date {
	padding-top: 45px;	
}
.time-left {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #9aabb1;
	font-size: 130%;
}
.center-top {
	height: 218px;
	text-align: right;
}
.menu {
	padding-top: 73px;
	/*text-align: left;*/
}
.nav-menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 135%;
	line-height: 1.7em;
}
.welcome {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 180%;
	height: 26px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #9aabb1;
}
.mission {
	background: url(../images/red-line-vertical.gif) no-repeat 27px 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 53px;
	color: #fff;
}
.language {
	padding-top: 83px;
}
.credits {
	font-size: 70%;	
}
.png {
	behavior: url('http://ita2010.com/png.htc');

}