﻿/* BLUETREE */
/* AUTHOR: HUGO & CAT LTD */
/* VERSION: 1.0 */

body {
	font:normal 62.5%/1.7em Arial, Tahoma, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 0 0;
	padding: 0;
	background: #004e8d;
	background-attachment: fixed
}

a, a:visited {
    color:#fff;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

strong {
    font-weight:bold;
}

p, blockquote{
    margin: 0 0 15px 0;
}

.fright {
    float:right;
}   

.fleft {
    float:left;
}   

.wrapper {
    background: #0088c0;
    width: 948px;
    margin: 100px auto 0 auto;
}

.logo {
    background: #0088c0 url(../images/logo_bg.gif) no-repeat 0 0;
    cursor:default;
    display:block;
    height: 131px;
    text-indent: -6000px;
}

h1{
    background: #0079b9 url(../images/h1_bg.gif) no-repeat 0 0;
    height: 156px;
    text-indent: -6000px;
}
 
ul.services {
    height: 47px;
    background: #0094d1 url(../images/services_bg.gif) no-repeat 0 0;
}

ul.services li{
    display:none;
    
}



p.info a {
    display:block;
    height: 156px;
    text-indent: -6000px;
    background: #0088c0 url(../images/info_bg.gif) no-repeat 0 0;
	margin:0;
}

p.info {
	margin:0;
}

p.footer{
    display:block;
    height: 92px;
    text-indent: -6000px;
    background: #0088c0 url(../images/footer_bg.gif) no-repeat 0 0;
	margin:0;
}