/* ImagoFilm Screen Style */

.print {
display: none;
}

/* General */

body {
	margin: 0;
	padding: 0;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	font-family: Arial, Helvetica, 	sans-serif;
	color: #4E4E4E;
	font-size: 10px;
	text-align: center;
}

a img {
	border: none;
}

a:link, a:active, a:visited {
	color: #3A48A5;
	text-decoration: none;
}

a:hover {
	color: #C8221A;
}


/* Head */

#printhead {
	display: none;
}

#head {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	font-size: 1.1em;
	width: 950px;
	margin-bottom: 5px;
	border: #000000 1px solid;
	background-color: #FFFFFF;
}

#headimg-home {
	position: relative;
	display: block;
	width: 950px;
	height: 300px;
}

#headimg {
	position: relative;
	display: block;
	width: 950px;
	height: 140px;
	overflow: hidden;	
}

#header {
	position: relative;
	display: block;
	text-align: left;
	font-size: 1.1em;
	padding: 5px;
	background-color: #FFFFFF;
}

#language {
display: block;
position: absolute;
right: 0px;
bottom: 0px;
padding: 5px;
text-align: right;
font-weight: bold;
}

#buy {
position: absolute;
right: 10px;
top: 10px;
text-align: center;
background-color: #FFFFFF;
border: #000000 1px solid;
padding: 5px;
}

/* Content*/

#content {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 950px;
	padding-top: 10px;
	border: #000000 1px solid;
	background-color: #FFFFFF;
}

.link {
	display: inline;
	position: relative;
	font-size: 1.1em;
	padding: 2px;
	font-weight: bold;
}

.link a:link, .link a:active, .link a:visited {
	border-left: #000000 3px solid;
	border-bottom: #000000 1px solid;
	text-decoration: none;
	width: 100px;
	color: #4E4E4E;
}

.link a:hover {
	border-left: #C8221A 3px solid;
	border-bottom: #C8221A 1px solid;
	color: #C8221A;
}


/* Page*/

#page {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 890px;
	padding: 30px;
	text-align: justify;
	font-size: 1.2em;
}

.title {
	color: #C8221A;
	font-size: 14px;
	text-align: left;
	font-weight: bold;

}

.subtitle {
	color: #C8221A;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.mini {
	text-align: justify;
	font-size: 10px;
	color: #C8221A;
}

.left {
	width: 33%;
	padding: 10px;
	text-align: right;
	vertical-align:top;
	font-weight: bold;
}

.center {
	padding: 10px;
	text-align: justify;
	vertical-align:top;
}

.right {
	width: 33%;
	padding: 10px;
	text-align: left;
	vertical-align:top;
}

tr {
	margin-top: 1em;
}


/* Foot*/

#foot {
	position: relative;
	margin: 0 auto;
	font-size: 1.2em;
	padding: 1em;
}