/* $Id: main.css 27 2009-03-25 21:05:18Z joanfabregat $ */

/* @group tags */

* {
	font-family: Verdana, sans-serif;
}
body {
	font-size: 13px;
	background: #fff;
	marign: 0;
	padding: 0;
	color: #464847;
}
a {
	color: #c65e25;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}



/* @end */

/* @group main */

#menu {
	position: absolute;
	top: 0;
	padding-top: 20px;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	z-index: 10;
}
#logo {
	float: left;
	width: 100px;
	height: 45px;
}
#topMenu {
	position: absolute;
	top: 5px;
	right: 0;
}
#topMenu a {
	text-decoration: none;
	padding-left: 10px;
}
#menuLinks {
	float: left;
	padding: 10px 0 0 60px;
}
#menuLinks a {
	text-decoration: none;
	font-size: 14px;
	background: url(../images/menuBgGray.gif) no-repeat;
	display: block;
	float: left;
	width: 119px;
	height: 22px;
	text-align: center;
	margin: 0 20px 0 0;
	color: #6c6e6e;
}
#menuLinks a:hover, #menuLinks a.selected {
	background: url(../images/menuBg.gif) no-repeat;
	color: #c65e25;
}
#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	border-top: 1px solid #ccc;
	font-size: 10px;
	padding: 3px 0;
	color: gray;
	text-align: center;
	z-index: 3;
	background: #fff;
}


/* @end */

/* @group classes */

span.color {
	color: #c65e25;
}
div.content h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0;
}
div.content p {
	margin: 30px 0;
	text-align: justify;
}
div.content small {
	color: gray;
	font-size: 80%;
}
div.content h3 {
	font-size:  15px;
	color: #c65e25;
}
div.content h3 small {
	color: #c65e25;
	font-weight: normal;
}
div.content ul {
	list-style-image: url(../images/li.gif);
	padding: 0 0 0 15px;
	margin: 0;
}
div.content ul ul {
	list-style-image: url(../images/liGray.gif);
}
div.content ul li {
	padding: 3px 0;
}

/* @end */
