﻿/********************************************/
/*         Written by: Lars Astrom          */
/*         2007 - A3 IT Solutions           */
/********************************************/

body, html{
  width:100%;
  text-align:center; 
  margin:15px 0 0 0;
}

#container{
  position:relative;
  top:0px;
  left:0px;
  width:952px;
  height:675px;
  margin:0 auto 0 auto;
  text-align:left;
  background:url(/images/home/background.jpg) no-repeat;
}

#music{
  width:100px;
  float:left; 
}

#utilityNav{
  width:200px;
  float:right;
  text-align:right;
} 

#logo{
  position:absolute;
  top:46px;
  left:47px;
  z-index:100;
  height:1px;
}

#navigation{
  position:absolute;
  top:254px;
  left:110px;
  width:238px;
  height:284px;
  overflow:hidden;
  background:url(/images/home/nav/background.gif) no-repeat 0px 0px; 
  z-index:1;
}

#email{
  position:absolute;
  top:530px;
  left:110px;
}

#giftcards{
  position:absolute;
  top:105px;
  left:578px;
}

#menu{
  position:absolute;
  top:310px;
  left:555px;
}

/* Link Styles */
#utilityNav a:link, #utilityNav a:visited, #utilityNav a:active{
  font-family:Times New Roman, Serif;
  font-size:11px;
  font-weight:bold;
  color:#000000; 
  text-decoration:none;
}

#utilityNav a:hover{
  text-decoration:none;
}