/*------------------------------------------------------------------------
# MARCO SECHI CSS
# ------------------------------------------------------------------------
# Copyright (C) 2009 Marco Sechi. 
# @license - GPU/GPL
# Author: marco.seki@gmail.com
-------------------------------------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: black;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* Normal link */
a:link, a:visited {
	color: #0099cc;
	font-size: 12px;
	text-decoration: none;
}

a:hover, a:active {
    color: #003399;
	text-decoration: none;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding: 0;
	
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

textarea{
	width: 700px;
	border: none;
	background-color: #EEE;
	padding: 5px;

}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 950px;
	margin: 0 auto;
}

.container{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/*================================ HEADER ============================*/
.headerbg{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.headerbg1{
	width: 740px;
	height: 130px;
	float: left;
}

.headerbg11{
	width: 720px;
	height: 68px;
	margin-left: 20px;
}

.headerbg3{
	width: 720px;
	float: left;
	margin-left: 20px;
	height: 42px;
	background-image: url(../images/barra.gif);
	background-repeat: no-repeat;
}

.headerbg2{
	width : 210px;
	height: 130px;
	float: left;
}

.headerbg21{
	width : 210px;
	height: 130px;
	float: left;
}

.headerbg31{
	width: 420px;
	float: left;
	height: 42px;
}

.headerbg32{
	width: 300px;
	float: right;
	height: 42px;

}

/*============================ FLASH =======================*/

.flash{
	/*width: 100%;*/
	width: 950px;
	margin: 0 auto;
	margin-top: 10px;
}

.flash1{
	width: 950px;
	float: left;
	margin: 0;
}

/*============================ ROUNDED SEPARATOR =======================*/
.roundedmodulebg{
	/*width: 100%;*/
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}

.roundedmodule1{
	width: 950px;
	background-color: #0099cc;
	background-image: url(../images/altosinistra.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.roundedmodule2{
	width: 100%px;
	background-image: url(../images/altodestra.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.roundedmodule3{
	width: 100%px;
	background-image: url(../images/bassosinistra.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.roundedmodule4{
	width: 100%px;
	background-image: url(../images/bassodestra.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px;
}


/*================================ MAINBODY ============================*/
.mainbodybg{
	margin-top: 20px;
}
/*Left*/
.columnkiri{
	width: 200px;
	float: left;
	
}
/*Center*/
.columntengah{
	width: 510px;
	float: left;
	margin-left: 30px;
}

#pathway{
	margin-bottom: 10px;
}

/*Right*/
.columnkanan{
	width: 180px;
	float: left;
	margin-left: 30px;
	
}
/*================================ FOOTER ============================*/
.footerbg1{
	/*width: 100%;*/
	width: 950px;
	margin: 0 auto;
	color: #888;
	border-top: 3px solid #EEE;
	padding-top: 10px;
	margin-top: 10px;
	height: 17px;
}
/*============================== COPYRIGHT ============================*/
.copyrightbg{
	/*width: 100%;*/
	width: 950px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

.copyright{
	text-align: left
}

.copyright span{
	color: #7cb905;
}

















