﻿body, html, * {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
}
html,
body {
   height:100%;
}

body
{
    background-position: center;
    text-align: center;
    background-image: url('../Images/page-bg.jpg');
    background-repeat: repeat-y;
    background-attachment: fixed;
}
a
{
    color: #3D689F;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    padding-top: 8px;
    padding-bottom: 5px;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;    
}
h3 {
    font-size: 14px;    
}
ul
{
    list-style: square;
    margin: 10px 0 10px 30px;
}
ul li
{
    color: #333333;
}
#wrapper{
    width: 800px;
    margin: 0 auto;
    padding: 10px;
    text-align:left;min-height: 80%;
    position:relative;
    padding-bottom: 90px;
}
#content{
    padding: 5px;
    
}
#main-logo {
    background-image: url('../Images/main_logo_2.jpg'); background-repeat: no-repeat;   
    height: 89px;
    margin: 0 0 10px 0;
}
#main-banner {
    background-image: url('../Images/main_banner.jpg'); background-repeat: no-repeat;
    height: 424px;
    margin: 10px 0 20px 0;
}
.main-lob{
    margin-top: 310px;
    margin-left: 130px;
    font-size:25px;
    width: 150px;    
    height:35px;
}
.main-start-button{
    margin-top: 5px;
    margin-left: 105px;    
}
.discounts-title
{
    margin-left: 15px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.list-discounts
{
    float: left;
    margin-left: 15px; 
}
#main-footer
{
    position: absolute;    
    bottom: 0;
    width: 100%;
    height: 0px;
    font-size: 0.7em;
    border-top: solid 1px #CCCCCC;
}
#main-footer ul
{
	list-style: none;
}
#main-footer ul li
{
	
}
#main-footer ul li a strong
{
	width: 63px;	
	height: 34px;
	line-height: 18px;
	text-indent: -5000px;
	margin-left: 15px;
}
#main-footer .column_1, .column_2, .column_3
{
    float: left;
    margin-left: 15px;    
}