/* ################## BODY ELEMENTS ###################*/

body 
{
    margin-top: 0px;
    background: #e36626 url('images/background.jpg') repeat-x;
}

/* CONTAINERS */
#header
{
    position: relative;
    float: left;
    height: 280px;
    width: 780px;
    background-color: #FFFFFF;
}

#blurb
{
    float: left;
    clear: left;
    width: 325px;
    background-color: #FFFFFF;
    background: url('images/headerSwish.jpg') no-repeat;
    background-position: bottom;
}

#container
{
    position: relative;
    background-color: #FFFFFF;
    width: 780px;    
    height: auto;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

#rightBar
{
    width: 200px;
    position: relative;
    height: auto;
    float: right;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 5px;
    background-color: #ffffff;
    border-left: 1px solid #e36626;
}

#main
{
    background-color: #FFFFFF;
    float: left;
    width: 549px;
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#footer
{
    position: relative;
    background-color: #FFFFFF;
    width: 780px;    
    height: auto;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 7px;  
    background-color: #e36626;
    font: italic 11px verdana;
}

/* ################## TEXT AND HEADERS ###################*/

h1
{ 
    margin: 6px;
    text-align: left;
    color: #e36626;
    font: bold 20px verdana
}

h2
{
    margin: 6px;
    text-align: left;
    color: #e36626;
    font: bold 12px verdana;
    margin-bottom: 0px;
}

li
{
    text-align: justify;
    font: normal 12px verdana ;
    letter-spacing: 0px;
    word-spacing: 3px; 
}

.eventTitle
{
    text-align: left;
    color: #e36626;
    font: 12px verdana;
    margin-bottom: 0px;
}


/* ################## links ###################*/

a
{
    font: normal 12px verdana ;
    color: #e36626;
    letter-spacing: 0px;
    word-spacing: 3px; 
    text-decoration: underline;
}


a:hover 
{
    font: normal 12px verdana ;
    color: #000000;
    letter-spacing: 0px;
    word-spacing: 3px; 
    text-decoration: none;
}

a.footer 
{
    font: normal 11px verdana ;
    color: #FFFFFF;
    letter-spacing: 0px;
    word-spacing: 3px; 
}

a.footer:hover 
{
    font: normal 11px verdana ;
    color: #000000;
    letter-spacing: 0px;
    word-spacing: 3px; 
}

/* ################## Tables and other html elements ###################*/

hr
{
    margin-top: 8px;
    border: none 0; 
    border-top: 1px dashed #e36626;
    width: 85%;
    height: 1px;
}

td 
{
    font: normal 12px verdana ;
    color: #484747;
    letter-spacing: 0px;
    word-spacing: 3px;
}

p.event 
{
    margin: 6px;
    text-align: left;
    font: normal 12px verdana ;
    color: #484747;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    word-spacing: 3px; 
}

.td 
{
 background-color: #FFFFFF; 
 text-align: left; 
 border-right: 1px solid black; 
 border-left: 1px solid black;   
}

p 
{
    margin-top: 2px;
    margin-bottom: 6px;
    margin-left: 6px;
    text-align: justify;
    font: normal 12px verdana ;
    color: #484747;
    letter-spacing: 0px;
    word-spacing: 3px;
    width: 96%;
}

li 
{
    color: #484747;
}
/* ######################## BUTTONS AND LOGO ###################### */

/* LOGO */
.logo 
{
    position: relative;
    float: right;
}

.logoSwish
{
    float: right;
}

/* BUTTONS */

.home 
{
 position: relative;
 float: left;
 border: 0px;
}

.workshop
{
 position: relative;
 float: left; 
 border: 0px;
 width: 205px;
 height: 48px;
}

.contact
{
    position: relative;
    float: left;
    border: 0px;
}

.products
{
    position: relative;
    float: left; 
    border: 0px;
}

.aboutus 
{
    position: relative;
    float: left; 
    border: 0px; 
    width: 205px;
}

/* ######################## FRONT PAGE IMAGES ###################### */

#workshopHome
{
    width: 540px;
    padding-right: 4px;
    padding-bottom: 10px;
    background: url('images/home/workshop.jpg') no-repeat right;
}

#productsHome
{
    width: 540px;
    padding-right: 4px;
    padding-bottom: 10px;
    background: url('images/home/products.jpg') no-repeat right;
}
