body {
	background:url(images/lancaster-bg-small3.png) top left no-repeat #FFF fixed;
	padding:0px;
	margin:0px;
	border-width:0px;
	/*font-family:'Trebuchet MS', Myriad, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	/*font-family:Geneva, sans-serif;*/
	font-size: 14px;
	font-weight:normal;
}

img {
	border:none;
}

hr {
	height:1px;
}

a {
	text-decoration:none;
	color:#000;
}

a:visited  {
	color:#000;
}

a.coloredlink {
	color:#06F;
}

a.coloredlink:hover {
	color:#09F;
}

.menu {
	position:fixed;
	bottom:0px;
	width:982px;
	height:48px;
}


.mainbutton {
	position:absolute;
	top:0px;
	width:162px;
	padding:48px 0px 20px 0px;
	text-align:left;
}

.mainbutton a {
	color:#FFF;
	font-weight:bold;
	background-color:transparent;
	display:block;
	margin:5px 0px 0px 10px;
}

.mainbutton a:hover {
	color:#005f1b;
}

#bt-print {
	background:url(images/mainbutton-print.png) no-repeat, url(images/mainbutton-filler.png) 0px 10px no-repeat;
	left:0px;
}

#bt-design {
	background:url(images/mainbutton-design.png) no-repeat, url(images/mainbutton-filler.png) 0px 10px no-repeat;
	left:164px;
}

#bt-web {
	background:url(images/mainbutton-web.png) no-repeat, url(images/mainbutton-filler.png) 0px 10px no-repeat;
	left:328px;
}

#bt-logistics {
	background:url(images/mainbutton-logistics.png) no-repeat, url(images/mainbutton-filler.png) 0px 10px no-repeat;
	left:492px;
}

#bt-aboutus {
	background:url(images/mainbutton-aboutus.png) no-repeat, url(images/mainbutton-filler.png) 0px 10px no-repeat;
	left:656px;
}

#bt-contact {
	background:url(images/mainbutton-contact.png) no-repeat, url(images/mainbutton-filler.png) 0px 10px no-repeat;
	left:820px;
}

p {
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:left;
}

.inline {
	display:inline-block;
}

.bradius5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bradius10 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.bshadow5 {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}

.splashslider-controller {
	padding:10px 0px 10px 10px;
	text-align:right;
}

.splashslidercontroller-button {
	display:inline-block;
	width:20px;
	height:20px;
	padding:5px;
	margin-left:10px;
	background-color:rgba(128,128,128,0.9);
}

.splashslidercontroller-button-active {
	background-color:rgba(224,255,165,0.9);
}

.infobox {
	position:absolute;
	top:0px;
	left:0px;
	width:942px;
	display:none;
	color:#000;
	padding:20px;
	background-color:rgba(224,255,165,0.9);
}

.headline {
	font-size:30px;
}

p.headline {
	 font-size:30px;
	 color:#000;
	 font-weight:bold;
	 text-align:left;
}

.maincontent {
	background-color:rgba(224,255,165,0.9);
	padding:20px;
	margin-bottom:70px;
	font-size:16px;
}

