/* Business World Travel
------------------------------------------------*/
html,body { width: 100%; height: 100%; }

body
{
	font: 100% verdana,arial,sans-serif;
	background: #fff url(../images/bg_body.jpg) repeat-x bottom;
	color: #555;
	display: table;
}

#container { width: 630px; margin: 0 auto; position: relative; }

/* HEADER
------------------------------------------------*/
#header { position: relative; overflow: hidden; width: 630px; height: 134px; background: url(../images/bwtlimited.gif) no-repeat right top; }
#header p { position: absolute; left: 0; top: 0; text-indent: -999em; }
#header img { border: 0; }

/* NAV
------------------------------------------------*/
#nav { width: 630px; overflow: hidden; background: #506796; }
#nav ul { width: 630px; float: left; overflow: hidden; text-align: right; }
#nav li { display: block; float: right; }
#nav a
{
	display: block;
	padding: 3px 15px;
	border-width: 3px 0;
	border-style: solid;
	border-color: #506796;
	background: #506796;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
}

#nav a:link, #nav a:visited { color: #fff; background: transparent; text-decoration: none; }
#nav a:hover, #nav a:active { color: #fff; background: #b11f18; border-color: #b11f18 #506796 #506796 #506796; text-decoration: none; }

#nav .current a { background: #fff; color: #506796; border-color: #fff #fff #506796 #fff; }

/* CONTENT
------------------------------------------------*/
#content
{
	clear: both;
	padding: 264px 0 0 170px;
	font-size: 80%;
	margin: 0 0 2em;
	overflow: hidden;
	line-height: 1.5;
}

.home { background: url(../images/bg_header_home.jpg) no-repeat top; }
.links { background: url(../images/bg_header_links.jpg) no-repeat top; }
.services { background: url(../images/bg_header_services.jpg) no-repeat top; }
.downloads { background: url(../images/bg_header_downloads.jpg) no-repeat top; }
.contact { background: url(../images/bg_header_contact.jpg) no-repeat top; }

#content h1 { color: #506796; font-size: 170%; font-weight: normal; line-height: 1.0; margin: 0 0 0.5em; }
#content h2 { color: #506796; font-size: 100%; font-weight: bold; margin: 0; }
#content p { margin: 0 0 1em; }
#content ul { margin: 0 0 1em; padding: 0 0 0 1.5em; list-style-type: square; }
#content li { margin-bottom: 0.25em; }
#content strong { font-weight: bold; }

#content a:link, #content a:visited { color: #506796; text-decoration: underline; }
#content a:hover, #content a:active { color: #b11f18; text-decoration: none; }

#content .column { font-size: 90%; overflow: hidden; width: 220px; float: left; }
#content .right { float: right; }

/* FORM
------------------------------------------------*/
.genform { margin: 0 0 1em 0; font-size: 90%; }
.genform strong { color: #800; }

#content .genform .column { font-size: 100%; }

.genform fieldset { border-bottom: 1px solid #555; padding-bottom: 1em; margin-bottom: 1em; }

.genform label, .genform .label { color: #000; display: block; font-weight: bold; vertical-align: middle; }
.genform .inline { display: inline; margin: 0; }
.genform input, .genform textarea { width: 214px; padding: 2px; margin-bottom: 1em; border: 1px solid #999; background: #fff; vertical-align: middle; }
.genform .hwid { width: 104px; }
.genform .check { width: auto; margin: 0; padding: 0; border: 0; background: transparent; }

.genform input:focus, .genform textarea:focus { background: #fffbcf; }

.genform .submit
{
	width: auto;
	background: #506796;
	color: #fff;
	padding: 3px 10px;
	font-weight: bold;
	border: 2px outset #000;
	border-color: #a9b4cc #33415f #222b3f #7587ac;
	cursor: pointer;
}

.genform .submit:hover { background: #607cb5; }

#content .genform h2 { margin-bottom: 0.5em; }

/* FOOTER
------------------------------------------------*/
#footer { clear: both; font-size: 65%; background: #506796; color: #a0aeca; line-height: 1.0; }
#footer strong { font-weight: normal; color: #fff; }
#footer p { padding: 8px 10px 9px; }
#footer a:link, #footer a:visited { color: #fff; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #fff; text-decoration: none; }

/* sIFR
------------------------------------------------*/
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] { display: none !important; }
.sIFR-hasFlash h1 { visibility: hidden; }
