/*css styles to be displayed when looking at the document on the screen*/
@media screen {
	body
	{
		padding-top: 40px;
	}

div#wrap {
}

div#nameplate {
	/*background-image: none;*/
}

div#top_images {
	position: absolute;
	width: 592px;
	height: 81px;
	top: 8px;
	left: 398px;
	background-color: #000000;
	overflow: hidden;
}

div#top_images img {
	width: 147px;
	margin-right: 1px;
	float: left;
}

div#top_images div.border_top,
div#top_images div.border_bottom,
div#top_images div.border_right,
div#top_images div.border_left {
	background-color: #000000;
	position: absolute;
	overflow: hidden;
}
div#top_images div.border_top,
div#top_images div.border_bottom {
	width: 100%;
	height: 1px;
	left: 0;
}
div#top_images div.border_top {
	top: 0;
}
div#top_images div.border_bottom {
	top: 80px;
}
div#top_images div.border_right,
div#top_images div.border_left {
	width: 1px;
	height: 81px;
	top: 0;
}
div#top_images div.border_left {
	left: 0;
}
div#top_images div.border_right {
	left: 591px;
}

div#top_images div.top_left,
div#top_images div.top_right,
div#top_images div.bottom_left,
div#top_images div.bottom_right {
	position: absolute;
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
}
div#top_images div.top_left {
	background-image: url(/elements/edc/home_image_top_left_corner.gif);
	top: 0;
	left: 0;
}
div#top_images div.top_right {
	background-image: url(/elements/edc/home_image_top_right_corner.gif);
	top: 0;
	left: 588px;
}
div#top_images div.bottom_left {
	background-image: url(/elements/edc/home_image_bottom_left_corner.gif);
	top: 77px;
	left: 0;
}
div#top_images div.bottom_right {
	background-image: url(/elements/edc/home_image_bottom_right_corner.gif);
	left: 588px;
	top: 77px;
}
	
a#nameplate_logo
{
	top: 15px;
}

ul#small_buttons {
	left: 0;
	top: -25px;
	color: #FFFFFF;
	font-weight: bold;
}
	
ul#small_buttons li a, ul#small_buttons li a:link, ul#small_buttons li a:visited
{
	height: auto;
	width: auto;
	padding: 0 10px;
	font-size: 11px;
	background-image: none;
	white-space: nowrap;
}

div#flags {
	right: 10px;
	top: -33px;
	position: absolute;
	
}

div#flags a,
div#flags a:link,
div#flags a:visited,
div#flags a:focus,
div#flags a:hover,
div#flags a:active {
	display: block;
	float: left;
	margin-left: 5px;
	width: 38px;
	height: 25px;
	border: 1px solid #FFF;
}

div#flags a#japanese {
	background: url(/elements/edc/flags/japan.gif) no-repeat;
}

div#flags a#spanish {
	background: url(/elements/edc/flags/spain.gif) no-repeat;
}

div#flags a#chinese {
	background: url(/elements/edc/flags/china.gif) no-repeat;
}

div#flags a#french {
	background: url(/elements/edc/flags/france.gif) no-repeat;
}

div#flags a#german {
	background: url(/elements/edc/flags/germany.gif) no-repeat;
}

div#contact_nameplate {
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
div#contact_nameplate ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
}

/*css styles to be displayed when printing the document*/
@media print {

}
