/*
	original StyleSheet for GreenGrass Template
	by David Herreman
	http://www.free-css-templates.com
	modified by Lorenzo Spallino http://www.webimpossibile.net	
*/

/*
********************************************
    COMMON RULES
********************************************
*/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ebebeb;
	text-align: center;
}

.occhiello {
	margin-top: 40px;
	padding-top: 30px;
	color: #916E2C;
	}
	
/*
********************************************
    IMG
********************************************
*/

.slide {
	margin: 10px 0 10px 0 !important;
}

.slide img {
	border: 1px solid #D1BBA1;
	letter-spacing: 5px;
}

#imgr, #imgr1, #imgr2, #imgr3, #imgr4, #imgr5 {
	float:right;
	color: #245917;
	padding: 10px;
	margin: 0 0 0px 10px;
	font-family: Arial, sans-serif;
	font-size: 1em !important;
	}

#imgr img, #imgr1 img, #imgr2 img, #imgr3 img, #imgr4 img, #imgr5 img{
	border: 1px solid Gray;
	margin-bottom:8px;
	}
	
#imgl {
	float:left;
}

/*
********************************************
    CONTENT
********************************************
*/

#content {
	margin-right: 280px;
	line-height: 18px;
	padding-left: 20px;
}

#content .padding {
	padding: 25px;
	background-color: #fff;
}

#content h2 {
	margin: 0 0 20px 0;
	padding: 0;
	padding-bottom: 0px;
	color: #245917;
	background-color: #fff;
	font-family: Times New Roman, serif;
	font-size: 28px !important;
	line-height: 1em; 
}

#content h3, h4 {
	margin: 0;
	padding-bottom: 0px;
	font-size: 12px;
	color: #50922C;
	background-color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#content h4 {
	color: #245917;
}

#content h5 {
	border-top: 1px solid Gray;
	padding-top: 20px;
	font-family: Lucida Sans;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: 1px
}

#content a {
	color: #50922C;
	text-decoration: none;
	background-color: #fff;
}

#content a:hover {
	color: #FF4500;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background-color: #fff;
}

#content .title {
    margin: 0;
	padding: 0;
	padding-bottom: 0px;
	font-size: 100%; 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #245917;
	background-color: #fff;
}

/*
********************************************
    OTHER
********************************************
*/

#hrgreen2 {
	 background: #fff url("images/hr.gif") no-repeat;
	 margin: 13px;
	 height: 1px;
	 background-color: #fff;
}


.littlebox {
	padding: 5px;
	color: #245917;
}


.littlebox a:link, .littlebox a:visited {
	color: #245917;
	text-decoration: none;
	font-weight: bold;
}

.littlebox a:hover {
	color: #FF4500;
	text-decoration: none;
	font-weight: bold;
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #245917;
	background-color: #fff;
}


#page-container {
	width: 760px;
	background: #fff;
	text-align: left;
	margin: auto;
	background: #fff url("images/bg2.gif") top center repeat-y;
	background-color: #fff;
}


/*
********************************************
    MENU
********************************************
*/


#menu {
    text-align: center;
	font-size: 100%; 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#menu a {
	width: 180px;
	color: #B60400;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	background-color: #fff;
}

#menu a:hover {
	color: #B60400;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 0 0px;
}

ul#menu
{
	padding: 0px ;
	list-style-type: none ;
	text-align: left;
}

ul#menu li
{
	margin: 0px 0 0 0 ;
	padding: 0 ;
}

ul#menu li a {
	display: block ; 
	width: 175px ;
	line-height: 29px ;
	color: #B60400;
	text-indent: +30px ; 
	text-decoration: none ;
	background: url("images/li.gif") no-repeat +10px +8px; 
}

ul#menu li a:hover {
	background: #eaeaea;
	text-indent: +40px ;
	line-height: 29px ;    
	background: #ebebeb url("images/li.gif") no-repeat +10px +8px; 
}
		
/*
********************************************
    TOP
********************************************
*/

#top {
	background: #fff url("images/header.gif") top center no-repeat;
	height: 65px;
	padding-top: 18px;
	padding-left: 28px;
	padding-right: 20px;
    text-align: right;
	color: #ccc;
	font-size: 10px;
	background-color: #fff;
	}

#top .comment {
	margin: 14px 0px 0px 0px;
	color: #245917;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#top input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url("images/input.gif") no-repeat;
	padding: 4px; 
	color: #70b24C;
}


#top input.submit {
	border: 0px;
	background-color: #A3BB90;
	padding: 0px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #245917;
	font: bold 1em Arial, Sans-Serif;
}

#top a {
 color: #808080;
 background-color: #fff;
}

#header {
	background: #ccc url("images/bg2.gif") top center repeat-y;
	height: 120px;
	padding-left: 40px;
    background-color: #fff;
}

/*
********************************************
    FOOTER
********************************************
*/


#prefooter {
	clear: both;
	background: #fff url("images/prefooter.gif") center no-repeat;
	height: 169px;
	padding: 0px 0px 0px 70px;
	background-color: #0f0;
	font-weight:bold;

}

#prefooter p {
    width: 350px;
    padding: 12px 0px 10px 0px;
    margin: 0px 0px 3px 0px;
    border-bottom: 1px solid #ada;
}

#prefooter a {
	color: #B60400;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0px 0px 0px;
}

#footer {
	background: #ebebeb url("images/footer2.gif") top no-repeat;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #505050;
	padding: 8px 0px;
	text-align: center;
	background-color: #0f0;
}

#footer a {
	color: #245917;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #copyright {
	padding-top: 1px;
}

.hidden {
	display: none;
}

#hrgreen {
 background: #fff url("images/hr.gif") no-repeat;
 margin: 13px;
 height: 1px;
 background-color: #fff;
}

* html #hrgreen {
 background: #fff url("images/hr.gif") no-repeat;
 margin-left: 60px;
 height: 1px;
 background-color: #fff;
}

/*
********************************************
    SIDEBAR
********************************************
*/


#sidebar-a {
	float: right;
	width: 228px;
	line-height: 18px;
	margin-right: 10px;
	background: #fff url("images/bg_nav.gif") right top no-repeat;
	background-color: #fff;
}


#sidebar-a p {
    width: 173px ;
    margin-left: 30px;
	text-decoration: none ;
	text-align: left;
	background-color: #fff;
}

#sidebar-a a:link {
	text-decoration: none ;
	font-weight: bold;
	color: #50922C;
}

* html #sidebar-a p {
  width: 173px;
  margin-left: 75px;
  margin-top: -15px;
  text-decoration: none ;
  text-align: left;
  background-color: #fff;
  }


#sidebar-a .padding {
	margin: 10px 0px 10px 0px;
	padding: 35px 20px 0px 30px;
}
