img      {border: 0;}
.clear   {clear: both;}
a:focus,
a:active {border: 0; outline: 0;}
h1,h2,h3,h4,h5,h6,form {margin: 0;}

/* ------------------------------------------------------------------------------------------------------------ */

a {
    display: block;
    text-decoration: none;
    color: #22e0f4;
    padding: 0 2px;
}
a:hover {
    color: #313131;
    background: #22e0f4;
}

/* ------------------------------------------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #22e0f4;
	background: #313131;
}

#overall {
	margin: 0 0 50px 0;
}

/* ------------------------------------------------------------------------------------------------------------ */

    #header {
    	margin: 12px 35px;
    	overflow: hidden;
    }
        #header h1 {
            float: left;
            text-indent: -999em;
            background: url(../im/logo.png) 0 0 no-repeat;
            width: 199px;
            height: 35px;
        }
            #header h1 a {
                width: 199px;
                height: 35px;
            }
            #header h1 a:hover {
                background: none;
            }
        #header .tagline {
            float: right;
        }

/* ------------------------------------------------------------------------------------------------------------ */

    #body {
        clear: both;
    }
    
        .testimonials #body .content {
            margin: 14px 35px;
        }
            .testimonials #body .content h2 {
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                margin: 25px 0 6px 0;
            }
            .testimonials #body .content .all {
                border-top: 1px solid #22e0f4;
                border-bottom: 1px solid #22e0f4;
                padding-top: 14px;
                margin-bottom: 20px;
            }
                .testimonials #body .content .testimonial {
                    line-height: 140%;
                    margin-bottom: 14px;
                    width: 515px;
                }
                    .testimonials #body .content .testimonial .author {
                        margin-top: 2px;
                        margin-left: 30px;
                    }
                    .testimonials #body .content .testimonial .author span {
                        color: #fff;
                    }
        

/* ------------------------------------------------------------------------------------------------------------ */

    .imagescroller {
        clear: both;
        background: #fff;
        width: 100%;
        overflow: auto;
        overflow-y: hidden;
        -ms-overflow-y: hidden;
        height: 418px;
    }
        .imagescroller .content {
            padding-left: 7px;
            white-space: nowrap;
        }
            .imagescroller img {
                margin-right: 7px;
            }

/* ------------------------------------------------------------------------------------------------------------ */

    #nav {
        overflow: hidden;
    	margin: 12px 25px;
    }
        #nav ul {
            margin: 0;
            padding: 2px 50px 2px 10px;
            float: left;
        }
            #nav li {
                margin: 0;
                padding: 0;
                list-style: none;
                display: inline;
            }
                #nav div {
                    font-weight: bold;
                    margin-bottom: 2px;
                }
                #nav a {
                    display: block;
                }
                
        .gd #nav ul.nav_gd div        { color: #646464; }
        .gd1 #nav ul.nav_gd .link1 a { color: #646464; }
        .gd2 #nav ul.nav_gd .link2 a { color: #646464; }
        .gd3 #nav ul.nav_gd .link3 a { color: #646464; }
                
        .il #nav ul.nav_il div        { color: #646464; }
        .il1 #nav ul.nav_il .link1 a { color: #646464; }
        .il2 #nav ul.nav_il .link2 a { color: #646464; }
        .il3 #nav ul.nav_il .link3 a { color: #646464; }
                
        .if #nav ul.nav_if div        { color: #646464; }
        .if1 #nav ul.nav_if .link1 a { color: #646464; }
        .if2 #nav ul.nav_if .link2 a { color: #646464; }
        .if3 #nav ul.nav_if .link3 a { color: #646464; }
                
        .blog #nav ul.nav_blog a                    { color: #646464; }
        .testimonials #nav ul.nav_testimonials a    { color: #646464; }

/* ------------------------------------------------------------------------------------------------------------ */

    #footer {
        clear: both;
        border-top: 1px solid #304A4C;
        border-bottom: 1px solid #304A4C; /*22e0f4;*/
        padding: 15px 35px 10px 35px;
    }
        * html #footer {
            padding-top: 8px;
        }
        #footer h2 {
            color: #fff;
            font-size: 12px;
            margin-bottom: 3px;
        }
        #footer div {
            margin-bottom: 14px;
            width: 515px;
        }
        #footer div.contact {
            line-height: 150%;
        }
            #footer a {
                display: inline;
                padding: 0;
            }
            #footer a.download {
                color: #fff;
                font-weight: bold;
                font-size: 12px;
            }
            #footer a.download:hover {
                color: #313131;
            }
        #footer .copyright {
            color: #646464;
            margin-bottom: 8px;
        }

/* ------------------------------------------------------------------------------------------------------------ */
