/* dadako tantrum easy-reset */
* {
	font-size: 100%;
	list-style-type: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	border:0;
}

/* colours

dark blue: #435867 
yellow link: #f5b765
light gray: #adb6bb

*/

body {
	font-size:100%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#adb6bb; 
	line-height:1.2;
	text-align: center;
	background-color: #435867;
}

a, a:visited {
	color:#f5b765;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color:white;
	text-decoration: none;
}

strong {
	font-weight: normal;
	background-color: #adb6bb;
	color:#435867;
}

.page {
	width:976px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.container {
	float:left;
	width:976px;
	padding-top:16px;
	padding-bottom:16px;
		background-image: url(img/bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#header {
	height:216px;
	float:left;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	width:100%;
}

#header .language{
	font-family: Arial, sans-serif;
	font-size:0.875em;
	font-weight: 100;
	float:left;
	margin-top: 144px;
	width: 178px;
	text-align: center;
	text-transform: uppercase;
}

#contents{
	float:left;
	width:100%;
}

#col-left {
	width:440px;
	float:left;
	padding: 0 16px 0 32px;
}

#col-left div.title h1, #col-left div.title_es h1, #col-right div.title h1, #col-right div.title_es h1   {
	visibility: hidden;
}

#col-left div.title {
	display:block;
	background-image: url(img/company.png);
	background-repeat: none;
	height:24px;
	width:100%;
	margin-bottom: 24px;
}

#col-left div.title_es {
	background-image: url(img/company_es.png);
	display:block;
	background-repeat: none;
	height:24px;
	width:100%;
	margin-bottom: 24px;
}

#col-left h2 {
	font-size:1.3125em;
	font-weight: normal;
	margin-bottom: 1.2em;
}

#col-left p {
	margin-bottom: 1.2em;
}

#col-right {
	width:440px;
	float:right;
	padding: 0 32px 0 16px;
}

#col-right div.title {
	display:block;
	background-image: url(img/services.png);
	background-repeat: none;
	height:24px;
	width:100%;
	margin-bottom: 24px;
}

#col-right div.title_es {
	background-image: url(img/services_es.png);
	display:block;
	background-repeat: none;
	height:24px;
	width:100%;
	margin-bottom: 24px;
}

#col-right div.boxed{
	float:left;
	width:100%;
	padding:16px 16px 0 16px;
	border:solid 1px #adb6bb;
	background-color: #435867;
}

#col-right div.boxed h2 {
	font-weight: bold;
}

#col-right div.boxed p {
	margin-bottom: 1.2em;
}

#col-right div.boxed ul {
	list-style: none;
	margin-bottom: 1.2em;
}

#footer{
	float:left;
	width:100%;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size:0.875em;
	font-weight: 100;
	margin-top:2em;
}