* {
	margin: 0;
	padding: 0;
}


body {
	scrollbar-face-color: #FFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #EEE6EE; 
	scrollbar-3dlight-color: #FFFAFF;
	scrollbar-arrow-color: #D01AC5; 
	scrollbar-track-color: #FFF6FE; 
	scrollbar-darkshadow-color: #66969E; 
}

/* font */
body {
	font-size: 11px;
}
table, input, select, textarea {
	font-size: 100%;
}



/* layout - general */

img {
	border: none;
}

.clear {
	clear: both;
	line-height: 0px;
}
/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */


.inputText, textarea {
	border: solid 1px #999999;
	color: #333333;
}
.submit {
	background: #EEEEEE;
	border: solid 1px #333333;
	color: #333333;
	font-weight: bold;
	cursor: hand;
	cursor/**/: /**/pointer;
}

.floatR {
	float: right;
}
.hide {
	display: none;
}
ul {
	padding-left: 1.5em;
}

/* layout - specific */

/* http://solardreamstudios.com/learn/css/footerstick/ */
html, body {
	height: 100%; /* Required */
}
#page {
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#colWrap {
	padding-bottom: 65px;
}

#colMare {
	width: 100%;
	overflow: hidden;
}
#pageBot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: 0px; /* For Certain IE widths */
	height: 65px;
}



body {
	background: #FFFFFF url(img/content-m.jpg) no-repeat 171px 330px;
}
#page {
	width: 100%;
	background: url(img/side-r.gif) repeat-y 170px 0px;
	padding-bottom: 5px;
}



#top {
	height: 82px;
	overflow: hidden;
	position: relative;
	margin: 0;
	font-size: 90%;
	color: #FFFFFF;
	background: url('img/page-t.jpg') no-repeat 0px 0px;
}
#top a:link, #top a:visited {
	color: #FFFFFF;
}


a#logo {
	display: block;
	width: 120px;
	height: 65px;
	position: relative;
}
a#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('img/page-t.jpg') no-repeat 0 0;
}

#top a.active:link, #top a.active:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#searchBox {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0 10px 0 0;
	height: 23px;
	line-height: 16px;
	background: url('img/page-tr.gif') no-repeat 100% 100%;
}
#topLinks {
	float: left;
	margin: 0 5px 0 0;
}
#searchBox form {
	overflow: hidden;
	width: 155px;
	margin: 3px 0 0 0;
}
#searchBox input.inputText {
	float: left;
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #000000;
}
#searchBox input.img {
	float: right;
	width: 50px;
	background: #FFFFFF;
	color: #000000;
}


#header {	
	height: 144px;
	position: relative;
	border-bottom: solid 3px #FFFFFF;
	background: url('img/header-r.gif') repeat-x 0 0;
}
#header div {
	height: 144px;
	background: url('img/header.jpg') no-repeat 0px 0px;
}

#header div a {
	position: relative;
	display: block;
	height: 144px;
	width: 170px;
	background: url('img/header.jpg') no-repeat 0px 0px;
}
#header div a span {
	position: absolute;
	display: block;
	height: 144px;
	width: 170px;
}
body.ro #header div {
}
body.en #header div {
}

#flash1 {
	position: absolute;
	left: 169px;
	top: 0;
	width: 280px;
	height: 225px;
}
#flash2 {
	position: absolute;
	left: 449px;
	top: 82px;
	width: 301px;
	height: 143px;
}

#pageLangs {
	float: right;
	width: 60px;
	padding: 4px 0 0 0;
	height: 25px;
	display: block;
	background: url(img/menu-r.gif) no-repeat 100% 0%;
}

#pageMenu {
	background: url(img/menu-m.png) no-repeat 0 0;
	height: 29px;
}
#pageMenu ul, #pageMenu table {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 700px;
	float: left;
}

#pageMenu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	float: left;
	width: 115px;
	height: 29px;
	background: url(img/menu-sep.gif) no-repeat 100% 100%;
}
#pageMenu ul li a {
	display: block;
	width: 100%;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}
#pageMenu ul li a:link, #pageMenu ul li a:visited {
	color: #012E68;
}
#pageMenu ul li a:link:hover, #pageMenu ul li a:visited:hover {
	color: #88030C;
}
#pageMenu ul li a.current {
	font-weight: bold;
}
#pageMenu ul li ul {
	background: #FFFFFF;
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	width: 180px;
	margin: 0;
	z-index: 10;
	border: solid 1px #CCCCCC;
}
/*
#pageMenu ul li a:link:hover, #pageMenu ul li a:visited:hover {
	overflow: visible;
}
*/
#pageMenu ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#pageMenu ul li:hover ul, #pageMenu ul li.over ul {
	display: block;
}

#pageMenu ul li ul li {
	float: none;
	width: 100%;
	background: #FFFFFF;
	height: auto;
}
#pageMenu ul li ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	font-family: Tahoma;

}
#pageMenu ul li ul li a:link, #pageMenu ul li ul li a:visited {
	padding: 0;
	height: 20px;
	line-height: 20px;
	color: #012E68;
	background: #FFFFFF url(img/bullets/4.gif) no-repeat 3% .6em;
	font-size: 100%;
}
#pageMenu ul li ul li a:link:hover, #pageMenu ul li ul li a:visited:hover {
	background: #012E68 url(img/bullets/6.gif) no-repeat 3% .6em;
	color: #FFFFFF;
}
#pageMenu ul li ul li a:link span, #pageMenu ul li ul li a:visited span {
	display: block;
	margin: 0 5px 0 20px;
	position: relative;
	width: auto;
}
#pageMenu ul li ul li a.active:link, #pageMenu ul li ul li a.active:visited {
	background: #012E68 url(img/bullets/6.gif) no-repeat 3% .6em;
	font-weight: bold;
	color: #FFFFFF;
}
#pageMenu ul li ul li a.active:link:hover, #pageMenu ul li ul li a.active:visited:hover {
}


#colWrap {
	clear: both;
	display: block;
	margin: 5px 0 0 0;
	width: 760px;
	overflow: hidden;
	float: left;
}
#colMain {
	float: right;
	width: 590px;
	padding: 0;
}
#colSide1 {
	float: left;
	width: 170px;
	margin: 0;
}


#path {
	margin: 0 0 .2em 1.5em;
	font-size: 90%;
}
#path a:link, #path a:visited {
	color: #666666;
}



.title {
	background: url('img/bullets/1.gif') no-repeat 3px 7px;
}
.title h1 {
}
.title h2, .title2 h2 {
	margin: 0 0 0 14px;
	color: #000000;
	font-size: 150%;
	font-weight: normal;
	height: 25px;
}
.title2 {
	padding: 5px 0 0 0;
}
.title2 h2 {
	margin: 0 0 0 7px;
}


.pageTitle {
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0;
}
.pageTitle h1 {
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	color: #3476BE;
	font-size: 140%;
	padding: 0 0 0 15px;
	background: url('img/bullets/3.gif') no-repeat 0% 50%;
}

#content {
	margin: 1em 1.5em 0 1.5em;
}
#content h2 {
	font-size: 150%;
}
#content h3 {
	font-size: 120%;
}
#content p {
	margin: .1em 0px .5em 0px;
}
#content h1 {
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	color: #3476BE;
	font-size: 140%;
	padding: 0 0 0 15px;
	background: url('img/bullets/3.gif') no-repeat 0% 50%;
}


.block1 {
	margin: 0 10px;
}
.block1 h2 {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	background: url('img/bullets/3.gif') no-repeat 0% 50%;
	font-size: 120%;
	font-weight: bold;
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	color: #3476BE;
}
.block1 p {
	margin: 0 0 0 1em;
}

#news {
}
#news .date {
	font-weight: bold;
	color: #56006F;
	margin: 0 0 .3em 0;
}
#news .preview, #news .title {
	margin: .5em 0 .5em 0;
}
#news .title {
	background: none;
	font-weight: bold;
}
#news .link {
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 .5em 0;
	padding: 0 0 2em 0;
	background: url(img/line-hor.gif) repeat-x 0% 100%;
}
#news .link a:link, #news .link a:visited {
	background: url('img/bullets/1.gif') no-repeat 0% 50%;
	padding: 0 0 0 8px;
}

#newsletter {
	margin: 20px 0 0 0;
	background: url(img/newsletter-m.jpg) repeat-x 0 23px;
	min-height: 100px;
}
#newsletter h2 span {
	background: url(img/title-newsletter.gif) no-repeat 0 0;
}
#newsletter p {
	margin: 0 0 0 20px;
	font-size: 90%;
}
#newsletter div {
	clear: both;
	margin: .1em 0 0 20px;
}
#newsletter label {
	display: block;
	font-size: 90%;
	font-weight: bold;
}
#newsletter input.text {
	margin: 0 0 0 0px;
	width: 130px;
	border: solid 1px #012E68;
}
#newsletter input.img {
	margin: 5px 0 0 20px;
}

#title1 span {
	background: url('img/home/title-1.jpg') no-repeat 0 0;
}
#title2 span {
	background: url('img/home/title-2.jpg') no-repeat 0 0;
}
#title3 span {
	background: url('img/home/title-3.jpg') no-repeat 0 0;
}


.navMenu {
	margin: 0 10px;
}
.navMenu ul {
	margin: 0 0 1em 0;
	list-style: none;
	padding: 0;
}
.navMenu li {
	display: block;
	margin: 0 0 0 0;
	padding: .4em 0 .4em 0;
	list-style: none;
	list-style-image: none;
	border-bottom: solid 1px #E6E6E6;
	background: url(img/bullets/4.gif) no-repeat 0 .7em;
}
.navMenu li a {
	display: block;
	margin: 0 0 0 9px;
	font-size: 100%;
	font-weight: bold;
}
.navMenu ul li a:link, .navMenu ul li a:visited {
	color: #666666;
	text-decoration: none;
}
.navMenu ul li a.active:link, .navMenu ul li a.active:visited,
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	color: #680002;
	font-weight: bold;
}
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	text-decoration: underline;
}



#navInside {
	margin: 1em 0em 1em .5em;
	list-style: none;
	padding: 0px;
}
#navInside li {
	clear: both;
	display: block;
	margin: 3px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#navInside li .divImg {
	float: left;
	width: 140px;
	text-align: center;
}
#navInside li .divImg img {
}
#navInside li a.indexTitle {
	padding: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
#navInside li a.indexTitle:link, #navInside li a.indexTitle:visited {
}
#navInside li a.indexTitle:link {
}
#navInside li a.indexTitle:visited {
}
#navInside li a.indexTitle:link:hover, #navInside li a.indexTitle:visited:hover {
}
#navInside .indexDesc {
	color: #666666;
}
#navInside li a.indexMore {
	display: block;
	color: #669900;
}
#navInside .details {
	text-align: right;
}
#navInside .details a:link, #navInside .details a:visited {
	color: #003366;
}

#navInside .name a:link, #navInside .name a:visited {
	display: block;
	font-weight: bold;
	color: #990000;
	padding-bottom: 7px;
}

#pageBot {
	width: 100%;
	font-size: 90%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #8F8F8F;
	background: #FFFFFF url(img/logo-bot.jpg) no-repeat 100% 100%;
	clear: both;
}

#botLinks {
	background: #012E68;
	border-top: solid 5px #DEDEDE;
	margin: 0 0 0 0;
	padding: 7px 0 7px 20px;
	color: #FFFFFF;
}
#botLinks a:link, #botLinks a:visited {
	text-decoration: none;
}
#botLinks a:link {
	color: #FFFFFF;
}
#botLinks a:visited {
	color: #FFFFFF;
}
#botLinks a:link:hover, #botLinks a:visited:hover {
	text-decoration: underline;
}
#botLinks a.active:link, #botLinks a.active:visited {
	font-weight: bold;
	text-decoration: underline;
}

#copyright {
	margin: .3em 0px 0px 0;
	padding: 0 0 0 20px;
}

#created {
	padding: 0 0 0 20px;
}
#created a:link, #created a:visited {
	color: #8F8F8F;
}

.artNavig {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.artNavig .pages {
	float: left;
	width: 49%;
}
.artNavig .back {
	float: right;
	width: 49%;
	text-align: right;
}


#indexWrap {
}
.indexBox {
	float: left;
	width: 170px;
	margin: 5px 5px 0px 5px;
}
.indexBox h3 {
	margin: 0px;
	color: #666666;
}
.indexBox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.indexBox ul li {
	list-style: none;
	list-style-image: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 7px;
}


#siteMap {
	margin: 10px 0px 0px 15px;
}
#siteMap ul {
	list-style: none;
}
#siteMap ul li {
	list-style: none;
	list-style-image: none;
	margin: .5em 0px .5em 0px;
	padding: 0 0 0 15px;
	background: url('img/bullets/2.gif') no-repeat 0 3px;
}
#siteMap ul li ul {
	margin: 0 0 0 2em;
}

/* search */
fieldset.search {
	margin-bottom: 1em;
}
div.search h2 {
	font-size: 130%;
}
div.search dl {
}
div.search dl dt {
	margin: .5em 0 .5em 0;
	padding: 0 0 0 15px;
	background: url('img/bullets/6.gif') no-repeat 0 .25em;
}
div.search dl dd.extra {
	margin: .5em 0 .5em 2em;
	color: #999999;
}
div.search dl dd.description {
	clear: both;
	margin: .5em 0 2em 2em;
	padding: 0 0 .5em 0;
	border-bottom: solid 1px #BBDAF6;
}
div.search hr {
	margin: 0px;
	padding: 0px;
	border: none;
	background: #9999CC;
	height: 1px;
}



/* Forms */
fieldset {
	border: none;
	margin: 0px 1em;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: 1em 0;
	clear: both;
}
fieldset div.buttons {
	margin: .5em 0 0 8em;
}
fieldset div.buttons input {
	padding: .2em 1em;
}
fieldset label {
	float: left;
	display: block;
	width: 7em;
}
fieldset label span {
	display: block;
	color: #B11212;
}
fieldset label span.red {
	display: inline;
}
fieldset input.inputText {
	height: 1.35em;
}
fieldset input.inputText, fieldset textarea, fieldset select {
	background: #FFFFFF;
	margin: 0 0 0 1em;
}
fieldset input.inputText {
}
fieldset textarea {
	width: 25em;
}

.desc {
	font-size: 10%;
	color: #F0F0F0;
}
.describe {
	display: none
}



#colSideR {
	float: left;
	width: 170px;
}