@charset "UTF-8";

/************************************************************************
	
	CSS Document // Master
	AeroExpo - Home

	1 - UNIVERSAL STYLES
	
	2 - STRUCTURAL ELEMENTS / STYLES

************************************************************************/





/************************************************************************

	1 - UNIVERSAL STYLES
	
************************************************************************/

body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
	background: #D7EAF7 url('../images/common/Background-Gradient.jpg') repeat-x;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 20px 20px 0 0;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 0;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #4587B6;
	margin: 0;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
	margin: 0 0 10px 0;
}

p {
    font-size: 13px;
	line-height: 1.4em;
	color: #4D4D4D;
	margin-top: 0px;
	margin-bottom: 10px;
}

a, a:visited,
p a, p a:visited  {
    color: #4587B6;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus,
p a:hover, p a:active, p a:focus {
	color: #285488;
	text-decoration: none;	
}

img {
	border: 0px;
}

hr {
	border: 0;
	border-top: 1px solid #CCC;
	height: 1px;
	margin: 8px 0 8px 0;
}

hr.black {
	border-top: 1px solid #000;
}

* html hr { /* IE6 */
	margin: 0 0 0 0;
}

* + html hr { /* IE7 */
	margin: 0 0 0 0;
}

.clear {
	clear: both;
}




/************************************************************************

	2 - STRUCTURAL ELEMENTS / STYLES
	
************************************************************************/

/****** -- STRUCTURE [START] -- ******/

#home-wrapper {
	width: 100%;
	height: auto;
	margin: 20px auto 0 auto;
	padding: 0;
	background: url('../images/common/AeroExpo-World-Map.png') no-repeat right 0;
}

#home-block {
	width: 680px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.select {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
	color: #CCC;
}

/****** -- STRUCTURE [END] -- ******/



/****** -- SELECTORS [START] -- ******/

#site-selector {
	width: 680px;
	height: 310px; /* 375 */
	background: url('../images/common/AeroExpo-Selection-Background.png') no-repeat 0 0;
	padding: 65px 0 0 0;
	margin: 0 0 40px 0;
}

.europe {
	float:left;
	width: 300px;
	height: 310px;
	margin: 0 20px 0 10px;
	padding: 10px;
	cursor: pointer;
}

.uk {
	float:left;
	width: 300px;
	height: 310px;
	margin: 0;
	padding: 10px;
	cursor: pointer;
}

.europe img, .uk img {
	margin: 0 0 10px 0;
}

.europe h2 {
	color: #000;
}

.europe h3 {
	color: #000;
}

.europe h4 {
	color: #000;
}

.enter {
	float: right;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	text-align: right;
	color: #FFF;
	margin: 0;
	padding: 14px 10px 0 0;
}

.europe .enter {
	color: #000;
}

.europe:hover .enter {
	color: #444;
}

.uk:hover .enter {
	color: #DDD;
}

/****** -- SELECTORS [END] -- ******/



/****** -- FOOTER [START] -- ******/

#footer {
	width: 680px;
	height: 60px;
	text-align: center;
}

#social-links {

}

#social-links img {
	margin: 0 5px 0 5px;
}

.credits {
	font-size: 11px;
	text-align: center;
	color: #808080;
}

.credits a, .credits a:visited {
	color: #808080;
	text-decoration: none;
	margin: 0;
}

.credits a:hover, .credits a:active, .credits a:focus {
	color: #285488;
	text-decoration: none;
	margin: 0;
}

/****** -- FOOTER [END] -- ******/



/****** -- OTHER [START] -- ******/

.alt {
	font-size: 10px;
	color: #808080;
}

.alt a, .alt a:visited {
	color: #808080;
	text-decoration: none;
	margin: 0;
}

.alt a:hover, .alt a:active, .alt a:focus {
	color: #666;
	text-decoration: none;
	margin: 0;
}

/****** -- OTHER [END] -- ******/
