@charset "utf-8";
* {
padding:0;
margin:0;
}

body {
	background-color:#FFFFFF;
	_behavior:url("/csshover.htc");
}
#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


/**************Top Settings**************/

#top {
	background-image: url(images/S4i-Systems_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 137px;
	width: 850px;
}
#navigation {
	height: 45px;
	width: 850px;
	margin-bottom: 10px;
	border-top: 5px solid #d42532;
	position: relative;
}
#navigation ul {
	margin: 8px 0px 0px;
	background-color:#e7e8e9;
}

#navigation li {
	float: left;
	list-style: none;
	color: #bbbdc0;
	line-height: 20px;
	height: 20px;
	border-left: #bbbdc0 solid 2px;
}
#navigation a {
	padding: 12px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
}
#navigation ul ul li, #navigation ul ul ul li {
	float: none;
	padding: 3px 0 3px 0;
	border-left: none;
}
#navigation ul ul ul li {
	border-left: none;
}

#navigation ul li:hover {
	position:relative;
	background-color:#e7e8e9;
}
#navigation ul li:hover.noBorder {
	border-left: #bbbdc0 solid 2px;
}
#navigation ul li:hover ul, #navigation ul ul li:hover ul {
	display: block;
}
#navigation ul ul {
	display: none;
	position: absolute;
	left: -2px;
	top: 20px;
	width: 165px;
	margin: 0;
	padding: 0 0 10px 0;
	border: #bbbdc0 solid 2px;
	border-top: none;
}
#navigation ul ul a, #navigation ul ul ul li a {
	display: block;
	padding: 4px 12px;
	font-size: 11px;
}
#navigation ul ul ul {
	display:none;
	width:165px;
	position:absolute;
	left:145px;
	top: 0px;
	padding: 4px 0 10px 0;
	border: #bbbdc0 solid 2px;
}
#navigation ul:hover ul ul, #navigation ul ul:hover ul {
	display:none;
}
#navigation .twoLine {
	padding: 6px 0 10px 0;
}
#navigation .twoLine a {
	line-height: 12px;
}
#navigation ul ul a.secondSub {
	background: url(images/subArrows.jpg) no-repeat right center;
}
#navigation ul ul:hover a.secondSub {
	background-image: none;
}
#navigation ul li.noBorder {
	border-left: #fff solid 2px;
}







/**************Left and Middle Column Settings**************/

#wrap {
	width: 585px;
	float: left;
}

#leftSide {
	background-image: url(images/S4i-Systems_businessPartnerIBM.jpg);
	width: 119px;
	background-repeat: no-repeat;
	height: 55px;
	float: left;
}
#content {
	width: 456px;
	float: right;
	clear: right;
}
#contentHeader {
	height: 250px;
	width: 456px;
	margin-top: 6px;
}


/**************Right Column Settings**************/

#rightSide {
	float: right;
	width: 169px;
	margin-top: 6px;
}
.redContactBox {
	line-height: 30px;
	list-style-type: none;
}
.contactInfo {
	font-size: 0.7em;
	font-weight: bold;
}




/**************Bottom Settings**************/

#contentBottom {
	width: 641px;
	float: left;
	clear: both;
	margin-left: 128px;
	display:inline;
}
#container {
	width: 770px;
	float: left;
	clear: both;
}

#footer {
	clear: both;
	width: 625px;
	margin-left: 119px;
	padding-top: 50px;
}
p,/**************Text Settings**************/ li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
h5 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FF0000;
}


a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.contentBox ul, .contentBoxGreyHeader p, .contentBoxGreyHeader ul {
	padding-top: 12px;
	}
.contentBox a, .contentBoxGreyHeader a {
	color:#000000;
}
.greyArrow li {
	background-image: url(images/S4i-Systems_greyArrow.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	line-height: 16pt;
	background-position: left top;
	list-style-position: outside;
	margin: 0px;
}
.greyArrow a {
	color: #000000;
}
.redContactBox li {
	padding-left: 33px;
	background-position: left top;
	list-style-position: outside;
}
.redBox a, .redBoxNoBottom a, .contentBoxImageTop a {
	color: #000000;
}
	
/**************General Column Settings**************/


.contentBox {
	color:#424242;
	border: 3px solid #bbbdc0;
	margin-bottom: 12px;
	padding: 5px;
	
}
.contentBoxImageTop ul {
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: right;
	list-style-type: none;
}
.contentBoxImageTop ul img {
	margin-right: 5px;
	margin-left: 5px;
}
#contact_form  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}


.redBox img {
	margin-right: 5px;
	margin-left: 5px;
}

.contentBoxGreyHeader {
	background-image: url(images/S4i-Systems_boxHeader.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 3px solid #bbbdc0;
	margin-bottom: 12px;
	padding: 3px 6px 6px 6px;
}
.contentBoxImageTop {
	color:#424242;
	border: 3px solid #bbbdc0;
	margin-bottom: 12px;
}
.contentBoxImageTop ul {
	padding: 10px 5px 8px 5px;
	list-style:none;
	text-align:right;
}
.contentBoxImageTop li {
	background-image: url(images/S4i-Systems_blueArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;

}
.redBox {
	border: 3px solid #e92c2f;
	margin-bottom: 12px;
	padding: 6px;
	color: #000000;
}
.redBoxNoBottom {
	margin-bottom: 0px;
	padding: 6px;
	color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e92c2f;
	border-right-color: #e92c2f;
	border-left-color: #e92c2f;
}
.contentBox .greyArrow, .contentBoxGreyHeader .greyArrow {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 20px;
	list-style-type: none;
}
.spacing-20px {
	margin-top: 20px;
	margin-left: 35px;
	list-style-position: outside;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.imageRight img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	padding-left: 5px;
}
.imageLeft img {
	padding-top: 5px;
	padding-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
.LargeImageLeft {
	float: left;
	margin-top: 5px;
}
.largeImageRight {
	float: right;
	margin-top: 5px;
}
#container2 {
	width: 850px;
	float: left;
	clear: both;
}
#rightSide2 {
	float: right;
	width: 249px;
	margin-top: 6px;
}
input.sticky { display: none; }