html,body{
	margin:0;
	padding:0;
	background-color:#524F4C;
    height: 100%;
}
body{
	font:normal normal 75% verdana, arial, 'times', sans-serif;
	text-align:center;
    margin: 0;
    padding: 0;
}
a{
	text-decoration: none;
	font-weight: bold;
	color:#412F29;
}
a:hover{
	text-decoration: none;
	color:#FF0000;
	/*color:#724438;*/
}
input{
	border: #CEB078 1px solid;
}
.noborder { border: none;}
textarea{
	border: #CEB078 1px solid;
}
select{
	border: #CEB078 1px solid;
}


hr{
	border: 0;
	color: #CEB078;
	background-color: #CEB078;
	height: 1px;
}
/*******************************************************/
/************** Headers *******************************/
/*****************************************************/
h1{
	font-size:18px;
}
h2{
	margin-top: 10px;
	line-height: 12px;
	font-size:16px;
}
h3{
	font-size:14px;
}

input.button1{
	font-size: 14px;
	font-weight: 900;
	color:#CCCCCC;
	background-color: #51250B;
}
#container{
	text-align:left;
	padding: 0;
	margin:0 auto;
	width: 810px;
	background-image:url(images/theme_body.jpg);
	background-repeat: repeat-y;
}
#header{
	padding: 0;
	margin: 0;
	height: 176px;
	width: 810px;
	background-image:url(images/theme_header.jpg);
	background-repeat: no-repeat;
}
#nav{
	padding: 8px 0 0 0;
	margin: 0;
	height: 46px;
	width: 810px;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	background-image:url(images/theme_nav.jpg);
	background-repeat: no-repeat;
}
#nav a{
	color: #805733;
}
#nav a:hover{
	color: #36271D;
}

#nav .signup a{
	color:#006600;
}
#nav .signup a:hover{
	color:#003300;
}

#nav ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#nav ul li{
	margin-left: 0;
	margin-right: 0;
	padding-right: 7px;
	padding-left: 15px;
	/*padding: 3px 20px;*/
	background-image:url(images/divider1.gif);
	background-repeat: no-repeat;
	list-style: none;
	display: inline;
}
	
		
#nav ul li.first {
	margin-left: 0;
	background-image:none;
	list-style: none;
	display: inline;
}
#main{
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	width: 750px;
}
#footer{
	padding-top: 46px;
	margin: 0;
	height: 32px;
	width: 810px;
	text-align:center;
	color:#DED2C9;
	font-weight: 100;
	font-size: 75%;
	background-image:url(images/theme_footer.jpg);
	background-repeat: no-repeat;
}
#slogan{
	clear: both;
	text-align: center;
	font-size: 10px;
	color:#6C7380;
}
/* Small Window */
.window_sm{
	padding: 0;
	margin: 0;
	width:250px;
}
.window_sm_top{
	padding: 2px 0 0 30px;
	color:#3C2006;
	background-image:url(images/window_sm_top.jpg);
	background-repeat:no-repeat;
	width:250px;
	height: 40px;
}
.window_sm_mid{
	background-image:url(images/window_sm_mid.jpg);
	background-repeat:repeat-y;
	padding: 0 0 0 30px;
	margin-right: 35px;
	width: 215px;
}
.window_sm_bottom{
	background-image:url(images/window_sm_bottom.jpg);
	background-repeat:no-repeat;
	width:250px;
	height: 49px;
}
/* Large Window */
.window_lrg{
	padding: 0;
	margin: 0;
	width:403px;
}
.window_lrg_top{
	padding: 2px 30px 0 30px;
	color:#3C2006;
	background-image:url(images/window_lrg_top.jpg);
	background-repeat:no-repeat;
	width:403px;
	height: 40px;
}
.window_lrg_mid{
	padding: 0 30px 0 30px;
	background-image:url(images/window_lrg_mid.jpg);
	background-repeat:repeat-y;
	margin-right: 38px;
	width:365px;
}
.window_lrg_bottom{
	padding-left: 40px;
	background-image:url(images/window_lrg_bottom.jpg);
	background-repeat:no-repeat;
	width:403px;
	height: 49px;
}
.float_left{
	padding-top: 10px;
	padding-left: 20px;
	clear: left;
	float: left;
}
.float_right{
	padding-top: 10px;
	padding-right: 35px;
	clear: right;
	float: right;
}

.recentinfo{
	font-weight: 100;
	font-size: 11px;
}

/********************************************************************/
/****************** Page nav stuff *********************************/
/******************************************************************/
.pagenav_link{
	background-color:#CAB7A4;
}
.pagenav_nolink{
	background-color:#411F07;
	color:#CDCCA7;
}
/*****************************************************************/
.smLinks{
	font-size: 10px;
}

/*******************************************************************/
/*********************** Movie Display styles *********************/
/*****************************************************************/
.ratingBox {
	width: 92px;
	height: 72px;
	background-image:url(images/shiny1.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
.ratingValue{
	color:#0D1133;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
	padding-top: 17px;
	padding-bottom: 4px;
	margin-bottom: 0;
	line-height: 30px;
	height: 24px;
	width: 90px;
}
.ratingBoxCaption{
	text-align: center;
	font-size: 8px;
	font-weight:normal;
	color:#FFFFFF;
	width: 90px;
}
.ratingDesc {
	padding: 7px 10px 5px 20px;
	width: 180px;
	height: 60px;
	float: left;
}

.ratingDetail {
	padding: 7px 10px 5px 20px;
	/*border-left: solid 2px #CEB078;*/
	background-image:url(images/grey_divide.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 60px;
	float: left;
}
.ratingPadding{
	padding: 4px 2px 2px 2px;
}
/*** Enum variation ***/
.ratingValueEnum{
	color:#FFFFFF;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 4px;
	margin-bottom: 0;
	height: 29px;
	width: 90px;
}
.ratingsTitle{
	background-image:url(images/ratingstop.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 45px;
}
.ratingsTitle h2{
	font-size: 24px;
	padding: 6px 0 0 20px;
}
.ratingsFooter{
	background-image:url(images/ratingsbottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
	
	text-align: center;
	color:#3C3F46;
	font-size: 10px;
}
.ratingsMid{
	background-image:url(images/ratingsmid.jpg);
	background-repeat:repeat-y;
}
#ratingList{
	margin-left: 10px;
	display: none;
}
.ratingtitle1{
	background-image:url(images/ratingexpand.gif);
	background-repeat: no-repeat;
	background-position: right; 
	margin-right: 25px;
}
.ratingtitle2{
	background-image:url(images/ratingmin.gif);
	background-repeat: no-repeat;
	background-position: right; 
	margin-right: 25px;
}
/**************************************************************/
/************ List movies *************************************/
/**************************************************************/
.listmov{
	
}
.listmov ul li{
	list-style: none;
	clear:both;
	padding-top: 10px;
	background-image:url(images/listdivider.gif);
	background-position: top center;
	background-repeat:no-repeat;
}

.listimg{
	width: 35px;
	float: left;
	height: 50px;
}
.listdesc{
	text-align: left;
	float: left;
	padding-bottom: 10px;
}
.topRated{
	font-weight: 900;
	color:#60441E;
}
/**************************************************************/
/************   Paging    *************************************/
/**************************************************************/

/*.arrowLeft{
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 10px solid #f6f6f6;
	border-right: 20px solid #384247;
	border-bottom: 10px solid #f6f6f6;
	margin: 0;
}
.arrowRight{
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 10px solid #f6f6f6;
	border-left: 20px solid #384247;
	border-bottom: 10px solid #f6f6f6;
}*/
.paging{
	text-decoration:none;
	background-color:#384247;
	border: 1px solid #0D0E0F;
	color:#FFFFFF;
	padding: 3px;
}
.paging:hover{
	text-decoration:none;
	background-color:#AAB1BF;
	border: 1px solid #0D0E0F;
	color:#333333;
	padding: 3px;
}
.pageCurrent{
	background-color:#AAB1BF;
	border: 1px solid #0D0E0F;
	color:#333333;
	padding: 3px;
}