/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			UDO-landing page
LAST UPDATED:	19th June 2009
AUTHOR:			Ben Johnson

NOTES:		stripped css

-- CONTENTS -----------------------------------------------

	=1:		[STANDARDS / HTML]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[MAIN.TPL COLUMN]
	=5:		[SIDEBAR COLUMN]
	=6:		[FOOTER]
	=7:		[LISTS]
	=8:		[FORMS]
	=9:		[IMAGES]
	=10:	[MISC]	
	
---------------------------------------------------------*/


/*------=1:	[STANDARDS / HTML] -----------------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #f4f4f4;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #131315 url(../images/background.jpg) center top no-repeat;
}

/*------=2:	 [LINKS] ---------------------------------------*/
a { text-decoration: none;	color: #f4f4f4; }
a:hover { text-decoration: underline; }

/*------=3:	 [COMMON ELEMENTS] -----------------------------*/
hr {
	height: 1px;
	background-color: #323232;
	border: 0px;
	width: 90%;
}

.floatLeft { float: left; }
.floatRight { float: right; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.clearBoth { clear: both; }

p { 
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 11px;
	text-align: left;
	line-height: 10pt;
	letter-spacing: 0.5px;
	margin: 0.5em 0 1.5em 0pt;
	padding: 0;
}

.bold {	font-weight: bold; }

strong { font-weight: bold; }
	
h1 {
	font-size: 16pt;
	line-height: 2.5em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.5pt;
	padding: 0 0 8px 8px;
}

h2 {
	font-size: 16pt;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.5pt;
	padding: 0 0 15px 8px;
}
	.yellowTitle {	background: url(../images/headingStyles/yellow.png) bottom right no-repeat;	}
	.blueTitle {	background: url(../images/headingStyles/blue.png) bottom right no-repeat;	}
	.pinkTitle {	background: url(../images/headingStyles/pink.png) bottom right no-repeat;	}
	.greenTitle {	background: url(../images/headingStyles/green.png) bottom right no-repeat;	}
	.purpleTitle {	background: url(../images/headingStyles/purple.png) bottom right no-repeat;	}

h3 {
	font-size: 14pt;
	line-height: 2em;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.hide {	display: none; }

.date {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0pt;
	line-height: 5px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-transform: none;
}
.underconstruction {
	margin: 25px 40px 0 0;
	float: right;
}


/*------=4:	 [MAIN.TPL] ------------------------------*/
#page {
	margin: 0 auto;
	text-align: left;
	width: 1014px;
}

#container {
	width: 1014px;
	margin: 0 auto;
	padding-bottom:200px;
}

#language {
	float: left;
}
#languageselect {
	width: 445px;
	height: 400px;
	margin: 380px 0 0 90px;
}
h2.newsite {
	font-size: 18pt;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	line-height: 40px;
}
h2.language:hover {
	text-decoration: underline;
}
div.flags {
	margin: 0 0 0 20px;
}
img.flag {
	margin: 0 1px 0 0;
	float: left;
}

#header {
	height: 390px;
	width: 965px;
	position: relative;
	padding-left: 27px;
}
	
#topnav div {
	float: left;
}

#topnav {
	position:relative;
}	

	#topnav .leftShadow {
		position:absolute;
		top:0;
		left:-27px;
	}
	
	#topnav .rightShadow {
		position:absolute;
		top:0;
		right:-27px;
	}

#topnav div a {
display: block;
height: 83px;
width: 100%;
}
#topnav {
	height: 83px;
	width: 960px;
	position: absolute;
	top: 309px;
	float:left;
	background: url('../images/topNavTop.jpg') no-repeat;
}
.pixeltop {
	margin: 306px 0 0 0;
	position: absolute;
}
.menu {
	margin-top: 1px;
	width: 139px;
	height: 82px;	
}
	#english {	background: url('../images/menu/english.jpg') no-repeat; width: 141px; }
	#english:hover { background: url('../images/menu/english_hover.jpg') no-repeat; width: 141px; }
	#italian { background: url('../images/menu/italian.jpg') no-repeat; }
	#italian:hover {	background: url('../images/menu/italian_hover.jpg') no-repeat;	}
	#german { background: url('../images/menu/german.jpg') no-repeat; }
	#german:hover {	background: url('../images/menu/german_hover.jpg') no-repeat;	}
	#spanish { background: url('../images/menu/spanish.jpg') no-repeat; width: 124px; }
	#spanish:hover { background: url('../images/menu/spanish_hover.jpg') no-repeat; width: 124px; }
	#danish {	background: url('../images/menu/danish.jpg') no-repeat;  }
	#danish:hover { background: url('../images/menu/danish_hover.jpg') no-repeat;  }
	#dutch { background: url('../images/menu/dutch.jpg') no-repeat; }
	#dutch:hover { background: url('../images/menu/dutch_hover.jpg') no-repeat; }
	#french { background: url('../images/menu/french.jpg') no-repeat; }
	#french:hover { background: url('../images/menu/french_hover.jpg') no-repeat; }
	
#contents {
background: url('../images/main-shadow.png') repeat-y;
width: 1014px;
float: left;
}
#topcontents {
background: url('../images/content_bg_top.png') no-repeat top;
min-height: 486px;
width: 960px;
margin: 0 27px;
}
#bottomcontents {
background: url('../images/content_bg_bottom.png') no-repeat bottom;
height: 232px;
width: 1014px;
float: left;
}
#bodyContents {
	width: 790px;
	float: left;
	margin: 20px 10px 0 15px;
	padding: 0;
}
	* html #bodyContents { width: 770px;  }

#column {
	width: 780px;
	float: left;
	display:inline;
	margin: 0 8px 8px 8px;
}
#bodyContents p {
	font-size: 14px;
	line-height: 16px;	
	text-align: justify;
}
.logo {
	margin: 10px 10px 0 15px;
	float: left;
}
.logotext {
	font-size: 14px;
	margin: 40px 0 0 0; 
	line-height: 18px;
}
#language {
	width: 670px;
	margin: 0 0 0 60px;
}
#language .country {
	width: 335px;
	height: 120px;
	float: left;
}
#language .country h2 {
	font-size: 14pt;
	line-height: 1.5em;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: -0.5pt;
	padding: 45px 0 3px 8px;
}
.thumbnail { 
	float: right;
	margin: 0 5px 10px 10px;
}
/*------=5:	 [SIDEBAR COLUMN] ------------------------------*/
#banner {
	margin: 20px 12px 0 0;
	width: 130px;
	float: left;
}
	* html #banner { float: none; }

	#banner img {
		margin: 0 5px 20px 5px;
		border: groove 1px #403e32;	
		padding: 0;
	}

/*------=6:	 [FOOTER] --------------------------------------*/
#footer {
	width: 900px;
	height: 150px;
	float: left;
	margin-left: 55px;
	padding: 40px 0 0 0;
}
	* html #footer { float: none; }
	
.footerItems {
	margin: 0 0 0 25px;
	padding: 65px 20px 0 0;
	width: 130px;
	float: left;
	display:inline;
	background: url('../images/footerseparator.jpg') no-repeat bottom right;
}
.footerItemsImg {
	margin: 0 0 6px 25px;
	padding: 0 14px 0 24px;
	width: 130px;
	float: left;
	display:inline;
	background: url('../images/footerseparator.jpg') no-repeat bottom right;
}
.footerItemsLast {
	margin: 0 0 0 25px;
	padding: 65px 0 0 0;
	width: 130px;
	float: left;
	display:inline;
	background: none;
}

.showreel {
	width:407px;
	height:52px;
	display:block;
	background:url(../images/showreel_off.png) no-repeat;
	position:relative;
	top:-20px;
	left:20px;
}

.showreel:hover {
	background:url(../images/showreel_on.png) no-repeat;
}

.popupHolder {
	position:absolute;
	top:50px;
	padding:10px 10px 30px 10px;
	background:#fff url(../images/loading.gif) no-repeat center center;
	z-index:101;
	display:none;
}

.textBox p {
	padding:5px 0 5px 0;
}

.textBox p:first-child {
	font-weight:bold;
}

.close {
	width:50px;
	height:50px;
	background:url(../images/close.png);
	top:-20px;
	right:-20px;
	position:absolute;
	cursor:pointer;
}


/*------=7:	 [LISTS] ---------------------------------------*/


/*------=8: [FORMS] ---------------------------------------*/

	
/*------=9: [IMAGES] --------------------------------------*/
img {border: 0px; display: block;}	

/*------=10: [MISC] ----------------------------------------*/
.red { color: #cc0000; }
.green { color: #00FF00; }
.blue { color: #00CC00; }
.black { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #666666; }
.amber { color: #FF6600; }

p#underconstruction {
	margin: 80px 0 0 20px;
	font-size: 18px;
	text-align: left;	
	line-height: 22px;
}