/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

.clearit {
	clear: both;
}

#wrapper {
}

#photo_area {
	margin-top: 20px;
}

#photo_area_l {
	border-right: 1px solid #D2CDAD;
	background: url(/images/anchor_box2.gif) no-repeat bottom right;
	padding-bottom: 10px;
}

#photo_area_r {
	background: url(/images/anchor_box2.gif) no-repeat bottom left;
	padding-top: 76px;
}


#thumbs_right {
	padding-top: 76px;
	width: 150px;
	float: left;
}

/* THUMBNAILS STYLES (BORDERS AND MARGINS) */

#thumb_1 {
	border-bottom: 1px solid #D2CDAD;
	padding: 0 4px 4px 0;
}

#thumb_2 {
	border-bottom: 1px solid #D2CDAD;
	padding: 4px 4px 4px 0;
}

#thumb_3 {
	padding: 0 0 4px 4px;
}

#thumb_4 {
	border-bottom: 1px solid #D2CDAD;
	padding: 4px 4px 4px 0;
}

#thumb_5 {
	border-bottom: 1px solid #D2CDAD;
	border-top: 1px solid #D2CDAD;
	padding: 4px 0 4px 4px;
}

#thumb_6 {
	padding: 4px 4px 4px 0;
}

#thumb_7 {
	padding: 4px 0 4px 4px;
}

#thumb_8 {
	border-top: 1px solid #D2CDAD;
	padding: 4px 4px 4px 0;
}

a.box_link {
	display: block;
	width: 45px;
	padding: 3px;
	border: 1px solid #D2CDAD;
	font: 11px/14px normal "News Gothic BT", Arial, Helvetica, sans-serif;
	color: #939598;
	text-decoration: none;
	text-align: center;
	float: left;
	clear: both;
}

#right_col {
	background: #FFFFFF url(/images/logo.gif) no-repeat top right; 
	padding-top: 250px;
}

#right_col p {
	font: 11px/14px normal "News Gothic BT", Arial, Helvetica, sans-serif;
	color: #939598;
	margin-left: 10px;
}

/* TOOLTIPS / POPUPS */


/* DYNAMIC DRIVE POPUP STYLES */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
display: block;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid #D2CDAD;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span, .thumbnailb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -30px;
_top: 40px;
left: 30px; /*position where enlarged image should offset horizontally */

}

.thumbnail span p {
	font: 11px/14px normal "News Gothic BT", Arial, Helvetica, sans-serif;
	color: #939598;
	padding: 0;
	margin: 3px 0 0 4px;
	text-decoration: none;
}

/* POPUP WIDTHS */

.thumbnail span#popup1 {
	width: 302px;
}

.thumbnail span#popup2 {
	width: 493px;
}

.thumbnail span#popup3 {
	width: 455px;
}

.thumbnail span#popup4 {
	width: 458px;
}

.thumbnail span#popup5 {
	width: 266px;
}

.thumbnail span#popup6 {
	width: 518px;
}

.thumbnail span#popup7 {
	width: 296px;
}

.thumbnail span#popup8 {
	width: 287px;
}

/* DETAILS PAGE */

#details_table {
	margin: 135px 0 0 69px;
	background: #FFFFFF url(/images/bg_popup.gif) no-repeat bottom left;
}

#details_topcell {
	padding-left: 21px;
}

#details_toprow p {
	font: 11px/14px normal "News Gothic BT", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 6px 0;
	color: #939598;
}

#middle_cell {
	padding: 15px 0 0 21px; 
}

#details_bottomrow p {
	font: 9px/12px normal "News Gothic BT", Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #939598;
}

#details_bottomleft {
	padding-left: 21px;
}

.details_blacktext {
	font: 11px/14px normal "News Gothic BT", Arial, Helvetica, sans-serif;
	color: #000000;
}

#details_toprow a {
	color: #000000;
	text-decoration: underline;
}

#details_toprow a:hover {
	color: #000000;
	text-decoration: none;
}