﻿@import url(http://fonts.googleapis.com/css?family=Kodchasan);


/* Tab Content - menucool.com */
ul.tabs
{
width: 100%;
    padding: 10px 0px 15px 0;
    font-size: 0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
margin-top: 30px;
}
        
ul.tabs li
{
    display: inline;
    margin-right: 2px;/*distance between tabs*/

    font: 28px 'Arapey', serif;
    font-weight: 300;
    text-align: center;
}

ul.tabs li:hover
{
	color: #D2BA97;
}
        
ul.tabs li a
{
font-family: 'Abel'; font-weight: 300; font-size: 20px; color: #3E5C76; text-transform: uppercase; text-align: center; text-shadow: 2px 1px 7px #eee; text-decoration: none; letter-spacing: 1px;

        text-decoration: none;

     padding:10px 15px;
    position: relative;
    margin: 0;

    outline:none;
}
  
        
ul.tabs li a:hover
{
    text-decoration: none;
	color: #D2BA97;
}
        
ul.tabs li.selected a
{
background-image: linear-gradient(#425C77, #1F344B);
    position: relative;
    top: 0px;
	color: #E0E1DC;
text-shadow: 2px 1px 7px #464646;
}

ul.tabs li.selected a:hover
{
	color: #EEE;
}
        
        
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
margin: 20px 0;

font-family: 'Abel'; font-size: 17px; font-weight: normal; font-style: normal; color: #707070; text-shadow: 2px 1px 7px #FFF; line-height: 1.6; letter-spacing: 0.5px; text-align:justify;
}
