/* CSS Document */

a  {
   text-decoration: none;
   color: #000000;
}

a ins  {
   text-decoration: none;
}

html, body  {
   margin: 0px;
   background-color: #666666;
}

#navbackground  {
	position: absolute;
	z-index: 1;
	width: 850px;
	height: 29px;
	background-image: url(../assets/nav/navbackground.jpg);
}

#contactbutton  {
   position: absolute;
   left: 675px;
   z-index: 6;
   width: 80px;
   height: 29px;
}

#contactbutton a  {
   background: url(../assets/nav/contactbutton.gif) no-repeat;
   display: block;
   width: 80px;
   height: 29px;
   background-position: 0% 0px;
}

#contactbutton a:hover  {
   background-position: -80px 0%;
}

#mediabutton  {
   position: absolute;
   left: 601px;
   z-index: 15;
   width: 74px;
   height: 29px;
}

#mediabutton a  {
   background: url(../assets/nav/mediabutton.gif) no-repeat;
   display: block;
   width: 74px;
   height: 29px;
   background-position: 0% 0px;
}

#mediabutton a:hover  {
   background-position: -74px 0%;
}

#gallerybutton  {
   position: absolute;
   left: 520px;
   z-index: 24;
   width: 82px;
   height: 29px;
}

#gallerybutton a  {
   background: url(../assets/nav/gallerybutton.gif) no-repeat;
   display: block;
   width: 82px;
   height: 29px;
   background-position: 0% 0px;
}

#gallerybutton a:hover  {
   background-position: -82px 0%;
}

#colmanagebutton  {
   position: absolute;
   left: 365px;
   z-index: 33;
   width: 156px;
   height: 29px;
}

#colmanagebutton a  {
   background: url(../assets/nav/colmanagebutton.gif) no-repeat;
   display: block;
   width: 156px;
   height: 29px;
   background-position: 0% 0px;
}

#colmanagebutton a:hover  {
   background-position: -156px 0%;
}

#digitalbutton  {
   position: absolute;
   left: 281px;
   z-index: 42;
   width: 85px;
   height: 29px;
}

#digitalbutton a  {
   background: url(../assets/nav/digitalbutton.gif) no-repeat;
   display: block;
   width: 85px;
   height: 29px;
   background-position: 0% 0px;
}

#digitalbutton a:hover  {
   background-position: -85px 0%;
}

#advertisingbutton  {
   position: absolute;
   left: 176px;
   z-index: 51;
   width: 106px;
   height: 29px;
}

#advertisingbutton a  {
   background: url(../assets/nav/advertisingbutton.gif) no-repeat;
   display: block;
   width: 106px;
   height: 29px;
   background-position: 0% 0px;
}

#advertisingbutton a:hover  {
   background-position: -106px 0%;
}

#homebutton  {
   position: absolute;
   left: 101px;
   z-index: 60;
   width: 74px;
   height: 29px;
}

#homebutton a  {
   background: url(../assets/nav/homebutton.gif) no-repeat;
   display: block;
   width: 74px;
   height: 29px;
   background-position: 0% 0px;
}

#homebutton a:hover  {
   background-position: -74px 0%;
}

#nav  {
   margin: 0px auto 0px auto;
   width: 850px;
   position: relative;
}
