﻿/* General styles */
* 
{
	margin:0px;
	padding:0px;
	border:none;
}
html, body	{ height:100%; }
div{border: none; }

#google
{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
}
/*************/
/* Main parts*/
/*************/
div.content
{
	display:block;
	width:100%;
	min-height:100%;
}
		div.header
		{
			height:67px;
			display:block;
			width:100%;
		}
				div.headerLeft
				{
					display:block;
					float:left;
					width:72px;
					height:46px;
					margin-top:20px;
					margin-left:20px;
				}
				div.headerRight
				{
					display:block;
					float:right;
					width:131px;
					height:47px;
					margin-top:20px;
					margin-right:20px;
				}
				div.headerRightVideo
				{
					display:block;
					float:right;
					width:131px;
					height:47px;
					margin-top:20px;
					margin-right:20px;
				}
		div.links
		{
			width:100%;
			display:block;
			margin-top:40px;
			margin-bottom:40px;
		}
				div.link
				{
					margin-left:20px;
				}
						div.linkImage
						{
							display:block;
							width:442px;
							height:70px;
						}
				div.shutter
				{
					padding-left:10px;
					padding-right:10px;
					overflow:hidden;
				}
						div.items
						{	
							overflow:auto;
							width:100%;
						}
								div.item
								{
									overflow:hidden;
									float:left;
									width:130px;
									height:160px;
									
									margin-left:10px;
									margin-right:10px;
									margin-top:10px;
									margin-bottom:0px;
								}
								div.uk
								{
									background-repeat:no-repeat;
									margin-left:10px;
									padding-left:46px;
									padding-top:10px;
									min-height:38px;
								}
								div.us
								{
									background-repeat:no-repeat;
									margin-left:10px;
									padding-left:46px;
									padding-top:10px;
									min-height:38px;
								}
								div.credits
								{
									padding-top:10px;
									margin-left:10px;
								}
		div.footerSpacer
		{
			display:block;
			height:65px;
		}
div.footer
{
	display:block;
	height:65px; 
	margin-top:-65px;
}
		div.footerLeft
		{
			display:block;
			float:left;
			width:480px;
			margin-left:20px;
		}
		div.footerRight
		{	
			display:block;
			width:280px;
			float:right;
			text-align:right;
			margin-right:20px;
		}


/**********/
/* Images */
/**********/
img.thumbnail
{
	display:block;
	width:130px;
	height:91px;
	margin-bottom:5px;
}
/***************/
/* text styles */
/***************/
span
{
	font-family: Arial,Verdana,Tahoma;
	font-size:11px;	
	font-style:normal;
	text-decoration:none;
}
a { text-decoration:none; }
span.thumbnail
{
	font-size:10px;
	font-weight:normal;
}
span.lightLinks
{
	font-weight:bold;
}
span.hardLinks
{
	font-weight:bold;
}
span.videoInfo
{
	font-size:10px;
	font-weight:bold;
}
span.contacts
{
	font-size:11px;
	font-weight:bold;
}
/***********/
/* Anchors */
/***********/
a#headerLeft
{
	display:block;
	width:100%;
	height:100%;
}
a#headerRightLink
{
	display:block;
	width:100%;
	height:100%;
}
a#prevMov
{
	display:block;
	position:relative;
	top:-17px;
	left:0px;
	margin-top:2px;
	width:10px;
	height:8px;
	background-repeat:no-repeat;
}
a#prevMov span	{ display:none; }
a#nextMov
{
	position:relative;
	top:-25px;
	left:52px;
	display:block;
	width:16px;
	height:8px;
	background-repeat:no-repeat;
}
a#nextMov span	{ display:none; }

/****************/
/* Video Player */
/****************/
div.video
{
	margin-top:40px;
	margin-bottom:40px;
}
		div.videoInfo
		{
			margin:auto;
			display:block;
			height:17px;
			margin-bottom:4px;
		}
				div.videoInfoLeft
				{
					padding-top:2px;
					float:left;
				}
				div.videoInfoRight
				{
					width:70px;
					padding-top:2px;
					float:right;
					overflow:hidden;
					height:17px;
				}
						div.movClose
						{
							position:relative;
							left:14px;
							top:0px;
							height:17px;
							display:block;
							overflow:hidden;
						}
		div.movPlayer
		{
			margin:auto;
			display:block;
		}
/* video player for iphone*/
		div.mov_iphone
		{
			width:397px;
			height:158px;
			overflow:hidden;
			margin:auto;
		}
				div.prevMov_iphone
				{
					display:block;
					position:relative;
					top:63px;
					width:61px;
					height:32px;
				}
				div.movPlayer_iphone
				{
					display:block;
					position:relative;
					top:-32px;
					left:86px;
					width:225px;
					height:156px;
				}
				div.nextMov_iphone
				{
					display:block;
					position:relative;
					top:-125px;
					left:338px;
					width:61px;
					height:32px;
				}




/* styles for no script version */
a.linkImage
{
	display:block;
	width:442px;
	height:70px;
}
a#link1			{ background-image:url(../images/l1_d_a.jpg); }
a#link1 span	{ display:none; }
a#link1:hover	{ background-image:url(../images/l1_d_b.jpg); }
a#link1:active	{ background-image:url(../images/l1_d_b.jpg); }

a#link1_selected		{ background-image:url(../images/l1_d_b.jpg); }
a#link1_selected span	{ display:none; }
a#link1_selected:hover	{ background-image:url(../images/l1_d_b.jpg); }
a#link1_selected:active	{ background-image:url(../images/l1_d_b.jpg); }

a#link2			{ background-image:url(../images/l2_d_a.jpg); }
a#link2 span	{ display:none; }
a#link2:hover	{ background-image:url(../images/l2_d_b.jpg); }
a#link2:active	{ background-image:url(../images/l2_d_b.jpg); }

a#link2_selected		{ background-image:url(../images/l2_d_b.jpg); }
a#link2_selected span	{ display:none; }
a#link2_selected:hover	{ background-image:url(../images/l2_d_b.jpg); }
a#link2_selected:active	{ background-image:url(../images/l2_d_b.jpg); }

a#link3			{ background-image:url(../images/l3_d_a.jpg); }
a#link3 span	{ display:none; }
a#link3:hover	{ background-image:url(../images/l3_d_b.jpg); }
a#link3:active	{ background-image:url(../images/l3_d_b.jpg); }

a#link3_selected		{ background-image:url(../images/l3_d_b.jpg); }
a#link3_selected span	{ display:none; }
a#link3_selected:hover	{ background-image:url(../images/l3_d_b.jpg); }
a#link3_selected:active	{ background-image:url(../images/l3_d_b.jpg); }

a#link4			{ background-image:url(../images/l4_d_a.jpg); }
a#link4 span	{ display:none; }
a#link4:hover	{ background-image:url(../images/l4_d_b.jpg); }
a#link4:active	{ background-image:url(../images/l4_d_b.jpg); }

a#link4_selected		{ background-image:url(../images/l4_d_b.jpg); }
a#link4_selected span	{ display:none; }
a#link4_selected:hover	{ background-image:url(../images/l4_d_b.jpg); }
a#link4_selected:active	{ background-image:url(../images/l4_d_b.jpg); }

a#link5			{ background-image:url(../images/l5_d_a.jpg); }
a#link5 span	{ display:none; }
a#link5:hover	{ background-image:url(../images/l5_d_b.jpg); }
a#link5:active	{ background-image:url(../images/l5_d_b.jpg); }

a#link5_selected		{ background-image:url(../images/l5_d_b.jpg); }
a#link5_selected span	{ display:none; }
a#link5_selected:hover	{ background-image:url(../images/l5_d_b.jpg); }
a#link5_selected:active	{ background-image:url(../images/l5_d_b.jpg); }

div.staticShutter
{
	padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
}
div.staticItems
{
	overflow:auto;
	width:100%;
}
div.staticItem
{
	overflow:hidden;
	float:left;
	width:150px;
	height:150px;
	
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:0px;
}

/********************/
/* iPhone overrides */
/********************/
div.linkImageIphone
{
	width:221px;
	height:35px;
}
div.footerSpacerIphone
{
	height:110px;
}
div.footerIphone
{
	height:110px; 
	margin-top:-110px;
}
div.footerLeftIphone
{
	width:460px;
}
/* no footerRight for iPhone */

