html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #B4B4B4;
}
    
img { border: none; }
a { text-decoration: none; color: #2965a6; font-weight: bold;}
a:hover { text-decoration: underline; color: #fca00e; }

/*---------- Divs ----------*/
#header {
	height: 120px;
	width: 1090px;
	background-image: url(images/ti_header_best_wide.JPG);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6fb2e6;
}

#headerbird {
	height: 120px;
	width: 1090px;
	background-image: url(images/weird_bird_logo_wide.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6fb2e6;
}

#headerx {
	height: 120px;
	width: 1090px;
	background-image: url(images/ti_header.JPG);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo{
	padding-top: 30px;
	margin: 0 auto;
	width: 1090px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1050px;
	background-image: none;
	background-repeat: no-repeat;
}
html>body #logo { width: 1050px }  /* for opera */

#logo a:hover {
      text-decoration: none;
}

#logo a {
      float: left;
      background: url("images/logo.jpg") no-repeat 0px 0px;
      width: 317px;
      height: 85px;
}

#container {
	width: 1090px;
	overflow: hidden;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6fb2e6;
	border-right-color: #c8c8c8;
	border-bottom-color: #ffb93f;
	border-left-color: #c8c8c8;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}  
* html #container {
      overflow: visible;
}

#content{
	float: left;
	width: 890px;
	background: #fff url(images/nav-edge.jpg) repeat-y;
	padding-bottom: 40px;
	min-height: 380px;
}
* html #content {height: 380px; overflow: visible;}

#maincontent {
	float: left;
	float: left;
	overflow: hidden;
	width: 650px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 620px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}



#rightdiv{
	padding-top: 20px;
	float: right;
	width: 230px;
	padding-right: 0px;
}

#rightdiv img{
      padding: 1px;
      border: 1px solid #;
}

#news{
	width: 210px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	/*margin-left: auto;*/
	padding-bottom: 10px;
}

/*---------- Navigation Menu ----------*/
#navcontainer {
	padding-top: 20px;
	padding-left: 13px;
	min-height: 380px;
	float: left;
	overflow: visible;
	width: 180px;
}
* html #navcontainer {
	height: auto;
	overflow: visible;
}

.nav {
      width: 170px;
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0px;
      font-size: 105%;
}

.nav li {
      text-align: left;
      margin: 3px 1px;
      padding: 0;
      
}

.nav li a {
	border: 1px solid #52a3e2;
	display: block;
	padding: 4px 0 4px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 170px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	background-color: #F88512;
	font-family: "Arial Black", Gadget, sans-serif;
}

.nav li a:hover {
      background: #ffb93f;
      color: #949494;
      font-weight: bold;
      cursor: pointer;
}

/*---------- Footer ----------*/
#footer {
	height: 42px;
	font-size: 80%;
	text-align: center;
	color: #6a6666;
	width: 1090px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

#footertextleft{
      margin-left: 10px;
      text-align: left;
      width: 450px;
      float: left;
}

#footertextright{
      text-align: right;
      width: 350px;
      float: right;
}

/*---------- Headings ----------*/
h1 {
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
	color: #f60;
	font-family: Arial;
	font-size: 120%;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;      
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #f60;
	font-family: arial;
	font-size: 110%;
}

/*---------- Classes ----------*/
.underline{
	padding-bottom: 3px;
	width: 180px;
	border-bottom: 2px solid #ffb93f;
}

.underlinelong{
	padding-bottom: 3px;
	width: 300px;
	border-bottom: 2px solid #ffb93f;
}

.subheading{
      font-weight: bold;
}

.submitbox{
	width: 220px;
	background-image: url(images/page1_bottom_right_ti_sunset_logo.jpg);
	height: 58px;
	margin-top: 10px;
	background-repeat: no-repeat;
	border: 1px solid #c8c8c8;
}

.submitbox p{
      margin-top: 3px;
      margin-bottom: 5px;
}

.linkbutton{
      height: 20px;
      font-size: 95%;
      background: #e5e5e5;
      color: #949494;
      border: none;
      padding: 3px 8px;
      font-weight: bold;
}

#maincontent ul{
      list-style-image: url(images/bullet.png)
}

.advertise {
	height: 260px;
	width: 160px;
	margin-top: 20px;
	padding: 5px;
	border: 3px solid #ffb93f;
	background-color: #FFF;
	background-repeat: no-repeat;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.advert1_1{
	width: 160px;
	padding: 5px;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	background-image: url(images/page1_left_mom_and_child.jpg);
	height: 108px;
	background-repeat: no-repeat;
}
.advert1_2 {
	height: 170px;
	width: 160px;
	background-image: url(images/page1_bottom_left_ws_ti_tshirt.jpg);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.advert2_1{
	width: 160px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #fff;
	background-image: url(images/page2_left_birds_and_sun2.jpg);
	height: 108px;
	background-repeat: no-repeat;
}
.advert2_2 {
	height: 140px;
	width: 160px;
	background-image: url(images/page2_left_birds_and_sun3.jpg);
	margin-top: 10px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.advert2_3 {
	height: 160px;
	width: 160px;
	background-image: url(src/ti-sunset-logo-a.jpg);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.advert3_1{
	width: 160px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #fff;
	background-image: url(images/page3_left_sandcastle1.jpg);
	height: 108px;
	background-repeat: no-repeat;
}
.advert3_2 {
	height: 120px;
	width: 160px;
	background-image: url(images/page3_left_aa-sandcastle1.jpg);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

#leftimage1 {
	/*height: 120px;*/
	width: 180px;
	margin-bottom: 0px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#leftimage {
	/*height: 120px;*/
	width: 160px;
	margin-bottom: 10px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.advertcontact_1{
	width: 160px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #fff;
	background-image: url(images/left_contact_2_sunstreak1_little.JPG);
	height: 108px;
	background-repeat: no-repeat;
}
.advertcontact_2 {
	height: 160px;
	width: 160px;
	background-image: url(images/left_contact_1_sunset.jpg);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.advertdrum_1 {
	height: 108px;
	width: 160px;
	background-image: url(images/left_drum_1_drumcircle1.JPG);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.advertdrum_2 {
	height: 160px;
	width: 160px;
	background-image: url(images/left_drum_2_drumcircle2.JPG);
	margin-top: 10px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.advertrestaurant_1 {
	height: 108px;
	width: 160px;
	background-image: url(images/left_restaurant_1_goldenbird.JPG);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.advertrestaurant_2 {
	height: 120px;
	width: 160px;
	background-image: url(images/left_restaurant_2_girl_under_sun.JPG);
	margin-top: 10px;
	padding: 5px;
	border: 1px none #c8c8c8;
	background-color: #FFF;
	background-repeat: no-repeat;
}

#weather {
	width:170px;
	padding-right: 0px;
	margin-top: 10px;
}

.content{
	color:#333;
	width:800px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-left: 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
/*h1{line-height:1.1;letter-spacing:-1px;}*/

#galleria{height:800px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
