/* CSS Document */

body {
     background-color: #FFF;
     color: #01aef0;
     font-family: Helvetica,Arial,sans-serif;
     font-size: 14px;
     line-height: 1.5em;

}
div { margin: 0; padding: 0; }
.clear { width: 100%; height: 1px; line-height: 1px; clear: both; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #345a95;
}
a img { border: none; }
h1 {
    font-weight: normal;
    font-size: 210%;
    margin-top: 0.5em;
}
h1 a, h1 a:hover, h1 a:visited {
    color: black;
}

h2 {
    color: #01aef0;
    font-size: 48px;
    line-height: 50px;
    border-top: 2px solid #0a3a86;
    border-bottom: 2px solid #0a3a86;
    margin: 5px;
}

h3 {
    color: #0a3a86;
    font-size: 48px;
    border-top: 2px solid;
    line-height: 50px;
    text-align: center; 
    margin: 5px;
}

h4 {
    font-size: 21px;
    line-height: 32px;
    margin: 0;
}

h5 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

h6 {
    font-size: 35px;
    color: #0a3a86;
    line-height: 35px;
    margin: 10px 0;
}

div#mainWrapper {
    width: 1000px;
    margin: 0.5em auto;
    padding: 0;
    background: white;
}

div#headerWrapper {
    width: 1000px;
    height: 175px;
    background-image: url('../images/headerTop.jpg');
    background-repeat: repeat-x;
}

div#logo {
	background-image: url(../images/logo.jpg);
	height: 149px;
	width: 514px;
}

div#curve {
	background-image: url(../images/curve1.png);
	background-repeat: no-repeat;
	top: 106px;
	position: absolute;
	height: 629px;
	width: 1000px;
}

div#curve1 {
	background-image: url(../images/curve2.png);
	background-repeat: no-repeat;
	top: 106px;
	position: absolute;
	height: 629px;
	width: 1000px;
}

div#curve2 {
	background-image: url(../images/curve3.png);
	background-repeat: no-repeat;
	top: 106px;
	position: absolute;
	height: 629px;
	width: 1000px;
}

div#bluefooter {
    width: 1000px;
    height: 78px;
    margin-top: 0px;
    background-image: url(../images/footer.png);
    background-repeat: repeat-x;
    float: left;
}

div#contentfoot {
    width: 1000px;
    height: 28px;
	background-color: #4a4c4b;
	color: #FFF;
	text-align: center;
}

div#menuWrapper {
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    height:325px;
    text-align:center;
    width:183px;
    float: left;
}

div#menuWrapper ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

div#menuWrapper ul li {
    height: 65px;
    list-style-type: none;
    width: 187px;
}
div#menuWrapper ul li a {
    background-image: url(../images/dark-menu.png);
    height: 18px;
    padding: 23px 10px 24px;
    width: 167px;
    display: block;
    color: #FFF;
    text-align: left;
}
div#menuWrapper ul li a:hover , div#menuWrapper ul li a.current {
    background-image: url(../images/light-menu.png);
}
div#contentWrapper {
    width: 800px;
    min-height: 730px; 
    _height: 730px;
    padding: 0 5px;
    float: left;
    position: relative;
}

div#content1 {
    width: 270px;
    min-height:730px;
    _height: 730px;
    float:left;
    margin: 5px;
}

div#content2 {
    width: 220px;
    min-height:200px;
    _height: 200px;
    float:left;
    margin-top: 536px;
    margin-left: 240px;
}

div#specialOffersCorner {
    width: 210px;
    min-height: 200px;
    _height: 200px;
    float:left;
    margin-top: 405px;
    margin-left: 150px;
}

div#sectionImages {
	width: 200 px;
	height: 137px;
	position: absolute;
	top: -10px;
}

div#sectionImage1 , div#sectionImage1a {
        width: 426px;
	height: 426px;
	margin-left: 530px;
	position: absolute;
	top: 163px;
}

div#sectionImage1a { margin-left: 550px; top: 150px; }

div#main-img {
        background-image: url(../images/main-img.png);
	width: 507px;
	height: 359px;
        top: 561px;
	position: absolute;
}

div#main-img1 {
        width: 507px;
	height: 359px;
        top: 508px;
	position: absolute;
}

div#main-img2 {
        width: 169px;
	height: 54px;
        top: 508px;
	position: absolute;
}

div#promise {
        background-image: url(../images/promise.jpg);
        width: 239px;
	height: 106px;
        top: 885px;
        left: 800px;
	position: absolute;
}

div#footer {
    width: 35em;
    margin: -3em auto;
    text-align: center;
}

div#footer p {
    font-size: small;
}

div#clearBlock {
    width: 467px;
    height: 400px;
    float: right;
}

td.darkBlue {
	color: #0A3A86;
	border-bottom: 1px solid #01AEF0;
}

td.lightBlue {
	border-bottom: 1px solid #0A3A86;
}

tr.noBorderBottom td {
	border-bottom: none !important;
}

table.floaty { 
left:370px;
position:absolute;
top:503px; 
}

table.contact { 
left:630px;
position:absolute;
top:448px; 
}

h3.small {
    font-size: 35px;
}