﻿* 
{
    margin:0;
    padding:0;    
}
.clear
{
    position:relative;
    display:block;
    width:1px;
    height:1px;
    font-size:1px;
    clear:both;
}
.display
{
    display:none;
}
body, html
{
    font-size:100%;
}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body
{
    font:95% Arial, Helvetica, sans-serif;
    background:#010101 url(../images/backgrounds/main.jpg) top center no-repeat;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1 
{
	width:100%;
	text-align:center;
	background:url(../images/backgrounds/top-strip.gif) repeat-x;
}
#container2
{
	margin:0 auto;
	position:relative;
	padding:88px 0 0 0;
	width:950px;
	font-size:0.9em;
}
body#homePage #container2
{
	padding:493px 0 0 0;
}
#mainContent 
{
    padding:20px 10px;
    width:930px;   
    text-align:left;
    background:#191919 url(../images/backgrounds/left-strip.gif) repeat-y;
}
body#homePage #mainContent 
{
	background:#191919;
}
#mainContent #subContent
{
    float:right;
    padding:275px 0 0 0;
    width:693px;
    height:auto;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#subNav
{
	float:left;
	width:209px;
}
#leftCol
{
    float:left;
    width:449px;
}
body#homePage #leftCol
{
    float:left;
    width:686px;
}
#rightCol
{
    float:right;
    padding:52px 0 0 0;
    width:224px;
}
body#homePage #rightCol
{
    padding:0;
}
/*----------------------------------------------------------------------*/
/*--------*//* LOGO */
#logo
{
    position:absolute;
    top:0;
    left:0;
    width:205px;
    height:58px;
    background:url(../images/logo.gif);
}
/*----------------------------------------------------------------------*/
/*--------*//* MAIN NAVIGATION */
#mainNav
{
    position:absolute;
    top:58px;
    left:0;    
    width:950px;
    height:30px;
    z-index:999;
}
/*----------------------------------------------------------------------*/
/*--------*//* SOCIAL MEDIA */
#socialMedia
{
    position:absolute;
    top:24px;
    right:0;    
}
/*----------------------------------------------------------------------*/
/*--------*//* BANNER */
#banner
{
    position:absolute;
    top:88px;
    right:0;
    width:713px;
    height:270px;
    overflow:hidden;
    z-index:50;
}
body#homePage #banner
{
    left:0;
    width:950px;
    height:405px;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer
{
	padding:20px 20px 0 20px;
	width:910px;
	background:#000;
}
