@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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
:hover {
	outline: 0;
}
/* typography.css */
html {
	font-size:10px;
}
body {
	font-size:1.2em;
	line-height:1.4em;
	color: #000;
	background: #fff;
	font-family:Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
table {
	border-collapse: none;
	border-spacing:0;
	padding:2px;
}
td {
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
a img {
	border:none;
}
form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-weight:normal;
	color:#111;
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
}
#tourMain h1 {
	margin:.65em 0em 0.25em 25%;
	font:bold 3.5em/1em Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #eee;
	text-shadow: 0px 1px 2px #68a6f9, 0px -1px 2px #0a2850;
}
#tourMain h2 {
	font-size:2em;
	line-height: 1.2em;
	color:#0e4288;
	font-weight:bold;
	text-align:center;
	margin: 2px 0px 4px 0px;
}
#tourMain p {
	margin:0.25em 1em .25em 0em;
}
#tourMain #info p {
	text-align:justify;
	margin-right: 2em;
}
#tourMain a:focus, #tourMain a:hover {
	color:#333;
}
#tourMain hr {
	text-align:center; /*for IE*/
	width:80%;
	height:5px;
	line-height:5px;
	color:#111;
	background-color:#111;
	margin: .5em auto .5em auto;
}
#info #inner a {
	color:#000;
	text-decoration: none;
}
#info #inner a:focus, #info #inner a:hover {
	color:#8f0f0f;
	text-decoration:underline;
}
#tourMain #info #inner h4 {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin:auto;
}
strong {
	font-weight:bold;
}
.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;
}
.smallCaps {
	font-variant:small-caps
}
.red {
	color: #8f0f0f;
}
#tourMain .spaced {
	letter-spacing: 1px;
}
/* layout.css */
#outer {
	text-align:center;
}
#tourMain {
	position: relative;
	text-align:left;
	border: 2px solid #000;
	margin:1em auto;
	background-color: #333;
	background-image:url(images/stripe_Light.png);
	padding:1em;
	width:970px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	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;
	zoom: 1;
}
#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;
}
.hidden {
	margin:0;
	text-indent:-15000px;
	position:absolute;
	visibility:hidden;
}
#LOGO {
	position: absolute;
	top:20px;
	left: 40px;
	z-index: 1000;
	width:198px;
	height: 70px;
}
#tour1, #tour2, #tour3, #tour4, #tour5, #tour6, #tour7, #tour8, #tour9, #tour10, #tour11 {
	position:relative;
	overflow:hidden;
}
#tour11 {
	background:url(images/Currency.jpg) no-repeat 0px 10px;
}
#tour11 img {
	margin:2em auto 1em auto;
}
#tour11IntCol {
	font-size: 1.25em;
	line-height:1.4em;
	width:425px;
	margin:auto;
}
#tourMain #info #tour11IntCol p {
	margin:0;
	text-align:center;
}
#info {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	background-color: #f4f4f4;
	border: 1px solid #000;
	margin-top: .8em;
	padding:.5em .5em 0em .5em;
}
#form {
	text-align: center;
}
.left {
	float:left;
	margin:0em .5em 0em 0em;
	padding:0;
}
.right {
	float:right;
	margin:0em 0em 0em 0.5em;
}
.center {
	text-align: center;
	margin:auto;
}
#slidesContainer .secondImage {
	position:absolute;
	bottom: -3px;
	right:60px;
}
/*Slideshow style rules.*/
#slideshow {
	margin:0 auto;
	width:935px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:915px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	height:470px;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:895px;
}
.intCol {
	margin-left:395px;
	min-height:37em;
}
/* Slideshow controls style rules.*/
.control {
	position:relative;
	cursor: pointer;
}
/*Buttons*/
#buttons a {
	text-indent: -5000px;
	display:inline-block;
}
#freeTrial {
	margin:0px auto 0px 60px;
	background:url(images/NextPrevFree_btn.png) no-repeat 0px 0px;
	height:24px;
	width:225px;
}
#nextBtn {
	visibility: hidden;
	margin:0px 60px 0px 20px;
	background:url(images/NextPrevFree_btn.png) no-repeat -331px 0px;
	height:24px;
	width:104px;
}
#prevBtn {
	visibility: hidden;
	margin:0px 0px 0px 25%;
	background:url(images/NextPrevFree_btn.png) no-repeat -225px 0px;
	height:24px;
	width:104px;
}
#currentIssue {
background:url(images/currentProducts.png) no-repeat 0px 0px;
height:24px;
width: 200px;
margin:1em 0em;
}
#products {
background:url(images/currentProducts.png) no-repeat -200px 0px;
height:24px;
width: 200px;
margin:1em 0em;
}
#currentIssue, #products {
	text-indent: -5000px;
	display:inline-block;
}
#freeTrial:focus, #freeTrial:hover, #currentIssue:focus, #currentIssue:hover {
	background-position: 0px -34px;
	outline:none;
}
#products:focus, #products:hover {
background-position: -200px -34px;
}
#products:active {
background-position: -200px -68px;
}
#nextBtn:focus, #nextBtn:hover {
	background-position: -331px -34px;
	outline:none;
}
#prevBtn:focus, #prevBtn:hover {
	background-position: -225px -34px;
	outline:none;
}
#freeTrial:active, #currentIssue:active {
	background-position: 0px -68px;
}
#nextBtn:active {
	background-position: -331px -68px;
}
#prevBtn:active {
	background-position: -225px -68px;
}
/*Interview Rules*/
.gm1, .mp1, .hp1, .lr1, .dg1, .ck1, .tm1, .jk1, .chk1, .jww1, .jw1, .dp1 {
	position: absolute;
	top:7px;
	left:23px;
	width:101px;
	height:101px;
}
.mp1 {
	left: 147px;
}
.hp1 {
	left: 271px;
}
.lr1 {
	left: 23px;
	top:125px;
}
.dg1 {
	left: 147px;
	top:125px;
}
.ck1 {
	left: 271px;
	top:125px;
}
.tm1 {
	left: 23px;
	top:242px;
}
.jk1 {
	left: 147px;
	top:242px;
}
.chk1 {
	left: 271px;
	top:242px;
}
.jww1 {
	left: 23px;
	top:358px;
}
.jw1 {
	left: 147px;
	top:358px;
}
.dp1 {
	left: 271px;
	top:358px;
}
div#tour6 h3:hover img {
	visibility:hidden;
}
.spacedMore {
	letter-spacing:3px;
}
.space {
	margin:0em 1em 0.5em 1em;
}
img.left {
	margin: 0px 10px;
}
#info .noBullets {
	list-style:none;
	margin:.5em 1.4em 1em 20px;
	line-height:1.4em;
}
#info .Bullets {
	list-style: disc;
	list-style-position:outside;
	margin:.5em;
	margin-left:25px;
}
#interviews div {
	margin:0px 20px 0px 0px;
	width: auto;
	z-index:2;
	background-color: #f7f7f7;
}
#tourMain #interviews p {
	margin:0px 15px 2px 15px;
	padding-bottom: 5px;
	padding-top: 2px;
}
#interviews h3 {
	height: 20px;
	margin:4px 20px 0px 0px;
	padding-left:0px;
	background:url(images/intH3bg.jpg) left bottom no-repeat;
	cursor:pointer;
	font: 400 1.15em/1.25em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
	text-indent: 18px;
	border-bottom: 1px solid #8f0f0f;
	text-align:left;
}
#interviews h3:hover {
	background-position: left center;
	color:#0e4288;
}
#interviews h3.selected {
	background-position:left top;
	color:#0e4288;
}
#interviews h3.selected img {
	visibility:hidden;
}
.ralign {
	text-align:right;
}
.lalign {
	text-align:left;
}
.clear {
	clear:both;
}

