/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  March 5, 2009, 9:23 pm with psd2css Online version 1.32
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer 'my_bodybg' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(Layer-16.png);
}

/* You named this layer bg_center */
#Layer-1 {
  position: absolute;
  margin-left: -398px;
  left: 50%;
  top: +8px;
  width: 796px;
  height: 666px;
  z-index: 1;
}

/* You named this layer leftfoot_text */
#Layer-2 {
  position: absolute;
  left: 31px;
  top: 616px;
  width: 341px;
  height: 19px;
  z-index: 2;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
	/* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}

/* You named this layer rightfoot_text */
#Layer-3 {
	position: absolute;
	left: 424px;
	top: 618px;
	width: 341px;
	height: 19px;
	z-index: 3;
	/* Here are some suggestions for this area's text settings */
 text-align: right;
	/* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}

/* You named this layer New Main Graphic */
#Layer-4 {
  position: absolute;
  left: 18px;
  top: 93px;
  width: 760px;
  height: 350px;
  z-index: 4;
}

/* You named this layer header */
#Layer-5 {
  position: absolute;
  left: 531px;
  top: 63px;
  width: 205px;
  height: 367px;
  z-index: 5;
}

/* You named this layer whtemailbg */
#Layer-6 {
  position: absolute;
  left: 527px;
  top: 428px;
  width: 250px;
  height: 178px;
  z-index: 6;
}

/* You named this layer Submit */
#Layer-7 {
  position: absolute;
  left: 133px;
  top: 131px;
  width: 85px;
  height: 30px;
  z-index: 7;
}

/* You named this layer namefiled */
#Layer-8 {
  position: absolute;
  left: 18px;
  top: 55px;
  width: 197px;
  height: 19px;
  z-index: 8;
}

/* You named this layer Name */
#Layer-9 {
  position: absolute;
  left: 18px;
  top: 38px;
  width: 32px;
  height: 10px;
  z-index: 9;
}

/* You named this layer emailfield */
#Layer-10 {
  position: absolute;
  left: 18px;
  top: 101px;
  width: 197px;
  height: 19px;
  z-index: 10;
}

/* You named this layer E-mail */
#Layer-11 {
  position: absolute;
  left: 18px;
  top: 84px;
  width: 34px;
  height: 10px;
  z-index: 11;
}

/* You named this layer E-mail Sign-up */
#Layer-12 {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 121px;
  height: 18px;
  z-index: 12;
}

/* You named this layer BottomCell_MostPop */
#Layer-13 {
  position: absolute;
  left: 275px;
  top: 428px;
  width: 250px;
  height: 178px;
  z-index: 13;
}

/* You named this layer BottomCell_NewProd */
#Layer-14 {
  position: absolute;
  left: 22px;
  top: 428px;
  width: 251px;
  height: 178px;
  z-index: 14;
}

/* You named this layer navbar_text */
#Layer-15 {
	position: absolute;
	left: 36px;
	top: 73px;
	width: auto;
	height: 24px;
	z-index: 15;
	/* Here are some suggestions for this area's text settings */
  text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0080FF;
	font-weight: bold;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; }
a:link {
	color: #0080FF;
	text-decoration:none
}
a:visited {
	color: #0080FF;
	text-decoration:none
}
a:hover {
	color: #6FB7FF;
	text-decoration:none

  /* text-decoration: underline; */
  /* font-weight: bold; */
}
