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

/* ------------"generic" styles */

html {
height:100%;
}

body {
background:url(../images/home_bkgrd.jpg);
background-color:#000;
margin:0 0 0 0;
padding:0 0 0 0;
height:100%;
}

a, a:hover, a:active, a:visited {
text-decoration: none;
border:none;
outline: none;
}

p {
margin:0 0 0 0;
}

img {
border:none;
}

div {
margin:0 0 0 0;
}

/* ------------header styles */
#header {
margin: 0 59px 0 59px;
padding-top: 60px;
left:-9999;
position:relative;
}

/* ------------content styles */

#container {
background:url(../images/homediv_bkgrd.png);
repeat:x-axis;
width:450px;
height:100%;
margin:0 auto 0 auto;
position:relative;
}

#content {
margin: 0 59px 60px 59px;
}

/* ------------button styles */

#syrupbutton {
  display: block;
  width: 327px;
  height: 22px;
  background: url("../images/syrup_button.png") no-repeat 0 0;
}

#syrupbutton:hover { 
  background-position: 0 -22px;
}

#syrupbutton span {
  display: none;
}

#cabinbutton {
  display: block;
  width: 327px;
  height: 21px;
  background: url("../images/cabin_button.png") no-repeat 0 0;
}

#cabinbutton:hover { 
  background-position: 0 -21px;
}

#cabinbutton span {
  display: none;
}

#bccbutton {
  display: block;
  width: 327px;
  height: 22px;
  background: url("../images/bcc_button.png") no-repeat 0 0;
}

#bccbutton:hover { 
  background-position: 0 -22px;
}

#bccbutton span {
  display: none;
}


#contactbutton {
  display: block;
  width: 327px;
  height: 15px;
  background: url(../images/footer_contact.png) no-repeat 0 0;
}

#contactbutton:hover { 
  background-position: 0 -15px;
}

#contactbutton span {
  display: none;
  position: fixed -9999;
}



/* ------------footer styles */

#footer {
margin: 0 59px 30px 59px;
padding:0 auto 0 auto;
clear:both;
}

