@charset "UTF-8";

/************************************************************************
	
	CSS Document // Master
	AeroExpo Europe / AeroExpo UK / Festival of Aviation - Register

	1 - UNIVERSAL STYLES
	
	2 - UNIVERSAL STRUCTURAL ELEMENTS
		2A - KEY STRUCTURE
		2B - FOOTER
		2C - REGISTER
	 
	3 - FORM LAYOUT / STYLES
		3A - FIELD / BUTTON HOLDERS
		3B - FORM STYLES
		3C - BUTTONS
		3D - TERMS POPUP
		3E - ACCOUNT HOME
		3F - TICKETS
	
	4 - UNIVERSAL FONT STYLES
		4A - MAIN STYLES
		4B - FOOTER 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;
	color: #4587B6;
	margin: 0;
	padding: 20px 20px 0 0;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #4587B6;
	margin: 10px 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #FFF;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #4587B6;
	margin: 0;
}

h6 {
	font-size: 16px;
	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;
}

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;
}

* html hr { /* IE6 */
	margin: 0 0 0 0;
}

* + html hr { /* IE7 */
	margin: 0 0 0 0;
}

textarea {
	font-family: Arial, sans-serif;
}

.clear {
	clear: both;
	margin: 0 0 3px 0;
}

ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

li {
	font-size: 13px;
	line-height: 1.4em;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
}





/************************************************************************

	2 - UNIVERSAL STRUCTURAL ELEMENTS
	
************************************************************************/

/****** -- 2A KEY STRCUTURE [START] -- ******/

#top { /* Reference for Back to Top */
	position: absolute;
	left: -9999px;
	top: -50px;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 20px auto 0 auto;
	padding: 0;
}

#register-wrapper {
	position:relative;
	float:left;
	width: 940px; /* 960px */
	min-height: 520px;
	margin: 0;
	padding: 10px 10px 80px 10px; /* can remove 80 */
	background: #FFF url('../images/common/Page-Background-Top.jpg') no-repeat 0 0;
}

#content-end { /* HOLDS BOTTOM CONTENT BACKGROUD */
	float: left;
	width: 960px;
	height: 10px;
	background: #FFF url('../images/common/Page-Background-Bottom.jpg') no-repeat 0 bottom;
}

/****** -- 2A KEY STRCUTURE [END] -- ******/



/****** -- 2B FOOTER [START] -- ******/

#footer {
	position: relative;
	float: left;
	width: 960px;
	height: 60px;
	margin: 30px 0 10px 0;
	background: #4587B6 url('../images/common/Page-Footer-Background.jpg') no-repeat 0 0;
}

#footer-left {
	float: left;
	width: 460px;
	height: 40px;
}

#footer-right {
	float: right;
	width: 400px;
	height: 40px;
	padding: 10px;
}

#footer-logo {
	float: left;
	width: 110px;
	margin: 0 10px 0 0;
}

#footer-strapline {
	float: left;
	width: 250px;
	height: 40px;
	padding: 10px 0 0 20px;
}

#footer-sponsors {
	float: left;
    height: 40px;
	width: 230px;
	padding: 10px;
}

.footer-sponsor-logo {
	float: left;
	width: auto;
	height: 40px;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

#footer-social-links {
	position: relative;
	float: right;
	width: 380px;
	height: 20px;
	margin: 21px 0 0 0; /* 14px accounts for the links that were there */
	font-size: 14px;
	color: #FFF;
	text-align: right;
}

#footer-social-links img {
	margin: 0 0 0 3px;
}

/****** -- 2B FOOTER [END] -- ******/



/****** -- 2C REGISTER [START] -- ******/

#section-header {
	width: 930px; /* 940px */
	height: 38px; /* 120px */
	padding: 82px 0 0 10px;
}

.section-title {
	margin: 0 0 0 20px;
}

#register-left-column {
	float: left;
	width: 670px;
	margin: 0 20px 0 20px;
}

#register-right-column {
	float: left;
	width: 230px;
	text-align: center;
}

#register-right-column hr {
	margin: 12px 0 12px 0;
}

.feature-box {
	float: left;
	width: 218px;
	height: 180px;
	margin: 0 8px 0 0;
}

#flying-in {
	/* background: url('../images/common/AeroExpo-UK-Exhibitors-Off.jpg') no-repeat 0 0; */
}

#flying-in:hover {
	/* background: url('../images/common/AeroExpo-UK-Exhibitors-On.jpg') no-repeat 0 0; */
}

#visitor-offers {
	/* background: url('../images/common/AeroExpo-UK-Exhibitors-Off.jpg') no-repeat 0 0; */
}

#visitor-offers:hover {
	/* background: url('../images/common/AeroExpo-UK-Exhibitors-On.jpg') no-repeat 0 0; */
}

#press {
	/* background: url('../images/common/AeroExpo-UK-Exhibitors-Off.jpg') no-repeat 0 0; */
}

#press:hover {
	/* background: url('../images/common/AeroExpo-UK-Exhibitors-On.jpg') no-repeat 0 0; */
}

/****** -- 2C REGISTER [END] -- ******/





/************************************************************************

	3 - STRUCTURAL ELEMENTS
	
************************************************************************/

/****** -- 3A FIELD / BUTTON HOLDERS [START] -- ******/

.label-thin {
	float: left;
	width: 180px;
	font-size: 14px;
	color: #4587B6;
	margin: 0 20px 0 0;
}

.label-wide {
	float: left;
	width: 240px;
	font-size: 14px;
	color: #4D4D4D;
	margin: 0 20px 0 0;
}

.field {
	float: left;
	width: 250px;
	margin: 0 20px 8px 0;
}

.button {
	float: left;
	width: 250px;
	margin: 0 20px 8px 0;
}

/****** -- 3A FIELD / BUTTON HOLDERS [START] -- ******/



/****** -- 3B FORM STYLES [START] -- ******/

.largefield {
	width: 244px;
	height: 30px;
	max-height: 30px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #333;
	padding: 5px 3px 0 3px;
	margin: 0;
	border: 1px solid #999;	
	background: #F2F2F2;
}

* html .largefield { /* IE6 */
	height: 24px;
	max-height: 24px;
	padding: 0 3px 0 3px;
}

* + html .largefield { /* IE7 */
	height: 24px;
	max-height: 24px;
	margin: 0 3px 0 3px;
}

.smallfield {
	width: 244px;
	height: 24px;
	max-height: 24px;
	line-height: 24px !important;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #333;
	padding: 0 3px 0 3px;
	margin: 0;
	border: 1px solid #999;	
	background: #F2F2F2;
}

.smalltextarea {
	width: 244px; /* 250 */
	height: 72px;
	max-height: 72px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #333;
	padding: 0 3px 0 3px;
	margin: 0;
	border: 1px solid #999;	
	background: #F2F2F2;
}

.dropdown {
	width: 252px;
	height: 24px;
	max-height: 24px;
	line-height: 24px !important;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #333;
	padding: 0;
	margin: 0;
	border: 1px solid #999;	
	background: #F2F2F2;
}

.check-box {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
}

/****** -- 3B FORM STYLES [END] -- ******/



/****** -- 3C BUTTONS [START] -- ******/

.logout-btn-small {
	width: 70px;
	height: 22px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../images/common/Log-Out-Btn-Small-Background.jpg);
	background-position: 0 0;
	cursor: pointer;
}

.logout-btn-small:hover {
	background-position: 0 -22px;
}

.blue-btn {
	float: left;
	width: 120px;
	height: 32px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	padding: 0;
	margin: 0 10px 0 0;
	border: none;
	background: url(../images/common/Blue-Btn-Background-120x32.jpg);
	background-position: 0 0;
	cursor: pointer;
}

.blue-btn:hover {
	background: url(../images/common/Blue-Btn-Background-120x32.jpg);
	background-position: 0 -32px;
}

.grey-btn {
	float: left;
	width: 120px;
	height: 32px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	border: none;
	background: url(../images/common/Grey-Btn-Background-120x32.jpg);
	background-position: 0 0;
	cursor: pointer;
}

.grey-btn:hover {
	background: url(../images/common/Grey-Btn-Background-120x32.jpg);
	background-position: 0 -32px;
}

.red-btn {
	float: left;
	width: 120px;
	height: 32px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	border: none;
	background: url(../images/common/Red-Btn-Background-120x32.jpg);
	background-position: 0 0;
	cursor: pointer;
}

.red-btn:hover {
	background: url(../images/common/Red-Btn-Background-120x32.jpg);
	background-position: 0 -32px;
}

/****** -- 3C BUTTONS [END] -- ******/



/****** -- 3D TERMS POPUP [START] -- ******/

body.terms {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#terms-wrapper {
	margin: 0;
	padding: 0;
}

#terms-title {
	height: 30px;
	padding: 15px;
	background: #4587B6;
}

#terms-body {
	padding: 15px;
}

#terms-title h2 {
	color: #FFF;
	margin: 0;
}

/****** -- 3D TERMS POPUP [END] -- ******/



/****** -- 3E ACCOUNT HOME [START] -- ******/

.event-logo {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.event-logo img {
	margin: 0 10px 0 0;
}

.event-options {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
}

.event-options ul {
	width: 230px; height: auto; margin: 0; padding: 0 0 0 22px; 
}

.event-options ul li {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	list-style: url(../images/common/Event-Options-Blue.jpg);	
}

.event-options ul li:hover {
	list-style: url(../images/common/Event-Options-Blue-Over.jpg);
}

.event-inactive .event-options ul li {
	font-size: 16px;
	color: #999;
	margin: 0 0 10px 0;
	list-style: url(../images/common/Event-Options-Grey.jpg);	
}

.event-inactive .event-options ul li:hover {
	list-style: url(../images/common/Event-Options-Grey.jpg);
}

.my-details {
	margin: 0 0 10px 25px;
}

.my-details p {
	margin: 0;
}

.my-details p a {
	font-size: 11px;
}

/****** -- 3E ACCOUNT HOME [END] -- ******/



/****** -- 3F TICKETS [START] -- ******/

body.ticket {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	margin: 15px;
	padding: 0;
	background: #FFF;
}

#ticket-wrapper {
	width: 500px; /* 530 */
	height: 340px;
	margin: 0;
	padding: 15px;
	border: 1px solid #999;
}

.ticket-logo {
	margin: 0 0 20px 0;
}

.ticket-logo img {
	margin: 0 10px 0 0;
}

.ticket-left {
	float: left;
	width: 230px;
	margin: 0 30px 0 0;
}

.ticket-right {
	float: left;
	width: 230px;
}

.print-me {
	font-size: 18px;
	color: #FF0000;
	text-transform: uppercase;
}

/****** -- 3F TICKETS [END] -- ******/





/************************************************************************

	4 - UNIVERSAL FONT STYLES
	
************************************************************************/

/****** -- 4A MAIN STYLES [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;
}

.alt-white {
	font-size: 10px;
	color: #FFF;
}

.alt-white a, .alt-white a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0;
}

.alt-white a:hover, .alt-white a:active, .alt-white a:focus {
	color: #E8E8E8;
	text-decoration: none;
	margin: 0;
}

.note {
	font-size: 13px;
	color: #FF0000;
}

.emphasis {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #4587B6;
}

.smallline {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

.jumptop, .jumptop a {
	font-size: 10px;
	color: #666;
	margin: 10px 0 10px 0;
}

.red {
	color: #FF0000;
}

/****** -- 4A MAIN STYLES [END] -- ******/



/****** -- 4B FOOTER STYLES [START] -- ******/ 

#footer h5 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.01em;
	text-align: left;
	color: #FFF;
	margin: -2px 0 0 0;
	padding: 0;
}

#footer h6 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -0.01em;
	text-align: left;
	color: #CCC;
	margin: 0;
	padding: 0;
}

ul#footer-menu { position: relative; float: right; margin: 0; padding: 0; }
ul#footer-menu li { position: relative; list-style: none; float: left; display: inline; font-size: 14px; font-weight: bold; background: url('../images/common/Footer-Menu-Divide.gif'); background-repeat: no-repeat; background-position: right; margin: 0; padding: 0 12px 0 5px; }
ul#footer-menu li.last { background: none; margin: 0; padding: 0 0 0 5px; }
ul#footer-menu li a, ul#footer-menu li.last a { position: relative; display: block; text-decoration: none; color: #CCC; line-height: 14px; padding: 2px 0 0 0; }
ul#footer-menu li:hover a { color: #FFF; }

ul#social-links { position:relative; float:right; width:460px; height:14px; margin:0 auto 0 auto; padding:0; }
ul#social-links li { position:relative; float:left; list-style:none; display:inline; margin:0; padding:0; }
ul#social-links li.twitter a { position: relative; display: block; width:56px; height:14px; text-decoration: none;  color: #666; margin:0 4px 0 0; padding: 0; }
ul#social-links li.facebook a { position: relative; display: block; width:54px; height:14px; text-decoration: none;  color: #666; margin:0 4px 0 0; padding: 0; }
ul#social-links li.bookmark a { position: relative; display: block; width:110px; height:14px; text-decoration: none;  color: #666; margin:0; padding: 0; }

.credits {
	position: relative;
	float: left;
	width: 960px;
	font-size: 11px;
	text-align: right;
	color: #808080;
	padding: 0 0 10px 0;
}

.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;
}

/****** -- 4B FOOTER STYLES [END] -- ******/ 
