@charset "UTF-8";
/*----- Arctic Cat - Global Styles */
html { height:100%; }
body {
	background:#FFFFFF;
	height: 100%;
	margin:0px;
	text-align:center;
	width:100%;
	font:Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-family:Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
}
a {
	color:#4da903;
	cursor:pointer;
	text-decoration:underline;
	outline:none;
}
p{
	font-size:12px;
	color:#000000;
}
h1{
	text-transform: uppercase;
	display:inline;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
h2{
	text-transform: uppercase;
	display:inline;
	font-size:20px;
	font-weight:bold;
	color:#6e6f71;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	background:url(../images/divBKG/global.jpg) no-repeat;
	background-position:top center; 
}
#header {
	height:82px;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1000;
}

#footer {
	background-image:url(../images/divBKG/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	height:120px;
	/*margin-top:-90px;*/
	position:relative;
	width:100%;
	/*z-index:90;*/
	z-index:100;
}
.footerText{
	font-size:10px;
	font-weight:bold;
	padding-top:80px;
}
.footerText a{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}
.push { height:110px; }

#menu {
	margin:auto;
	width:1048px;
	text-align:left;
	z-index:1;

  
}

.clear { clear:both; }

.bold { font-weight:bold; }
.italic { font-style:italic; }

