/* PHAT CYCLES (SPEC SHEET) - _style_layouts.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;
	}
		
a:link {
	color: #666666;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #000000;
	background: #CCCCCC;
	}

ul.disc {
	/*list on Tech Support, Site Map*/
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: disc;
	}	
	

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

div.image-specs {
	/*Spec Button*/
	position: absolute;
	left: 50%;
	top: 60px;
	width: 147px;
	height: 31px;
	margin-left: 234px;
	}


/*---------------CENTER IMAGE -----------------*/

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

img.thumb-displayed {
	border-color: #CCCCCC;
	display: inline-block;
	padding: 5px;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

img.thumb-displayed:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*---------------DIVS: SITEMAP---------------*/
		
div.image-container {
	position: absolute;
	left: 50%;
	top: 51px;
	height: 516px;
	width: 763px; /*the total width of the website*/
	margin-left: -382px; /*this is to center the div*/
	padding: 0px;
	overflow: visible; /*everything will be displayed*/
	}		

div.bikes-container {
	position: fixed;
	top: 50px;
	height: 100px;
	width: 747px; /*the total width of the website*/
	background-color: #3366CC;
	margin: 0 auto; /*this is to center the div*/
	padding: 5px;
	overflow: visible; /*everything will be displayed*/
	}		

div.bikes-designer {
	position: normal;
	left: 212px;
	top: 74px;
	width: 125px;
	height: 50px;
	margin-left: 10px;
	}

div.bikes-modified {
	position: absolute;
	left: 135px;
	top: 60px;
	width: 125px;
	height: 50px;
	margin-left: 10px;
	}

div.image-main {
	/*Main Image*/
	position: absolute;
	left: 50%;
	top: 15px;
	width: 763px;
	height: 576px;
	/*margin: 0 auto;*/
	overflow: visible;
	margin-left: -382px;
	}
	
div.image-bar-top {
	/*Top Bar*/
	position: absolute;
	left: 50%;
	top: 15px;
	width: 763px;
	height: 30px;
	/*margin: 0 auto;*/
	overflow: visible;
	margin-left: -382px;
	}

div.image-bar-bottom {
	/*Bottom Bar*/
	position: absolute;
	left: 50%;
	top: 567px;
	width: 763px;
	height: 24px;
	/*margin: 0 auto;*/
	overflow: visible;
	margin-left: -382px;
	}	

/*	
div.copyright {
	position: absolute;
	width: 765px;
	top: 595px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #949796;
	font-size: 10px;
}	

div.image-specs {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 147px;
	height: 31px;
	margin-left: 234px;
	}	
*/	


/*---------------TEXT STYLES-----------------*/	
span.image-main {
	/*Main Image*/
	position:absolute;
	left: 50%;
	top: 15px;
	width: 763px;
	height: 576px;
	margin-left: -382px;
	}
	
span.image-placement {
	position:absolute;
	color: #0061e8;
	left: 50%;
	top: 55px;
	margin-left: -323px;
	}

span.text-tech {
	/*LOCATION: Tech Support*/
	position: absolute;
	color: #333333;
	font-size: 12px;
	left: 50%;
	top: 55px;
	width: 747px;
	height: 35px;
	margin-left: -375px;
	text-align:justify;
}

span.text-contacts {
	/*Contact Us*/
	position: absolute;
	font-size: 12px;
	color: #333333;
	left: 50%;
	top: 55px;
	width: 747px;
	height: 35px;
	margin-left: -360px;
	text-align: center;
}

span.text-dealers {
	/*Dealers' Page*/
	position: absolute;
	font-size: 12px;
	color: #333333;
	left: 50%;
	top: 55px;
	width: 747px;
	height: 35px;
	margin-left: -360px;
	text-align: left;
}

span.copyright {
	/*Copyright*/
	position:absolute;
	left: 50%;
	top: 598px;
	margin-left: 71px;
	color: #666666;
	font-size: 10px;
	}	

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.copyright {
	position: absolute;
	text-align: center;
	top: 595px;
	color: #949796;
	font-size: 10px;
	}	
*/