@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */


strong {
font-weight: bold;
}
img#hero {
	margin-top: 10px;
	width: 465px;
	height: 500px;
	border: 1px solid #000;
}
ul#thumbnails {
	display: block;
	text-align: right;
	width: 468px;
	margin-top: 18px;
}
ul#thumbnails li {
	display: block;
	float: left;
	padding-right: 15px;
}
ul#thumbnails li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#0066CC;
	text-decoration: underline;
	cursor: pointer;
}
/*ul#thumbnails li a img{
	cursor: pointer;
	width: 60px;
	height: 40px;
}*/
