﻿
/* Clearfix */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

html, body
{
    height: 100%;
}

*
{
	padding: 0;
	margin: 0;
}

img, a
{
    border-style: none;
    text-decoration: none;
}

body
{
    background-color: #F6F6F6;
    font-family: Century Gothic, Tahoma, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    background-image: url('../Images/MasterPage/Shadows.gif');
    background-repeat: repeat-y;
    background-position: center;
}

#Margin
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 100%;
    position: relative;
}

#Main
{
    width: 970px;
    margin-left: 15px;
    margin-right: 15px;
}

.Footer
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    clear: both;
    font-weight: bold;
    background-image: url('../Images/MasterPage/Footer.png');
    top: 2800px;
    position: absolute;
    display: block;
}


/* - - - - - - SUPPLY AND FIT - - - - - - */

.DeliveryOption
{
    margin-top: 4px;
    width: 620px;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    display: block;
    border: 1px solid #DBDBDB;
}

.DeliveryOption a, .DeliveryOption a:hover, .DeliveryOption a:link
{
    text-decoration: none;
    display: block;
    padding: 4px 0px 4px 4px;
}

.DeliveryOption .Text
{
    text-decoration: none;
    width: 60px; height: 15px;
    font-size: 9px;
}

/* - - - - - - SUPPLY AND FIT - - - - - - */

#Margin #Main #InsideBody
{
    width: 970px;
    position: absolute;
    top: 205px;
}

#Margin #Main #InsideBody #Left
{
    width: 175px;
    position: absolute;
    left: 0px;
    top: 0;
}

#Margin #Main #InsideBody #Right
{
    width: 170px;
    position: absolute;
    top: 0;
    left: 795px;
    margin-left: 5px;
}

#Margin #Main #InsideBody #CentralContainer
{
    width: 620px;
    position: absolute;
    left: 175px;
    top: 0;
}

#return_top a
{
    position: absolute;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 18px;
    height: 99px;
    display: block;
    background: url(../Images/MasterPage/return_top.png) no-repeat left top;
    z-index: 200;
}

#return_top a:hover
{
    background: url(../Images/MasterPage/return_top.png) no-repeat right top;
}


/* - - - - - - SIDE FORM ITEMS - - - - - - */

.NavFormWrapper
{
    margin: 0;
    padding: 0;
    width: 168px;
    border: 1px solid #DBDBDB;
    display: block;
    text-decoration: none;
}

.NavFormWrapper input
{
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
}

.NavForm
{
    margin: 0;
    padding: 0px 4px 0px 4px;
    width: 165px;
}

.NavForm a, .NavForm a:hover, .NavForm a:link
{
    text-decoration: none;
    display: block;
    padding: 4px 0px 4px 0px;
}

.FooterLinks
{
    width: 920px;
    margin-left:40px;
    text-align: left;
    clear: both;
    font-weight: bold;
    display: block;
}

.FooterLinkPage a {
  text-decoration: none;
  color: #004890;
}

.FooterLinkPage a:hover 
{
  text-decoration: underline;
}

.FooterLinksHeading
{
    font-weight:bold;
    font-size:12px;
}

