/* special adjustment for tour pages */

#content {
	margin-top: 10px;
}

* html #content { margin-top: 0px; }

#tourWrapper {
	float: left;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	height: 44px;
	width: 850px;
	border-bottom: 1px solid #ff0000;}
#tourNav {
	float: left;
	padding: 0px;
	width: 850px;
	height: 44px;
	background-color: #fff0e4;}

.tourText {
	float: left;
	text-align: center;
	font-size: 12px;
	width: 850px;
	padding-bottom: 2px;
	background-color: #fff0e4;}

.newIntroArea {
	position: relative;
	width: 850px;
	height: 1239px;
	background-color: #fff0e4;
	background-image: url("/images/tour/tour-intro.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#pictureButton {
	position: absolute;
	top: 717px;
	left: 508px;
	width: 326px;
	height: 50px;
}

#videoButton {
	position: absolute;
	top: 795px;
	left: 508px;
	width: 326px;
	height: 50px;
}

#joinButton {
	position: absolute;
	top: 873px;
	left: 508px;
	width: 326px;
	height: 50px;
}

#blogButton {
	position: absolute;
	top: 1175px;
	left: 23px;
	width: 326px;
	height: 50px;
}

.affilArea {
	float: left;
	width: 810px;
	font-size: 12px;
	text-align: left;
/* 	height: 560px; */
	margin: 0px;
	padding: 20px;
	border: none;
	background-color: #fff0e4;}

.videoGroup {
	float: left;
	width: 845px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	border: none;
	background-color: #fff0e4;
	background-image: url("/images/tour/tour-3.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.introArea {
	float: left;
	width: 850px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #fff0e4;}

.video {
	float: left;
	width: 260px;
	padding: 10px;
}

#header {
	height: 151px;
}

.joinBg {
	float: left;
	width: 850px;
	height: 750px;
	background-color: #fff0e4;
	background-image: url("http://www.katarinakat.com/themes/site_themes/kat/ccbillbg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.joinHead {
	font-weight: bold;
	margin-bottom: 7px;
}

.joinButton {
	margin-bottom: 20px;
}

#tourNav ul#tourPrimary {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	/* bottom: 0px; */
}
#tourNav ul#tourPrimary li {
	float: left;
	display: inline;
	list-style: none;
	padding-right: 1px;
	cursor: pointer;
}
#tourNav ul#tourPrimary a, #tourNav ul#tourPrimary span, #tourNav ul#tourPrimary a.current {
	float: left;
	width: 40px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	/* padding-top: 4px; */
	padding-top: 3px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #ff0000;
	font-size: 100%;
}
#tourNav ul#tourPrimary span, #tourNav ul#tourPrimary a.current, #tourNav ul#tourPrimary a.current:hover {
	float: left;
	border-top: 3px solid #ff0000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 40px;
	background-image: url("http://www.katarinakat.com/themes/site_themes/kat/selected.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: #ff0000;}
#tourNav ul#tourPrimary a {
	float: left;
	background-image: url("http://www.katarinakat.com/themes/site_themes/kat/tab.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ff0000;}
#tourNav ul#tourPrimary a:hover {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	border-top: 3px solid #ff5b48;}
