body 	{
	background-image:url('../images/background1.png');
	background-repeat:no-repeat;
	background-position:105% -7%;
	background-size:55%;
	background-color:#000000;
	} 



p	{
	position:relative;
	top:0px;
	left:0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	font-family:"Verdana";
	font-size:10pt;
	}
	
	
a	{
	text-decoration:none;
	text-align:center;
	padding:5px 0px 5px 0px;
	width:10%;
	color:#fff;
	float:left;
	}
	
a:hover {
	background-image:url('../images/menubgrollover.png');
	background-position:center;
	background-repeat:no-repeat;
	border-collapse:collapse;
	}
	

a.pdf 	{
	text-decoration:none;
	padding:5px 0px 5px 0px;
	color:green;
	float:none;
	}	

a.pdf:hover	
	{
	color:red;
	background-image:none;
	background-position:none;
	}
	


	


/* large white  */

div.main{
	position:absolute;
	top:120px;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	height:500px;
	background-image:url('../images/logobg.png');
	background-repeat:no-repeat;
	background-position-y:150px;
	background-position:center;
	background-color:#fff;
	z-index:-1;
	}

/* logo */

div.logo {
	position:absolute;
	width:400px;
	height:30px;
	top:140px; 
	left:24%;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	z-index:29;
	}

/* topics  */
	
div.menu{
	position:absolute;
	top:180px;
	width:100%;
	left:0%;
	height:39px;
	background-image:url('../images/menubg.png');
	background-repeat:x-repeat;
	border-collapse:collapse;
	z-index:22;
	}

/* div left */

div.left{
	position:absolute;
	top:225px;
	width:25%;
	left:24%;
	border:0px solid green;
	font-family:"Verdana";
	font-size:10pt;
	}

div.right{
	position:absolute;
	top:225px;
	width:25%;
	right:24%;
	border:0px solid green;
	font-family:"Verdana";
	font-size:10pt;
	margin-left:0px;
	}


ul	{
	position:absolute;
	margin-left:20%;
	margin-right:15%;
	padding:0px;
	margin-top:0px;
	list-style:none;
	width:100%;
	}

ul.prod	{
	position:relative;
	margin-left:0%;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	list-style:none;
	width:100%;
	}
	
li.prod	{
	position:relative;
	background-repeat:no-repeat;
	background-position:0px 0px; 
	padding-left:0px;
	}

li.ordercode 
	{
	position:relative;
	background-repeat:no-repeat;
	background-position:0px 0px; 
	padding-left:0px;
	font-family:"Verdana";
	font-size:8pt;
	}


#contact
	{
	width:25%;
	vertical-align:top;
	border:0px solid yellow;
	padding:0px 30px 0px 0px;
	}

div	{
	/* Firefox */
	display:-moz-box;
	-moz-box-orient:horizontal;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-orient:horizontal;
	box-pack:center;
	box-align:center;
	}

img#module
	{
	position:fixed;
	width:60%;
	top:510px;
	left:30%;
	z-index:10;
	}
	

img.showcase{
	position:relative;
	margin-top:5px;
	margin-left:0px;
	width:100%;
	z-index:10;
	}
	

img.beetle.png{
	width:60%;
	left:120;
	}
	
