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

* {
	margin: 0;
	padding: 0;
}

a {
	color: #cc9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: url(../img/background_pattern.jpg) repeat top left;
}

#outside {
	background: url(../img/background_pattern_top.jpg) repeat-x top left;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #000 url(../img/wrapper_background.jpg) repeat-x top left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: right;
}

#navigation ul li {
	float: right;
}

#navigation ul a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#navigation ul a:hover {
	color: #cc9933;
}

#navigation ul a.selected {
	background: #242424;
}

#sidebar {
	width: 316px;
	float: left;
	overflow: hidden;
}

#sidebar h2 {
	display: block;
	width: 308px;
	height: 169px;
	background: url(../img/carolfurtado_shaded.gif) no-repeat top left;
}

#sidebar h2 span {
	display: none;
}

#sidebar h3 {
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	margin: 4px 0 16px 16px;
}

.thumbs, .sideInfo, #sidebar .description, .static {
	margin-left: 16px;
}

.thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	float: left;
}
/*
.thumbs ul li {
	float: left;
	margin: 0 10px 15px 0;
	text-align: center;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: top center;
}

.thumbs ul li.hidden {
	display: none;
}

.thumbs ul li a {
	background: url(../img/thumb_corners.gif) no-repeat top left;

	width: 90px;
	height: 120px;
	display: block;
	text-decoration: none;

	overflow: hidden;
}

.thumbs ul li a span {
	padding-top: 88px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	display: none;
}*/

.thumbs ul li {
	float: left;
	margin: 0 5px 10px 0;
	text-align: center;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbs ul li.hidden {
	display: none;
}

.thumbs ul li a {
	background: url(../img/thumb_corners_70x100.gif) no-repeat top left;

	width: 70px;
	height: 100px;
	display: block;
	text-decoration: none;

	overflow: hidden;
}

.thumbs ul li a span {
	padding-top: 68px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	display: none;
}

.thumbs ul li a:hover span {
	display: block;
}

.thumbs ul li a img {
	border: 0;
	width: 90px;
	height: 120px;
	display: block;
/*	border: 1px solid #000;
	border-top: 0;
	border-left: 0;*/
}

#sidebar a.sideButton {
	clear: both;
	background: url(../img/sidebar_banner.gif) repeat-x top left;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	display: block;
	color: #cc9933;
	margin-bottom: 16px;
	padding-right: 16px;
}

#sidebar a.sideButton:hover {
	color: #fff;
	text-decoration: none;
}


.description h4 {
	clear: both;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.6em;
	color: #ccc;
}

.description p {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	line-height: 1.6em;
	font-size: 13px;
	text-align: left;
}

.description a {
	color: #fff;
}

.description a:hover {
	color: #cc9933;
}

.description a em {
	font-style: normal;
	color: #cc9933;
}




#content {
	width: 570px;
	float: right;
	position: relative;
/*	overflow: hidden;*/
}

.slide.absolute {
	position: absolute;
	top: 0;
	left: 0;
}

.dropshadow {
	margin: 20px 15px 5px 15px;

	background: url(../img/image_dropshadow.gif) no-repeat top right;
	float: left;
	line-height: 0;

/*	cursor: url('../img/magplus.cur'), url('img/magplus.cur'), pointer;*/
	cursor: url('magplus.cur'), pointer;
}

.dropshadow img {
	position: relative;
	left: -7px;
/*	width: 540px;*/
}

#zoom {
/*	cursor: url('../img/magminus.cur'), url('img/magminus.cur'), pointer;*/
	cursor: url('magminus.cur'), pointer;
}

#content h4, #content p {
	margin-left: 8px;
	margin-right: 22px;
}

#content h4 {
	clear: both;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2em;
	color: #cc9933;
	padding: 6px 0;
}

#content .slide h4 {
	background: transparent url(../img/zoom_button.gif) no-repeat center right;
	padding: 6px 120px 6px 0;
}

#content p {
	font-size: 16px;
	line-height: 1.6em;

}

#content p.loading {
	clear: both;
	margin-left: 33%;
	white-space: nowrap;
	font-size: 12px;
	line-height: 2.2em;
	display: block;
	padding-left: 20px;
	background: url(../img/ajax-loader.gif) no-repeat center left;
}

/*
#content p.loading span {
	width: 20px;
}
*/

.info {
	margin: 10px 40px;
}

.info p {
	margin-bottom: 1em;
}

.info dl {
	padding: 20px 62px 40px 48px;
/*	padding-left: 48px;
	padding-right: 62px;*/
}

.info dt {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	color: #cc9933;
	padding: 6px 0;
}


.info dd {
	font-size: 15px;
	line-height: 1.6em;
	padding-bottom: 13px;
}


.info dd span {
	font-size: 14px;
}

.info dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*#content img {

}*/

#footer {
	clear: both;
	background-color: transparent;
	background-image: url(../img/wrapper_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 36px;
}


#footer ul {
	margin: 36px 0 0 0;
	padding: 0;
	list-style: none;
	width: 680px;
	float: right;
}

#footer ul li {
	float: right;
}

#footer ul a {
	display: block;
	padding: 0 6px;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

#footer ul a:hover {
	color: #cc9933;
}

#footer ul a.selected {
	color: #cc9933;
}

#footer p {
	float: left;
	margin-top: 36px;
	font-size: 13px;
	line-height: 36px;
	padding-left: 16px;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #cc9933;
}

.clear {
	clear: both;
}

.offScreen {
	position: absolute;
	left: -9000;
}