@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#0000FF;
}

body {
	margin:0px;
	padding:0px;
	color:#000;
	background-color:#CCCCCC;
}

p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:1.125em;
}

h1 {
	font-size:24px;	
}

.container {
	border:2px solid black;
	width:1000px;
	background:url(../images/left_repeater.jpg) repeat;
}

.logo {
	height:100px;
	background:url(../images/logo.jpg);
}

.logo a {
	clear:both;
	float:right;
	margin:4px 10px;
	font-size:16px;
	line-height:16px;
	letter-spacing:4px;
	color:#d2132e;
}

.logo a:hover {
	text-decoration:underline;	
}

.colcontainer {
	overflow:hidden;
	width:1000px;
}

.leftcol {
	float:left;
	width:279px;
	background:url(../images/left_repeater.jpg) repeat-y;
	min-height:600px;
}

* html .leftcol {
height:600px;
}

.nav {
	width:279px;
	height:400px;
}

#MenuMap {
	margin:0px;
	padding:0px;
	top:0px;
	width:279px;
	height:400px;
	position:relative;
	background-image:url(../images/nav1.jpg);
	list-style:none;
	text-decoration:none;
}

#MenuMap.de {
	background-image:url(../images/nav1-de.jpg);
}

#MenuMap.fr {
	background-image:url(../images/nav1-fr.jpg);
}

#MenuMap.es {
	background-image:url(../images/nav1-es.jpg);
}

	#MenuMap li {
		margin:0px;
		padding:0px;
		position:absolute;
		height:400px;
	}
	
	#MenuMap a {
		display:block;
		height:51px;
		background-image:url(../images/nav1.jpg);
	}
	
	#MenuMap.de a {
		background-image:url(../images/nav1-de.jpg);
	}
	
	#MenuMap.es a {
		background-image:url(../images/nav1-es.jpg);
	}
	
	#MenuMap.fr a {
		background-image:url(../images/nav1-fr.jpg);
	}
	
	#MenuMap a.NavLink {
		/*  Hide the text part of the links by moving it waaaay offscreen. */
		text-indent:-1000000em;
	}
	
	/*  NavLink dimensioning rules - specify offset from top and (constant) width of active area. */
	#Home 					{left:0px; width:279px; top:28px; height:51px;}
	#About 					{left:0px; width:279px; top:79px; height:51px;}
	#Contact 				{left:0px; width:279px; top:130px; height:51px;}
	#SlittingMachinery 		{left:0px; width:279px; top:181px; height:51px;}
	#PartitionMachinery 	{left:0px; width:279px; top:232px; height:51px;}
	#Links			    	{left:0px; width:279px; top:283px; height:51px;}
	#Sitemap 			   	{left:0px; width:279px; top:334px; height:51px;}
	
	
	/*  Menu hover, active, and "current page" rules, using a "sprite" imagemap, and background positioning. */
	/*  left   top  */	
	#Home a 					{background-position: 0 -28px;}
	#About a 					{background-position: 0 -79px;}
	#Contact a 					{background-position: 0 -130px;}
	#SlittingMachinery a 		{background-position: 0 -181px;}
	#PartitionMachinery a		{background-position: 0 -232px;}
	#Links a				 	{background-position: 0 -283px;}
	#Sitemap a					{background-position: 0 -334px;}
	
	#Home a:hover 					{background-position: -279px -28px;}
	#About a:hover 					{background-position: -279px -79px;}
	#Contact a:hover 				{background-position: -279px -130px;}
	#SlittingMachinery a:hover 		{background-position: -279px -181px;}
	#PartitionMachinery a:hover		{background-position: -279px -232px;}
	#Links a:hover				 	{background-position: -279px -283px;}
	#Sitemap a:hover				{background-position: -279px -334px;}
		
	#homepage #Home a 								{background-position: -279px -28px;}
	#aboutpage #About a 							{background-position: -279px -79px;}
	#contactpage #Contact a 						{background-position: -279px -130px;}				
	#slittingmachinerypage #SlittingMachinery a		{background-position: -279px -181px;}
	#partitionmachinerypage #PartitionMachinery a 	{background-position: -279px -232px;}		
	#linkspage #Links a 							{background-position: -279px -283px;}
	#sitemappage #Sitemap a 						{background-position: -279px -334px;}
		
.rightcol {
	float:left;
	width:721px;
}

.top {
	height:35px;
	background:url(../images/top.jpg);
}

.maincontent {
	min-height:500px;
	padding-left:35px;
	padding-right:40px;
	background:url(../images/repeater.jpg) repeat-y;
}

* html .maincontent {
height:500px;
}

.bottom {
	vertical-align:top;
	height:65px;
	background:url(../images/bottom.jpg);
}