html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
        font-family: 'Roboto', sans-serif;
	color: #000000;
        background-color: #ffffff;
}

a:focus { 
	outline: 0; 
}

a:link {
	text-decoration: none;
	color: #115B80;
}

a:visited {
	text-decoration: none;
	color: #115B80;
}

a:active {
	text-decoration: none;
	color: #115B80;
}

a:hover {
	text-decoration: underline;
	color: #115B80;
}

h1 {
        color: #2296d2;
}

.header {
        background: transparent url(../images/header-bg.jpg) scroll repeat-x 0 0;
        height: 169px;
}

.content {
        padding-top: 20px;
        font-size: 15px;
}

.footer {
        
}

.wrapper {
        width: 1150px;
        margin: 0px auto;
        position: relative;
}

.fleft {
        float: left;
}

.fright {
        float: right;
}

.fcenter {
        margin: 0 auto;
}

.clear {
        clear: both;
}

img {
        border: 0px;
}

.ltxt {
        background: transparent;
        border: none;
        color: #666666;
        font-family: Verdana;
        font-size: 14px;
        height: 28px;
        margin-left: 11px;
        padding: 0 10px;
        width: 150px;
}

.lsubmit {
        background: transparent;
        border: 1px solid grey;
        margin-top: 3px;
        margin-right: 8px;
}

.thegirl {
        font-family: The Girl Next Door;
        font-size: 1em;
}

.msgerr {
        border: none;
        background-color: red;
        border-radius: 8px 8px 8px 8px;
        text-align: center;
        font-family: Verdana;
        margin: 0px auto 20px auto;
        padding: 10px 0px;
        color: #ffffff;
        width: 750px;
        opacity: 0.5;
}

.msgok {
        border: none;
        background-color: green;
        border-radius: 8px 8px 8px 8px;
        text-align: center;
        font-family: Verdana;
        margin: 0px auto 20px auto;
        padding: 10px 0px;
        color: #ffffff;
        width: 750px;
        opacity: 0.5;
}

/*
 * HEADER
 */
.logo {
        
}

.h-spacer {
        background: transparent url(../images/h-spacer.png) scroll no-repeat top center;
        height: 21px;
}

.desc {
        color: #ffffff;
        text-align: center;
        font-size: 16px;
}

.menu {
        float: right;
        padding-top: 15px;
}

.menu ul {
        list-style: none;
}

.menu ul li {
        list-style: none;
        float: left;
        padding: 5px;
}

.menu ul li a {
        color: #ffffff;
        background-color: transparent;
        border: 1px solid #ffffff;
        font-size: 14px;
        padding: 10px;
}

.menu ul li a:hover {
        background-color: #2296d2;
        border: 1px solid transparent;
        text-decoration: none;
}

/*
 * FOOTER
 */
.footer .links {
        background-color: #2296d2;
}

.footer .links .column {
        padding: 35px;
        min-width: 200px;
}

.footer .links h3 {
        color: #ffffff;
        font-size: 21px;
        font-weight: normal;
        text-align: left;
        padding-left: 10px;
}

.footer .links ul {
        list-style: none;
        padding: 0;
}

.footer .links ul li {
        list-style: none;
        background: transparent url(../images/links-spacer.png) scroll no-repeat bottom center;
        padding: 10px;
}

.footer .links ul li a {
        background: transparent url(../images/links-icon.png) scroll no-repeat center left;
        padding-left: 20px;
        color: #ffffff;
        font-size: 14px;
}

.footer .links ul li a:hover {
        text-decoration: none;
}

/*
 * REDACTOR
 */
.redactor_box {
        width: 700px;
        min-height: 200px;
        color: #000;
}

/*
 * START
 */
.page.start {
    
}

.page.start .left {
        width: 800px;
}

.page.start .left .adv1 {
        height: 90px;
}

.page.start .left .speedtest {
        height: 500px;
}

.page.start .right {
        width: 300px;
}

.page.start .right .adv2 {
        padding-left: 50px;
}

.page.start .s-spacer {
        width: 100%;
        height: 20px;
        background: transparent url(../images/s-spacer.png) scroll no-repeat top center;
}

.page.start .slogan {
        font-size: 26px;
}

.page.start .slogan .color {
        color: #2296d2;
}

.page.start .boxes h2 {
        text-align: center;
        font-size: 24px;
        font-weight: normal;
}

.page.start .box {
        width: 250px;
        padding-left: 15px;
        padding-right: 15px;
}

.page.start .box .img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
}

.page.start .box1 .img {
        background: transparent url(../images/icon1.png) scroll no-repeat center center;
}

.page.start .box2 .img {
        background: transparent url(../images/icon2.png) scroll no-repeat center center;
}

.page.start .box3 .img {
        background: transparent url(../images/icon3.png) scroll no-repeat center center;
}

.page.start .box4 .img {
        background: transparent url(../images/icon4.png) scroll no-repeat center center;
}
