

body {
	background:#754D24;
	margin-bottom: 100px;
}

a {
	border:none;
	color:#FFFFFF;
	text-decoration: none;
	}
	
img {
	border: none;
	}

#main {
	position:relative;
	_left: 50%;
	_margin-left: -512px;
	margin-left:auto;
	margin-right: auto;
	width: 1024px;
	
		
}

img.title {
	position: absolute;
	top: 190px;
	left:65px;



}

div.mainadshads {
	position: absolute;
	width: 500px;
	top: 325px;
	left: 530px;
	}
	
div.mainads {
	position: absolute;
	top: 332px;
	left: 537px;
	
	}
	
div.mainads img {
	width: 200px;
	height: 200px;


}
	
div.mainads img.ad2 	{
	position: relative;
	left: 27px;
	
	}
	
div.mainads img.ad4 	{
	position: relative;
	left: 27px;
	top: 27px;
	}

div.mainads img.ad3 	{
	position: relative;
	top: 27px;
	
	}
	
div.mainadshads img.shad2 	{
	position: relative;
	left: 15px;
	
	}
	
div.mainadshads img.shad4 	{
	position: relative;
	left: 15px;
	top: 15px;
	}

div.mainadshads img.shad3 	{
	position: relative;
	top: 15px;
	
	}
	
.nav1 {
	position:absolute;
	top: 340px;
	left: 30px;
	}
	
li.mainbutton {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width: 400px;
	height: 100px;
	background: url(../images/buttons/main/bigbutton.png) no-repeat;
	list-style:none;
	text-align:center;
	cursor: pointer;
	
	
	
	}
	
li.mainbutton:hover {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width: 400px;
	height: 100px;
	background: url(../images/buttons/main/bigbutton_on.png) no-repeat;
	list-style:none;
	text-align:center;
	cursor: pointer;
	
	
	}
	
li.mainbutton span {
	position:relative;
	top: 17px;
	}
	
#wrapper {
	position:absolute;
	top: 330px;
	left: 60px;
	width: 400px;
	}
 
.accordionButton {	
	position: relative;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width: 400px;
	height: 100px;
	float: left;
	background: url(../images/buttons/main/bigbutton.png) no-repeat;
	cursor: pointer;
	text-align:center;
	z-index: 2000;
	}
 
.accordionContent {	
	position: relative;
	margin-top: -60px;
	margin-left: 100px;
	width: 200px;
	float: left;
	background: #0F4C87;
	display: none;
	z-index: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;   
	padding-top: 5px;
	padding-bottom: 20px;
	text-align:center;
	
	}
	
.accordionButton.over {
	background: url(../images/buttons/main/bigbutton_on.png) no-repeat;
	}
	
#wrapper span {
	position:relative;
	top: 17px;
	padding-bottom: 10px;
	}
	
li {
	list-style: none;
	}

#wrapper li {
	list-style: none;
	text-decoration:underline;
	}
	
.maintag {
	position: relative;
	top: -25px;
	padding-left: 50px;
	
	
	
	}
	
#updates {

	position: absolute;
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image: url(../images/transparent.png);
	background-color:#FFFFFF;
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:350px;		
	
	/* some padding to layout nested elements nicely  */
	margin-bottom: 30px;

	/* a little styling */	
	font-size:12px;
	z-index: 10001;



}

#close {
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:36px;
	width: 36px;
	z-index: 20000;
}

#topleft {
	position:absolute;
	top:-20px;
	left:-20px;
	z-index:10;
	}

#topright {
	position:absolute;
	top:-20px;
	right:-20px;
	z-index:10;
	}	
	
#bottomright {
	position:absolute;
	bottom:-20px;
	right:-20px;
	z-index:10;
	}
	
#bottomleft {
	position:absolute;
	bottom:-20px;
	left:-19px;
	z-index:10;
	}	

#top {
	position:absolute;
	top: -20px;
	background: url(http://staging.nwapenguins.com/storage/images/shadow/top.png) repeat-x;
	height:20px;
	width:100%;
	z-index:9;
	}
	
#bottom {
	position:absolute;
	bottom: -20px;
	background: url(http://staging.nwapenguins.com/storage/images/shadow/bottom.png) repeat-x;
	height:20px;
	width:100%;
	z-index:9;
	}
	
#left {
	position:absolute;
	left: -20px;
	background: url(http://staging.nwapenguins.com/storage/images/shadow/left.png) repeat-y;
	height:100%;
	width:20px;
	z-index:9;
	}

#right {
	position:absolute;
	right: -20px;
	background: url(http://staging.nwapenguins.com/storage/images/shadow/right.png) repeat-y;
	height: 100%;
	width:20px;
	z-index:9;
	}
	
#trig {
	_float:left;
	cursor: pointer;
	display:inline;
	min-height: 1px;
	}
	

	
label {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.littlenav a {
	color: #754D24;
	}
	
.checkbox {
	padding: 10px;

}
	
.input {
  margin: 5px 0;
  background: white;
  float: left;
  clear: both;
}

.otherinput {
  margin: 5px 0;
  font-family:Arial, Helvetica, sans-serif;
  float: left;
  clear: both;
  font-weight: bold;
}

.input span {
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #999;
  font-family:Arial, Helvetica, sans-serif;
}
.input input, .input textarea, .input select {
  position: relative;
  margin: 0;
  border-width: 1px;
  padding: 6px;
  background: transparent;
  font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}

#hometrig {
	cursor: pointer;
	}


