/* ***EVERYTHING*** */

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
	background: #3B3712 url(images/pagebg.jpg) repeat-x;
}

.borderit img
{
	border: 0px;
}

.borderit:hover img
{
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #3B3712;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #3B3712;
}

.borderit:hover
{
	color: red; /* irrelevant definition to overcome IE bug */
}

a
{
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	text-decoration:none;
}

.footertext
{
	margin: 15px 0px 15px 0px;
	color: #BBBBBB;
	text-align: center;
}


.footlink
{
	font-size: 12px;
	color: #BBBBBB;
	text-decoration: underline;
}

hr
{
	color: #3B3712;
	background-color: #3B3712;
	width: 150px;
	height: 3px;
	border: 0;
	text-align: center;
}

#header
{
	width: 100%;
	height: 75px;
	background: #298812 url(images/navbg.jpg) repeat-x;
	position: relative;
	z-index: 100;
}

  /* *** Float containers fix: *** */ 

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

  /* *** Hides from IE-mac *** */

html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}










/* ***INDEX ONLY*** */

.content
{
	margin: 40px 25px 10px 25px;
}

.contentimg
{
	margin: 25px 25px 25px 25px;
}

.contenttitle
{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

.newslink
{
	font-size: 12px;
	font-style: italic;
	text-align: left;
	color: #BBBBBB;
	text-decoration: underline;
}

.socimgtwt
{
	margin: 25px 46px 25px 94px;
	text-align: left;
}

.socimgfb
{
	margin: 25px 94px 25px 46px;
	text-align: right;
}

#pagewidth
{
	width: 1000px;
	height: 750px;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background: #298812;
}

#maincol
{
	width: 750px;
	height: 300px;
	background: #298812;
	float: left;
	display: inline;
	position: relative;
	z-index: 100;
}

#footer
{
	width: 800px;
	height:78px; 
	background: #298812 url(images/footerbg.jpg) repeat-x;
	position: absolute;
	margin: 446px 0px 0px 100px;
	z-index: 100;
}

#ads
{
	width: 250px;
	height: 450px;
	background: #298812 url(images/adsbg.jpg) repeat-y;
	float: right;
	display: inline;
	position: relative;
	z-index: 100;
}

#social
{
	width: 750px;
	height: 150px;
	background: #298812 url(images/socialbg.jpg) repeat-x;
	float: left;
	position: absolute;
	margin: 293px 0px 0px 0px;
	z-index: 75;
} 

#slideshow
{
	width: 100%;
	height: 225px;
	background: #298812;
	position: relative;
	z-index: 100;
}

  /* ***SLIDESHOW*** */
#banners
{
	width:996px;
	height:225px;
	border:2px solid #3B3712;
	position:relative;
}

#banners div
{
	width:100%;
	height:198px;
	display:none;
        margin:0px;
	position:relative;

}

#banners #banner1
{
	display: block;
	position: relative;
}

#banners ul
{
	width: auto;
	height: 25px;
	background: #3B3712;
	position: relative;
	margin: 0px;
	align: center;
}

#banners ul li
{
	display: inline;
	width: 10px;
	position: relative;
}










/* ***NOMZ ONLY*** */

.nomzimgleft
{
	display: inline;
	position: relative;
	margin: 25px 25px 25px 50px;
	z-index: 100;
}

.nomzimgcenter
{
	display: inline;
	position: relative;
	margin: 25px 25px 25px 25px;
	z-index: 100;
}

.nomzimgright
{
	display: inline;
	position: relative;
	margin: 25px 50px 25px 25px;
	z-index: 100;
}

#pagewidthnomz
{
	width: 1000px;
	height: 1700px;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background: #298812;
	background-image: url(images/gcsteve300x300.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footernomz
{
	width: 800px;
	height:78px; 
	background: #298812 url(images/footerbg.jpg) repeat-x;
	position: absolute;
	margin: 1614px 0px 0px 100px;
}









/* ***NOMZ PAGES ONLY*** */

#pagewidthnomzpage
{
	width: 1000px;
	height: 750px;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background: #298812;
	background-image: url(images/gcsteve300x300.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#display
{
	width: 400px;
	height: 400px;
	background: #298812;
	float: left;
	position: relative;
	margin: 25px 0px 0px 50px;
	z-index: 100;
}

#cart
{
	border-style: solid;
	border-color: #3B3712;
	width: 400px;
	height: 360px;
	background: #FFFFFF;
	float: right;
	position: relative;
	margin: 82px 50px 0px 0px;
	z-index: 100;
}

#shipping
{
	border-style: solid;
	border-color: #3B3712;
	width: 400px;
	height: 100px;
	background: #FFFFFF;
	position: absolute;
	float: left;
	margin: 450px 0px 0px 150px;
} 

#footernomzpage
{
	width: 800px;
	height:78px; 
	background: #298812 url(images/footerbg.jpg) repeat-x;
	position: absolute;
	margin: 671px 0px 0px 100px;
	z-index: 100;
}

.item
{
	margin: 5px 5px 5px 5px;
}

.shipping
{
	margin: 0px 5px 5px 5px;
	font-size: 11px;
	text-align: center;
}

a.shipinfo
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}




/* ***POP UP*** */

#popup
{
	border-style: solid;
	border-color: #298812;
	width: 350px;
	height: 340px;
	background: #FFFFFF;
	position: relative;
	margin: 25px 25px 25px 25px;
	z-index: 100;
}

#errorpopup
{
	border-style: solid;
	border-color: #FF0000;
	width: 350px;
	height: 340px;
	background: #FFFFFF;
	position: relative;
	margin: 25px 25px 25px 25px;
	z-index: 100;
}


#news
{
	border-style: solid;
	border-color: #298812;
	width: 525px;
	height: 1050px;
	background: #FFFFFF;
	position: relative;
	margin: 25px 25px 25px 25px;
	z-index: 100;
}

p.popupbox
{
	margin: 5px 25px 5px 25px;
}

p.disclaimer
{
	margin: 5px 35px 5px 35px;
	font-style: italic;
	font-size: 10px;
}

#gamenight
{
	border-style: solid;
	border-color: #298812;
	width: 675px;
	height: 1750px;
	background: #FFFFFF;
	position: relative;
	margin: 10px 10px 10px 10px;
	z-index: 100;
}


/* ***EVENTS*** */

#spread
{
	width: 500px;
	height: 450px;
	background: #298812;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

#eventtext
{
	border-style: solid;
	border-color: #3B3712;
	width: 400px;
	height: 350px;
	background: #FFFFFF;
	float: right;
	position: relative;
	margin: 100px 50px 0px 0px;
	z-index: 100;
}

#upcoming
{
	border-style: solid;
	border-color: #3B3712;
	width: 300px;
	height: 150px;
	background: #FFFFFF;
	position: absolute;
	float: left;
	margin: 450px 0px 0px 150px;
} 

#footerevents
{
	width: 800px;
	height:78px; 
	background: #298812 url(images/footerbg.jpg) repeat-x;
	position: absolute;
	margin: 672px 0px 0px 100px;
	z-index: 100;
}

#pagewidthevents
{
	width: 1000px;
	height: 750px;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background: #298812;
	background-image: url(images/gcsteve300x300.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}





/* ***ABOUT*** */


#pagewidthabout
{
	width: 1000px;
	height: 1650px;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background: #298812;
	background-image: url(images/gcsteve300x300.png);
	background-repeat: no-repeat;
	background-position: top left;
}



#aboutmain
{
	border-style: solid;
	border-color: #3B3712;
	width: 650px;
	height: 1450px;
	background: #FFFFFF;
	float: left;
	position: relative;
	margin: 25px 175px 0px 175px;
	z-index: 100;
}

#footerabout
{
	width: 800px;
	height:78px; 
	background: #298812 url(images/footerbg.jpg) repeat-x;
	position: absolute;
	margin: 1563px 0px 0px 100px;
	z-index: 100;
}

p.aboutsig
{
	margin: 5px 5px 15px 400px;
}

h1
{
	margin: 0px 0px 0px 10px;
	color: #298812;
}

h1.news
{
	margin: 0px 0px 0px 10px;
	color: #298812;
	text-align: center;
	
}

h3
{
	margin: 3px 45px 3px 45px;
	color: #298812;
	
}

h3.answer
{
	margin: 3px 45px 3px 45px;
	color: #3B3712;
	
}

p.aboutcontent
{
	margin: 15px 25px 15px 25px;
}






/* ***CONTACT*** */

#contacttext
{
	border-style: solid;
	border-color: #3B3712;
	width: 500px;
	height: 500px;
	background: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	margin: 25px 250px 0px 250px;
	z-index: 100;
}

#footercontact
{
	width: 800px;
	height:78px; 
	background: #298812 url(images/footerbg.jpg) repeat-x;
	position: absolute;
	margin: 672px 0px 0px 100px;
	z-index: 100;
}

#pagewidthcontact
{
	width: 1000px;
	height: 750px;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background: #298812;
	background-image: url(images/gcsteve300x300.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}