* {margin:0; padding:0; border:0;}

body, html {
	width:100%;
	height:100%;
	/*min-height:100%;*/
}

html {
	font-size: 62.5%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
}

#container {
	width:100%;
	height:100%;
	min-height:500px;
	/*background-color:#FF0000;*/
	min-width:750px;
}

#flash {
	width:100%;
	height:100%;
	z-index:5;
}

#footer {
	position:absolute;
	bottom:0;
	margin:auto 0;
	background-color:#333333;
	width:100%;
	z-index:100;
	height:30px;
	color:#FFFFFF;
	overflow:hidden;
}

#footer p {
	padding-left:12px;
	margin:10px 0;
	font-size:10px;
}

#footer ul li {
	float:left;
	margin:10px 4px;
	padding-right:8px;
	list-style:none;
	border-right:solid #FFFFFF 1px;
	font-size:10px;
}

#footer ul li.jdi {
	border-right:none;
	float:right;
	margin-right:12px;
}

#transparency {
		position:absolute;
		bottom:0;
		margin:0 auto;
		/*background:url(bg.png);
		background-repeat:repeat;*/
		background-image:url(../images/footerBG.png);
		background-repeat:repeat;
		/*background-repeat:repeat-x;*/
		width:100%;
		min-width:950px;
		height:124px;
		/*padding:12px;*/
		z-index:100;
		/*filter: alpha(opacity=25);
		-moz-opacity: .25;*/
	}

	
/*img, #transparency  { 
		behavior: url(iepngfix.htc); 
	}*/

#nav {
	height:24px;
	float:left;
}

#nav img.first {
	margin-left:54px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:active {
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a.twitter {
	width:17px;
	height:17px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/twitterIcon.png) no-repeat;
	margin-top:-1px;
}

a.facebook {
	width:17px;
	height:17px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/fbIcon.png) no-repeat;
	margin-top:-1px;
}

body#dealerpage, body#sitemap {
	background:url(../images/snowtile.jpg) repeat;
}

#dealers {
	width:700px;
	background-color:#FFFFFF;
	margin:0 auto 12px auto;
	text-align:center;
	overflow:hidden;
}

#dealers h1 {
	padding:6px;
	background-color:#999999;
	color:#FFFFFF;
	margin-bottom:8px;
}

table { 
	/*width:790px;*/
	text-align:left;
	margin:0px auto;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;	
}
		
tr {
}
		
td {
	padding:5px 12px 5px 5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#sitemap {
	width:652px;
	background-color:#FFFFFF;
	margin:0 auto 12px auto;
	/*overflow:hidden;*/
	padding:16px 0 16px 24px;
}

#sitemap a {
	color:#000000;
	text-decoration:none;
}

#sitemap a:hover {
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

#sitemap h1 {
	/*margin-top:16px;*/
}

#sitemap li {
	list-style:none;
	margin:5px 0 5px 24px;
	
}

#sitemap li.main {
	list-style:none;
	margin:12px 0 5px 16px;
	background-color:#666666;
	width:250px;
	
}

#sitemap li.main a {
	color:#FFFFFF;
	display:block;
	padding:4px;
}

#sitemap li.main a:hover {
	color:#FFFFFF;
	background-color:#333333;
	text-decoration:none;
}