@import url(http://fonts.googleapis.com/css?family=Port+Lligat+Slab);


/* Tab Content - menucool.com */
ul.tabs
{
width: 950px;
background: rgba(153,80,32,0.6);
box-shadow: 0 0 3px #8294A6;

border-top:solid #dac1b1 1px;
border-left:solid #dac1b1 1px;
border-right:solid #dac1b1 1px;

    padding: 17px 0 8px 0;
    margin:0 auto;
    font-size: 0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/

}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/

    font: 14px/55px 'Gudea', serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;

	color: #C9342F;
}
        
ul.tabs li a
{
  font:14px 'Oxanium';
color: #fffdfb;

	text-align: center;
	line-height: 0.5;
	text-decoration:none;


    position: relative;
    margin: 0 20px;
    padding: 3px;

    outline:none;
}
  
        
ul.tabs li a:hover
{
    text-decoration: none;
	color: #fffdfb;
}
        
ul.tabs li.selected a
{
    position: relative;
    top: 0px;
	color: #fffdfb;
}
        
        
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
width: 930px;
margin: 0 auto;

  font:13.5px 'Oxanium';
  color:#504e4f;
  line-height:24px;
text-align:justify;
background: rgba(153,80,32,0.6);

box-shadow: 0 0 3px #8294A6;
border-collapse: collapse;
padding: 0 10px 10px 10px;

border-bottom:solid #8294A6 1px;
border-left:solid #8294A6 1px;
border-right:solid #8294A6 1px;

}

#text {
padding: 10px 20px;
background: rgba(255,255,255,0.9);
}