/*CSS Stylesheet created by ITS GUI Web Media
29/01/08 for PremiAirTravelCars.co.uk
Contact Tim Eade @ http://www.itsgui.co.uk */
h1 {
	font-size: 1.10em;
}
#container {
	width: 100%;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}
/* header */
#header {
	width: 770px;
	height: 150px;
}
/* content */
#content {
	background-image: url(images/bg.gif) repeat-x;
	width: 100%;
	height: 800px;
}
#logo {
	width: 770px;
	height: 75px;
	top: 74px;
	background-image: url(images/topstrip-logo.gif);
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#rightpanel {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#000066;
	font-size: 0.85em;
	font-weight: normal;
	width: 740px;
	padding: 10px;
	left: 10px;
	position: absolute;
	top: 160px;
}
/* footer */
.footer {
	height: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000066;
	border-top: 1px;
	border-top-color: #000066;
	border-top-style: dotted;
}
.redboldl {
	font-size: 1.10em;
	font-weight: bold;
	color: #FF0000;
}
.formtext  {
	font-size: 85%;
}
.formbtn  {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CECC;
	padding: 3px;
}
.errortxt {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 4px;
}
.titletxt {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 4px;
}
#quote {
	width: 700px;
	background-color:#E8FEFF;
	border: dotted #000066 1px;
	padding: 10px;
}

.fltrgt {
	float: right;
	padding: 10px;
}
