/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFE7;
}

a:link {
	color: #8B2527;
	text-decoration: none;
}
a:visited {
	color: #8B2527;
	text-decoration: none;
}
a:hover {
	color: #80661a;
	text-decoration: none;
}
a:active {
	color: #8B2527;
	text-decoration: none;
}
.style1 { color: #0000CC; font-weight: bold; font-family: Verdana; font-size: 14px; }
.style2 { color: #0033CC; text-decoration: underline; font-family: Verdana; font-size: 12px; }
.style3 { color: #990000; font-weight: bold; font-family: Verdana; font-size: 13px; }

.style4 { color: #000000; font-weight: bold; font-family: Verdana; font-size: 11px; }
.style5 { color: #80661a; font-weight: bold; font-family: Verdana; font-size: 11px; background:#FAF5E6 url(images/agrement_border.gif) no-repeat top center; }
.style6 { color: #80661a; font-family: Verdana; font-size: 10px; }
.style7 { color: #8B2527; font-family: Verdana; font-size: 11px; font-weight: bold;  }

.principal {
	position: absolute;
	margin-top: 0px;
	width: 100%;
}

.header {
	margin: 0px 0px 0px -480px;
	height: 130px;
	left: 50%;
	width: 960px;
	position: relative;
	z-index: auto;
}

.logo {
	margin: 0px;
	width: 200px;
	height: 80px;
}

.butoane {
	margin: 0px 0px 0px 300px;
	width: 600px;
	height: 130px;
}

.main {
	margin: 0px;
	width: 100%;
	position: absolute;
}

.bottom {
	margin: 0px;
	width: 100%;
	position: absolute;
}


.content {
	margin: 0px 0px 0px -480px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	position: relative;
	z-index: auto;
	font-family: Verdana;
	font-size: 12px;
}

.layer {
	margin: 0px;
	background: #2C4184;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 220px;
	height: 352px;
	float: left;
}

.footer { background: #FAF5E6; border-right: 3px ridge #E5E3B3; border-left: 3px groove #E5E3B3; }

.fadein1 { 
position:relative; height:332px; width:180px; margin:0 auto;
background: url("slideshow-bg.png") repeat-x scroll left top transparent;
padding: 10px;
 }
.fadein1 img { position:absolute; left:10px; top:10px; }

.fadein2 { 
position:relative; height:332px; width:180px; margin:0 auto;
background: url("slideshow-bg.png") repeat-x scroll left top transparent;
padding: 10px;
 }
.fadein2 img { position:absolute; left:10px; top:10px; }

.fadein3 { 
position:relative; height:332px; width:180px; margin:0 auto;
background: url("slideshow-bg.png") repeat-x scroll left top transparent;
padding: 10px;
 }
.fadein3 img { position:absolute; left:10px; top:10px; }

.fadein4 { 
position:relative; height:332px; width:180px; margin:0 auto;
background: url("slideshow-bg.png") repeat-x scroll left top transparent;
padding: 10px;
 }
.fadein4 img { position:absolute; left:10px; top:10px; }

#navmenu {
	margin: 0;
	padding: 0;
}

#navmenu ul {
	margin: 0;
	padding: 0;
	height:30px;
}

#navmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	background: none;
}

#navmenu ul li a {
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	height:30px;
	display:block;
	color:#000066;
	width: 120px;
	padding:7px 0px 0px 0px;
}

#navmenu ul ul {
	position:absolute;
	visibility: hidden;
	top:30px;
	z-index: 1;
}
#navmenu ul ul li {
background: #FFFFE7;
width: 120px;
}

#navmenu ul li:hover ul {
	visibility:visible;
}

#navmenu ul ul li a {
	background: #FFFFDD;
	border-radius: 25px;
}

#navmenu ul ul li a:hover {
	background: #FEFFD7;
}

#navmenu li a:hover {
	text-decoration: underline;
	color: #D80000;
}

#navmenu ul li:hover ul li a:hover {
	text-decoration: underline;
	color: #D80000;
}
 