/* Style for the 2 colums division */
#leftCol
{
	float: left;
	width: 45%;

}

#leftCol img
{
	margin: 10px auto;
	display: block; 
	text-align: center;
}

#leftCol p
{
	width: 100%;
}

#rightCol p
{
	width: 100%;
}

#rightCol img
{
	margin: 10px auto;
	display: block; 
	text-align: center;
}

#rightCol
{
	height: 100%;
	float: left;
	width: 45%;
	margin-left: 3%;
}

/* End */

.divTitleTextLits_header
{
	background : #821E1C;
	width: 100%;
	height: 25px;
	font-size: 18px;
	color: white;
	margin-top: 120px;
	padding: 3px 0px 0px 8px;
}

.container
{
	width:100%;
	position: relative;
}

/* Style for the 3 colums page division */
#firstOfTreeCol
{
	width: 22%;
	float: left;
	margin: 80px 0 20px 0;
}

#firstOfTreeCol img
{
	margin-bottom: 25px;
	width: 90%;
	
}

.imagedDiv
{
	width:100%;
	height: 100%;
}

#secondOfTreeCol
{
	width: 55%;
	float: left;
	margin-left: 15px;
}

#secondOfTreeCol h1
{
	text-align: left;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

#thirdOfTreeCol
{
	width: 15%;
	float: right;
	margin-left:10px;
	margin-right: -10px;
	text-align: right;
}

#thirdOfTreeCol .bodytext
{
	text-align: right;
}

#thirdOfTreeCol ul, #thirdOfTreeCol li
{
	list-style: none;
}

#thirdOfTreeCol p
{
	text-align: right;
}
/* End */

.imgList
{
	width: 60%;
}

/* Style for the 2 colums page division 80% 30% */

/* End */

/* 2 cols, 80 and 20%*/
#eightyPercent
{
	float: left;
	width: 75%;
	margin-left: 5px;
	margin-bottom: 30px;
}

#eightyPercent h1
{
	text-align: left;
	font-size: 20px;
	margin-bottom: 30px;
}

#thirtyPercent
{
	text-align: right;
	float: right;
	width: 15%;
	margin-left: 6px;
	margin-right:-10px;
}

#thirtyPercent .bodytext
{
	text-align: right;
}

/* Job section */

.jobSection
{
	background : none;
	width: 100%;
	font-size: 12px;
	color: black;
	padding: 3px 0px 0px 8px;
}

.jobSection h2
{
	font-size: 14px;
	text-align: left;
	color: white;
	height: 20px; 
	background : #821E1C;
	padding-top: 5px;
	text-indent: 8px;
	margin-bottom: 20px;
}

.jobSection li
{
	font-size: 13px;
} 


/* Article section */

.section h2
{
	font-size: 16px;
	text-align: left;
	color: #002B5C;
	height: 20px; 
	border-bottom: 1px solid #821E1C;
	border-top: 2px solid #821E1C;
	background: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.sectionsContainer h2
{
	font-size: 16px;
	text-align: left;
	color: #002B5C;
	height: 20px; 
	border-bottom: 1px solid #821E1C;
	border-top: 2px solid #821E1C;
	background: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
/* old 
.section h2
{
	font-size: 16px;
	text-align: left;
	color: white; 
	height: 20px; 
	background : #821E1C; 
	padding-top: 3px;
	padding-bottom: 2px;
	text-indent: 8px;
	margin-bottom: 20px;
}
*/

#contentforoptionalcontent
{
	padding-bottom: 70px;
}

/* Short product description */
.aProduct
{
	clear: left;
	background: none;
	height: 100px;;
	margin-bottom: 20px;
	
}

.aProduct
{
	margin-top: 10px;
	width:100%;
}

.aProduct img
{
	width: 90px;
	height: 90px;
	margin-right: 10px;
	float: left;
}

.aProduct_contentHoler
{
	float: left;
	width: 70%;
	height: 100px;
}