body {
	font: bold 24px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	margin: 0;
	padding: 0;
	background-color: #eee;
	height: 100%;
}

html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

#test{
	z-index: 9999;
}

#flashcontent {
  height: 100%;
}

.flashObj {
  z-index:0;
}

#content{
	min-height: 454px;
}



a {
	outline: none;
	color: #111;
}

a img {
	outline: none;
}

a:link {

	text-decoration: none;
}

a:visited {

	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

a:active {

	text-decoration: none;
}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

#logo{
	position: absolute;
	top: 24px;
	left: 29px;
	z-index: 24;
}

#textTest{
	background-image: url(../img/grey-grad.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 74px;
	padding-left: 29px;
	padding-bottom: 10px;
	width: 230px;
	font-size: 12px;
	line-height: 14px;
	z-index: 1;
}

#errorPage{
	/*background-image: url(../img/grey-grad.png);*/
	/*background-repeat: no-repeat;*/
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 74px;
	padding-left: 29px;
	padding-bottom: 10px;
	width: 230px;
	font-size: 12px;
	line-height: 14px;
	z-index: 1;
}


#profileText{
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 74px;
	padding-left: 29px;
	padding-bottom: 10px;
	width: 230px;
	font-size: 12px;
	line-height: 14px;
	z-index: 1;
}

#textHolder{
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 124px;
	padding-left: 29px;
	color: #666;
	width: 220px;
	font-size: 12px;
	line-height: 14px;
	z-index: 1;
}



#content1 {
	position: fixed;
}


/*Nav Wrappers*/
#nav-wrapper {
	position: absolute;
	top: 24px;
	left: 262px;
}

#nav-wrapper2 {
	position: absolute;
	top: 24px;
	left: 505px;
}

#archive-nav-wrapper {
	position: absolute;
	top: 24px;
	left: 746px;
	width: 600px;
}

#nav-wrapper3 {
	position: absolute;
	top: 24px;
	left: 746px;
}


/*temporary padding for the shop coming soon link*/
#nav-wrapper3 li{
	padding-left: 9px;
}


/*////*/

.nav {
	font-weight: bold;
	z-index: 100;
	position: relative;
}

.nav li {
	float: left;
	margin: 0;
 	padding: 0;
 	position: relative;
	width: 215px;
	/*border: solid thin blue;*/
}


.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {

	display: block;
	padding: 0 9px;
}

.nav li a:hover {

	/*outline: none;*/
}

/*////////////////////////////////////////////*/

.nav ul {
	list-style: none;
	margin: 0;
	width: 118px;
	position: absolute;
	top: -999em;
}

.nav li ul,
.nav li ul {
	top: 24px;
	display:none;
}

#footerWrapper{
	position: relative;
	min-height: 100%;
}

#footer{
	position: absolute;
	bottom: 0;
	padding: 0 0 24px 29px;
	}

#footer a {
	outline: none;

}

#footer a:link {

}

#footer a:visited {

}

#footer a:hover {

}

#footer a:active {

}

#labelWrapper{
	position: relative;
	min-height: 100%;
}

#label{
	position: absolute;
	bottom: 0;
	padding: 0 0 124px 20px;
	color:Red;
	display:none;/*jquery will show this when it's ready*/
}

#formWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 63px;
	padding-left: 29px;
	padding-bottom: 10px;
	width: 230px;
	font-size: 12px;
	line-height: 14px;
	z-index: 1;

}

#formWrapper p {
	padding-left: 2px;
}

select {
	border: solid thin #cccccc;
}



