/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
#content {text-align: center;}

.box 
{
	width: 750px;
	margin: 10px auto;
	padding: 5px 5px 5px 15px;
	background-color: #EBD2F2;
	border: 3px solid #909;
	color: black;
}

.box ul {text-align: left; margin-left: 25px;}

.box a, .box a:visited {color: blue;}
.box a:hover, .box a:visited:hover {color: red;}

#modellisting
{
	width: 980px;
	margin: 10px 22px;
	text-align: center;
	list-style: none;
}
#modellisting li
{
	height: 175px;
	width: 140px;
	display: inline;
	float: left;
	margin: 5px 0;
	padding-top: 5px;
}

#modellisting li.double {width: 280px;}
#modellisting li.triple {width: 420px;}
#modellisting li.quadruple {width: 560px;}
#modellisting li.half {width: 490px;}
#modellisting li.max {width: 980px;}

#modellisting a, #modellisting a:visited {color: white; text-decoration: none;}
#modellisting a:hover, #modellisting a:visited:hover {color: red;}

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
