@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, object, embed { margin: 0; padding: 0;}

a img {
	border: none;	
}

body {
	background-color: #FFF;
	background-image: url(../img/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 12px;
}

a {
	color: #1689c3;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

.clear {
	clear: both;
	float: none;
}




/*  MAIN LAYOUT  */

#container {
	background-color: #FFF;
	margin: 0 auto;
	width: 1000px;
}
#main-shadow-left {
	background-image: url(../img/main-shadow-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;/*display: table-cell;*/
	height: 620px;
	width: 12px;
}
#inner-container {
	/*float: left;display: table-cell;*/
	float:left;
	width: 976px;
}
#main-shadow-right {
	background-image: url(../img/main-shadow-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;/*display: table-cell;*/
	height: 620px;
	width: 12px;
}

#footer {
	background-color: #d8d9d9;
	background-image: url(../img/wave.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 50px;
	padding-top: 30px;
	width: 100%;
}




/*  HEADER  */

#header {
	width: 976px;
}

#logo {
	margin: 5px 0 4px 100px;
	padding: 0;
	width: 100%;
}

#main-menu {
	background-image: url(../img/main-menu.png);
	height: 41px;
	width: 100%;
}
#main-menu a {
	color: #FFF;
	font-style: normal;
	text-decoration: none;
}
#main-menu ul {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style: none;
	margin-left: 105px;
	width: 850px;
}
#main-menu li {
	float: left;
	height: 31px;
	padding: 10px 10px 0 10px;
}
#main-menu li:hover {
	background-image: url(../img/main-menu-hover.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 30px;
}
#main-menu .selected {
	background-image: url(../img/main-menu-selected.png);
}
#main-menu .selected:hover {
	background-image: url(../img/main-menu-selected.png);
	background-repeat: repeat;
	height: 31px;
}
#search {
	color: #FFF;
	float: left;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 8px;
	text-align: right;
	width: 270px;
}
#search form {
	display: inline;	
}
#search #cerca {
	width: 100px;
}
#search a:hover {
	text-decoration: underline;
}

#sub-menu {
	background-image: url(../img/sub-menu.png);
	height: 41px;
	width: 100%;
}
#sub-menu a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
#sub-menu img {
	margin: 0 3px -15px 3px;
}
#register {
	float: left;
	margin-left: 20px;
	width: 280px;
}
#newsletter {
	float: left;
	margin: 0 10px 0 10px;
	width: 370px;
}



/*  BODY  */

#banner {
	margin-top: 10px;
	text-align: center;
	width: 976px;
}

#boxes {
	margin: 25px auto;
	width: 885px;
}
#boxes .box, 
#boxes .big-box {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	float: left;
	margin-right: 19px;
	padding: 15px 5px 15px 5px;
	width: 160px;
}
#boxes .big-box {
	margin: 0;
	width: 300px;
}
#boxes h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;	
}
#box-title-1 {
	color: #54a019;
}
#box-title-2 {
	color: #1b649c;
}
#box-title-3 {
	color: #54b4e2;
}
.box-4 {
	color: #1689c3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6;
	text-transform: uppercase;
}


#tag-faq {
	background-image: url(../img/tag.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7f7f82;
	clear: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 25px 0 5px 70px;
	width: 815px;
}
#tag-faq span, #tag-faq span a {
	color: #f56a02;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


#two-cols-container {
	float: left;
	margin: 25px 0 25px 0;
	width: 976px;
}


#tag-faq-col {
	background-image: url(../img/tag.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #7f7f82;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: -50px;
	padding: 25px 0 30px 70px;
}
#tag-faq-col span, #tag-faq-col span a {
	color: #f56a02;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#banner-col {
	height: 210px;
}

#downloads {
	background-image: url(../img/tag-dwn.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	padding-left: 69px;
	width: 499px;
}
#downloads-list {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin-bottom: 15px;
	padding: 10px 20px 10px 20px;
	width: 457px;
}
.downloads-list-item {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 150px;
}
.downloads-list-item img {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding: 2px;
}
.downloads-list-item div {
	padding: 5px;
	text-align: left;
}
#downloads h2, #news h2 {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #504f52;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	text-transform: uppercase;	
}
#downloads h3 a {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
#downloads h3 a span{
	color: #1689c3;
	float: none;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: 50px;
}
.download-list-title {
	line-height: 1;
}

#downloads-register {
	color: #203659;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 15px;
}
#downloads-register span {
	font-size: 14px;
}

#news {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 60px;
	width: 300px;
}
#news a {
	color: #000;
	font-style: normal;
}
#news a img {
	float: left;
	padding-bottom: 15px;
}
#news h3, #news span {
	float: left;
	width: 226px;
}
#news h3 {
	padding: 5px 0 0 10px;
}
#news span {
	padding-left: 10px;
}
#news div {
	clear: left;
}
#news-archive a span,
#downloads-archive a span{
	color: #1689c3;
	float: none;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: 50px;
}

#banners {
	padding-top: 25px;
}
#banners img {
	margin-top: 10px;
}

#logout, #nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 100px 0 50px;
	text-align: right;
}
#nav {
	margin: 15px 100px -20px 50px;
	text-align: left;
}

#download-big-list {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin-bottom: 15px;
	padding: 10px 20px 10px 20px;
	width: 750px;
}
.download-big-list-item {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 150px;
}
.download-big-list-item img {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding: 2px;
}
.download-big-list-item div {
	padding: 5px;
	text-align: left;
}
#download-big-list h2 {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #504f52;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	text-transform: uppercase;	
}
#download-big-list h3 a {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
#download-big-list h3 a span{
	color: #1689c3;
	float: none;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: 50px;
}





/*  FOOTER  */

#footer-list {
	margin: 0 auto;
	width: 900px;
}
#footer-list .footer-list-item {
	border-left: 2px solid #FFF;
	float: left;
	padding: 0 10px 0 10px;
	width: 200px;
}
#footer a {
	color: #FFF;
	font-style: normal;
}

#h25 {
	background-image: url(../img/footer.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 15px 0 5px 0;
	text-align: right;
	width: 100%;
}
#h25 img {
	margin-right: 100px;
}




/*  GENERIC CONTENT  */

#content {
	font-size: 12px;
	letter-spacing: 0.3px;
	line-height: 1.8;
	margin: 40px auto;
	width: 800px;
}
#content a {
	font-style: normal;
}
#content h2 {
	color: #1b649c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
#content h3 {
	color: #1b649c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content p {
	margin-bottom: 20px;
}
#content ol,
#content ul {
	margin: 0 50px 20px 50px;
}
#content li {
	margin-bottom: 10px;
}
#content .news-list-date {
	font-size: 10px;
	font-style: italic;
}
#content .news-date {
	font-style: italic;
}

#content form table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 500px;
}
#content form table td {
	border-bottom: 1px solid #E4E4E4;
	padding: 5px;
	width: 50%;
}
#content form textarea {
	padding: 3px;
}
#content form table table {
	table-layout: auto;
	width: auto;
}
#content form table table td {
	width: auto;
}




/*  POPUP  */

#popup {
	background-image: url(../img/popup-bg.png);
	height: 100%;
	left: 0px;
	padding-top: 100px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}
#popup #error,
#popup #ok {
	border: double #FFF 3px;
	color: #FFF;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 300px;
}
#popup #error {
	background-color: #900;	
}
#popup #ok {
	background-color: #090;	
}
#popup #close {
	padding-top: 20px;
	text-align: right;
	text-decoration: underline;
}
#popup #close span {
	cursor: pointer;	
}

