body {
	font: 80% arial, sans-serif;
	background-color: #E8E8E8;
}

img.trans {
	border-style: none;	
}

/* * * * * * * * Global * * * * * * * */
h1,h2,h3 {
	color: #262262;
}

a:link, a:visited {
	color: #696969;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* * * * * * * * Global.Classes * * * * * * * */
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* * * * * * * * Wrapper * * * * * * * */
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* * * * * * * *  Head * * * * * * * */
#head {
	position: relative;
	width: 800px;
	height: 80px;
	border-bottom: 1px solid #696969;
	background-image:url(img/top.png);
	z-index: 100;
}

#head_logo  {
	position: relative;
	top: 20px; 
	left: 20px; 
}

div#head_logo img {
	border-style: none;	
}

#head_nav {
	position: absolute;
	top: 50px; 
	left: 500px; 
}

div#head_nav ul { 
	margin: 0px; 
}

div#head_nav li {
	font-size:1.3em;
	margin: 0px 15px 0px 0px;
	list-style-type: none;
	display: inline;
}

/* * * * * * * *  content * * * * * * * */
#content {
	width: 800px;
	height: 400px;
	background-color: #fff;
	position: relative;
	z-index: 10;
}

#content_index {
	width: 800px;
	height: 400px;
	
	position: relative;
	z-index: 10;
	background: url('../img/factory.jpg') no-repeat left bottom;
	
	width: 100%; /* for IE 6 */
	z-index: 20;
}

div#content.text {
	overflow: auto;
}

div#content.text h2, div#content.text h3, div#content.text p {
	line-height: 1.4em;
	padding-left: 30px;
}

div#content.text ul {
	padding-left: 50px;
}

div#content.text ul.plain {
	line-height: 1.5em;
	padding-left: 30px;
	list-style-type: none;
}

div#content.text table.text {
	margin-left: 30px;
	border-width: 1px;
	border-spacing: ;
	border-style: double;
	border-color: #696969;
	border-collapse: separate;
}

div#content.text table.text th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #696969;
}

div#content.text table.text td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #696969;
}

div#content.text table.img_ph {
	width: 100%;
	height: 100%;
}

div#content.text table.img_ph th {
	border-width: 1px;
	padding: 3px;
	vertical-align: bottom;
}

div#content.text table.img_ph td {
	border-width: 1px;
	padding: 3px;
	padding-bottom: 30px;
	text-align:center;
	vertical-align: top;
}

div#content.text table.img_ph img.border {
	border: 1px solid #696969;
}

div#content.text img.large {
	margin-left:30px;
}

/* * * * * * * *  Foot * * * * * * * */
.foot {
	width: 800px;
	height: 50px;
	border-top: 1px solid #696969;
	background-image:url(img/bottom.png);
}

/* Flirting with the search gods */
div.foot h1, div.foot p {
	vertical-align: middle;
	margin-left: 30px; 
	margin-right: 30px; 
	font-size:1.1em;
	font-weight:normal;
	color: #808080;
}

div.foot p {
	font-size:1em;
}

#foot_left {
	float: left;
	text-align: left;
}

#foot_right {
	float: right;
	text-align: right;
}

div#content_index h2 {
   position: relative;
   top: 200px;
   left: 0;
   width: 100%;
}

div#content_index h2 span {
   color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

.slider {
	width: 575px;
	height: 400px;
	margin: 0px auto;
}

#slider_priv {
	position: absolute;
	top: 175px;
	left: 10px;
	z-index: 10;
}

#slider_next {
	position: absolute;
	top: 175px;
	right: 10px;
	z-index: 10;
}
