
/******* GENERAL RESET *******/
ul, li, td
{
    margin: 0pt;
    padding: 0pt;
}

.clear
{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
a
{
    text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo
{
    margin-top: 1em;
    display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
.container_jgs
{
    margin: 0;
    width: 278px;
}
.container_jgs ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    height: 21px;
    border-bottom: 1px solid #9bc41c;
    width: 100%;
}
.container_jgs ul.menu li
{
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
}
.container_jgs ul.menu li
{
    display: block;
    height: 20px;
    line-height: 20px;
    background: #bcd64f;
    margin-bottom: 0px;
    border: 1px solid #9bc41c;
    border-width: 1px 1px 1px 1px;
    position: relative;
    color: #333333;
    width: 49%;
    cursor: pointer;
}
.container_jgs ul.menu li.active
{
    background: #9bc41c;
    top: 0px;
    border: 1px solid #9bc41c;
    color: #333333;
}

/******* /MENU *******/





/******* CONTENT *******/
.content
{
    margin: 0pt auto;
    background: transparent;
    border: 0px solid #d0ccc9;
    text-align: left;
    padding-bottom: 0px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.content h1
{
    line-height: 1em;
    vertical-align: middle;
    font-size: 14px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1
{
    background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news
{
    display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1
{
    background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorials
{
    display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1
{
    background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links
{
    display: none;
}
.content.links a
{
    color: #5f95ef;
}

/******* /LINKS *******/