/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

#content {text-align: center;}

#samplephotosbucket
{
	width: 880px;
	margin: 10px 72px;
	text-align: center;
}

#samplephotosbucket h2 {color: red;}
.samplephotobox
{
	width: 184px;
	padding: 5px;
	margin: 10px;
	display: inline;
	float: left;
	background-color: #EBD2F2;
	border: 3px solid #909;
	color: black;
}
.samplephotobox a, .samplephotobox a:visited 
{
	font-size: .8em;
	color: blue;
}
.samplephotobox a:hover, .samplephotobox a:visited:hover {color: red;}
.samplephotobox span {display: block;}
.samplephotobox img {border: 1px solid #909;}

.featuremodelthumbnails
{
    	margin: 10px auto;
    	padding: 0;
    	text-align: center;
    	background: #EBD2F2; 
    	border: 5px outset #909;  
}

.featuremodelthumbnails tr td
{
    	padding: 2px;
    	border: 1px inset #909; 
}

.featuremodelthumbnails td a
{
    	font-size: 0.8em;
    	text-decoration: none;
	color: blue;
}

.featuremodelthumbnails tr td a img
{
    	height: 219px;
    	margin: 0 5px;
	border: 1px solid #909;
}
.featuremodelthumbnails tr td span {color: black; font-size: 1.6em;}
.featuremodelthumbnails a, .featuremodelthumbnails a:visited {color: blue;}
.featuremodelthumbnails a:hover, .featuremodelthumbnails a:visited:hover {color: red;}

#content a, #content a:visited {color: blue;}
#content a:hover, #content a:visited:hover {color: red;}
/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
