.col01,
.col02,
.col03,
.col04 {
	width: 227px;
	float: left;
	background-color: transparent;
	padding-top: 10px;
}

.col01 .models,
.col02 .models,
.col03 .models,
.col04 .models {
	list-style-type: none;
	margin: 0;
	padding-bottom: 10px;
}

.col01 .models {
	padding-left: 10px;
	border-right: 1px solid #DFE0E2;
}

.col02 .models {
	padding: 0 5px;
}

.col03 .models {
	border-left: 1px solid #DFE0E2;
	padding: 0 5px;
}

.col04 .models {
	border-left: 1px solid #DFE0E2;
	padding: 0 5px;
}

.col01 p {
	padding-left: 22px;
	padding-bottom: 10px;
}

.models li p {
	margin: 0;
	padding: 5px 0 10px 10px;
	font-size: 0.7em;
}

.models li p.regular {
	font-size: 0.75em;
}

.models li a img {
	padding-top: 3px;
}

.subhead {
	padding: 0 0 5px 20px;
}

p.disclaimer {
	clear: left;
	
	margin-left: 30px;
	padding: 10px 0;
	
	color: #76838C;
}

p.disclaimer a:link,
p.disclaimer a:visited {
	color: #76838C;
	
	text-decoration: underline;
}

p.disclaimer a:hover {
	color: #36434C;
}

/*set up all the rollovers*/
a.rollLS,
a.rollGS,
a.rollES,
a.rollIS,
a.rollISF,
a.rollSC,
a.rollLX,
a.rollGX,
a.rollRX,
a.rollGSh,
a.rollRXh,
a.rollISC,
a.rollHS,
a.rollLFA,
a.rollLSh {
	width: 168px;
	height: 41px;
	display: block;
}
a.rollLS {
	background: url(/images/all_models/ls_models_off.jpg) no-repeat;
}
a.rollLS:hover {
	background: url(/images/all_models/ls_models_on.jpg) no-repeat;
}
a.rollGS {
	background: url(/images/all_models/gs_models_off.jpg) no-repeat;
}
a.rollGS:hover {
	background: url(/images/all_models/gs_models_on.jpg) no-repeat;
}
a.rollES {
	background: url(/images/all_models/es_models_off.jpg) no-repeat;
}
a.rollES:hover {
	background: url(/images/all_models/es_models_on.jpg) no-repeat;
}
a.rollISF {
	background: url(/images/all_models/isf_models_off.jpg) no-repeat;
}
a.rollISF:hover {
	background: url(/images/all_models/isf_models_on.jpg) no-repeat;
}
a.rollIS {
	background: url(/images/all_models/is_models_off.jpg) no-repeat;
}
a.rollIS:hover {
	background: url(/images/all_models/is_models_on.jpg) no-repeat;
}
a.rollSC {
	background: url(/images/all_models/sc_models_off.jpg) no-repeat;
}
a.rollSC:hover {
	background: url(/images/all_models/sc_models_on.jpg) no-repeat;
}
a.rollISC {
	background: url(/images/all_models/isc_model_off.jpg) no-repeat;
}
a.rollISC:hover {
	background: url(/images/all_models/isc_model_on.jpg) no-repeat;
}
a.rollLX {
	background: url(/images/all_models/lx_models_off.jpg) no-repeat;
}
a.rollLX:hover {
	background: url(/images/all_models/lx_models_on.jpg) no-repeat;
}
a.rollGX {
	background: url(/images/all_models/gx_models_off.jpg) no-repeat;
}
a.rollGX:hover {
	background: url(/images/all_models/gx_models_on.jpg) no-repeat;
}
a.rollRX {
	background: url(/images/all_models/rx_models_off.jpg) no-repeat;
}
a.rollRX:hover {
	background: url(/images/all_models/rx_models_on.jpg) no-repeat;
}
a.rollRXh {
	background: url(/images/all_models/rxh_models_off.jpg) no-repeat;
}
a.rollRXh:hover {
	background: url(/images/all_models/rxh_models_on.jpg) no-repeat;
}
a.rollGSh {
	background: url(/images/all_models/gsh_models_off.jpg) no-repeat;
}
a.rollGSh:hover {
	background: url(/images/all_models/gsh_models_on.jpg) no-repeat;
}
a.rollLSh {
	background: url(/images/all_models/lsh_models_off.jpg) no-repeat;
}
a.rollLSh:hover {
	background: url(/images/all_models/lsh_models_on.jpg) no-repeat;
}
a.rollHS {
	background: url(/images/all_models/hs_models_off.jpg) no-repeat;
}
a.rollHS:hover {
	background: url(/images/all_models/hs_models_on.jpg) no-repeat;
}
a.rollLFA {
	background: url(/images/all_models/lfa_models_off.jpg) no-repeat;
}
a.rollLFA:hover {
	background: url(/images/all_models/lfa_models_on.jpg) no-repeat;
}