* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 606px;
	margin: 30px auto;
	position: relative;
}

#logo {
	text-align: right;
}

#logo img {
	border: 0;
}

h1 {
   font-size: 20px;
   margin-top: 3px;
   padding-top: 4px;
   border: 1px solid black;
   padding-bottom: 4px;
   padding-right: 8px;
   background-color: #f5f5f5;
	text-align: right;
	vertical-align: middle;
}

h1 span {
	color: #aaa;
	white-space: nowrap;
}

#translate {
	list-style: none;
	position: absolute;
	top: 35px;
	left: 5px;
}

#trans_fr a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 25px;
	overflow: hidden;
	text-indent: -900px;
	background: transparent url(../images/trans/francais.gif) 0 0 no-repeat;
}

#trans_de a {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	height: 18px;
	width: 25px;
	overflow: hidden;
	text-indent: -900px;
	background: transparent url(../images/trans/deutsch.gif) 0 0 no-repeat;
}

#trans_es a {
	display: block;
	position: absolute;
	top: 0;
	left: 60px;
	height: 18px;
	width: 25px;
	overflow: hidden;
	text-indent: -900px;
	background: transparent url(../images/trans/espanol.gif) 0 0 no-repeat;
}

#innerwrapper {
	padding-top: 4px;
	padding-right: 4px;
	overflow: auto;
	position: relative;
}

* html #innerwrapper {
	height: 1%;
}

#nav {
	float: left;
	width: 170px;
	list-style: none;
	position: relative;
	left: 4px;
	top: 11px;
}

#nav li {
	display: block;
	margin-bottom: 2px;
}

#nav li p {
	width: 100%;
}

* html #nav li p {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.europlaz.co.uk/images/whiteout.png');
}

#nav[id] li p {
	background: transparent url(../images/whiteout.png) 0 0 repeat;
}

#nav li p a {
	position: relative; /* container needs no position and links need to have position for links to work in IE6 */
}

#nav li p a.current {
	background: #ffeac6;
}
	

/* the following weird rules cure the extra bottom-margin in IE6 */

* html #nav li a,
* html #nav li span {
	display: inline-block;
}

* html #nav li a,
* html #nav li span {
	display: block;
}

#nav li a,
#nav li span {
	display: block;
	padding: 4px 3px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	border: 1px solid black;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	background: #ffa816;
}

#nav li span {
	border: 1px solid #888;
	color: #888;
}

#content {
	float: right;
	width: 420px;
	border: 1px solid #afafaf;
	margin-bottom: 4px;
}

* html #content {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.europlaz.co.uk/images/whiteout.png');
}

#content a {
	position: relative; /* container needs no position and links need to have position for links to work in IE6 */
}

#content[id] {
	background: transparent url(../images/whiteout.png) 0 0 repeat;
}

#innercontent {
	width: 400px;
	margin: 10px;
	min-height: 340px;
}

* html #innercontent {
	height: 340px;
}

#getquote {
	position: absolute;
	width: 170px;
	bottom: 14px;
	left: 4px;
}

#getquote a {
	display: block;
	text-align: right;
	background: #e50;
	color: #fff;
	text-decoration: none;
	padding: 6px 4px;
	font-weight: bold;
	border: 2px solid #000;
	font-size: 120%;
}

* html #getquote a {
	height: 1%;
}

#getquote a:hover,
#getquote a:active,
#getquote a:focus {
	background: #000;
	color: #fff;
	border: 2px solid #fff;
}

#footer {
	border-top: 1px solid #000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

#footer .sep {
	margin: 0 2px;
	font-weight: normal;
	color: #aaa;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* inner content */ 

#content a:link {
	color: #313c84;
}

#content a:visited {
	color: #7473cb;
}

#content a:hover, #content a:active, #content a:focus {
	color: #ff892a;
}

#content h2 {	
	font-size: 18px;
	padding: 6px;
	border: 1px solid black;
	background-color: #ffeac6;
}

#content h3,
#content .pseudo_h3 {
	font-size: 14px;
	padding: 0;
	margin: 20px 5px 10px 5px;
	border: none;
	background: transparent;
	color: #444;
}

#content p {
	margin: 15px 5px;
}

#content p.centered {
	text-align: center;
}

#content img.illus {
	border: 1px solid #000;
}

#content li {
	margin: 5px 0 5px 30px;
}

#content ul ul,
#content ol ul {
	list-style-type: disc;
}

#content div.columnwrapper {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

* html #content div.columnwrapper {
	margin: 0;
}

#content ul.column {
	float: left;
	width: 48%;
	margin: 0;
}

#content .mini {
	margin-top: 8px;
}

#content .extra {
	margin-top: 25px;
}

#content .highlight {	
	padding: 0px 6px;
	border: 1px solid black;
	background-color: #ffeac6;
}

#content .subhighlight {	
	padding: 0px 6px;
	border: 1px solid black;
	background-color: #fafafa;
	float: left;
}

#content .spaced {
	padding: 10px;
	text-align: center;
}

#content a img {
	border: 0;
}

#content table th {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #ffa816;
	background: #fff5e6;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

#content table td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
	border: 1px solid #eee;
}

#content table.grid td {
	padding: 10px;
	vertical-align: middle;
	border: none;
}

#content ul.items li {
	margin-bottom: 20px;
}

#content ul.items li p {
	margin: 0;
	font-size: 14px;
}

#content ul.items li p.mini {
	margin-top: 6px;
	font-size: 12px;
}

#content ul.items li p.feint {
	margin: 3px 0;
	color: #444;
	font-size: 11px;
}

#content blockquote {
	margin-left: 15px;
   border-left: 2px dotted #afafaf;
   padding-left: 5px;
   margin-right: 15px;
   border-right: 2px solid #afafaf;
   padding-right: 5px;
   margin-bottom: 0px;
}

#content p.attrib {
	margin-top: 0px;
   text-align: right;
   margin-right: 15px;
   border-right: 2px solid #afafaf;
   padding-right: 5px;
   padding-top: 10px;
   color: #5f5f5f;
   font-weight: bolder;
}

/* secondary nav */

#content ul.secondary_nav {
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
}

#content ul.secondary_nav li {
	width: 130px;
	float: left;
	margin: 0 1px;
}

#content ul.secondary_nav li a:link,
#content ul.secondary_nav li a:visited {
	display: block;
	padding: 5px 0;
	border: 2px solid #aaa;
	background: #fff;
	color: #aaa;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#content ul.secondary_nav li a:hover,
#content ul.secondary_nav li a:active {
	color: #000;
	border: 2px solid #000;
	background: #ffeac6;
}

#content ul.secondary_nav li span {
	display: block;
	padding: 5px 0;
	border: 2px solid #ddd;
	background: #fff;
	color: #ddd;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

/* forms */

#content .formbox {
	border: 1px solid #afafaf;
   background-color: #efefef;
   padding: 5px;
	font-weight: bold;
	margin-bottom: 0;
}

#content .formitem {
	border-bottom: 1px solid #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   padding: 5px;
	margin: 0 5px 15px 5px;
}

#content .formbase {
	border: 1px solid #8f8f8f;
   background-color: #dfdfdf;
   padding: 5px;
	text-align: right;
	margin-bottom: 0;
}

#content input,
#content textarea {
	background-color: #fafafa;
   border: 1px solid #cfcfcf;
	padding: 3px;
}

* html #content input,
* html #content textarea {
	position: relative;
}

#content .formbase input {
	border: 1px solid #000000;
   font-family: Arial, sans-serif;
   font-weight: bold;
   background-color: #4f4f4f;
   color: #ffffff;
   padding: 4px;
}

/* bg */

#aboutus #innerwrapper {
	background: #fff url(../images/aboutus/bg.jpg) 0 0 no-repeat;
}

#qualitycontrol #innerwrapper {
	background: #fff url(../images/qualitycontrol/bg.jpg) 0 0 no-repeat;
}

#cleanrooms #innerwrapper {
	background: #fff url(../images/cleanrooms/bg.jpg) 0 0 no-repeat;
}

#services #innerwrapper {
	background: #fff url(../images/services/bg.jpg) 0 -60px no-repeat;
}

#design #innerwrapper {
	background: #fff url(../images/design/bg.jpg) 0 0 no-repeat;
}

#nonmedical #innerwrapper {
	background: #fefefe url(../images/nonmedical/bg.jpg) 0 0 no-repeat;
}

#research #innerwrapper {
	background: #fff url(../images/research/bg.jpg) 0 0 no-repeat;
}

#casestudies #innerwrapper {
	background: #fefefe url(../images/casestudies/bg.jpg) 0 0 no-repeat;
}

#products #innerwrapper {
	background: #fff url(../images/products/bg.jpg) 0 0 no-repeat;
}

#news #innerwrapper {
	background: #fff url(../images/news/bg.jpg) 0 0 no-repeat;
}

#contactus #innerwrapper {
	background: #fefefe url(../images/contactus/bg.jpg) 0 60px no-repeat;
}