@import url(reset.css);

body {
	background:#EDEEE7 url(/assets/images/layout/page-background.png) repeat-x;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:130%;
	color:#7294A4;
}

#container {
	padding:30px 20px;
	width:960px;
}

#header {
	position:relative;
	height:80px;
	margin-bottom:50px;
}

#header #ipmlogo {
	position:absolute;
	top:0;
	left:0;
}

#bodycontent {
	overflow:hidden;
}

#bodycontent #sidebar {
	float:left;
	width:160px;
	margin-right:60px;
	font-size:12px;
}

#sidebar #navigation {
	line-height:200%;
	margin: -6px 0px 75px 0px ;
}

#sidebar #contactdetails {
	line-height:150%;
}

#sidebar #contactdetails p.adr {
	margin-top:20px;
}

#bodycontent #content {
	float:left;
	width:740px;
}

/* LINKS */
a {
color:#7294A4;
	text-decoration:none;

}
	
/* NAVIGATION */
#navigation a {
	
}

body.productions #navigation li.productions a,body.currentprojects #navigation li.currentprojects a,body.aboutus #navigation li.aboutus a,body.partners #navigation li.partners a,body.contact #navigation li.contact a {
	font-weight:bold;
	font-size:13px;
}


	
/* !SECTIONS */

	
/* !*productions */
body.productions #productions {
	overflow:hidden;
	position:relative;
}

body.productions #productions li {
	float:left;
	margin:0 5px 5px 0;
	height:160px;
	width:160px;
	padding:10px;
	background-color:#F4F4F4;
	position:relative;
	cursor:pointer;
	display:none;
}

body.productions #productions li:hover,body.productions #productions li.hover {
	background-color:#fff;
}

body.productions #productions li img.thumbnail {
	position:absolute;
	top:80px;
}

body.productions #productions li h2.title,body.productions #viewer h2.title {
	border-top:2px solid #7294A4;
	padding-top:10px;
	font-weight:bold;
}

body.productions #productions li h3.channel,body.productions #viewer h3.channel {
	color:#999999;
}

body.productions #productions li div.description,body.productions #productions li div.videourl {
	display:none;
}

body.productions #viewer {
	display:none;
	position:absolute;
	height:345px;
	width:720px;
	padding:10px;
	background-color:#fff;
	z-index:9900;
}

body.productions #viewer div.description {
	width:255px;
	position:absolute;
	top:115px;
	left:465px;
	height:240px;
}

body.productions #viewer div.description p {
margin-bottom: 10px;

}

body.productions #viewer #player {
	position:absolute;
	top:115px;
	left:10px;
	width:390px;
	height:240px;
}

body.productions #viewer #closewindow {
	position:absolute;
	top:20px;
	right:10px;
	padding-right:25px;
	background:transparent url(../images/layout/close-x.png) no-repeat top right;
	height:17px;
	cursor:pointer;
}

body.productions #mask {
	position:absolute;
	z-index:9000;
	background-color:#333;
	display:none;
}


	
/* !*about us */
body.aboutus #content,body.currentprojects #content {
	width:550px;
	font-size:20px;
	line-height:140%;
}

body.aboutus #content p {
	margin-bottom:20px;
}


	
/* !*currentprojects */
body.currentprojects dt {
	border-top:2px solid #7294A4;
	border-bottom:2px solid #7294A4;
	padding:10px 0;
	margin-bottom:30px;
	font-weight: bold;
}

body.currentprojects span.currentprojectstitle {
	font-weight:bold;
}

body.currentprojects dd {
	padding:10px 0;
}

body.currentprojects p {
	margin-bottom:30px;
}


/* !*partners */

body.partners #bodycontent #content {
width: 550px;
line-height: 130%;
}

body.partners #partnerlist {
border-top: 2px solid #7294A4;
overflow: visible;
}

body.partners #partnerlist li {

padding:20px 0px;
border-bottom: 2px solid #7294A4;
overflow: visible;
min-height:91px;
height:auto !important;
height: 91px;
}

body.partners #partnerlist li img {
float:left;
margin-right:20px;
}

body.partners #partnerlist li div {
width: 370px;
float:right;
}

body.partners #partnerlist li p.link {
margin-bottom: 20px;
}

body.partners #partnerlist li a {
font-weight: bold;

}

/* !*terms and conditions */

body.termsandconditions #bodycontent #content {
width: 550px;
border-top: 2px solid #7294A4;
padding-top: 20px;
}

body.termsandconditions #content p,
body.termsandconditions #content  li {
margin-bottom: 20px;
}
