﻿/* DEFAULTS
----------------------------------------------------------*/
html, body  
{

    margin: 0px;
    padding: 0px;
    overflow-x:hidden
}

body
{
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #0f0f0f;
    width:100%;
    text-align:center;
    text-decoration:none;
    background-color:#f5f5f5;
    background-image:url(../images/pattern.png);
    background-repeat:repeat;
	text-align:center;
	margin:0 auto;
}

a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #00b3d0;
    text-decoration: none;
}

a:active
{
    color: #73d8e5;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #8a8a8a;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2.9em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

h2
{
    font-size: 2.5em;
    font-weight: 200;
    color:#00b3d0;
}

h3
{
    font-size: 2.2em;
}

h4
{
    font-size: 2.1em;
}

h5, h6
{
    font-size: 2em;
}

.container
{
max-width:960px;
text-align:center;
margin:0 auto;
}