#introduction {
	position: relative;
	float: left; /* maybe */

	width: 946px;
	padding-top: 27px;
	padding-left: 14px;

	text-align: left;
	z-index: 1;
}

#portfolio {
	float: left;
	width: 600px;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	line-height: 24px;
}
#portfolio h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #00334c;
	line-height: 34px;
}
#portfolio h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0287bd;
	line-height: 30px;
}
#portfolio h2 span.small {
	font-size: 13px;
	color: #00334c;
}
#portfolio img {
	border: 1px solid #afaf9f;
	margin: 8px 0px;
}
#portfolio .portfolioImage {
	float: left;
	margin: 0px 25px 5px 0px;
}
#portfolio h3, #products h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #00334c;
	font-weight: bold;
}
#portfolio h3 a, #portfolio h3 a:hover {
	color: #00334c;
	text-decoration: none;
}
#portfolio h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #00b3f6;
	font-weight: bold;
}
#portfolio a {
	color: #0287bd;
	text-decoration: none;
}
#portfolio a:hover {
	color: #0287bd;
	text-decoration: underline;
}

#portfolio .readMore {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 80px;
	height: 24px;
	background-color: #00b3f6;
	border-top: 2px solid #0098d1;
	padding: 0px 7px;
	margin: 10px 0px;
}
#portfolio .readMore a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#portfolio .readMore .readMoreBG {
	background-image: url('../images/readMore.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}

#products {
	float: left;
	width: 311px;
	padding: 10px;
	margin-left: 15px;
	background-color: #ebebe7;
	background-image: url('../images/rightGradient.jpg');
	background-repeat: repeat-x;
	background-position: top;
	z-index: 2;
}
#products h1 {
	color: #232323;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 8px;
	z-index: 3;
}
#products h1 span.coloured {
	color: #0091cb;
	z-index: 3;
}

#products .productItem, #products .productItemFirst {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7b7a74;
	margin: 8px 0px;
	height: 28px;

	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 35px;
	padding-top: 15px;
	z-index: 3;
}
#products .productItem {
	border-top: 1px solid #e5e5e3;
}
#products .productItem a, #products .productItemFirst a {
	color: #7b7a74;
	text-decoration: none;
}
#products .productItem a:hover, #products .productItemFirst a:hover {
	color: #000000;
}

#products .categorieItem, #products .categorieItemFirst {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7b7a74;
	height: 24px;
	
	padding-left: 10px;
	padding-top: 10px;
	z-index: 3;
}
#products .categorieItem {
	border-top: 1px solid #e5e5e3;
}
#products .categorieItem a, #products .categorieItemFirst a {
	color: #7b7a74;
	text-decoration: none;
}
#products .categorieItem a:hover, #products .categorieItemFirst a:hover {
	color: #000000;
}

.portfolioItem {
	float: left;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	margin-top: 25px;
	z-index: 3;
}
.portfolioItem h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b3f6;
	z-index: 3;
}
.portfolioItem h4 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b3f6;
	text-decoration: none;
	z-index: 3;
	font-style: normal;
}
.portfolioItem h4 a:hover {
	color: #0287BD;
}
.portfolioItem img {
	float: right;
	border: 1px solid #afaf9f;
	margin: 0px 0px 5px 20px;
	z-index: 3;
}
.portfolioItem a {
	text-decoration: none;
	font-style: italic;
	color: #717173;
	z-index: 3;
}
.portfolioItem a:hover {
	color: #0287BD;
}

#grayBackground {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	margin-top: 28px;
	width: 331px;
	background-color: #EBEBE7;
	z-index: -5;
	
}

#whiteContainer {
	/*min-height: 530px;*/
	padding-bottom: 15px;
}

#pages {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
}
#pages strong {
	color: #000000;
	font-weight: bold;
}
#pages a {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#pages .goto {
	width: 21px;
	height: 15px;
	border: 1px solid #A0A0A0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A0A0;
	padding-left: 3px;
	padding-top: 3px;
}
#pages .gotoButton {
	height: 20px;
	background-color: transparent;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0A0A0;
	padding-bottom: 0px;
	cursor: pointer;
}