/* CSS Document */

body {
	font-family: "Times New Roman" , Times, serif;
	font-size: 62.5%;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 775px;
	margin: 20px auto;
	text-align: left;
}

img {
	border: none;
}

p {
	margin: 13px 0 13px 0;
}

.bold {
	font-weight: bold;
}

.selected {
	color: #C00;
	font-weight: bold;
}


/* ---------- */
/* Header     */
/* ---------- */

#header {
	clear: both;
}

#header #line {
	border-bottom: solid 2px #333;
	width: 100%;
	margin: 15px 0 10px 0;
	line-height: 2px;
}

#header #nav {
	padding: 0 0 20px 0;
	font-size: 1.4em;
}

#header #nav a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#header #nav a:hover {
	text-decoration: underline;
}

#header #nav ul {
	padding: 0;
	margin: 0;
}

#header #nav ul li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
}

/* ---------- */
/* Footer     */
/* ---------- */


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	padding: 10px 0 0 0;
	clear: both;
}

#footer a {
	text-decoration: underline;
	color: #999;
}

#footer a:hover {
	text-decoration: none;
	color: #C00;
}

/* ---------- */
/* Content    */
/* ---------- */

#content {
	font-size: 1.4em;
}

#content a {
	text-decoration: underline;
	color: #333333;
}

#content a:hover {
	text-decoration: none;
}

#col-one {
	width: 405px;
	float: left;
}

#col-one #image-lrg {
	background-color: #F5F5F5;
	height: 270px;
	width: 100%;
}


#col-one #description #heading {
	padding: 15px 0 5px 0;
}

#col-one #description #idTitle {
	font-size: 1.6em;
	font-weight: bold;
}

#col-one #description .copy {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	width: 100%;
}

#col-one #idMoreImages {
	float: right;
	background-color: #000;
	color: #FFF;
	width: 120px;
	height: 22px;
	text-align: center;
	display: none;
}

#col-one #idMoreImages a {
	color: #FFF;
	text-decoration: none;
}

#col-one #idMoreImages a:hover {
	color: #C00;
	text-decoration: underline;
}


#col-two {
	width: 360px;
	float: right;
}

#col-two .thumb-wrapper {
	margin: 0 0 6px 6px;
	float: left;
}

#col-two .thumb {
	width: 80px;
	height: 80px;
	background-color: #F5F5F5;
	border: solid 2px #FFFFFF;
}

#col-two .thumb-selected {
	width: 80px;
	height: 80px;
	border: solid 2px #CC0000;
}

.box-ex {
	width: 405px;
	padding: 0 0 10px 0;
	float:left;
}

.box-ex .inner {
	background-color: #F5F5F5; 
	font-size: 100%; 
	padding: 10px; 
	float:left;
}

.box-ex .inner .image {
	width: 110px; 
	float:left;
}
.box-ex .inner .content {
	width: 275px; 
	float:left; 
	valign:top;
}
.line {
	width: 100%;
	border-top: solid 1px #000000;
	float:left;
	height:10px;
}
