@charset "utf-8";
/* CSS Document */

BODY {padding:0px; margin:0px; font-family:Georgia, "Times New Roman", Times, serif; color:#666; font-size:12px;}
a {text-decoration:none; color:#fd4b99; padding-bottom:2px;}
a:hover {color:#666666!important;}
a.on {border-bottom:1px dotted #000;}
a.dark {color:#000!important;}
span.dark {color:#000!important;}
#nav a:hover {}
#nav a {color:#666; margin-left:8px;}
#nav a#top {color:#666; margin-left:9px!important;}
#content a {font-weight:normal; text-align:justify;}
#content a:hover {color:#000;}


span.title {font-size:12.5px; text-transform:uppercase; padding-bottom:8px; color:#333333;}
span.title_submit {font-size:14px; text-transform:uppercase; color:#fd4b99; padding-top:8px;}
span.large {font-size:15px;}

#logo {
	position:absolute;
	width:290px;
	height:115px;
	background-image:url(images/LOGO.png);
	z-index:6;
	margin-top:20px;
	margin-left:20px;
}



#head {z-index:8; position:absolute;  width:100%; height:80px;}
#nav { z-index:8; text-transform:uppercase; padding-top:75px; width:420px; float:right; }
#nav p {line-height:20px; z-index:8;}
#nav p a {z-index:8;}
#nav img {margin-bottom:-2px;padding-bottom:2px;}



#content p{ margin-bottom:5px;}
#content_2 p{ margin-bottom:5px;}

#content {
	z-index:6;
	position:absolute;
	width:393px;
	top:155px;
	left:82px;
	text-align:justify;
	line-height:16px;
	height: 59px;
}

#content_2 {
	z-index:6;
	position:absolute;
	width:330px;
	top:155px;
	left:82px;
	text-align:justify;
	line-height:16px;
	height: 59px;
}

#content_big {
	z-index:6;
	position:absolute;
	width:1000px;
	height:600px;
	top:156px;
	left:69px;
	text-align:justify;
	line-height:19px;
}

#content_vid {
	z-index:6;
	position:absolute;
	width:600px;
	height:600px;
	top:156px;
	left:30%;
	text-align:justify;
	line-height:19px;
	
	}
	
	#content_stock {
	z-index:6;
	position:absolute;
	width:800px;
	height:800px;
	top:156px;
	left:32px;
	text-align:justify;
	line-height:19px;
	
	}

#collection{z-index:6; position:absolute; width:100%; top:80px; left:180px;}
#archivelinks {z-index:6; position:absolute; width:100%; top:150px; left:86px;}
#archivelink {float:left; margin-right:5px;}
#archivelinks .last {margin-right:0px;}
#archivelink img {margin-bottom:8px;}


#fadeshow2 {background-color:#fff;}
#fadeshow2toggler {}
#fadeshow2toggler a{color:#019330;}
#fadeshow2toggler a:hover{color:#21d162;}

label{width: 200px;}


		*{
			margin:0;
			padding:0;
		}
		
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#fff;
		}
		/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img {
			height:100%;
			width:100%;
			position:absolute;
			
			z-index: -1;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}

