/* SiFR headlines */

#topHeadline {
 	height:0px;
	margin-top:0px;
	clear: both;
	display: block;
	}

.headline {
	font-size : 31px;	
}

.headline2 {
	font-size : 31px;
}

#SolutionHeadline {
 	height:30px;
	margin-left:30px;
	margin-top:0px;
	padding-top:20px;
	
}

#SolutionHeadline h3{
	font-size: 14px;
	font-weight: bold;
	margin:15px 0px 0px 0px;
}
#SolutionHeadline h3 a{
	color: #6a8d23;
}
#SolutionHeadline h3 a:hover{
	color: #ff8c00;
}
/* --- Sub Nav Tabs --- */

a.subNavTab {
	display: inline-block;
	font: bold 14px Arial, Serif;
	text-decoration: none;
	color: #000;
	outline: none;
	background: url(../images/productT.png) no-repeat left top;
	line-height: 33px;
	padding-left: 14px;
}

a.subNavTab:hover { 
	background-color: #9900CC;
}

a.subNavTab span {
	line-height: 33px;
	display: block;
	padding-right: 14px;
	background: url(../images/productT.png) no-repeat right bottom;
}

.subNavTab span
{

}




/* -- */

#solutionsContent
{
	background: white;
	
}


#leftSide {
	width: 700px;
	float: left;
	}

#leftContent {
	padding: 5px 50px 20px 35px; /* 5px 75px 20px 35px; */
}

#leftContent a {
	color:#0066CC;
	text-decoration:none;
	}

#subnav {
	padding: 20px 0px 0px 0px;
}

#subnav {
	color: gray;
	font-weight:bold;
}

#subnav a{
	/* color: gray; */
}

/* contentItem OG */

.contentItem {
	margin: 25px 0px 0px 0px;
}

.contentItem img {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
	margin-right: 20px;
}

.contentItem p a {
	color: gray;
	text-decoration: underline;
}

/* contentItem test */

.contentItemTest {
	margin: 25px 0px 0px 0px;
}

.contentItemTest h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;}

.contentItemTest img {
	float: left;
	padding-right: 20px;
	/*
	border-right: 1px solid #cccccc;
	margin-right: 20px;
	*/
}

.contentItemTest p a {
	color: gray;
	text-decoration: underline;
}



.section {
/*	background: url('/resources/images/solution/backgrounds/rightColumn.jpg') repeat top left; */
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}







.box {
	background: url('../images/boxCente.jpg') repeat-y top left;
	width: 225px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
}

.section p {
	padding: 5px 10px 20px 10px;
	text-align: left;
}

.section p a {
	color: #666666;
	text-decoration: underline;
}

.box p {
	padding: 5px 10px 20px 13px;
}

/* right column button */

.button {
	float: right;
	margin-right: 5px;
}



.arrows {
	background: url('../images/arrowCen.jpg') repeat-x top center;
	width: 85px;
	height: 24px; 
	line-height: 22px;
	margin-left: 10px;
	color: black;
}	

.arrows img {
	vertical-align: middle;
}

.numbers {
	margin: 0 auto;
}

/* -- Shadowbox IE8 fix -- */

#shadowbox_title {
  border: 0px solid;
} 

#shadowbox_info {
  border: 0px solid;
}


/* lists */

ul, ol {
	list-style-image:url(../images/arrow000.gif);
	list-style-type:square;
	margin: 10px;
	padding: 0 20px 10px 20px;
}

li {
	margin:8px 0 0 0;
}

/* right column box */
.rightColProductImage {
	margin-bottom:7px;
}

