@CHARSET "ISO-8859-1";

body
{
	background-image: url( ../images/stripeWhite.png );
	background-repeat: repeat-x;
	background-attachment: fixed;
}
div.logo
{
	position: fixed;
	bottom: 0px;
	right: 0px;
}

div.contact
{
	width: 40px;
	position: fixed;
	right: 0px;
	top: 50px;
	z-index: 10;
	overflow: hidden;
}

div.tab
{
	float: left;
	margin-top: 10px;
	width: 40px;
	height: 90px;
	background-image: url( ../images/infoBlack01.png );
	background-repeat: no-repeat;
}

div.tab:hover
{
	background-image: url( ../images/infoWhite01.png );
	cursor: pointer;
}

div.contactBack
{
	background-image: url( ../images/infoBack02.png );
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 40px;
}

div.contactItems
{
	width: 280px;
	padding: 10px;
	padding-bottom: 15px;
}

div.contactItems p
{
	margin-bottom: 10px;
}

div.item
{
	width: 614px;
	height: 235px;
	background-image: url( ../images/itemBack03.png );
	margin-top: 5px;
	margin-bottom: 10px; 
	position: relative;
}

div.item div.itemContent
{
	height: 195px;
	padding: 10px;
	overflow: hidden;
}

div.itemContent div.details
{
	height: 165px;
	border: 1px dashed #99ffff;
	padding: 3px;
}

div.technology, div.view
{
	margin-top: 5px;
}

div.item img
{
	border: 1px solid #99ffff;
}

div.image
{
	float: right;
	margin-top: 10px;
	padding-right: 24px;
	z-index: 5;
}

div.corner
{
	width: 32px;
	height: 32px;
	background-image: url( ../images/itemCorner01.png );
	position: absolute;
	top: 0px;
	right: 5px;
/*	float: right;
	margin-right: 10px;*/
	z-index: 6;
}

div.center
{
	width: 100%;
	text-align: center;
}

div.center p
{
	width: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: white;
	text-align: left;
	padding: 10px;
}

div.center img
{
	border: 10px solid white;
	margin-top: 10px;
	margin-bottom: 10px;
}