/* RESETS & BASIC PAGE SETUP */
@import "menu.css";
@import "clothing.css";
@import "lightbox.css";
@import "anylink.css";


* { margin: 0; padding: 0; }
html { overflow-y: scroll; height: 100%;}
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	background-image: url(../images/essentials/riddler_print.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	height: 100%;
}

ul { list-style: none inside; }
p {}
	
a {
	color: #FF6600;
	text-decoration: none;
}
 
a:hover{
	color: #444444;
	text-decoration: none;
}
a img { border: none; }

h1 {}

h2 {
	font-size: 28px;
	font-variant: small-caps;	

}

h3 {}

h4 {}
/* END RESET */

#flashContent {}

#alternativeBox {
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	height: auto;
	width: 800px;
	border: 2px solid #030000;	
	padding: 20px;
	}
	
#wrapper {
	margin: 0 auto;
	display: block;
	width: 950px;
	background-image: url(../images/essentials/content-background.png);
	background-position:center;
	background-repeat:repeat-y;
	/*min-height: 100%;*/
	height: auto;
	/*height: 100%;*/
	padding-left: 70px;
	paddin-right: 70px;
	
}

#wrapper-dealer {
	margin: 0 auto;
	display: block;
	padding: 10px;
	height: auto;
	width: 950px;
}

#header {
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 10px;
	width: 950px;
	background-image: url(../images/essentials/content-background.png);
	background-position:center;
	background-repeat:repeat-y;
	
	
}

		
#footer {
	margin: 0 auto;
	width: 950px;
	background-image: url(../images/essentials/content-background.png);
	background-position:center;
	background-repeat:repeat-y;
	height: 20px;
	text-align: center;
}

.push { height: 20px; } 

.clear { clear: both; }

.head-shot {
	margin-right: 20px;
	margin-bottom: 90px;
}

.rider-shot {
	margin-bottom: 20px;
	
}

caption {
	font-size: 16px;
	text-align: left;
	color: #C8D247;
	margin-top: 25px;
}