/* CSS Document */

a:link {
	color: #0177AD;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #0177AD;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #02acfb;
	text-decoration: underline;
	}
a:active {
	color: #02acfb;
	text-decoration: underline;}



html {
	background:#333333 url('http://jacksontreehouse.com/images/new/bkgdcanvas.jpg'); 
	/* Height is 100%, so the body can be 100% */
	height:100%; 
}


	
body {
	margin: 0;
	padding-top: 0px;
	background-image: url("images/new/clouds.png");
	background-repeat: repeat-x;
	background-position: top left;
	height:100%;
  }
  
/*
	Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
	    high as the window's viewport is; higher content (upon
	    scrolling) will not have the bg.
	This "hack" makes the tiled background work properly in FF2.
	This type of "advanced selector" is not understood by IE6...dunno
	 'bout IE7.
	*/
html>body {
	    min-height: 100%;
	    height: auto;
	}


#topBox01 /* Top Clouds */
  {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	background: transparent url('images/new/clouds.png') repeat-x;
	position: center;
  }

#contentTop{
	background-image: url(images/new/pagetop.png);
	background-repeat: no-repeat;
	width: 950px;
	height:2px;
	margin-top: 0px;
	padding-bottom: 0px;
	float:left;
}

#contentMain{
	background-image: url(images/new/outerpage.png);
	background-repeat: repeat-y;
	width: 950px;
	margin-top: 0px;
	padding-top: 5px;
	float:left;
}


#contentInner{
	width: 850px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 0px;
	margin-top: 0px;
}

#contentBottom{
	background-image: url(images/new/pagebtm.png);
	background-repeat: no-repeat;
	width: 950px;
	height:2px;
	margin-top: 0px;
	padding-bottom: 0px;
	float:left;
}




#logo /* The actual logo image */
  {
    margin-left: 10px;
    position:fixed;
    position: absolute; /*ie6 and above*/
    bottom: 0;
	top: 0px;
	height: 157px;
	width: 305px;
	overflow:visible;
	z-index:9999;
  }


#clip /* The actual logo image */
  {
    margin-left: 843px;
    position:fixed;
    position: absolute; /*ie6 and above*/
	background-image: url(images/new/paperclip.png);
	background-repeat:no-repeat;
    bottom: 0;
	top: 36px;
	height: 156px;
	width: 80px;
	overflow:visible;
	z-index:9999;
  }



.contactBox01{
	background-image: url(images/new/contactbkgd.png);
	background-repeat: no-repeat;
	width: 425px;
	height: 20px;
	float: right;
	margin-right: 60px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom:0;
	padding-bottom:0;
}

.header
  {
  width: 850px;
  float: left;
  }

.footer
  {
  width: 850px;
  margin-left: 50px;
  margin-right: 50px;
  float:left;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.linksBox01{
	width: 585px;
	height: 50px;
	float: right;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.flashBox01{
	background-image: url(images/new/flashholder2.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 344px;
	float:left;
	margin-left: 15px;
	margin-right: 15px;
}


.featureBox01{
	width: 300px;
	margin-right:30px;
	margin-top: 10px;
	margin-left: 25px;
	float:left; 
}

.featureBox02{
	width: 280px; 
	height: 185px;
	background-image: url(images/new/feature.png);
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 15px;
	float:left;
}

.textBox01{
	width: 475px;
	margin-top: 0px;
	margin-right:10px;
	margin-bottom: 10px;
	float:left; 
}

.textBox02{
	width: 475px;
	margin-top: 5px;
	margin-right: 0px;
	float:left; 
}

.textBox03{
	width: 820px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 10px;
	float:left; 
}

.imgBox01{
	width: 265px;
	margin-left: 10px;
	float:left;
}

.imgBox02{
	width: 160px;
	margin-left: 0px;
	margin-top: 10px;
	float:left;
}

.imgBox03{
	width: 820px;
	height: 320px;
	float:left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

.imgBox04{
	width: 550px;
	height: 98px;
	margin-left: 10px;
	float: right;
}

.teamBox01{
	width: 450px;
	margin-top: 20px;
	margin-right: 10px;
	float: left;
}

.teamBox02{
	width: 320px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	margin-bottom: 10px;
}

.shopBox01{
	width: 195px;
	background-color:#0177AD;
	margin-right:15px;
	margin-top: 100px;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 10px;
	float:left;
	border: 1px solid #333333; 
}

.shopBox02{
	width: 505px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right:25px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding:25px;
	float:right;
	border: 1px solid #333333;
}

.shopBox03{
	width: 135px;
	margin-top: 0px;
	margin-right:20px;
	margin-bottom: 25px;
	padding:5px;
	float:left;
	border: 1px dotted #333333;
}



/*Team JAava Images*/
.team-container{
float:left;
margin-left: 0px;
margin-right: 5px;
}
.main-container{
float:left;
width: 450px;
height: 310px;
padding-left:13px;
padding-top: 12px;
background-image: url(http://jacksontreehouse.com/team/images/team_bkgd.png);
background-repeat:no-repeat;
}
.thumb-box{
margin-top: 10px;
margin-right: 0px;
margin-left: 10px;
width: 50px; 
height: 50px; 
margin-bottom:10px;
float:left;
}



/*NAVIGATION*/
@font-face {
font-family: "4990810";
src: url("http://jacksontreehouse.com/fonts/4990810_.TTF");
}

@font-face {
font-family: "Cicle";
src: url("http://jacksontreehouse.com/fonts/CicleGordita.ttf");
}

#topnavcontainer {
	text-align: left;
	padding-top: 15px;
}
#topnav, #topnav ul {
	font-family: "4990810", "Trebuchet MS", Verdana;
	font-size: 22px;	
	color: #02acfb;
	list-style: none;
	padding: 6px;
	margin: 0px 0px 0px 0px;	
}

#topnav a {
	font-family: "4990810", "Trebuchet MS", Verdana;
	color: #02acfb;
	font-size: 22px;
	padding: 6px;
	margin: 0px;
	text-decoration: none; 
}

#topnav a:hover {
	color: #ffffff;
	background-color:#02acfb;
	text-decoration: none;
	padding: 6px;
}
#topnav li {
	display: inline;
}

#topnav li.divider {
	margin: 0px 0px 0px 0px;
	color: #25c806;
	display: inline;
}

/* ----- highlight active tab based on body @class attribute ----- */

body.home #topnav li#topnav-home a,
body.product #topnav li#topnav-product a,
body.shop #topnav li#topnav-shop a,
body.team #topnav li#topnav-team a,
body.rentals #topnav li#topnav-rentals a,
body.contact #topnav li#topnav-contact a {
  color: #000000;
  display: inline;
}



/*TEXT*/
.text1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	text-align:left;
}

.text1a {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	text-align:left;
	text-decoration:line-through;
}


.text2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #25c806;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	text-decoration:underline;
}

.text3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align:left;
}

.text4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-align:left;
	padding-left: 40px;
}

.text4 a {
	font-size: 16px;
	color:#333333;
	text-decoration:none;
}

.text4 a:hover{
	font-size: 16px;
	color:#0177AD;
	text-decoration:none;
}

.text5 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #000000;
	text-align:center;
}

.text5 a {
	color:#000000;
	text-decoration:none;
}

.text5 a:hover{
	color:#0177AD;
	text-decoration:none;
}

.text6 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	color: #25c806;
	font-weight:bold;
	text-align:left;
	margin-top: 5px;
	margin-left: 15px;
	text-decoration:none;
}

.text6 a {
	color:#25c806;
	text-decoration:none;
}

.text6 a:hover{
	color:#0177AD;
	text-decoration:none;
}

.text7 {
	font-family: "Cicle", "Trebuchet MS", Verdana;
	font-size: 24px;
	color: #02acfb;
	font-weight:bold;
	text-align:left;
	line-height: 32px;
}

.text8 {
	font-family: "Cicle", "Trebuchet MS", Verdana;
	font-size: 34px;
	color: #25c806;
	font-weight:bold;
	text-align:left;
}

.text9 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #333333;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
}

.text10 {
	font-family: "4990810", "Trebuchet MS", Verdana;
	font-size: 24px;
	color: #02acfb;
	font-weight:bold;
	text-align:left;
}

.text11 {
	font-family: "Cicle", "Trebuchet MS", Verdana;
	font-size: 22px;
	color: #fffff;
	font-weight:bold;
	text-align:left;
	line-height: 32px;
}

.text11 a {
	color:#ffffff;
	text-decoration:none;
}

.text11 a:hover{
	color:#02acfb;
	text-decoration:underline;
}

