﻿/**************************************************************************************************/
/***** GENERAL *****/
/**************************************************************************************************/

* {
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #6d8faa;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
}
a
{
	text-decoration: none;
}
img
{
	border-style: none;
}

/**************************************************************************************************/
/***** CONTENT WRAPPER *****/
/**************************************************************************************************/

#wrapper
{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

/**************************************************************************************************/
/***** TITLES *****/
/**************************************************************************************************/

#title
{
	background-image: url('../images/title.png');
	background-repeat: no-repeat;
	width: 596px;
	height: 65px;
	position: absolute;
	top: 50px;
	left: 290px;
}
#subtitle
{
	background-image: url('../images/subtitle.png');
	background-repeat: no-repeat;
	width: 222px;
	height: 28px;
	position: absolute;
	top: 130px;
	left: 640px;
}

#postit
{
	background-image: url('../images/postitNote2025.png');
	background-repeat: no-repeat;
	width: 256px;
	height: 253px;
	position: absolute;
	top: 34px;
	left: 15px;
	z-index: 100;
}

/**************************************************************************************************/
/***** MAIN MENU *****/
/**************************************************************************************************/

#menu
{
	position: relative;
	top: 178px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 76px;
	z-index: 10;
}
#menu a
{
	color: white;
	display: block;
	/*text-indent: -900%;*/
	white-space: nowrap;
	position: absolute;
	outline: none;
}
#menu a.yellow {color: #ffff37;}
#menu a.green {color:#99FF99; font-weight: bold;}

#menu a:hover
{
	background-position: left bottom;
	color: #FFCC66;
}
#menu span
{
	display: none;
	position: absolute;
}
#menu a:hover span
{
	display: block;
}
.menuHome
{
	width: 118px;
	height: 76px;
	background-image: url('../images/menuHome.png');
	left: 50px;
	top: 0px;
	z-index: 12;
}
.menuBDwithJig
{
	width: 417px;
	height: 76px;
	background-image: url('../images/menuBDwithJig.png');
	left: 168px;
	top: 0px;
	z-index: 12;
}
.menuTandT
{
	width: 281px;
	height: 76px;
	background-image: url('../images/menuTandT.png');
	left: 585px;
	top: 0px;
	z-index: 12;
}
.menuFSOneBD
{
	width: 162px;
	height: 76px;
	background-image: url('../images/menuFSOneBD.png');
	left: 866px;
	top: 0px;
	z-index: 12;
}
.menuOldBD
{
	width: 197px;
	height: 76px;
	background-image: url('../images/menuOldBD.png');
	left: 1028px;
	top: 0px;
	z-index: 12;
}

#menu li.off .submenu
{
	display: none;
}
#menu li.off:hover .submenu
{
	display: block;
}
.submenu
{
	background-image: url('../images/submenu.png');
	background-repeat: no-repeat;
	color: #999999;
	position: relative;
	top: 48px;
	width: 1180px;
	height: 123px;
	margin: 0px auto 10px auto;
	z-index: 0;
}
.submenu li
{
	list-style: none;
	font-size: 12px;
}


.bold {font-weight: bold;}
.obsolete {font-weight: bold; color: #ffff37;}

.row_1 {position: absolute; top: 36px;}
.row_1point5 {position: absolute; top: 46px;}
.row_2 {position: absolute; top: 56px;}
.row_2point5 {position: absolute; top: 66px;}
.row_3 {position: absolute; top: 76px;}
.row_3point5 {position: absolute; top: 86px;}
.row_4 {position: absolute; top: 96px;}

.column_1 {left: 45px;}
.column_2 {left: 210px;}
.column_2a {left: 244px;}
.column_3 {left: 355px;}
.column_3a {left: 385px;}
.column_4 {left: 550px;}
.column_5 {left: 710px;}
.column_6 {left: 864px;}
.column_7 {left: 1020px;}


/**************************************************************************************************/
/***** MAIN CONTENT *****/
/**************************************************************************************************/

#maincontent
{
	width: 100%;
	position: relative;
	top: 290px;
}
.italic
{
	font-size: 13px;
	font-style: italic;
	color: #333333;
}
.updated
{
	list-style: none;
	text-indent: 80px;
	font-size: 14px;
	font-style: italic;
	color: #993300;
}
.sourced
{
	font-size: 12px;
	font-style: italic;
	color: #666666;

}
.welcome
{
	width: 400px;
	height: 266px;
	position: relative;
	margin: 10px 40px 10px 10px;
	float: left;
}
.welcome span
{
	background-image: url('../images/welcomeFrame.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 420px;
	height: 316px;
	top: -10px;
	left: -10px;
}

.current
{
	width: 400px;
	height: 266px;
	position: relative;
	margin: 10px 40px 10px 10px;
	float: left;
}
.current span
{
	background-image: url('../images/currentFrame.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 420px;
	height: 316px;
	top: -10px;
	left: -10px;
}

.item
{
	background-image: url('../images/item.png');
	background-repeat: no-repeat;
	width: 1120px;
	height: 316px;
	color: #48373e;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.thumbnail
{
	width: 400px;
	height: 266px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.thumbnail span
{
	background-image: url('../images/thumbFrame.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 420px;
	height: 316px;
	top: -10px;
	left: -10px;
}
.textFrame
{
	background-image: url('../images/textFrame.png');
	background-repeat: no-repeat;
	width: 586px;
	height: 256px;
	padding: 30px;
	position: relative;
	float: right;
}
.textFrame ol
{
	margin-left: 44px;
}

.obsoleteNotice
{
	background-image: url('../images/obsBack.png');
	background-repeat: no-repeat;
	width: 1120px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 14px 30px 0px 30px;
	text-align: center;
}

#footer
{
	position: relative;
	top: 300px;
	width: 100%;
	font-size: small;
	height: 80px;
	text-align: center;
	border-top: 1px gray dashed;
}
#footer ul
{
	padding-top: 30px;
	list-style: none;
}
#footer li
{
	padding-right: 20px;
	display: inline;
}
#footer a
{
	color: black;
}

/**************************************************************************************************/
/***** PRINT *****/
/**************************************************************************************************/

@media print
{
	
	* 
	{ 
		margin:0px;
		padding:0px;
		background: transparent !important;
	 	color: black !important;
	 	text-shadow: none !important;
	}
	
	#maincontent
	{
		margin:0px;
		padding:0px;
		width: 100%;
		top: 0px;
	}
	
	.item
	{
		border-bottom-style:dashed;
		border-width:1px;
		border-color:black;
		margin:0px;
	}
	
	.item img
	{
		max-width: 100% !important;
		padding-right:0px;
	}

}











