/*
	Project:		Gran Reserva HB
	Author:   		Xelera Communication AB
	Last edit:		2006-10-18
-------------------------------------------------*/
#skip,
#navbar,
.main_content img,
#sidebar {display: none;}
	
body {
	font: normal 75%/150% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}

/* Links
-------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

/* Headers
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
	color: #600;
	background: transparent;
}
h1 {
	margin:0 0 20px 0;
	font-size: 2.1em;
	font-weight: normal;
}
h2 {
	margin:0 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin-bottom: 0;
	font-size: 1.33em;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}

/* Data tables
-------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
caption {
	font-style: italic;
	text-align: left;
}
th {font-weight:bold;}
th,
td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0 0.25em 0;
}

/* Other
-------------------------------------------------*/
.clearer {
	line-height: 0;
	height: 0;
	clear: both;
}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
img {border: 0;}
#header a {
	text-decoration: none;
	color: #000;
}
#flashcontent {margin:1em 0;}
#main {
	float: left;
	width: 100%;
}
#sidebar {
	float: right;
	width: 0;
}
#headline {
	position:absolute;
	top:0;
	right:0;
}
#headline h3 {font:bold 1em/150% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
}
