/* PHAT CYCLES (SPEC SHEET) - _style_bikes.css - Updated: 01.05.09 */


/*---------------PAGE LOOK & FORMAT---------------*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #333333;
	color: #000000;
	padding: 3px;
	background-image: url(../_images/background_alt.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
	margin: 0 auto;	
	}


/*---------------DIVS: PAGE ELEMENTS---------------*/

div.dropdown {
	position: absolute;
	left: 50%;
	top: 63px;
	width: 136px;
	height: 24px;
	margin-left: 239px;
	z-index: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
	
div.image-specs-choppers {
	position:absolute;
	right: 50%;
	top: 110px;
	width: 136px;
	height: 24px;
	z-index:  3;
	margin-right: 244px;
	}


/*---------------TEXT STYLES-----------------*/	

div.facebook {
	position:absolute;
	left: 50%;
	top: 595px;
	z-index:  3;
	height: 35px;
	margin-left: 350px;
}

div.copyright-dealer {
	position: absolute;
	left: 50%;
	top: 600px;
	margin-left: -50px;
	color:#666666;
	font-size: 10px;
	}
	
A:link {text-decoration: none; color: #CCCCCC; font-size: 10px}
A:visited {text-decoration: none; color: #CCCCCC; font-size: 10px}
A:active {text-decoration: none; color: #FFFFFF; font-size: 10px}
A:hover {text-decoration: underline; color: #FFFFFF; font-size: 10px}

span.bike-description-invisible {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 12px;
	visibility: hidden; /*invisible text*/
	}

span.bike-description-visible {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 12px;
	visibility: visible; /*visible text*/
	}
	
/*span.copyright {
	position: absolute;
	top: 598px;
	left: 50%;
	right: 50%;
	color: #666666;
	font-size: 10px;
	letter-spacing: 1px;
	}*/
		
/*	
span.copyright {
	position:absolute;
	left: 50%;
	top: 595px;
	margin-left: 71px;
	color: #949796;
	font-size: 10px;
	}	
*/

span.image-main {
	position:absolute;
	left: 50%;
	top: 15px;
	width: 763px;
	height: 576px;
	margin-left: -382px;
	z-index: 2;
	}

span.bottom-bar {
	position:absolute;
	left: 50%;
	top: 567px;
	width: 763px;
	height: 23px;
	margin-left: -382px;
	z-index: 5;
	}

span.top-bar {
	position:absolute;
	left: 50%;
	top: 15px;
	width: 763px;
	height: 30px;
	margin-left: -382px;
	z-index: 5;
	}

/*
span.popup-description {
	float: left;
	margin-left: 50px;
	text-align: left;
	color: #949796;
	font: normal 10px Arial;
	}
	
span.popup-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #949796;
	float: right;
	margin-right: 25px;
	}
*/	

