#footer {
   position:absolute;
   z-index:1;
   left: 0px;
   bottom:0;
   width:100%;
   padding:0px;
   height:300px;   /* Height of the footer */
   background-image:url(images/background_bottomGradient.jpg);
   background-repeat:repeat;
}



#backgroundTexture {
	position:absolute;	
	width:100%;
	height: 100%;
	padding:0px;
	top:0px;
	left:0px;
	background-image:url(images/background_texture.png);
	background-repeat:repeat;
	z-index:2;
}

body {
	text-align:center;
	background-color: #ff6d00;
	margin-top:0px;
}


h1{
font-size:48px;
font-family:Tahoma, Arial;
}

#pageBackground {
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	left: -185px;
	padding:0em;
	width: 1186px;
	height: 680px;
	text-align:left;
	vertical-align: middle;
	background-image:url(images/backgroundImage.jpg);
	background-repeat:no-repeat;
	z-index: 9;
}

#flashContent {
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	left: -395px;
	top: -40px;
	width: 115px;
	height: 30px;
	vertical-align: middle;
	z-index: 20;
}


#pageContent {
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	left: 295px;
	top: 180px;
	padding:0em;
	width: 526px;
	height: 470px;
	text-align:left;
	vertical-align: middle;
	z-index: 9;
}

#pageLinks {
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	left: -95px;
	top: -300px;
	padding:0em;
	width: 240px;
	height: 310px;
	text-align:left;
	vertical-align: middle;
	z-index: 9;
}

#bottomTextContent {
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	left: 200px;
	top: -140px;
	padding:0em;
	width: 800px;
	height: 30px;
	text-align:left;
	z-index: 9;
}
.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.headerText {
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size:30px;
	font-weight:bold;
	color:#69310f;
	vertical-align:middle;
	left: 900px;
	top: 183px;
	padding:0em;
	width: 100px;
	height: 80px;
	text-align:left;
	vertical-align: middle;
	z-index: 13;
}



.pageLinkStyle A:link {
	text-decoration: none;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color:#3a1b08;
	vertical-align:middle;
}
.pageLinkStyle A:visited {
	text-decoration: none;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color:#3a1b08;
	vertical-align:middle;
}
.pageLinkStyle A:active {text-decoration: none}

.pageLinkStyle A:hover {
	text-decoration: none;
	color: red;
	color:#fa6d06;
}
.bigHomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#472008; 
}

.bodyText A:link{
	color:#fa6d06;
}
.bodyText A:visited {
	color:#fa6d06;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#472008;
}
.menuRowAlt{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#472008;
	background-color:#e3cfa3;
}
.menuRowHead{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	background-color:#69310F;
}

.menuTable{
	border: solid 1px #69310F;
}

.menuTabHighlighted {
	text-decoration: none;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
}
.menuTabs A:link {
	text-decoration:underline;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color:#3a1b08;
	vertical-align:middle;
}
.menuTabs A:visited {
	text-decoration:underline;
	font-family:Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	color:#3a1b08;
	vertical-align:middle;
}
.menuTabs A:active {text-decoration:underline;}

.menuTabs A:hover {
	text-decoration:underline;
	color: red;
	color:#fa6d06;
}

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
#downloadMenu {
	float:right;
	font-family: Tahoma, Arial;
	font-size:10px;
	color:#69310f;
	padding-top:5px;
}
#downloadMenu a {
	color:#69310f;
}

#webcam a {
	color:#69310f;
	text-decoration:none;
}
#webcam a:hover {
	color:#fa6d06;
}
#storeLeft, #storeRight {
	margin-top:5px;
}
#storeLeft {
	width:225px;
	float:left;
}
#storeRight {
	width:225px;
	float:left;
	margin-left:20px;
}

#payPalForm {
	width:200px;
	margin:10px auto;
	text-align:center;
}
#shirtO, #shirtB {
	display:block;
	height:269px;
	width:225px;
}
#shirtO {
	background-image:url(images/shirt-orange.jpg);
}
#shirtB {
	background-image:url(images/shirt-blue.jpg);
}
#shirtO:hover {
	background:url(images/shirt-orange.jpg) no-repeat 0 -269px;
}
#shirtB:hover {
	background:url(images/shirt-blue.jpg) no-repeat 0 -269px;
}

#left-corner {
    position: fixed; 
    cursor: pointer; 
    top: 0px; 
    left: 0px; 
    z-index: 99999; 
}
