@charset "utf-8";
/* General A&C pre-home Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #010101;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
	padding: 0;
}

h2 {
	padding: 0; margin: 44px 0 0;
	height: 29px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cccccc;
	font-size: 1.20em;
	letter-spacing: 0.30em;
	text-align: center;
	background: #202020 url(../images/h2-bg.gif) 0 0 repeat-x;
}

img {
	border-width: 0;
}

/* Main blocks
---------------------------------------- */
#header {
	padding: 0; margin: 0;
	height: 27px;
	background: #787878 url(../images/header-bg.gif) 0 0 repeat-x;
	text-align: center;
	line-height: 24px;
	font-size: 1.60em;
	letter-spacing: 0.30em;
	font-style: italic;
	font-variant:small-caps;
	font-weight: bold;
}

#main {
	padding: 0; margin: 0;
	/* background: #010101 url(../images/main-bg.gif) 0 0 repeat-x; */
}

	#logo {
		padding: 30px 0; margin: 0;
		height: 96px;
		text-align: center;
	}
	
	#holder {
		padding: 0; margin: 0 auto;
		width: 923px; height: 335px;
		overflow: hidden;
	}
	
		#heli {
			display: block;
			padding: 0 7px 0 13px; margin: 0;
			width: 438px; height: 335px;
			background: url(../images/helicoptere-bg.png) 0 0 no-repeat;
			float: left;
			text-decoration: none;
		}
	
		#avion {
			display: block;
			padding: 0 18px 0 7px; margin: 0;
			width: 440px; height: 335px;
			background: url(../images/avion-bg.png) 0 0 no-repeat;
			float: right;
			text-decoration: none;
		}

			.menu {
				padding: 0; margin: 0 auto;
				width: 219px;
				list-style: none;
			}
			
				.menu li a {
					display: block;
					padding: 0 12px; margin: 0;
					width: 195px; height: 20px;
					overflow: hidden;
					background: url(../images/menu-bg.png) 0 0 no-repeat;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					color: #000000;
					text-decoration: none;
					line-height: 20px;
					font-size: 1.30em;
				}
				
				.menu li a:hover, .menu li a:active {
					background-position: 0 -20px;
					color: #FFFFFF;
				}
				
	#footer-menu, #footer {
		padding: 0;
		color: #888888;
		text-align: center;
	}
	
	#footer-menu {
		margin: 30px 0 0;
	}
	
	#footer {
		margin: 15px 0;
		font-size: 1.20em;
	}