﻿
#logo
{
    text-align:center;
    margin-bottom:60px;
}

#tidelsignal
{
	margin:20px;
	text-align:center;
}

#index-box-1 
{
    float:left;
    width:250px;
}

#index-spacer
{
    float:left;
    width:70px;
}

#index-box-2 
{
    float:left;
    width:250px;
}

#renewable-energy
{
    text-align:left;
    padding:80px 0px 0px 30px;
    width:220px;
    height:100px;
}

#engineering
{
    text-align:left;
    padding:80px 0px 0px 30px;
    width:220px;
    height:100px;
}

#welcome-buttons
{
    width:570px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.welcome-button
{
    background-image: url('../images/index/intro_page_btn.png');
    background-repeat:no-repeat;
    color:#666;
}

a.welcome-link:hover
{
    background-color:#114488;

    color:white;
}

a.welcome-link
{
    color:#114488;
    /*text-decoration:none;   text-decoration:underline;*/
    font-weight:bolder;
}

#contact-details
{
    margin-top:35px;
    margin-bottom:4px;
    text-align:center;
    font-weight:bolder;
    color:#114488;
}

