/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BG-main.gif);
	background-repeat:repeat-x;
	position:relative;
	height:100%;
	z-index:0;
}
a:link {
	color: #CC3300;
	font-weight: bold;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #003366;
}
a:active {
	color: #993300;
}
.style1 {
	font-size: 10px;
	font-weight: bold;
}
.style5 {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.style7 {color: #FFFFFF; font-weight: bold; font-size: 10px; }
.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style9 {
	color: #FF5520;
	font-size: 14px;
}
.skyangeltext {
	text-align: left;
}


/* Left Nav */

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	border: none;
	font-size: 12px;
}

#leftnav li {list-style-type: none; margin: 0 0 0 0px;}

#leftnav li a {
	display: block;
	margin: 2px;
	margin-top:6px;
	padding-left: 5px;
	padding-top:3px;
	color: #777777;
	font-weight:bold;
	text-decoration: none;
	border-left: 6px solid #BA592C;
}
html>body #leftnav li a {
	width: auto;
}
#leftnav li a:visited {
	border-left: 6px solid #BA592C;
	color: #777777;
}
#leftnav li a:hover {
	border-left: 6px solid #ff561f;
	background-color: #EEEEEE;
	color: #BA592C;
}

.t-shirt-block {
	position:relative;
}
.t-shirt {
	cursor:pointer;
}
.popcontainer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.popup-tshirt {
	position:fixed;
	left:-5000px;
	top:30px;
	background-color:#FFF;
	border:5px solid #000;
	padding:10px;
	text-align:center;
	width:620px;
	height:630px;
	z-index:2000;
}
	
	

