
/* Layout items*/


body {
  background-image: url("images/bkg.png");
  margin: 0;
}

#container {
  min-width: 1000px;
  margin: auto;
}


.header {
  min-width: 996px;
  background-image: url("images/topbg.png");
  background-repeat: repeat-x;
  background-position: left top;
  min-height: 223px;
}
.header img {

  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.bottom {
  z-index:1000;
  padding: 0;
  position: relative;
  margin: 10px auto;
  width: 385px;
  height: 196px;
  color: white;
  background-image: url("images/bottombox.png");
  background-repeat: no-repeat;
}

.inner {

 padding: 5px;

}


.bottom h1 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #eeeeee;
margin-bottom: -10px;
}

.bottom p {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  color: #eeeeee;
}

.bottom span {
  font-family: 'Droid Sans', sans-serif;
  font-size: 10px;
  text-align: center;
font-weight: bold;
  color: #eeeeee;
}

.bottom a {
color: #eeeeee;
text-decoration: none;
}
.bottom a:hover {
    color: #fbb03b;
text-decoration: none;

}


.titles {
top: -385px;
position: relative;
display: inline;
z-index: 50;
left: 15px;
 font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  font-weight:700;

  text-align: left;
  color: #fbb03b;
background-image: url("images/sixtypercent.png");
 padding: 5px 15px 5px 15px;

}

.subtitles {
top: -370px;
left:435px;
width : 480px;
display: inline-block;
 z-index: 60;
position: relative;
 font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  line-height:140%;
  font-weight: normal;
text-align:justify;
  color: #eeeeee;
background-image: url("images/sixtypercent.png");
 padding: 10px;

}
.subtitles-table {
 font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #eeeeee;
}


/* tab css instructons*/

#tab-slider {
  position: relative;
  margin: 0 auto;
  width: 955px;
  height: 395px;
  overflow:hidden;
  background-image: url("images/sixtypercent.png");
  background-repeat: repeat;
}

.tab-content {
top: -10px;
   margin-top: -65px;
    height:390px;
    width:945px;
    overflow:hidden;
    float: left;
}
.tab-content img {
margin: 20px 10px auto 10px;
width:945px;
height:390px;
z-index: -2;
}




ul.tab-nav {
    position: relative;
    top: 340px;
left:15px;
 font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
 padding: 5px 10px 5px 5px;
  
    
}
ul.tab-nav li {
    display:inline-block;
     background-image: url("images/sixtypercent.png");
  background-repeat: repeat;
    
}
ul.tab-nav li:first-child {
    margin-left:0;
	 
}


ul.tab-nav li a {
    padding:0 10px;
color: #eeeeee;
text-decoration: none;
}
ul.tab-nav li a:hover {
    color: #fbb03b;
text-decoration: none;

}
ul.tab-nav li.active {

	color: #fbb03b;
text-decoration: none;

}
ul.tab-nav li.active a {
    color: #fbb03b;
text-decoration: none;

}


.linkto a {
  font-family: 'Verdana', sans-serif;
  font-size: 9px;
  color: #999;
  text-decoration: none;
}
.linkto a:hover {
  font-family: 'Verdana', sans-serif;
  font-size: 9px;
  color: #bbb;
  text-decoration: none;
}
.linkto a:visited {
  font-family: 'Verdana', sans-serif;
  font-size: 9px;
  color: #999;
  text-decoration: none;
}
