/* GENERIC */
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:60px 0 0 0;
	font-family:Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size:.8em;
	color:#49372D;
	background:#A29A80 url("../images/site/bg.png") no-repeat top center;
}
h1 {
	color:#008D46;
	margin-top:0;
	text-transform:uppercase;
	font-size:1.5em;
}
a:link, a:visited {
	color:#D2232C;
	text-decoration:none;
}
a:hover, a:active {
	color:#49372D;
	text-decoration:underline;
}
a img {
	border:0;
}
input, textarea {
	border:1px solid #BFBBA1;
}
input:focus, textarea:focus {
	border:1px solid #49372D;
}


/* LAYOUT */
#wrapper {
	width:900px;
	margin:0 auto;
	background:url("../images/site/faux.png") repeat-y;;
}
#header {
	height:130px;
	border-top:6px solid #BFBBA1;
	background:#49372D url("../images/site/brush_header.png") no-repeat bottom;
}
#logotype {
	margin:30px 0 0 45px;
}
#italy {
	position:absolute;
	margin-left:545px;
	margin-top:-50px;
}
#navigation {
	float:left;
	width:220px;
	padding:15px 0 15px 0;
}
#contents {
	float:left;
	width:650px;
	min-height:270px;
	padding:15px;
	background:#F2F2F2;
}
#footer {
	clear:both;
	height:70px;
	border-bottom:6px solid #BFBBA1;
	background:#49372D url("../images/site/brush_footer.png") no-repeat top;
	color:#FFFFFF;
	font-size:.8em;
	padding:40px 0 0 240px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}


/* MAIN NAVIGATION */
#navigation ul, #navigation ul li ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#navigation ul li {
	font-variant:small-caps;
	font-weight:bold;
	border-bottom:1px solid #999999;
}
#navigation ul li ul li{
	border:0;
}
#navigation ul li a, #navigation ul li ul li a {
	display:block;
	text-decoration:none;
	padding: 2px 0 2px 20px;
}
/*First level links*/
#navigation ul li a:link, #navigation ul li a:visited {
	color:#49372D;
}
#navigation ul li a:hover, #navigation ul li a:active {
	background:#BFBBA1;
	color:#008D46;
}
#navigation ul li.parent a {
	background:#BFBBA1;
}
#navigation ul li.current a {
	background:#BFBBA1;
	color:#008D46;
}
/*Second level links*/
#navigation ul li ul li a {
	padding-left:35px;
}
#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	color:#49372D;
}
#navigation ul li ul li a:hover, #navigation ul li ul li a:active {
	color:#008D46;
	background:#BFBBA1;
}
#navigation ul li ul li.current a {
	color:#008D46;
}


/* CLASSES */
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.std_table {
	border-collapse:collapse;
	margin-left:1px;
}
.std_table td, .std_table th {
	border:1px solid #666666;
	padding:2px 5px 2px 5px;
}
.odd {
	background :#EFEFEF;
}
.even {
	background:#FFFFFF;
}
.rightImg {
	float:right;
	margin-left:10px;
}
.leftImg {
	float:left;
	margin-right:10px;
}
.error {
	color:red;
}
.errorInput {
	border:1px solid red;
}
.errorInput:focus {
	border:1px solid red;
}
.ok {
	color:green;
}
