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

body {
	background-color:#771919;
}


p {
	color:#e8ddb6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
}


a:link, a:visited, a:active {
	color:#e8ddb6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:none;
}

a:hover {
	color:#ccc095;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:underline;
}

#header {
	height:336px;
	background-image:url("images/header_bg.jpg");
	background-repeat:repeat-x;
	margin-left:-10px;
	margin-right:-8px;
	margin-top:-8px;
}

#bottle {
	width:254px;
	height:325px;
	background-image:url("images/apparition_poison.png");
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
	position:absolute;
}


#apparition {
	width:525px;
	height:138px;
	background-image:url("images/apparition_title.png");
	background-repeat:no-repeat;
	float:left;
	margin-top:55px;
	margin-left:240px;
	position:absolute;
}


#arrow {
	width:104px;
	height:170px;
 	float:right;
  	margin-top:43px;
  	margin-right:50px;
}

#navigation {
	width:406px;
	height:22px;
	float:right;
	margin-top:225px;
	margin-left:580px;
	position:absolute;
}

#content {
	height:460px;
}

#featured_productsheader {
	height:126px;
	background-image:url("images/featured_bg.jpg");
	background-repeat:repeat-x;
	margin-left:-10px;
	margin-right:-8px;
	padding-top:37px;
}


#featured_title {
	height:52px;
	width:509px;
	background-image:url("images/featuredproducts.png");
	background-repeat:no-repeat;
	margin:auto;
}

#featured_content {
	width:725px;
	margin:auto;
	margin-top:-30px;
}

#email_signup {
	float:right;
	position:absolute;
	margin-left:780px;
	height:50px;
	width:175px;
}

#email {
	font-size:7pt; 
	border-width:0px;
	color:#771919;
	margin:0px;
	height:13px;
	width:150px;
	margin-top:5px;
}






/*------------------------------------ */
/*----------VIEW SHIRTS HOVER--------- */
/*------------------------------------ */
#viewarrow {
  display: block;
  width:104px;
  height:170px;
  background: url("images/view_shirts.png") no-repeat 0 0;
}

#viewarrow:hover { 
  display: block;
  width:104px;
  height:170px;
  background: url("images/view_shirts2.png") no-repeat 0 0;
  cursor:default;
}


#hover span {
  display: none;
}






/*------------------------------------ */
/*--------------NEWS HOVER------------ */
/*------------------------------------ */
#news {
  display: block;
  width:38px;
  height:22px;
  background: url("images/news.png") no-repeat 0 0;
}

#news:hover { 
  display: block;
  width:38px;
  height:22px;
  background: url("images/hover/news.png") no-repeat 0 0;
  cursor:default;
}






/*------------------------------------ */
/*--------------STORE HOVER----------- */
/*------------------------------------ */
#store {
  display: block;
  width:36px;
  height:22px;
  background: url("images/store.png") no-repeat 0 0;
}

#store:hover { 
  display: block;
  width:36px;
  height:22px;
  background: url("images/hover/store.png") no-repeat 0 0;
  cursor:default;
}





/*------------------------------------ */
/*--------------BANDS HOVER----------- */
/*------------------------------------ */
#bands {
  display: block;
  width:39px;
  height:22px;
  background: url("images/bands.png") no-repeat 0 0;
}

#bands:hover { 
  display: block;
  width:39px;
  height:22px;
  background: url("images/hover/bands.png") no-repeat 0 0;
  cursor:default;
}





/*------------------------------------ */
/*--------------ABOUT HOVER----------- */
/*------------------------------------ */
#about {
  display: block;
  width:38px;
  height:22px;
  background: url("images/about.png") no-repeat 0 0;
}

#about:hover { 
  display: block;
  width:38px;
  height:22px;
  background: url("images/hover/about.png") no-repeat 0 0;
  cursor:default;
}





/*------------------------------------ */
/*--------------PRESS HOVER----------- */
/*------------------------------------ */
#press {
  display: block;
  width:35px;
  height:22px;
  background: url("images/press.png") no-repeat 0 0;
}

#press:hover { 
  display: block;
  width:35px;
  height:22px;
  background: url("images/hover/press.png") no-repeat 0 0;
  cursor:default;
}





/*------------------------------------ */
/*--------------PROMOTE HOVER--------- */
/*------------------------------------ */
#promote {
  display: block;
  width:49px;
  height:22px;
  background: url("images/promote.png") no-repeat 0 0;
}

#promote:hover { 
  display: block;
  width:49px;
  height:22px;
  background: url("images/hover/promote.png") no-repeat 0 0;
  cursor:default;
}





/*------------------------------------ */
/*--------------CONTACT HOVER----------- */
/*------------------------------------ */
#contact {
  display: block;
  width:47px;
  height:22px;
  background: url("images/contact.png") no-repeat 0 0;
}

#contact:hover { 
  display: block;
  width:47px;
  height:22px;
  background: url("images/hover/contact.png") no-repeat 0 0;
  cursor:default;
}
