/* Design by Thomas Michaud */
/* copyright 2006 for Lane Collectables */
/* All graphics and style sheets contained within the website are property of Lane Collectables and Lane Automotive and cannot be used without written permission */
@import url(../css/sidebar.css);
/* These are standard sIFR styles... do not modify */


.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -.1px;
	font-size: 40px;
	line-height: 1em;
	width:450px;
	margin:0;
	padding:0;
}

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

body{
	margin:0;
	padding:0;
	background-color:#575748;
	background-image: url('../images/background.jpg');
	background-repeat:repeat;
	font-size:small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align:center;
	min-width:880px;
}

* html body{
	font-size: x-small; /* for IE5/WIN */
	f\ont-size: small; /* for other IE versions */
}

h1, h2, h3, #list{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h1{
	visibility: hidden;
	font-size: 160%;
	color: #767676;
}

h2{
	font-size: 150%;
	color: #000066;
	margin:0; padding:0;
}

h3{
	font-size: 120%;
	margin:0; padding:4px 0px 5px 0px;
	color: #383838;
}

#list{
	font-size: 8pt;
	margin:0; padding:0px 0px 5px 0px;
	color: #000000;
}

p ul li{
	font-size: 90%;
}

/* ------------ PARAGRAPH TYPOGRAPHY ---------- */
p{
	margin:0; padding:0;
}
.p1, .p2{
	text-indent:5px;
	padding: 2px 10px;
}
.center{
	text-align:center;
}
.note{
	font-size: 85%;
}
.footnote{
	font-size: 90%;
	background-color:#D6D9C8;
	border:1px solid black;
	text-align:justify;
	padding:4px 10px;
}
.smallcaps{
	font-variant: small-caps;
}


#container {
	width: 860px;
	\width: 880px;
	w\idth: 860px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:#FFF url('../images/wrapper.jpg') repeat-y;
	text-align:left;
}

#banner {
	padding:0;
	margin:0;
	background:#FFF url('../images/header.jpg') no-repeat top left;
	width:860px;
	height:240px;
}
.intro{
	padding-top: 110px;
	padding-left: 216px;
	width:330px;
}
.callout{
	border:1px dotted #575748;
	background-color:#EDE9DE;
	padding:0px 2px 6px 2px;
	margin:2px;}
#content {
	padding: 0;
	margin-left:75px;
	width: 450px;	
}


#content p{
	font: 11px/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#content a:link{
text-decoration:underline;
color:#0066ff;
}
#content a:visited{
text-decoration:underline;
color:#3399ff;
}
#content a:hover{
text-decoration:underline;
color:#0033ff;
}
#content a:active{
text-decoration:underline;
color:#0066cc;
}


/* ------------------- FOOTER STYLES --------------- */

#footer {
	background:#FFF url('../images/footer.jpg') no-repeat 0 0;
	height:100px;
	clear: both;
	padding:0 0 0 580px;
	margin:0;
}
.fnote{
	font-size:80%;
	width: 220px;
	text-align:center;
	line-height: 1.35em;
}
#footer a:link{
text-decoration:underline;
color:#BDE7DE;
font-weight:bold;
}
#footer a:visited{
text-decoration:underline;
color:#666;
font-weight:bold;
}
#footer a:hover{
text-decoration:underline;
color:#F1EED4;
font-weight:bold;
}
#footer a:active{
text-decoration:underline;
color:#BDE7DE;
font-weight:bold;
}


/* ------------------- IMAGE STYLES --------------- */

.imgBullet{
padding:5px 0 0 5px;
}


p img {
	padding: 0;
	max-width: 100%;
}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */

	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}



img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



.alignright {
	float: right;
}

	

.alignleft {
	float: left
}





