/* 2xs films */

html {
	background-color: #ffffff;
	height:100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align:center;
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:100%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img	{
	border: none; 
}


img	{
	margin: 0;
	border:none; 
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both; 
}

.hidden {
	display: none;
}
:focus { outline: 0; } 

/* Main structure
---------------------------------------------------------------------------------------------------*/

#maincontainer {
	margin:0 auto;
	width:906px;
	height:100%;
	padding:0px;
	text-align:left;
}

/* Left area
---------------------------------------------------------------------------------------------------*/

#leftarea {
	width: 269px; 
	height: 476px; 
	margin: 0; 
	padding: 0 0 0 0;
	float:left;
}

#leftarea #logoarea {
	width: 269px; 
	height: 269px; 
	margin: 0; 
	padding: 0 0 0 0;
	float:left;
}

h1#logo {
    height: 269px; /* height of the replacement image */
	width: 269px;
	display: block;
	margin: 0;
    background-repeat: no-repeat;
	cursor: pointer;
}

h1#logo {
    background-image: url(../images/logo.png);
}

#leftarea #navarea {
    height: 169px;
	width: 269px;
	margin: 0;
}


/* Menu list
---------------------------------------------------------------------------------------------------*/

ul#menuList{
	list-style-type:none;
	height: 29px;
	width: 148px;
	margin: 0;
	padding-left:121px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;

}

ul#menuList li{
	display:inline;
	padding:0px;
	margin:0;
}


.navitems a:hover{
 margin:0;
 background-image:url(../images/nav/highlighter.png);
background-repeat:no-repeat;
background-position:right;
}

.chsnnavitems{
 margin:0 auto;
  background-image:url(../images/nav/highlighter.png);
background-repeat:no-repeat;
background-position:right;
}


/* Mid area
---------------------------------------------------------------------------------------------------*/

#midarea {
	width: 501px; 
	height: 476px; 
	margin: 0; 
	padding: 0;
	float:left;
}

#midarea #midline {
	width: 501px; 
	height: 16px; 
	margin: 0; 
	padding: 0;
	float:left;
	background-color:#196bab;
}

#midarea #midbanner {
	width: 487px; 
	height: 269px; 
	margin: 0 0 0 14px; 
	padding: 0;
	float:left;
}

#midarea #midbanner #image {
	width: 487px; 
	height: 269px; 
	margin: 0 0 0 14px; 
	padding: 0;
	float:left;
}

#midarea #midfilm {
	width: 501px; 
	height: 285px; 
	margin: 0; 
	padding: 0;
	float:left;
	background-image:url(../images/blueline.png);
	background-repeat:repeat-x;
}

#midarea #midfilm #film {
	width: 487px;
	height:285px;
	float:right;
	}

#midarea #midtext {
	width: 430px; 
	height: 286px; 
	margin: 0 0 0 14px;
	padding: 10px 14px 0 0;
	float:left;
}

.bodycopytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#196bab;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#196bab;
}

.greycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2e9fee;
}

.smalltextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#196bab;
}

/* Right area
---------------------------------------------------------------------------------------------------*/

#rightarea {
	width: 136px; 
	height: 476px; 
	margin: 0; 
	padding: 0;
	float:right;
}

#flashcontent { 
	height:467px;
	width: 125px;
	margin: 0; 
	padding: 0;
}

#rightarea #thumbs { 
	width: 136px;
	margin-left: 4px; 
	float:right;
}

ul#thumbList{
	list-style-type:none;
	height: 25px;
	width: 132px;
	margin: 0;
	padding: 0;

}

ul#thumbList li{
	display:inline;
	padding:0;
	
}



/* Navigation links
---------------------------------------------------------------------------------------------------*/

a.bodycopy:link {color:#196bab; text-decoration: none}
a.bodycopy:visited {color:#196bab; text-decoration: none}
a.bodycopy:hover {color:#2e9fee; text-decoration:underline;}


a.greycopy:link {color:#2e9fee; text-decoration: none}
a.greycopy:visited {color:#2e9fee; text-decoration: none}
a.greycopy:hover {color:#196bab; text-decoration:underline;}


/* tooltip
---------------------------------------------------------------------------------------------------*/


