/*
ZET Arts&Facts
VersiÃ³n 1.0
Date: 9 - Enero - 2009
*/

/*This are the basics style sheet. We use it in all sites */
/*@import "print.css";*/

/*
Style Sheet
This Style contains all the css imports and the basics id-class to manage all the site css
*/
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	line-height: 16px;
}

#container_home {
	width: 100%;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}
#container {
	width: 100%;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}
#container_sub {
	width: 930px;
	/*	margin-right:auto; */
	margin-left:auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}
#content {
	padding-bottom:105px;   /* Height of the footer */
	width: 100%;
	float: left;
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#footer_sub {
	background-color: #cc3720;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 110px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 20px;
}
#footer .adress {
	position: absolute;
	top: 62px;
	z-index: 9;
	margin-left: 8px;
}
#footer .adress p{
	font-size: 12px;
	line-height: 15px;
	color: #f1d5d0;
}
#footer p {
	color: #FFFFFF;
}
#footer a{
	color:#333333;
	text-decoration:none;
}
#footer ul {
	margin-top: 20px;
	z-index: 2;
	position: absolute;
}
#footer ul li {
	float: left;
	list-style-type: none;
}
#footer ul li a {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eecac4;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#footer ul li a:hover {
	text-decoration: underline;
}

