/*----------
Author: Fabian Wizenfeld
Date: 08/02/08 | dd/mm/yy
Profile: Premier Secreta
-----------*/

/*--- Firefox Fix ---*/

:focus {outline: 0;}

/*-------------------- Main Container -----------------*/

div#contentMain {
	width: 800px;
	margin: 0 auto;
}

/*-------------------- Nav -----------------*/

div#head {
	width: 800px;
	height: 60px;
	font-weight: 100;
	background: url('http://creative.myspace.com/mx/premier/images/navbg.jpg') no-repeat;
	text-align: left;
}
div#head .toprow {
	color: #d8cd9f;
	float: right;
	display: block;
	padding: 6px 0 2px 0;
	height:30px;
	*height:36px;
	margin-right: 12px;
	*margin-right: 2px;
	font-size: 10px;
	*word-spacing: -1px;
}
div#head .toprow a {
	color: #d8cd9f;
	text-deocoration: none;
}

div#head .toprow .url {
	color: #d8cd9f;
}
div#head .midrow {
	width: 100%;
	display: block;
	color: #d8cd9f;
	height:20px;
	text-align: center;
	float: left;
	font-size: 10px;
}
div#head .midrow a {
	color: #d8cd9f;
	text-decoration: none;
}

/*-------------------- Content -----------------*/

div#content {
	width: 770px;
}
*html div#content {
	width: 800px;
}
div#contentModules {
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

div#film{
	width:800px;
	height:435px;
	display:block;
}

div#menu{
	background: url('http://creative.myspace.com/mx/premier/images/menubg.jpg') no-repeat;
	width:800px;
	height:105px;
}

div#menu a{
	color:#000;
	font-size:20px;
	position:relative;
}

div#menu #addToFriends{
	left:-50px;
	top:10px;
}
div#menu #sendMessage{
	left:0px;
	top:10px;
}
div#menu #forwardToFriends{
	left:50px;
	top:10px;
}
div#menu #addToFavorites{
    left:-40px;
    top:40px;
}
div#menu #allVideos{
	left:40px;
	top:40px;
}

div#movieInfo{
	width:800px;
}

div#poster .left{
 float:left;
 padding:10px;
}

div#poster .right{
 float:right;
 padding:10px;
}