* {
	margin: 0;
	padding: 0;
}
div.item_spacer {
	height: 40px;
	overflow: hidden;
	clear: both;
}
div.press_spacer {
	height: 70px;
	overflow: hidden;
	clear: both;
}
div.char_spacer {
	height: 40px;
	width: 100%;
	overflow: hidden;
	clear: both;
	background-image: url(../_img/divider.gif);
	background-position: center;
	background-repeat: no-repeat;
}
body {
	background-image: url("../_img/bg.jpg");
	background-repeat: repeat;
	background-position: center;
	background-color: #C7DADD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00203E;
}
	p {
		font-size: 1em;
		margin-bottom: 2em;
		line-height: 1.6em;
	}	
	li {
		font-size: 1em;
		line-height: 1.6em;
	}
	a {
		color: #0c63b3;
	}
	h3 {
		font-family: "Helvetica Neue", Arial, san-serif;
		font-size: 1.2em;
		margin-bottom: .8em;
		line-height: 1.6em;
		font-weight: bold;
	}
	div.wrapper {
		width: 100%;
		background-image: url("../_img/bg_top.jpg");
		background-repeat: repeat-x;
		background-position: center top;
	}
	div.central {
		width: 100%;
		min-width: 1024px;
		background-image: url("../_img/bg_banner.jpg");
		background-repeat: no-repeat;
		background-position: center top;
	}
	div.sec_press div.central {
		background-image: url("../_img/bg_banner_press.jpg");
		clear: both;
	}
	div.content {
		width: 700px;
		padding: 55px;
		margin: 0 auto 160px;
		background-image: url("../_img/bg_bottom.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		position: relative;
		top: 160px;
		clear: both;
	}
	div.sec_press div.content {
		background-image: url("../_img/bg_bottom_press.jpg");
		width: 600px;
		left: 10px;
		top: 245px;
	}
	div.col_copy {
		float: left;
		width: 410px;
		position: relative;
		/*added by s.sauliere for site localization and dynamization purposes*/
		clear: both;
	}
	div.col_img {
		float: right;
		width: 253px;
		position: relative;
	}
	div.item_info {
	}
		div.item_info h3 {
			margin: 0;
		}
		div.item_info p {
			padding-bottom: 30px;
			background-image: url(../_img/divider.gif);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
	
	
	
	div.callout_box {
		width: 253px;
		background-image: url("../_img/bg_panel_back.gif");
		background-repeat: repeat-y;
		margin-bottom: 1px;
	}
		div.callout_box div.top {
			height: 3px;
			width: 253px;
			overflow: hidden;
			background-image: url("../_img/bg_panel_top.gif");
		}
		div.callout_box div.bottom {
			height: 3px;
			width: 253px;
			overflow: hidden;
			background-image: url("../_img/bg_panel_bottom.gif");
		}
		div.callout_box img {
			width: 240px;
			padding: 4px 0;
			margin-left: 6px;
		}
		div.callout_box a.enlarge {
			display: block;
			width: 240px;
			position: absolute;
			margin-left: 6px;
			margin-top: 4px;
			z-index: 1;
			background-image: url(../_img/enlarge.gif);
			background-position: bottom left;
		}
			div.callout_box a.enlarge:hover {
				background-position: bottom right;
			}
		a.enlarge2 {
			display: block;
			width: 430px;
			position: absolute;
			margin-left: 6px;
			margin-top: 4px;
			z-index: 1;
			background-image: url("../_img/enlarge2.gif");
			background-position: bottom right;
		}
			a.enlarge2:hover {
				background-position: bottom left;
			}
		div.callout_box p {
			display: block;
			width: 240px;
			padding: 4px 0;
			margin: 0 auto;
			text-align: left;
			color: #28908C;
			font-size: .7em;
		}
		
.noflash {
	margin-top:50px;
	margin-bottom:50px;
}
.footer img {
	margin:0px 15px 0px 15px;
	vertical-align: middle;
}
.footer .copyright {
	padding:20px 0px 20px 0px;
	text-align:center;
	color:#4A4A4A;	
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 12px ;
}

