/* CSS Document */
/* http://www.ledsonmotorsports.com */
/* Developed by Cody Schindel/Autosports Media http://autosportsmedia.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	margin: 0px auto;			/*Centers layout */
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(images/intro-bg2.jpg) no-repeat top center #333;
	min-height: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
#enter-link a {
	color: blue;
	text-decoration: none;
	background: #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #000;
	padding: 10px 40px;
}

#enter-link a:hover {
	color: #fff;
	text-decoration: underline;
	background: red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #000;
}

#enter-container {
	width: 300px;
	margin: 0 auto;
}

#enter {
	margin: 250px 0;
	width: 300px;
	background: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 30px 5px 0 5px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}


#update-footer {
	width: 100%;
	background: url(images/update-browser-bg.jpg) repeat-x top center;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

#update-footer-content {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding: 9px;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
}

#update-footer-content a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#update-footer-content a:hover {
	color: #0ff;
	text-decoration: underline;
	font-weight: bold;
}

.showcase_hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.showcase_hover:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
