﻿
#rainbow-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:125px;
	height:92px;
	background-image:url("../images/Rainbow_01.png");
}

#rainbow-02 {
	position:absolute;
	left:125px;
	top:0px;
	width:404px;
	height:92px;
	background-image:url("../images/Rainbow_02.png");
}

#rainbow-03 {
	position:absolute;
	left:529px;
	top:0px;
	width:271px;
	height:92px;
	background-image:url("../images/Rainbow_03.png");
}

#rainbow-04 {
	position:absolute;
	left:0px;
	top:92px;
	width:125px;
	height:170px;
	background-image:url("../images/Rainbow_04.png");
	z-index:3;
}


#rainbow-05 {
	position:absolute;
	left:125px;
	top:92px;
	width:404px;
	height:170px;
	background-image:url("../images/Rainbow_05.png");
	z-index:0;
}

#rainbow-06 {
	position:absolute;
	left:529px;
	top:92px;
	width:170px;
	height:273px;
	z-index:0;
	background-color:Blue;
}

#rainbow-08 {
	position:absolute;
    left:200px;
	top:0px;
	width:125px;
	height:147px;
	
}

#rainbow-09 {
	position:absolute;
	left:125px;
	top:0px;
	width:404px;
	height:147px;
	background-image:url("../images/Rainbow_09.png");
}

#rainbow-10 {
	position:absolute;
	left:529px;
	top:0px;
	width:271px;
	height:147px;
	background-image:url("../images/Rainbow_10.png");
}

#Menu
{
    width:140px;
    text-align:center;
    margin-top:50px;
    margin-left:20px;
    z-index:2;
    height:150px;
}

#Menu img
{
    margin-bottom:2px;
    margin-left:0px;
}

#btnHome
{
    width:104px;
    height:31px;
    display:block;
    left:10px;
    background-image:url("../images/HomeUp.png");
    background-repeat:no-repeat;
}

#btnHome:hover
{
    background-image:url("../images/Home.png");
}

#btnHome span
{
    display:none;
}


#btnServices
{
    width:104px;
    height:31px;
    display:block;
    left:10px;
    background-image:url("../images/ServicesUp.png");
    background-repeat:no-repeat;
}

#btnServices:hover
{
    background-image:url("../images/ServicesHover.png");
}

#btnServices span
{
    display:none;
}

#btnContact
{
    width:104px;
    height:31px;
    display:block;
    left:10px;
    background-image:url("../images/ContactUp.png");
    background-repeat:no-repeat;
}

#btnContact:hover
{
    background-image:url("../images/ContactHover.png");
}

#btnContact span
{
    display:none;
}

#btnAbout
{
    width:104px;
    height:31px;
    display:block;
    left:10px;
    background-image:url("../images/AboutUp.png");
    background-repeat:no-repeat;
}

#btnAbout:hover
{
    background-image:url("../images/AboutHover.png");
}

#btnAbout span
{
    display:none;
}

.FloatLeft
{
    float:left;
}

#gba
{
    margin:-70px 0 0 10px;
    z-index:3;
}

#logo
{
    position:relative;
    display:inline;
    margin-bottom:0px;
    top:66px;
    left:360px;
    color:White;
}

#Hands
{
    float:right;
    position:relative;
    top:50px;
}

#disclaimer
{
    position:relative;
    display:block;
    top:70px;
    left:100px;
    width:600px;
    font-family:Arial;
    font-size:.7em;
    text-align:center;
    color:#b2b2b2;
}
