.background_a{
	background-color: #58ac25;
}

.background_b{
	background-color: #d9d9d9;
}

.background_c{
	background-color: #2a2a2a;
}

.color_a{
	color: #58ac25;
}

.color_b{
	color: #d9d9d9;
}

.color_c{
	color: #2a2a2a;
}

.hidden {
	position: relative;
	z-index: -50;
}

.title_h2{
	font-size: 1.8em;
	font-weight: bold;
}

.double_underline{
	height: 8px;
	background: url(../img/titles/big_underline.png) repeat-x;
}

.underline{
	height: 1px;
	width: 100%;
	border: none;
	background-color: #58ac25;
	border-bottom-color: #42811c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #162b09;
	border-top-width: 1px;
	border-top-style: solid;
}

.small_underline{
	height: 1px;
	border: none;
	background-color: #d9d9d9;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #808080;
	border-top-width: 1px;
	border-top-style: solid;
}

strong{
	font-weight: bold;
}

em{
	text-decoration: underline;
}

a{
	text-decoration: none;
	color: #d9d9d9;
}

a:hover {
	color: #58ac25;
}

object { /*necesari pq firefox no posi un borde als swf */
	outline:none; 
} 

html, body {
    height: 100%; 
}

body{
	background-color: #58ac25;
}

#wrapper {
	position: relative;
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	background: transparent url(../img/blackline.png) repeat-y center;
	color: #d9d9d9;
}

#header{
	width: 980px;
	height: 224px;
	background: transparent url(../img/header.png) no-repeat bottom left;
}

#logotype{
	position: relative;
	left: 365px;
	top: 62px;
	display: block;
	height: 47px;
	width: 344px;
	background-image: url(../img/logo.png);
}

#btn_home {
	position: relative;
	left: 381px;
	top: 115px;
	display: block;
	height: 31px;
	width: 66px;
}
#btn_home:hover {
	background-image: url(../img/buttons/home.png);
}

#btn_news {
	position: relative;
	left: 473px;
	top: 84px;
	display: block;
	height: 32px;
	width: 67px;
}
#btn_news:hover {
	background-image: url(../img/buttons/news.png);
}

#btn_gallery {
	position: relative;
	left: 561px;
	top: 52px;
	display: block;
	height: 36px;
	width: 82px;
}
#btn_gallery:hover {
	background-image: url(../img/buttons/gallery.png);
}

#btn_showroom {
	position: relative;
	left: 668px;
	top: 16px;
	display: block;
	height: 30px;
	width: 130px;
}
#btn_showroom:hover {
	background-image: url(../img/buttons/showroom.png);
}

#skate_part{
	position: relative;
	left: 37px;
	top: 48px;
	display: block;
	height: 23px;
	width: 42px;
	background-image: url("../img/skatepart.png");
}

#content{
	margin: 0 auto;
	padding-bottom: 39px; /* padding-bottom:39px para que no quede por debajo del footer*/
	width: 850px;
}

#left{
	float: left;
	width: 560px;
	padding: 0 25px 40px 20px;
}

#right{
	padding: 0 13px 40px;
	float: right;
	width: 217px;
}

#news{
	width: 45px;
	height: 14px;
	margin-bottom: 5px;
	background-image: url(../img/titles/news.png);
}

#list_news{
	margin: 15px 0 0 30px;
	list-style-type: square;
}

#list_news li{
	margin-bottom: 7px;
}

#list_news a:hover{
	color: #d9d9d9;
}

#latest_pics{
	margin-top: 15px;
	margin-bottom: 5px;
	width: 88px;
	height: 14px;
	background-image: url(../img/titles/latestpics.png);
}

#underline_latest_pics{
	margin-bottom: 16px;
}

.link_more{
	text-align: right;
	margin-top: 12px;
	margin-bottom: 9px;
}

.latest_pic{
	display: block;
	margin: 11px auto 0;
}

#pro_team{
	display: block;
	margin: 5px auto 0;
	width: 213px;
}

#clear_float{
	clear: both;
}

#footer{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 880px;
	height: 39px;
	margin: 0 auto;
	background-image: url("../img/footer.png");
}

#footer p {
	position: relative;
	top: 15px;
	font-size: 1.1em;
	text-align: center;
}