@charset "UTF-8";
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
}
/* typography.css */
body {
	font-size:80%;
	color:#222;
	/*background:#ebf4f8;*/
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
table {
	border-collapse: none;
	border-spacing:0;
	margin-right: auto;
	margin-left: auto;
	padding:5px;
	padding-top:10px;
}
td {
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
a img {
	border:none;
}
form {
	margin: 0;
	padding: 0;
}
html>body {
	font-size: 13.5px; /* IE QUIRKS MODE can’t read this */
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:38px;
	line-height:1;
	margin:0.1em 1.15em 0.05em 25%;
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	color: #fff;
	text-shadow: 0px 1px 2px #68a6f9, 0px -1px 2px #0a2850;}
h2 {
	font-size:2em;
	line-height: 1em;
	color:#8f0f0f;
	text-shadow: 0px 1px 1px #fff, 0px -1px 0px #333;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
h3 {
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:.5em;
	color:#fff;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin:0em 3em 0.05em 25%;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
}
h5 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font:.75em/1.25em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
p {
	margin:0 0.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:underline;
}
#info .inner a {
	color: #333;
	text-decoration: none;
}
#info .inner a:focus, #info .inner a:hover {
	color:#000;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em, .em {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
.small {
	font-size:.95em;
	margin-bottom:.5em;
	line-height:1.15em;
}
.smaller {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.5em;
}
.smallCaps {
	font-variant:small-caps
}
.red {
	color: #8f0f0f;
	font-weight: bold;
}
.spaced {
	letter-spacing: 1px;
}
#info p {
	font: 15px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #454647;
}
/* layout.css */
#outer {
	text-align:center;
	display:block;
}
#main {
	background-color: #333;
	background-image:url(images/stripe_Light.png);
	position: relative;
	text-align:left;
	border: 2px solid #000;
	margin:1em auto;
	padding:10px;
	width:680px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow:0 2px 5px #000;
	box-shadow:0 2px 5px #000;
	-webkit-box-shadow:0 2px 5px #000;
	-khtml--box-shadow:0 2px 5px #000;
	box-shadow:0 2px 5px #000;
}
#topper {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	background: #0e4288;
	background: -webkit-gradient(linear, left top, left bottom, from(#517cb5), to(#0e4288));
	background: -moz-linear-gradient(top, #517cb5,#0e4288);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#517cb5, endColorstr=#0e4288);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#517cb5, endColorstr=#0e4288)";
	border:1px solid #000;
	min-height:90px;
	text-align:center;
	padding-top:3px;
}
.hidden {
	margin:0;
	text-indent:-15000px;
	position:absolute;
	visibility:hidden;
}
#FREE {
	position: absolute;
	top:-1em;
	left: -1em;
	z-index: 1000;
	width:200px;
	height:137px;
	background: url(images/Free_Bug.png) no-repeat left top;
}
#info {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #f4f4f4;
	border: 1px solid #333;
	min-height: 281px;
	margin-top: 13px;
	padding:1em .5em 0em .5em;
}
#form {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #333;
	min-height: 300px;
	margin-top: 13px;
	padding:1em .5em 0em .5em;
	background: #f4f4f4 center;
	text-align: center;
}
#tourFooter {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	background: #0e4288;
	background: -webkit-gradient(linear, left top, left bottom, from(#517cb5), to(#0e4288));
	background: -moz-linear-gradient(top, #517cb5,#0e4288);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#517cb5, endColorstr=#0e4288);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#517cb5, endColorstr=#0e4288)";
	border:1px solid #000;
	min-height:90px;
	text-align:center;

	margin-top: 13px;
	padding:0.5em 0.5em 0em 0.5em
}
.left {
	float:left;
	margin:0em .5em 0em 0;
	padding:0;
}
.right {
	float:right;
	margin:0em 0em 0em .5em;
}
#tourFooter a {
	text-indent: -5000px;
	display:inline-block;
}
#Btn {
	background:url(images/Tour_Btn.png) no-repeat 0px 0px;
	height:27px;
	width:110px;
	text-align: center;
}
#Btn:focus, #Btn:hover {
	background-position: 0px -26px;
	outline:none;
}
#Btn:active {
	background-position: 0px -52px;
}
/* forms.css */

#ftForm label {
	font: bold 13px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
/*.checkboxes {
	margin-right:5px;
	margin-left:80px;
}
*/.formBtn {
	width: 120px;
	margin:10px 50px;
	font: .95em Verdana, Arial, Helvetica, sans-serif;
}
#ftForm {
	padding-right: 10px;
	padding-left: 10px;
}
#ftForm tr td label {
	color:#000;
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
#ftForm tr td input[type='text'] {
	text-align: left;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	border:none;
	border-left: 2px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#fff;
	width:180px;
}
.ralign {
	text-align:right;
	padding-right: 4px;
}
.lalign {
	text-align:left;
}
select {
	width: 185px;
}
#ftForm .lalign #address1, #ftForm .lalign #address2 {
	width: 95%;
}
#order {
	color: #C00;
}
#outer #main #form #ftForm .lalign a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.notice {
	padding:3px;
	padding-left:6px;
	margin:25px 55px;
	border:1px solid #f00;
	background:#fff;
}
