body {
    background-color: white;
	font-family: Arial, sans-serif;
}


/* generic positioning styles*/
#wrapper{
	width:100%;
	font-size:95%;
	border: 0px;
	position: relative;
}

#header{
    text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: red;
}

#footer{
    text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 945px;
	width: 900px;
}



/* specific positioning styles*/

/* ULT */
#ult_motor{
    position: absolute;
	left: 500px;
	top: 200px;
	border: 0px;
}

#ult_code{
    position: absolute;
	left: 80px;
	top: 220px;
	border: 0px;
}

#ult_sizes{
    position: absolute;
	left: 10px;
	top: 700px;
	border: 0px;
}

#ult_features{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 35px;
	/*
	width: 300px;
	*/
	border: 0px;
	left: 15px;
}

#ult_notes_1{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 645px;
	/*
	width: 640px;
	*/
	border: 0px;
}

#ult_notes_2{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 862px;
	/*
	width: 360px;
	*/
	border: 0px;
	left: 300px;
}


.ult_sizes_table_container_fixed{
    position: absolute;
	top: 700px;
	left: 300px;
	border: 0px;
	height: 200px;
	overflow: auto;
}

table.ult_sizes_table_fixed{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ult_sizes_table_fixed td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ult_sizes_table_fixed tr{
    height: 10px;
}



.ult_sizes_table_container{
    position: absolute;
	top: 700px;
	left: 350px;
	border: 0px;
	height: 147px;
	max-height: 147px;
	/*
	width: 270px;
	max-width: 270px;
	*/
	overflow: auto;
}

table.ult_sizes_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ult_sizes_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ult_sizes_table tr{
    height: 10px;
}


.ult_stats_table_container_fixed{
    position: absolute;
	top: 400px;
	left: 0px;
	border: 0px;
	/*
	width: 200px;
	max-width: 200px;
	*/
	height: 243px;
	max-height: 243px;
	overflow: auto;
}

table.ult_stats_table_fixed{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ult_stats_table_fixed td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ult_stats_table_fixed tr{
    height: 10px;
}



.ult_stats_table_container{
    position: absolute;
	top: 400px;
	left: 200px;
	border: 0px;
	/*
	width: 430px;
	max-width: 430px;
	*/
	height: 243px;
	max-height: 243px;
	overflow: auto;
}

table.ult_stats_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ult_stats_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ult_stats_table tr{
    height: 10px;
}

/* LARC */
#larc_motor{
    position: absolute;
	left: 328px;
	top: 20px;
	border: 0px;
}

#larc_code{
    position: absolute;
	left: 328px;
	top: 220px;
	border: 0px;
}

#larc_features{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 35px;
	/*
	width: 300px;
	*/
	border: 0px;
	left: 15px;
}

#larc_notes{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 445px;
	/*
	width: 640px;
	*/
	border: 0px;
}

.larc_stats_table_container{
    position: absolute;
    top: 220px;
	left: 10px;
}

table.larc_stats_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.larc_stats_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.larc_stats_table tr{
    height: 10px;
}

#larc_footer{
    text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 545px;
	/*
	width: 650px;
	*/
}






/* HO Slotless */
#ho_slotless_encoder{
    position: absolute;
	left: 328px;
	top: 0px;
	border: 0px;
}

#ho_slotless_motor{
    position: absolute;
	left: 328px;
	top: 100px;
	border: 0px;
}

#ho_slotless_code{
    position: absolute;
	left: 328px;
	top: 320px;
	border: 0px;
}

#ho_slotless_sizes{
    position: absolute;
	left: 328px;
	top: 770px;
	border: 0px;
}

#ho_slotless_features{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 35px;
	width: 300px;
	border: 0px;
	left: 0px;
}

#ho_slotless_notes_1{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 740px;
	width: 650px;
	border: 0px;
}

#ho_slotless_notes_2{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 900px;
	left: 20px;
	/*
	width: 300px;
	*/
	border: 0px;
}

#ho_slotless_notes_3{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 85px;
	left: 328px;
	border: 0px;
}

#ho_slotless_slogan{
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: black;
	position: absolute;
	top: 0px;
	left: 470px;
	/*
	width: 180px;
	*/
	border: 0px;
}


#ho_slotless_footer{
    text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 960px;
	/*
	width: 650px;
	*/
}



.ho_slotless_sizes_table_container_fixed{
    position: absolute;
	top: 800px;
	left: 20px;
	border: 0px;
	height: 200px;
	overflow: auto;
}

table.ho_slotless_sizes_table_fixed{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_slotless_sizes_table_fixed td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_slotless_sizes_table_fixed tr{
    height: 10px;
}



.ho_slotless_sizes_table_container{
    position: absolute;
	top: 800px;
	left: 70px;
	border: 0px;
	height: 100px;
	max-height: 100px;
	/*
	width: 230px;
	max-width: 230px;
	*/
	overflow: auto;
}

table.ho_slotless_sizes_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_slotless_sizes_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_slotless_sizes_table tr{
    height: 10px;
}



.ho_slotless_stats_table_container_fixed{
    position: absolute;
	top: 510px;
	left: 0px;
	border: 0px;
	/*
	width: 200px;
	max-width: 200px;
	*/
	height: 243px;
	max-height: 243px;
	overflow: auto;
}

table.ho_slotless_stats_table_fixed{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_slotless_stats_table_fixed td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_slotless_stats_table_fixed tr{
    height: 10px;
}



.ho_slotless_stats_table_container{
    position: absolute;
	top: 510px;
	left: 200px;
	border: 0px;
	/*
	width: 400px;
	max-width: 400px;
	*/
	height: 243px;
	max-height: 243px;
	overflow: auto;
}

table.ho_slotless_stats_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_slotless_stats_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_slotless_stats_table tr{
    height: 10px;
}




/* HO */
#ho_motor{
    position: absolute;
	left: 328px;
	top: 100px;
	border: 0px;
}

#ho_code{
    position: absolute;
	left: 328px;
	top: 320px;
	border: 0px;
}

#ho_sizes{
    position: absolute;
	left: 328px;
	top: 770px;
	border: 0px;
}


#ho_slogan{
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: black;
	position: absolute;
	top: 30px;
	left: 350px;
	/*
	width: 300px;
	*/
	border: 0px;
}


#ho_features{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 35px;
	/*
	width: 300px;
	*/
	border: 0px;
	left: 0px;
}


#ho_notes_1{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 740px;
	/*
	width: 650px;
	*/
	border: 0px;
}

#ho_notes_2{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 900px;
	left: 20px;
	/*
	width: 300px;
	*/
	border: 0px;
}

#ho_footer{
    text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: absolute;
	top: 960px;
	/*
	width: 650px;
	*/
}

.ho_stats_table_container_fixed{
    position: absolute;
	top: 510px;
	left: 0px;
	border: 0px;
	/*
	width: 200px;
	max-width: 200px;
	*/
	height: 243px;
	max-height: 243px;
	overflow: auto;
}

table.ho_stats_table_fixed{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_stats_table_fixed td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_stats_table_fixed tr{
    height: 10px;
}



.ho_stats_table_container{
    position: absolute;
	top: 510px;
	left: 200px;
	border: 0px;
	/*
	width: 400px;
	max-width: 400px;
	*/
	height: 243px;
	max-height: 243px;
	overflow: auto;
}

table.ho_stats_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_stats_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_stats_table tr{
    height: 10px;
}


.ho_sizes_table_container_fixed{
    position: absolute;
	top: 800px;
	left: 20px;
	border: 0px;
	height: 200px;
	overflow: auto;
}

table.ho_sizes_table_fixed{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_sizes_table_fixed td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_sizes_table_fixed tr{
    height: 10px;
}



.ho_sizes_table_container{
    position: absolute;
	top: 800px;
	left: 70px;
	border: 0px;
	height: 100px;
	max-height: 100px;
	/*
	width: 230px;
	max-width: 230px;
	*/
	overflow: auto;
}

table.ho_sizes_table{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ho_sizes_table td{
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 10px;
	text-align: center;
}

table.ho_sizes_table tr{
    height: 10px;
}