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

body {
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
html { background:url('../img/background.png') repeat scroll; }
::-moz-selection{
	background:#000;
	color:#fff;
}
::selection {
	background:#000;
	color:#fff;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}

#container {
	width:945px;
	padding:315px 0 0 0;
	margin:70px auto 0;
	background:url('../img/jsm-fashion-films.png') right top no-repeat;
}
#header {
	float:right;
	width:293px;
	margin-top:65px;
	padding-bottom:25px;
}
#nav {
	float:left;
	width:650px;
}
#nav li {
	height:41px;
	margin:0px 0px 4px 0px;
}
.main {
	font-size:30px;
	font-weight:100;
}
#content {
	float:left;
	margin-top:25px;
}
.secondary {
	float:left;
	position:relative;
	left:-5px;
	padding-bottom:50px
}
.one {
	width:412px;
}
a.normal {
	display:block;
	height:37px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 6px;
	margin-bottom:12px;
	color:#000;
	text-decoration:none;
}
a.normal h3 { font-size:16px; }
a.normal:hover, li.big:hover {
	background:#E00D7B;
	color:#fff;
}
a.normal:hover {
	cursor:pointer;
}
li.big:hover {
	cursor:default
}
.item-text {
	float:left;
	width:342px;
}
.play-movie {
	width:40px;
	float:right;
	margin-top:9px;
	padding-right:10px;
	color:#fff;
	font-size:14px;
	text-align:right;
}
.normal .play-movie:hover { text-decoration:underline; }
.big {
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 6px;
	margin-bottom:10px;
	color:#000;
	text-decoration:none;
}
.big p { line-height:1.3; }
.big .play-movie {
	color:#fff;
}
.big .play-movie a { color:#fff; text-decoration:none; }
.big .play-movie a:hover { text-decoration:underline; }
.two {
	width:430px;
	height:37px;
}
.item-text {
	width:328px;
}
.two .play-movie {
	width:90px;
}
.three {
	width:480px;
	height:37px;
}
.three .play-movie {
	width:142px;
}
.four {
	width:600px;
	height:49px;
}
.four .play-movie {
	width:200px;
	color:#fff;
	margin-top:17px;
}

h1 {
	font-size:14px;
	margin-bottom:3px;
}
h2 {
	font-size:10px;
	margin-bottom:1px;
}
p {
	font-size:10px;
	margin:4px 0 0 1px;
}

/* INTRO */

#introContainer {
	width:945px;
	margin:20px auto 0;
	text-align:center;
}
#videoContainer {
	margin:0 auto;
	width:720px;
} 
#videoContainer video {
	background:url('../img/poster.png') no-repeat;
}
#enter {
	font-size:0.85em;
	padding-top:10px;
	text-transform:uppercase;
}
#enter a {
	color:#fff;
}
#enter a:hover {
	text-decoration:underline;
}

/* CONTACT */

#contact li {
	margin-bottom:12px;
	padding:5px 6px;
}
#contact a:hover {
	background:#E00D7B;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#fff;
}
h4 {
	font-size:10px;
	margin:4px 0 0;
}
#contact p {
	font-size:12px;
	line-height:16px;
	margin-left:0px;
}
#contact a {
	position:relative;
	left:-2px;
	padding:0 2px 1px;
	text-decoration:none;
}
.tel {
	font-size:11px;
}

/* END CONTACT */


/* CREDITS */

#content-credits {
	float:left;
	margin-top:22px;
	width:550px;
}
#content-credits p {
	font-size:14px;
	line-height:1.3;
	text-align:justify
}
