.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	padding:0px;
	margin:0px
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}




body {
	background-image:url(../images/backgroundLines.gif);
	background-repeat:repeat;
	background-position:top left;
	background-color: #fff;
	text-align: left;

}
img {
	vertical-align: top;
	border: none;
}


form {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

/* STRUCTURE */
#pageCentre {
	text-align: center;
	width: 100%;
	margin:0 auto;
	position: absolute;
}

#pageSurround {
	background-color:#000000;
	width: 850px;
	hheight: 770px;
	margin:0px auto 0px;
	vertical-align: top;
	text-align: left;
	overflow:hidden;
	position:relative;
}

#content {
	margin:10px 50px 0px 50px;
	padding:0px 0px 15px 0px;
	color:#CCCCCC;
}
#contentHome {
	margin:10px 0px 0px 0px;
	color:#CCCCCC;
}

.engText {
	font-family:Arial, Helvetica, sans-serif;
}

.engText a {
	color:#ccc;
}
.blueBold {
	font-weight:700;
	color:#0000CC;
}

/* content */
#titleImage {
	margin:0 0 15px 0;
}

/* products */
#productBlock {
	height:155px;
}
#productBlock .firstProduct {
	float:left;
}
#productBlock .secondProduct {
	float:right;
}


/* main menu */
#mainmenu {
	text-align:center;
	margin:5px 0 0 0;
}
#mainmenu ul {
}
#mainmenu ul li {
	padding:0 10px 0 10px;
	list-style:none;
	display:inline;
}