@charset "UTF-8";
/* CSS Document */


body {
  background-color: black;
}

.container {
  position: relative;
  left: 50%;
  margin-left: -449px;
  width: 898px;
}

.header {
  position: relative;
  height: 105px;
  background: url("images/fm-logo.jpg") no-repeat;
}

.topbar {
  position: absolute;
  right: 0px;
  background-color: #666666;
  height: 62px;
  width: 609px;
  
}

.navbar {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 609px;
  height: 40px;
  background-color: black;
}

.navbar a  {
    height: 40px;
    width: 150px;
    margin: 0px 3px 0px 0px;
}


a#home {
  float: left;
  background: url("images/home_button.jpg") no-repeat 0 0;
  display: inline;
}

a#aboutus {
  float: left;
  background: url("images/aboutus_button.jpg") no-repeat 0 0;
  display: inline;
}

a#ourwork {
  float: left;
  background: url("images/ourwork_button.jpg") no-repeat 0 0;
  display: inline;
}

a#contact {
  float: left;
  background: url("images/contact_button.jpg") no-repeat 0 0;
  margin: 0px;
  display: inline;
}


a#home:hover, a#aboutus:hover, a#ourwork:hover, a#contact:hover {
  background-position: 0px -40px;
}



.content {
  position: relative;
  background: url("images/grille.jpg");
  margin: 3px 0px;
  height: 440px;
  overflow: hidden;
}





.player_blurb {
		position: absolute;
		width: 190px;
		height: 360px;
		left: 25px;
		top: 40px;
}
.player {
		position: absolute;
		top: 40px;
		right: 25px;
}
.player a {
		border: 0;
		outline: none;
}







.aboutus_blurb {
                position: absolute;
                right: 50px;
                top: 40px;
                width: 486px;
                height: 360px;
}
.aboutus_images {
                position: absolute;
                left: 50px;
                top: 35px;
                width: 280px;
                height: 371px;
                background: url("images/aboutus_image.png");                
}






.ourworkblurb {
                position: absolute;
                width: 260px;
                height: 360px;
                left: 40px;
                top: 40px;
		background: url("images/ourwork_blurb.png");  
}
.ourworklogos {
		position: absolute;
                width: 528px;
                height: 360px;
                right: 40px;
                top: 40px;
		background: url("images/ourwork_blackBG.png");
}
.ourworklogos a {
                float: left ;
                padding: 0px 0px;
		margin-right: 12px;
		margin-bottom: 12px;
                width: 168px;
                height: 81px;  
                cursor:pointer;
  
}




#lavazza {
    background: url("images/lavazza_button.jpg");
}
#doj {
    background: url("images/doj_button.jpg");
}
#trinity {
    background: url("images/trinity_button.jpg");
    margin-right: 0px;
}
#vecci {
    background: url("images/vecci_button.jpg");
}
#prolash {
    background: url("images/prolash_button.jpg");
}
#paulkonye {
    background: url("images/paulkonye_button.jpg");
    margin-right: 0px;
}
#basque {
    background: url("images/basque_button.jpg");
}
#mtp {
    background: url("images/mtp_button.jpg");
}
#eastland {
    background: url("images/eastland_button.jpg");
    margin-right: 0px;
}
#crommelin {
    background: url("images/crommelin_button.jpg");
}
#r4r {
    background: url("images/r4r_button.jpg");
}
#robina {
    background: url("images/robina_button.jpg");
    margin-right: 0px;
}














.contactimage {
                position: absolute;
                left: 50px;
                top: 40px;
                background: url("images/contactimage.jpg");
                height: 360px;
                width: 400px;
}


.contactblurb {
                position: absolute;
                text-align: right;
		height: 360px;
		width: 370px;
                right: 50px;
                top: 40px;
		background: url("images/contact_blurb.png");

}


a#email {
		position: absolute;
		height: 24px;
		width: 200px;
		top: 175px; right: 12px;
  		background: url("images/email_button.png");
}


a#email:hover {
		background-position: 0px -24px;
}



#form {
  position: absolute;
  top: 235px;
  right: 32px;
}

#form input {
    display: block;
    margin-top: 8px;
    text-align: right;
    border: 0;
}


#submit {
  position: absolute;
  right: 0px;
}










.footer {
  position: relative;
  height: 40px;
  background-color: #3b3b3b;
}
p#copyright {
  position: absolute;
  left: 50px;
  bottom: 0px;
  font-family: arial;
  color: #cccccc;
  font-size: 9px;
}
.links p {
  float: left;
  margin: 0px 12px 0px 0px;
  font-family: arial;
  color: #cccccc;
  font-size: 11px;
  margin-top: 12px;
}
.links {
  position: absolute;
  right: 25px; bottom: 7px;
  width: 200px; height: 25px;
}
.links a {  
    height: 25px; width: 25px;
    margin: 0px 5px 0px 0px;
}


a#facebook {
  float: left;
  background: url("images/facebook.png") no-repeat 0 0;
  display: inline;
}
a#twitter {
  float: left;
  background: url("images/twitter.png") no-repeat 0 0;
  display: inline;
}
a#youtube {
  float: left;
  background: url("images/youtube.png") no-repeat 0 0;
  display: inline;
}
a#vimeo {
  float: left;
  background: url("images/vimeo.png") no-repeat 0 0;
  margin: 0px;
  display: inline;
}



