/*
-----------------------------------------------
MOUNTAIN VOYAGE HOME PAGE CSS DOCUMENT
Author:   Martin Dady
Version:  June 2006
----------------------------------------------- */

/* GENERAL RULES 
----------------------------------------------- */

html { 
	min-width: 700px;
	}

body {
	background: #000;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: small;
	text-align: center;
	}

.hide, #agents_photos #right h2, #events_photos #right h2, #travellers_photos #right h2 {
	display: none;
	}

a {
	outline: none;
	}

acronym {
	border: none;
	}

p {
	margin: 0;
	}

/* STRUCTURE 
----------------------------------------------- */

#wrapper {
	background: #fff;
	width: 700px;
	margin: 10px auto;
	padding: 0;	
	font-size: 85%;
	border-top: 10px solid #d9c290;
	border-bottom: 10px solid #d9c290;
	}

#branding {
	width: 70%;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}

#branding h2 {
	margin: 10px 0 0 0;
	font-size: 120%;
	font-weight: normal;
	}

#language {
	height: 26px;
	margin: 10px 0;
	text-align: center;
	}

#banner {
	clear: both;
	width: 700px;
	height: 161px;
	border-top: 10px solid #D9C290;
	border-bottom: 10px solid #D9C290;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 141px;
	}

#home #banner {
	background: #D9C290 url(../i/banner_home.jpg) no-repeat center center;
	}

#v {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#v p img {
	padding: 10px;
	}

#content {
	background: #fff;
	float: left;
	width: 700px;
	}

#efa p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#efa img {
	margin-bottom: 0;
	}

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 1.4em;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* LINKS 
----------------------------------------------- */

a:link {
	color: #1351c2;
	text-decoration: none;
	}

a:visited {
	color: #1351c2;
	text-decoration: none;
	}

a:hover {
	color: #d35100;
	text-decoration: underline;
	}

a:active {
	color: #A01E00;
	text-decoration: underline;
	}

/* LISTS 
----------------------------------------------- */

#language ul {
	width: 240px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#language ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
	list-style: none;
	}

/* HEADINGS 
----------------------------------------------- */

h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link,
h1 a:visited,
h1 strong {
	display: block;
	background: url(../i/logo_home.gif) no-repeat top center;
	width: 90px;
	height: 149px;
	margin: 0 auto 15px;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: url(../i/logo_home.gif) no-repeat top center;
	width: 90px;
	height: 149px;
	margin: 0 auto 15px;
	padding: 0;
	}