/*********** 
CSS Design: Marco Formosa
m.formosa(at)amarantoweb.com
www.amarantoweb.com
September 2007
*****************/

body
{

font: 12px Arial;
line-height: 1.5;
}

a
{
	color: #333333;
}

a:hover
{
	color: #666666;
}
/******** CONTENT **********/
#content {
	margin: 0 auto;
	width: 940px;
}



#content h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #db9128;
	/*db9128*/
	font: 20px Verdana,sans-serif;
}

#content h2 {
	color: #222222;
	font-size: 16px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 7px;

}

#content p
{
line-height: 1.4;
color: #000000;
}


#h_top h1
{
padding: 0px 0px 10px 40px;; 
margin: 0px; 
font-size: 16px;
}



img
{
	border: 0px;
}


.index_box img
{
	padding: 5px;
	padding-top: 0px;
}

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

.footer {
	background: #DED9D0 url(../img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #dddddd;
	text-align: center; 
	padding: 0 20px;
	line-height: 41px;
	text-align: center;
}

.footer a {
	font: 11px Verdana;
}

/************ navigation *************/
.navigation {
	background: #DED9D0 url(../img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #dddddd;
	margin-bottom: 10px;
}
.navigation a {
	background: #FFF url(../img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	padding: 0 20px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

#active a
{background-position: left bottom; color: #331;}


/******** MENU **********/
.menu
{

}
.menu a
{
	border-bottom: 1px solid #ddd;
	color: #666666;
	display: block;
	float: right;
	width: 127px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 4px 0;
}
.menu a:hover
{
	border-bottom: 1px solid #ddd;
	background-color: #F3F3F3;
	display: block;
	color: #777777;
}
/******** HOME BOX **********/
.home_left {
	width: 158px;
}

.home_left h1 {
	background-color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	padding-top: 3px;
	font-size: 14px;
	color: #FFFFFF;
	}

.home_left p {
	line-height: 1.5;
}

.home_left a {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	display: block;
	color: #666666;
}

.home_left a:hover {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	background-color: #F3F3F3;
	display: block;
	color: #777777;
}
/******** SIDE BAR **********/

#sidebar {
	width: 170px;
	float: right;
	padding-right: 25px;
}

#sidebar a {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	display: block;
	color: #666666;
}
#sidebar a:hover {
	border-bottom: 1px solid #ddd;
	background-color: #F3F3F3;
	display: block;
	color: #777777;

}
#sidebar input
{
	font-size: 11px;
	border: 1px solid #999999;
	}

#sidebar h1 {
	color: #908a7e;
	font: 18px "Trebuchet MS",Verdana,sans-serif;
	margin: 15px 0 5px 0;
}

.navigate
	{
	margin-right: 20px; margin-top: 20px;
	}

.navigate a
	{
	background: #FFF url(../img/nav.gif) repeat-x;
	border: 1px solid #dddddd;
	border-right: 1px solid #C9C6B3;
	color: #553;
	padding: 8px;
	line-height: 41px;
	width: 90px;
	text-decoration: none;
	}

.navigate a:hover
	{
	background-position: left bottom; color: #331;
	}

.list
	{
	width: 130px; 
	height: 155px; 
	display: block; 
	text-align: center; 
	float: left; 
	padding: 15px;
	margin: 10px; 
	overflow: hidden;
	border: 1px solid #CCCCCC;
	}

.list a
{
	text-decoration: none;
}

