/*
	Basic styles
*/
body {
	background-color: #eee;
	color: black;
	background-image: url(../images/bg_grad.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 20px;
}



/*
	Menu section
*/

.menuitem {
	position: absolute;
	padding: 0;
	margin: 0;
}

#menuitem1 { left: 50px; }
#menuitem2 { left: 190px; }
#menuitem3 { left: 330px; }
#menuitem4 { left: 470px; }

h1, #logo {
	z-index: 300;
}
h1 {
	top: 50px;
}
#logo {
	left: 670px;
	top: 13px;
}

a.menuitem {
	top: 75px;
	z-index: 100;
	text-decoration: none;
	-webkit-transition: margin-top 0.2s ease;
	-moz-transition: margin-top 0.2s ease;
	-o-transition: margin-top 0.2s ease;
	transition: margin-top 0.2s ease;
}
a.menuitem:hover {
	margin-top: -25px;
}
a.menuitem img {
	border: none;
}



/*
	Main section
*/

#main {
	position: absolute;
	width: 760px;
	top: 166px;
	z-index: 200;
	background-color: white;
	color: black;
	border: 1px solid #ccc;
	padding: 50px 0px 0px 0px;

	font: 10pt "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	line-height: 1.6em;
}
#main #logoSpacer {
	width: 120px;
	height: 90px;
	float: right;
}

#main a {
	color: #333;
	text-decoration: underline;
}
#main a:hover {
	background-color: #666;
	color: white;
	text-decoration: none;
}
#main a:hover img {
	background-color: #666;
	border: 1px solid #666;
}




/*
	Main / Left subsection
*/
#main #left {
	padding: 0px 185px 0px 20px;
	text-align: left;
}
#main #left.wide {
	padding-right: 20px !important;
}

#main #left h2 {
	font: 20pt "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 1em 0 1em 0;
}
#main #left h3 {
	font: 14pt "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin: 1em 0 0.2em 0;
}
#main #left h3 a {
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}
.author {
	color: #666;
	font-size: 0.85em;
	letter-spacing: 0;
}
#main #left p, #main #left ul {
	margin: 0px 0px 0.8em 0px;
}

#main #left ul {
	list-style: square;
}

#main #left .production {
	clear: both;
	padding-bottom: 20px;
}
#main #left .indented {
	padding-left: 140px;
}

/*
	Main / Right subsection
*/

#main #right {
	position: relative;
	float: right;
	width: 150px;
	margin: 100px 20px 20px 0;

	font: 9pt "Trebuchet MS",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #666;
}

#main #right h3 {
	font: 8pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 2px;
	letter-spacing: 0.05em;
	margin: 0.8em 0 0 0;
	color: white;
}
#main #right p {
	margin-top: 0.3em;
}

.news p {
	padding: 6px 0 12px 16px;
	margin: 0px;
	background-image: url(../images/news_star.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #666;
	line-height: 1.4em;
}

/*
	Main / Footer subsection
*/

#main #footer {
	clear: both;
	text-align: left;
	font: 7pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
	background-color: #ccc;
	color: #666;
	padding: 5px 5px 5px 20px;
	margin-top: 15px;
}
#main #footer p {
	margin: 0;
}
#main #footer a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#main #footer a:hover {
	color: white;
}

#main img {
	padding: 4px;
	border: 1px solid #ccc;
}


/*
	Smallprint subsection
*/
table.smallprint {
	font-size: 0.9em;
	color: #666;
	clear: both;
	line-height: 1.3em;
}
table.smallprint tr {
	vertical-align: top;
}
table.smallprint td {
	padding-right: 30px;
}
table.smallprint img {
	padding: 0 !important;
	border: none !important;
}
table.smallprint h4 {
	color: #333;
	font-weight: bold;
	margin: 0;
}

/*
	General styles
*/

.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.left {
	float: left;
	margin: 0px 10px 10px 0px;
}
big {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
}

.linkback {
	font: 8pt Verdana,Arial,Helvetica,sans-serif;
	color: #999;
	margin: 0.5em 0 -1.8em 0;
}
.linkback a {
	color: #999 !important;
}
.linkback a:hover {
	color: white !important;
}
img.thumbnail {
	max-height: 40px;
	max-width: 40px;
	vertical-align: middle;
}

small {
	font-size: 0.9em;
}
/*
	Elements to hide on screen but show in print
*/
.printOnly {
	display: none;
}
