﻿/* Zag Studio green: #B8D437 */

/* Top level elements */
    body 
    {
        background-color: #888;
        font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Verdana, sans-serif;
        color: #222; /* defaault text color */
        font-size: 14px;
		text-align: center;
		margin:0px;
    }
    div#mainContainer 
    {
        width:900px;
		text-align: justify; 
		margin: 0 auto;
    }
/* MainContainer has navigation and content */
    div#navigation 
    {
        position: relative; 
        height: 120px;
        background-color: #fff;   
    }
    div#content 
    {
        display:block;
        margin-left:auto;
        margin-right:auto;    
        background-color: #eee;
        position: relative;
    }
/* Navigation has links, tabs and an image */
    div#navigation div#zagStudio
    {
		position:absolute;
		top:12px;
		left:12px;
	}
    div#navigation div#links 
    {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    div#navigation div#links a, div#links span 
    {
    	color: #555;
        text-transform: lowercase;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
        outline: none;
        text-decoration: none;
    }
    div#navigation div#links a:hover 
    {
        text-decoration:underline;
    }

    div#navigation div#tabs 
    {
        position: absolute; 
        bottom: 0px;
        left: 0px; 
        width: 900px;
    	background-color: #eee;
    }
    div#navigation div#tabs li 
    {
        float: left;
        border-right: solid #fff 3px;
    	background-color: #eee;
    	line-height:30px;
    }
    div#navigation div#tabs ul 
    { 
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }
    div#navigation div#tabs li a 
    {
        display: block;
        text-transform: lowercase;
        font-size: 13px;
        width: 100px;
        text-align:center;
        outline: none;
        text-decoration: none;
        color: #999;
        padding:0px;
    }
    div#navigation div#tabs li a:hover 
    {
        color: #555;
    }
/* General */
	a 
	{
	    outline: none;
        color:#6F8D09;
	}	
	div.title
	{
		font-size: 17px;
		font-weight: bold;
	}
	div.infoSectionContainer
	{
		position:relative;
		overflow: hidden;
		width:900px;
		background-color: #eee;	
	}
	div.left
	{
		float: left;
	}


