﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #000000;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-align: center;
}

a:link, a:visited
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

a:active
{
    color: #ffffff;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #ffffff;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.2em;
    color: #000000;
    font-variant: normal;
    padding-bottom: 5px;
}

h5 
{
    font-size: 1.2em;
    color: #ffffff;
    border-bottom: 1px #ffffff dashed;
    text-align: left;
    font-weight: bold;
    margin: 20px 0 20px 10px;
    width: 250px;
}

h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 75px;
    background: #000000;
    width: 100%;
}

.header-content 
{
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    vertical-align: bottom;
    width: 750px;
    line-height: 50px;
    padding-top: 25px;
}

.main
{
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    background-color: #00025F;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.top
{
    width: 100%;
    height: 20px;
    padding: 0px;
    margin: 0px;
    background-color: #00025F;
}

.content-header
{
    width: 100%;
    height: 100px; /** should be the height of the logo **/
    vertical-align: bottom;
}

.content
{
    width: 100%;
    background-color: #00025F;
    margin: 20px auto 0px auto;
    min-height: 200px;
}

.content-white 
{
    width: 100%;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
    min-height: 200px;
    color: #000000;
}

.content-white p 
{
    line-height: 12pt;
    font-size: 10pt;
    color: #000000;
    padding: 5px;
}

.bottom
{
    width: 100%;
    height: 20px;
    margin-top: 20px;
    background-color: #00025F;
}

.footer
{
    background-color: #000000;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: normal;
    width: 100%;
}

.footer h6
{
    color: #ffffff;
}

.top-left 
{
    background: #000000 url('../images/top_left.png') no-repeat top left; 
    width: 45px; 
    height: 44px; 
    float: left;
}


.top-mid 
{
    background: #00025F; 
    width: 660px; 
    height: 44px; 
    float: left;
}

.top-right 
{
    background: #000000 url('../images/top_right.png') no-repeat top right; 
    width: 45px; 
    height: 44px; 
    float: right;
}

.bottom-left 
{
    background: #000000 url('../images/bottom_left.png') no-repeat bottom left;
    width: 45px;
    height: 44px;
    float: left;
}

.bottom-mid 
{
    background: #00025F; 
    width: 660px; 
    height: 44px; 
    float: left;
}

.bottom-right 
{
    background: #000 url('../images/bottom_right.png') no-repeat bottom right; 
    width: 45px;
    height: 44px;
    float: right;
}

/* MISC  
----------------------------------------------------------*/

.logo
{
    float: left;
    margin: -67px 0 0 20px;
}

.logo  > img {
	position: relative;
}

.menu
{
    float: right;
    position: relative;
    width: 50%;
    height: 100%;
    margin: 0px;
    text-align: right;
}

.menu span
{
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 20px 20px 0;
    font-weight: normal;
    font-size: 1.1em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}

.product-table
{
    border-collapse: collapse;
}

.product-table .right 
{
    width: 100px;
    text-align: right;
}

.product-table td 
{
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px;
}

.product-table .icon1
{
    text-align: right;
    width: 16px;
}

.product-table .icon2
{
    text-align: right;
    width: 32px;
}

.product-table tr.highlight 
{
    background-color: #eee;
}

.product-table .desc 
{
    display: none;
}

.product-column-left 
{
    float: left; 
    width: 74%;
    border-right: 1px dashed #000000;
    min-height: 200px;
}

.product-column-right 
{
    float: right;
    width: 25%;
    min-height: 200px;
}

.product-desc 
{
    text-align: left;
    line-height: 1.6em; 
}

.clear
{
    clear: both;
}

.two-col-left 
{
    float: left;
    width: 355px;
    margin: 0px 10px;
}

.two-col-right 
{
    float: right;
    width: 355px;
    margin: 0px 10px;
}

* html .clear 
{
    height: 1px;
}

.border 
{
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #FFA500;
}

.content p
{
    text-align: left;
    padding: 0px 20px 20px 20px;
    line-height: 1.6em; 
}

.content > p.footnote 
{
    padding: 5px;
    line-height: 1em;
    text-align: center;
    font-size: 0.9em;
}

.bold 
{
    font-weight: bold;
}

a.fancybox:link, a.fancybox:visited
{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a.fancybox:hover
{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a.fancybox:active
{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.separator 
{
	border-top: 1px dotted #ccc;
	margin: 20px 0 30px 0;
}

.centered 
{
	margin-left: 10%;
	margin-right: 10%;
}

.col-left 
{
	width: 45%; 
	float: left; 
	display: inline;
}

.col-right 
{
	width: 45%; 
	float: right; 
	display: inline;
}

/* SLIDER
----------------------------------------------------------*/
#slider
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 618px;
    height: 246px;
    background: url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
}

#slider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#slider a
{
    border: 0;
    display: block;
}
