@import url("sIFR-screen.css");

/* *****************************************************
   main layout, general style
******************************************************** */
body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

body, p, h1, h2, h3, h4, h5, h6, blockquote, input, select, textarea, label {
	color: #999;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	line-height: 15px;
}

p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0 0 14px 0;
	font-weight: normal;
}

h2 {
	padding-top: 28px;
	font-size: 30px;
	line-height: 36px;
	color: #fddc00;
	margin-bottom: 14px;
}

h3 {
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 1px;
}

h4 {
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #fff;
}

h5 {
	font-size: 15px;
	margin-top: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #fddc00;
}

img, form {
	border: 0;
}

#logoprint {
	display: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul {
	margin-bottom: 14px;
	margin-top: 2px;
}
#content ul li {
	padding-left: 8px;
	background: url(../images/ktv-bullet.gif) no-repeat 0 8px;
}
#content p {
	margin-right: 10px;
}

a {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color:#999;
}

p {
	margin-top: 2px;
	margin-bottom: 12px;
}

p.link {
	margin-bottom: 6px;
}

#content a {
}

a:hover {
	color: #FDDC00;
	text-decoration: none;
}

.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 10px;
	color: #444;
}

.highlight {
	color: #fff;
}

#global {
	width: 960px;
	margin: 0 auto;
}

/* background images */
body, body #content, body #header {
	background: #000 no-repeat;
}
body {
	background-position: center 71px;
}
body#home {
	background-position: top center;
}
body #content, body#home #header {
	background: #000 no-repeat -120px 0px;
}
body#home #content {
	background-position: -120px -71px;
}
/* *****************************************************
   forms style
******************************************************** */

form {
	margin: 10px 0 0 0;
	padding: 0;
}
form fieldset {
	border: 0;
}
form .row {
	clear: both;
}
form .row#text {
	padding-left: 75px;
}
form label {
	display: block;
	padding: 1px 0 4px 0;
}
form input.tx, form textarea, form select {
	width: 240px;
	border: 1px solid #444;
	color: #000;
	padding: 2px 4px;
	background: #999;
}
#num_packages,#promocode{
	width: 75px;
	border: 1px solid #444;
	color: #000;
	padding: 2px 4px;
	background: #999;
}


form input.tx, form input.bt, form textarea, form select {
	margin-bottom: 10px;
	line-height: normal;
}
form select {
	padding: 0;
	width: 250px;
}
form select option {
	padding: 1px 4px;
}
form textarea {
	height: 70px;
}
form label.error {
	color: red;
	font-style: italic;
	margin-top: -10px;
	font-size: 10px;
}
form #submit {
	margin-top: 15px;
}
span.error {
	color: red;
}
span.success {
	color: #fddc00;
}
form input:focus, form textarea:focus { background: #fff; }

/* form with elements and labels side by side */
form.baseline label {
	display: block;
	width: 150px;
	float: left;
	padding-bottom: 4px;
}

form.baseline input.tx, form.baseline textarea, form.baseline select {
	width: 200px;
	margin-bottom: 15px;
}
form.baseline label {
	padding-top: 3px;
}
form.baseline select {
	width: 210px;
}
form.baseline fieldset.left {
	width: 450px;
}
form.baseline fieldset.right {
	width: 450px;
	float: left;
}
#registration #submit {
	position: relative;
	margin-left: 270px;
	margin-top: 30px;
}

.txtErrorHighlight{
	clear: both;
	color:#fddc00;
	}



/* *****************************************************
   header style
******************************************************** */

#header {
	height: 70px;
	border-bottom: 1px solid #444;
}
#header h1, #header h1 a {
	display: block;
	margin:0;
	background: url(../images/ktv-kangarootv-logo.gif) no-repeat;
	width: 219px;
	height: 70px;
	text-indent: -9000px;
}
#header h1 {
	float: left;
}

#shoppingcart {
	height: 26px;
	width: 80px;
	display: block;
	float: left;
	background: url(../images/ktv-cart.gif) no-repeat;
	padding: 2px 0 0 52px;
	font-family: arial;
	line-height: 12px;
	position: relative;
	top: 26px;
	left: 25px;
}


/* *****************************************************
   navigation
******************************************************** */

.nav li, .navb li {
	float: left;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  position: relative;
  background: url(../images/ktv-nav-delimiter.gif) no-repeat right;
}
.nav li a {
  display: block;
}
.nav li a img {
  padding: 8px 11px 9px 10px;
}
.nav ul {
  position: absolute;
  top: -999em;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 29px;
  background: #000 no-repeat 0px 16px;
  padding: 0 5px 3px 5px;
  border-bottom: 1px solid #444;
}
.nav ul li {
  padding-bottom: 2px;
  float: none;
  background: none;
}
.nav ul li a img {
  padding: 0;
}









#sousMenu {
	top:-33px;
	margin: 0 0 0 100px;
	border-right: 1px solid #444;
	float:right;
	overflow:inherit;
	position:absolute;
}















#nav-main {
  top: 25px;
  left: 25px;
}

li#nav-main-signin {
  left: 310px;
  background: 0;
}

#nav-right {
  top: 18px;
  left: 390px;
}

#nav-right li {
  background: none;
}
#nav-right li a img {
  padding: 0;
}
#nav-right li:hover ul,
#nav-right li.sfHover ul {
  top: 36px;
}

#nav-right #region {
	position: relative;
	top: -32px;
	left: 13px;
	font-size: 9px;
	color: #444;
}

#temp-region {
	top: 18px;
	left: 886px;
	background: url(../images/ktv-map.gif) no-repeat top right;
	width: 75px;
	height: 35px;
	position: relative;
}

/* *****************************************************
   main content section
******************************************************** */

#content {
	min-height: 470px;
}

.column {
	min-height: 470px;
}

#cleft {
	float: left;
	width: 540px;
}

#cright {
	float: left;
	width: 420px;
	padding-bottom: 20px;
	min-height: 450px;
}

#cright2 {
	float: right;
	width: 400px;
	padding-bottom: 20px;
	min-height: 450px;
}

#cwide {
	width: 950px;
	padding-left: 10px;
}

/* custom section background image */
body#home, body#home #content, body#home #header {
	background-image: url(../images/ktv-bg-home.jpg);
}
body#contact, body#contact #content {
	background-image: url(../images/ktv-bg-contact.jpg);
}




body#signin, body#signin #content {
	background-image: url(../images/ktv-bg-contact.jpg);
}

body#signin, body#F1_signin #content {
	background-image: url(../images/F1/F1_Sign-In.jpg);
}







body#view360, body#view360 #content {
	background-image: url(../images/ktv-bg-360view.jpg);
}
body.general, body.general #content {
	background-image: url(../images/ktv-bg-general.jpg);
}



body.general-f1, body.general-f1 #content {
	background-image: url(../images/ktv-bg-general-f1.jpg);
}

body.general-f1-page, body.general-f1-page #content {
	background-image: url(../images/F1/F1.jpg);
}




body.general-lemans, body.general-lemans #content {
	background-image: url(../images/ktv-bg-general-lemans.jpg);
}
body.general-nascar, body.general-nascar #content {
	background-image: url(../images/ktv-bg-general-nascar.jpg);
}
body.general-epga, body.general-epga #content {
	background-image: url(../images/ktv-bg-general-epga.jpg);
}
body.general-tpc, body.general-tpc #content {
	background-image: url(../images/ktv-bg-general-tpc.jpg);
}
body.general-tpc#alternate, body.general-tpc#alternate #content {
	background-image: url(../images/ktv-bg-general-tpc2.jpg);
}
body.general-tpc #content {
	min-height: 545px;
}





body.general-nfl, body.general-nfl #content {
	background-image: url(../images/ktv-bg-general-nfl.jpg);
}
body.general-nfl_houston-texans, body.general-nfl_houston-texans #content {
	background-image: url(../images/ktv-bg-general-nfl-houston-texans.jpg);
}
body.general-nfl_seattle-seahawks, body.general-nfl_seattle-seahawks #content {
	background-image: url(../images/ktv-bg-general-nfl-seattle-seahawks.jpg);
}
body.general-nfl_washington-redskins , body.general-nfl_washington-redskins #content {
	background-image: url(../images/ktv-bg-general-nfl-washington-redskins.jpg);
}
body.general-nfl_st-louis-rams , body.general-nfl_st-louis-rams #content {
	background-image: url(../images/ktv-bg-general-nfl-st-louis-rams.jpg);
}

body.general-pga, body.general-pga #content {
	background-image: url(http://www.kangaroo.tv/pgatour/images/PGA_Bg.jpg);
}

body.general-usga, body.general-usga #content {
	background-image: url(http://www.kangaroo.tv/usga/images/USGA_Bg.jpg);
}

body.general-f1video, body.general-f1video #content {
	background-image: url(http://www.kangaroo.tv/images/F1/F1_video.jpg);
}

body.general-tutorial, body.general-tutorial #content {
	background-image: url(http://www.kangaroo.tv/images/F1/F1_tutorial.jpg);
}





#faq-list {
	margin-top: 83px;
	width: 180px;
	float: left;
}
#faq-content {
	width: 740px;
	float: left;
}

#callto-home-1, 
#callto-home-2,
#hometeaser {
	position: absolute;
}
#callto-home-1 {
	margin-top: 118px;
	margin-left: 280px;
}
#callto-home-2 {
	margin-top: 355px;
	margin-left: 572px;
}
#hometeaser {
	margin-top: 28px;
	margin-left: 49px;
}
#reservation-summary {
	line-height: 20px;
	padding-top: 20px;
	
}

/* *****************************************************
   footer style
******************************************************** */

#footer {
	border-top: 1px solid #444;
	background: #000;
}
#footer, #footer a {
	font-size: 10px;
	color: #444;
}
#footer a:hover {
	color: #999;
}
#footer .right {
	text-align: right;
}
#footer .clearer {
	height: 15px;
}

#cart{
color:#E2E2E2;
}

.cart_bold{
color:#E2E2E2;
font-size:11px;
}


/* *****************************************************
   sIFR style
******************************************************** */

.sIFR-active h2 {
	line-height: 1em;
	margin-bottom: 8px;
	position: relative;
}
.sIFR-active h3 {
	line-height: 1em;
	position: relative;
	margin-bottom: -4px;
}

/* *****************************************************
   static page layout /terms of use, privacy policy...
******************************************************** */

body#static, #static-content {
	background: #000;
}
body#static {
	text-align: center;
	padding: 0 20px;
}
body#static * {
	text-align: left;
}
body#static {
	margin-top: 26px;
	margin-bottom: 40px;
}
#static-content h2 {
	padding-top: 10px;
}
#static-content {
	margin: 0 auto;
	width: 600px;
}
#static-content a {
	text-decoration: none;
}
#static-content p {
	margin: 0;
}
#static-content ul {
	margin: 15px 0 20px 0;
}
#static-content h3 {
	margin: 20px 0 10px 0;
}
.sIFR-active #static-content h2, .sIFR-active #static-content h3 {
	position: static;
}

#loader {
	display: none;
}

.blanc {
	color: #FFF;
}

#view-videos {
float:right;
right:0;
top:0;
margin-right: -3px;
margin-top: 270px;
}