  @font-face {
    font-family: PaletteDCE;
    font-style:  normal;
    font-weight: 700;
    src: url(fonts/PALETTE0.eot);
   src: local("PaletteDCE"), url(fonts/PaletteDCE.ttf ) format("truetype"); 
   

  }
  @font-face {
    font-family: Pristina;
    font-style:  normal;
    font-weight: 650;
    src: url(fonts/PRISTIN0.eot);
	src: local("Pristina"), url(fonts/PRISTINA.ttf ) format("truetype"); /* non-IE */ 
  }
  body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: chicago3.jpg
}
.style1 {
	color: #b2aea9;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none;
	font-weight:normal
}
.style2 {
	color: #fad5d9;
	font-size: 10px;
	font-family: tahoma;
}
.style3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFE42F;
	font-size: 16px;
	font-family: tahoma;
}
.style6 {
	color: #FFE42F;
	font-size: 10px;
	font-family: tahoma;
}
.style7 {
	color: #000000;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style8 {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style9 {
	color: #333333;
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style10 {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:none
}
.style11 {
	color: #FF0000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
	}
.style12 {
	color: #FF0000;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
	}
.style13 {
	color: #FF0000;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.style14 {
	color: #FF0000;
	font-size: 22px;
	font-family: tahoma;
	text-decoration:none
}
.style15 {
 color: #999999;
 font-size:20px;
 font-family: tahoma;
 text-decoration:none;
}
#price {
    	color: #FF0000;
	font-size: 20px;
	font-family: tahoma;
	text-decoration:none;
	border: 0px solid #000000;
}
#fname {
font-size: 45px; 
color: red;
font-family: PaletteDCE;
text-decoration:none;
border: 0px solid #000000;
BACKGROUND-COLOR: transparent;
text-align:center;
height:60;
}
#nname {
font-size: 33px; 
color: black;
font-family: Pristina;
text-decoration:none;
border: 0px solid #000000;
BACKGROUND-COLOR: transparent;
text-align:center;
height:35;
font-weight: BOLD;
}
#bmonth {
font-size: 26px; 
color: black;
font-family: Pristina;
text-decoration:none;
border: 0px solid #000000;
BACKGROUND-COLOR: transparent;
text-align:center;
font-weight: BOLD;
height:30;
}
#mstatus {
font-size: 26px; 
color: black;
font-family: Pristina;
text-decoration:none;
border: 0px solid #000000;
BACKGROUND-COLOR: transparent;
text-align:center;
font-weight: BOLD;
text-valign:top;
}

img, div { behavior: url(iepngfix.htc) }

.drag {border: 1px solid black; background-color: rgb(240, 240, 240); position: relative; padding: 0.5em; margin: 0 0 0.5em 1.5em; cursor: move;}
#content { 
background-image:url(styles/5250_HANES_MENS_WHITE.png); 
width:50px; 
background-repeat:repeat-x; 
padding:0; 
vertical-align:top; 

}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: -500px; /*position where enlarged image should offset horizontally */

}
