/*------Reseter------*/
*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
/*
******Tags******
*/
body {
	background:url(../img/bg.jpg) top left;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}

a img{
	border:none;
}

hr{
  display: none;
}

strong{
	font-weight:bold;
}
/*
******Layout******
*/
#main{
	text-align:justify;
	background:url(../img/inner_bg.jpg) top left repeat-y;
}
#main, #content-bottom, #footer{
	width:898px;
	display:block;
	margin:0 auto;
}
#header, #content, #footer{
	margin:0 3em;
	display:block;
}

/*
*******Header******
*/
#header{
	width:898px;
	display:block;
	margin:0 auto;
	margin-top:-22px;
}
#header h1{
	display:block;
	width:410px;
	height:222px;
	overflow:hidden;
	text-indent:-5000em;
	float:left;
	background:url(../img/title_bg.jpg) top left no-repeat;
}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
}
#header #pics{
	float:right;
}
/*
******Content Elements******
*/
#content #trailer{
	margin:2em auto;
	text-align:center;
}
/*Buy DVD*/
#content #buy-dvd{
	width:298px;
	text-align:center;
	float:left;
	margin-left:30px;
}
#content #buy-dvd a{
	display:block;
	margin:0 auto;
	width:134px;
	height:25px;
	background:url(../img/buy_link.jpg) center no-repeat;
}
#content #buy-dvd a span{
	display:none;
}
/*Synopsis*/
#synopsis {
	width:377px;
	float:right;
}
#synopsis h2 {
	background:url(../img/synopsis_title.jpg) no-repeat left top;
	height:86px;
	margin:0;
	text-indent:-9000px;
	width:100%;
}

#synopsis .content {
	background: url(../img/synopsis_bg.jpg) no-repeat left top;
	line-height:1.5;
	height:177px;
	text-align:left;
	padding-left:40px;
	overflow:hidden;
	margin-bottom:2em;
}
#synopsis p{
	width:320px;
}
/*Cast*/
#cast {
	width:381px;
	float:left;
	display:block;
}

#cast h2 {
	margin:0;
	text-indent:-9000px;
	height:94px;
	overflow:hidden;
	background:url(../img/cast_title.jpg) top left no-repeat;
}

#cast dl {
	background:url(../img/cast_bg.jpg) top left no-repeat;
	height:186px;
	display:block;
}

#cast dl, #cast dl * {
	margin:0;
	padding:0;
}

#cast dl dt { display:none; }
#cast dl dd { position:relative; text-align:left; float:left; top:7px; left:62px; width:135px;}
#cast-bruno {z-index:1;}
#cast-melania {z-index:2;}

#cast a { display:block; height:100%; width:100%; }
#cast a span { display:none; }
/*Photos*/
#photos-1{
	margin:2em 0;
}
.photos {
	float:right;
	width:377px;
}
.photos a {
	display:block;
	float:left;
	width:110px;
	height:75px;
	margin:0 10px 10px 0;
	text-align:center;
}

.photos a img {
	background:#FFFFFF;
	border:3px solid #E6E6E6;
	margin:0 auto;
}
/*Wallpapers*/
#wallpapers {
	float:left;
	width:402px;
}
#wallpapers h2 {
	background:url(../img/wallpaper_title.jpg) no-repeat left top;
	height:81px;
	margin:0;
	text-indent:-9000px;
}
#wallpapers .content {
	height:221px;
	background:url(../img/wallpaper_bg.jpg) no-repeat left top;
	padding-left:84px;
	padding-top:26px;
}

#wallpapers .column {
	float:left;
	text-align:center;
}

#wallpapers .first {
	margin-right:10px;
}

#wallpapers ul {
	line-height:1.5;
	list-style:none;
	margin:12px 0 0 0;
}
#wallpapers img{
	border:#FFFFFF 5px solid;
}
#wallpapers a{
	color:#000000;
	text-decoration:none;
}
/*Bottom*/
#content-bottom{
	height:25px;
	background:url(../img/bottom.jpg) top left no-repeat;
}
/*
*******Footer*******
*/
#footer {
	margin:0 auto;
	text-align:center;
}

#footer #credits {
	margin:1em auto;
	background:url(../img/credits.gif) top left no-repeat;
	height:100px;
	width:466px;
}

#footer #credits * {
	display:none;
}

#footer img {
	margin:0 10px;
}

/*
******Classes******
*/
.clear {
	clear:both;
	display:block;
	font-size:1px;
	line-height:1px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay { position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; }
#jquery-lightbox { position:absolute; top:0; left:0; width:100%; z-index:100; text-align:center; line-height:0; }
#jquery-lightbox a { cursor:pointer; }
#jquery-lightbox a img { border:none; }
#lightbox-container-image-box { position:relative; background-color:#fff; width:250px; height:250px; margin:0 auto; }
#lightbox-container-image { padding:10px; }
#lightbox-loading { position: absolute; top:40%; left:0; height:25%; width:100%; text-align:center; line-height:0; }
#lightbox-nav { position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#lightbox-container-image-box > #lightbox-nav { left:0; }
#lightbox-nav a { outline:none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width:49%; height:100%; display:block; }
#lightbox-nav-btnPrev { left:0; float:left; }
#lightbox-nav-btnNext { right:0; float:right; }
#lightbox-container-image-data-box { font:10px Verdana, Helvetica, sans-serif; background-color:#fff; margin:0 auto; line-height:1.4em; overflow:auto; width:100%; padding:0 10px 0; }
#lightbox-container-image-data { padding:0 10px; color:#666; }
#lightbox-container-image-data #lightbox-image-details { width:70%; float:left; text-align:left; }
#lightbox-image-details-caption { font-weight:bold; }
#lightbox-image-details-currentNumber { display:block; clear:left; padding-bottom:1.0em; }
#lightbox-secNav-btnClose { width:66px; float:right; padding-bottom:0.7em; }