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

body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; background-color:#2E426B}
img {border:0px}
p {line-height:1.4em; text-align:left}
li {margin-left:-15px !important; padding-left:-15px; line-height:1.35em}
table {margin-left:12px}
h2 {color:#9C5622; font-size:1.45em; letter-spacing:.15em; margin:-10px 0 0 15px}
h3 {color:#9C5622; font-size:1.12em; letter-spacing:.13em; margin:-10px 0 0 15px}

a:link {color:#2E426B}
a:visited {color:#2E426B}
a:active {color:#2E426B}
a:hover {color:#9C5622}

.link1:link {color:#FFFFFF; text-decoration:none;}
.link1:visited {color:#FFFFFF; text-decoration:none;}
.link1:active {color:#FFFFFF; text-decoration:none;}
.link1:hover {color:#9C5622; text-decoration:underline;}

#all {width:998px; margin-left:auto; margin-right:auto;}
#main { background-color:#FFFFFF; margin-top:0px; *margin-top:-3px; _margin-top:-3px; height:auto}
#cups {background-image:url(../images/home_cups.jpg); background-repeat:no-repeat; margin-left:30px; height:200px; margin-top:0px; padding:0 70px 0 10px; color:#FFFFFF}
#coins {background-image:url(../images/home_coins.jpg); background-repeat:no-repeat; margin-left:30px; height:200px; margin-top:0px; padding:0 70px 0 10px; color:#FFFFFF}
#apparel {background-image:url(../images/home_apparel.jpg); background-repeat:no-repeat; margin-left:30px; height:200px; margin-top:0px; padding:0 70px 0 10px; color:#FFFFFF}
#promo {background-image:url(../images/home_promo.jpg); background-repeat:no-repeat; margin-left:30px; height:200px; margin-top:0px; padding:0 10px 0 10px; color:#FFFFFF}

.img_lt {float:left; padding: 5px 10px 20px 10px}
.img_lt1 {float:left; padding: 5px 10px 45px 10px}
.img_rt {float:right; padding: 5px 10px 5px 10px}
.footer {text-align:center; font-size:0.9em; letter-spacing:0.1em; color:#FFFFFF; position:relative; top:-90px}

.box_grey {width:250px; background-color:#D1D1D1; float:left; margin-left:12px !important; margin-left:6px}
.liner_brown {width:235px; color:#FFFFFF; padding:6px 0 6px 15px; background-color:#9C5622; font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:1.4em; margin-left:0px; letter-spacing:0.15em}
.padding10 {padding:10px}

#rollover ul, #rollover li {list-style-type: none; line-height:1.7em}
#rollover li a {background-image: url(../images/arrow.gif); background-repeat: no-repeat; padding-left:45px; color:#000; text-decoration:none}
#rollover li a:hover {background-image: url(../images/arrow_hover.gif); background-repeat: no-repeat; padding-left:45p; color:#9C5622; text-decoration:underline}

.header_white {font-size:1.12em; font-weight:bold; color:#FFFFFF; padding:5px 0 0 10px}
.header_free {font-size:1.3em; font-weight:bold; color:#9C5622; text-decoration:underline}

.discount {color: #9C5622; font-weight: bold}

.box_text {width:500px}

.table { }

/*lightbox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../html/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../html/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}