/* --- image block holder --- */
.image {
	background-image: url(../images/imgDefault.jpg);
		width: 519px;
	height: 180px;
	background-repeat: no-repeat;
}
.block {
	background-color: #CCD5DF;
	width: 300px;
	height: 180px;
}



/* --- page content holder --- */
.contentHolder {
	background-image: url(../images/verOLines.png);
}



.scrollPointsSmall {
	padding-left: 13px;
	background-image: url(../images/bulletNews.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 18px;
	background-position: 0 -3px;
	text-align: left;
	margin-bottom: 7px;
	margin-left: 1px;
	font-size: 100%;
	
}




/* --- page content inner holder --- */
.topInnerLine {
	width: 600px;
	height: 2px;
	float: left;
	background-image: url(../images/horLines.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.contentInnerHolder {
	background-image: url(../images/verILines.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 600px;
	float: left;
	font-size: 120%;
}
/* --- inner pods --- */
.podInnerHolder {
	width: 600px;
	float: left;
	margin: 0;
	padding-bottom: 10px;	
}
.innerPod {
	width: 300px;
	padding: 0;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
}
.inputInnerDefault {
   border: 1px solid #CCD5DF;
   background: #FFFFFF;
	width: 222px;
	margin-top: 15px;
	height: 24px;
	margin-left: 20px;
	float: left;
	display: inline;
	background-image: url(../images/defaultBlend.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	text-indent: 5px;
}

.h1blueProducts {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	line-height: 26px;
	margin-left: 10px;
	color: #33597F;
	padding-top: 2px;	
}
.h1blueProducts p {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 5px;	
	color: #33597F;
	text-align: left;
}


.tabProducts {
	position: relative;
	left: 10px;	
	width: 142px;
	height: 98px;
	padding: 0;
	margin-right: 9px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/boxProducts.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tabProducts:hover {
    background-position: 0 -98px;
}

ul.arrowListProducts {    
    color: #1B2C66;
	text-align: left;
	list-style-type: none;
	margin-top: -7px;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: 0;
}










