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

/*  =reset css */


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 {outline : 0;}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
img {outline : 0;}
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
/*table { border-collapse : collapse; border-spacing : 0; }
*/

caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, /*em,*/ i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/*  =end reset css */

body {
	background-color: #000;
	margin:0;
	padding:0;
	outline:0;
}
div#container {
	position:relative;
	height:585px;
	width:1060px;
	margin: 15px auto 0 auto;
	z-index:20;
	overflow:auto;
	border-left: 1px solid #636363;
	border-right:1px solid #636363;
}
#posters {
	position:absolute;
	left:6px;
	left:0;
	padding-top:30px;
	width:4650px;
	width:3800px;
	height:524px;
	z-index:2;
	margin-left:15px;
	display:inline;
}
#posters .poster img {
	height:525px;
	width:390px;
	border:none;
	margin-right:30px;
	float:left;
	display:inline;
}
#posters .posterTorn img {
	height:525px;
	width:382px;
	border:none;
	margin-right:30px;
	float:left;
	display:inline;
}

img#semiSF {
	margin-right:0;
}

li.poster img:hover, li.posterTorn img:hover {
	opacity:.65;
	border:none;
}
li.poster a:active, il.posterTorn a:active {
	opacity:1.0;}
	
	
/*#navMain {
	position:absolute;
	top:0px;
	left:15px;
	z-index:100;
	width: 386px;
}	*/
#navMain {
	position: absolute;
	top:15px;
	left:24%;
	z-index:100;
	width: 386px;
}
#navMain li {
	font-family:Georgia, serif;
	font-size:13px;
	color:#434242;
	color:#505050;
	margin:0;
	width:70px;
	text-align:left;
	text-indent:3px;
	/*border:1px solid #434242;*/
	border-right:none;
	float:left;
	text-decoration:none;
}
#navMain a:link, #navMain a:visited {
	font-size:13px;
	color:#505050;
	text-decoration:none;
	display: block;

}

#back a:visited, #home a:visited, #samples a:visited {
	/*color:#4a4949;*/
	color:#7a7979;
}
li.lastOne a {
		color:#fff;
		/*border-right:1px solid #434242;*/
}
#navMain  a:hover {
	color:#fff;
	background-color:#c26556;
	display:block;
	text-decoration: none;
}
#back a:hover, #home a:hover, #samples a:hover{ /*#site a:hover, #posters a:hover, #makeover a:hover*/ 
	color:#fff;	
	background-color:#F66;
	/*display:block;*/
}
#navMain li.noLink {
	color:#666;
	color:#ccc;
	background-color:#444;
}
#navMain li.lastOne a:hover {
	background-color:#648d7e;
	display:block;
}
#navMain  a:active {
	color:#fff;
	background-color:#333;
}
#navMain li.lastOne a:active {
	background-color:#333;
	color:#fff;
}
ul.enlarge {
	list-style-type:none;
	text-decoration:none;
	position:absolute;
	/*left:800px;*/
	left:60%;
	top:30px;
	top:5px;
	color:#636363;
	font-size:9px;
	font-style:italic;
	line-height:9px;
	font-family:Georgia, serif;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:.2em;
	width: 312px;
	height: 10px;
}

