﻿/* Website Designed and Created by Alex Borton at Infocentre (http://www.infocentre.com) */

* { margin: 0; padding: 0; }

body { font-family: Calibri; }

h1 { font-family: Calibri; font-size: 24pt; font-weight: normal; letter-spacing: 1px; color: #1E6FF6; }

h2 { font-weight: normal; color: #1E6FF6; }

h3 { font-weight: normal; text-transform: uppercase; color: #246CFC; margin: 0 0 7px 0; }

h4 {  }

h5 {  }

p { font-size: 9pt; margin: 4px 0; }

a {  }
	a:hover {  }

a img {  }
	a img:hover {  }

#page-wrap {
	width: 950px;
	margin: 10px auto;
	position: relative;
}	

/* Header */

#header-wrap {
	width: 610px;
	float: right;
	}
	#header-logo {
		background: transparent url('../images/staff-travel-direct-logo.jpg') no-repeat;
		width: 403px;
		height: 49px;
		display: block;
		text-indent: -9000px;
		float: left;
		}
	#telephone-number {
		float: right;
		color: #FFF;
		background: #1E6FF6;
		height: 49px;
		line-height: 49px;
		font-size: 20pt;
		padding: 0 10px;
		}
	#part-of {
		font-size: 8pt;
		float: right;
		}

/* Navigation */

#navigation {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px #1E6FF6 solid;
	}
	#navigation li {
		display: inline;
		margin: 0 8px 0 0;
		}
		#navigation li a {
			background: #226FF3;
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
			font: 14pt;
			padding: 4px 8px;
			line-height: 25px;
			border: 1px #226FF3 solid;
			}
			#navigation li a:hover, #navigation li.here a {
				background: #FFF;
				color: #226FF3;
				}
								
/* Main Content */
.offer-wrap {
	padding: 10px;
	margin: 7px 0;
	}
	.grey {
		background: #F8F8F8;
		}
	.blue {
		background: #E0ECFF;
		}

.offer-image {
	border: 2px #1E6FF6 solid;
	}
.offer-list {
	padding-left: 20px;
	float: left;
	font-size: 9pt;
	width: 260px;
	}
.meon-font a {
	font-family: "Times New Roman", Times, serif;
	}
	.partnerLogo {
		width: 146px;
		height: 126px;
		margin: 3px;
		float:left;
		}
		.partnerLogo a img {
			border: 3px #1E6FF6 solid;
			}

/* Footer */

#footer {
	background: #E0ECFF;
	display: block;
	width: 590px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	}
	#footer p {
		font-size: 8pt;
		}

/* Sign Up Form */

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {float: right;margin:0 4px 0 0;}

.button {
	border: 1px #1E6FF6 solid;
	color: #FFF;
	font-size: 10pt;
	background: #1E6FF6;
	font-family: Calibri;
	text-transform: uppercase;
	padding: 2px;
	}
	.button:hover {
		color: #1E6FF6;
		background: #FFF;
		cursor: pointer;
		}
.line-wrap {
	margin-bottom: 6px;
}
#subForm {
	margin: 10px 0;
	background: #F3F3F3;
	padding: 10px 5px;
}

/*#sign-up-wrapper {
	position: fixed;
	width: 322px;
	top: 10px;
	}*/
	#sign-up {
		width: 300px;
		float: left;
		background: #F8F8F8;
		padding: 10px;
		border: 1px #1E6FF6 solid;	
		}
#tandc {
	width: 210px;
	float: left;
	margin: 0;
	}

/* Positioning */

.clear { clear: both; height: 1px; display: block; } .clearL { clear: left; height: 1px; display: block; } .clearR { clear: right; height: 1px; display: block; }

.float-l { float: left; } .float-r { float: right; }

	img.float-l { margin: 0 10px 0 0; }

