html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color:#FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div {
	display:block;
}
img {
	border:0px;
	display:block;
}
h1{
	font-size:16px;
	color:#0064b1;
}
h2{
	font-size:14px;
	color:#0064b1;
}
h3{
	font-size:12px;
	color:#0064b1;
}
div#wrapper {
	width:908px;
	height:100px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	padding-left:11px;
	padding-right:11px;
	padding-top:12px;
}
html>body #wrapper {
	height: auto;
}
div#left {
	width:192px;
	padding-right:12px;
	height: auto !important;
	height:100px;
	min-height:100px;
	float:left;
}
div#right {
	width:704px;
	height: auto !important;
	height:100px;
	min-height:100px;
	float:left;
}
div.clear {
	clear:both;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}
div.left-block {
	width:192px;
	padding-bottom:12px;
}
div.find-a-flight {
	width:160px;
	height:187px;
	margin-bottom:12px;
	background-image:url(../images/find-a-flight.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:16px;
	padding-right:16px;
	padding-top:40px;
}
div.select-a-country {
	width:160px;
	height:120px;
	margin-bottom:12px;
	background-image:url(../images/select-a-country.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:16px;
	padding-right:16px;
	padding-top:70px;
}
form {
	margin:0px;
	padding:0px;
}
div.find-a-flight select, div.select-a-store select {
	width:100%;
	margin-top:7px;
	margin-bottom:20px;
}
input.findflight-submit {
	width:148px;
	height:29px;
	overflow:hidden;
	background-image:url(../images/findflight-buy.gif);
	border:0px;
	cursor:pointer;
	background-position:top;
	float:right;
	margin-top:5px;
}
input.findflight-submit:hover {
	background-position:bottom;
}
input.findflight-submit1 {
	width:148px;
	height:29px;
	overflow:hidden;
	background-image:url(../images/visit-site.gif);
	border:0px;
	cursor:pointer;
	background-position:top;
	float:right;
	margin-top:5px;
}
input.findflight-submit1:hover {
	background-position:bottom;
}
div#footer {
	width:908px;
	margin-left:auto;
	margin-right:auto;
	height:10px;
	border-top:1px #999999 dashed;
	padding-top:5px;
	color:#999999;
	padding-bottom:20px;
}
div#footer a {
	color:#999999;
	margin-right:12px;
	text-decoration:none;
}
div#footer a:hover {
	color:#333333;
}
div.copyright {
	width:200px;
	float:left;
}
div.footer-links {
	width:708px;
	float:left;
}
div.footer-links1 {
	width:708px;
	float:right;
	text-align:right;
}
div.footer-links1 img{
	display:inline;
}
div#navigation {
	width:704px;
	height:32px;
	background-image:url(../images/nav-bg.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
	border-bottom:1px #999999 dashed;
	color:#FFFFFF;
	line-height:32px;
	font-size:14px;
	z-index:10;
	position:relative;
}
div#navigation li {
	float:left;
	display:block;
	position:relative;
	margin-left:13px;
	margin-right:13px;
}
div#navigation ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	margin-left: auto;
	margin-right: auto;
	width:704px;
	z-index:10;
}
div#navigation a, div#clientnav a {
	cursor:pointer;
}
/***********************
Drop Down List
***********************/

#navigation ul li ul {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 100;
	border: solid 1px #0064b1;
	border-top: none;
	width: 130px;
	line-height:20px;
	top:32px;
	left:0px;
}
#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block;
}
#navigation ul li ul li {
	background: #b8dcf8;
	margin-left:0px;
	margin-right:0px;
	width: 130px;
	cursor: pointer;
	border-top:#80b2d8 dashed 1px;
}
#navigation ul li ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color:#0064b1;
	width: 105px;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
}
#navigation ul li ul li a:hover {
	color:#0064b1;
}
#navigation ul li ul li:hover, #navigation ul li ul li.over {
	background-color: #80b2d8;
	color:#000;
}
#navigation ul li ul.store-locator-menu,
#navigation ul li ul.store-locator-menu li,
#navigation ul li ul.store-locator-menu li a {
	width: 200px;
}
a.mainnav {
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	height:32px;
	margin-left:10px;
	margin-right:10px;
}
a.mainnav:hover {
	color:#80b2d8;
}
