/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.4; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #ce0000;
}
a:visited { 
	color: #ce0000;
}
a:link:hover, a:visited:hover {
	color: #ce0000;
}

a.blue:link, a.blue:visited {
	color: #0068a6;
	text-decoration: underline;
}
a.blue:visited { 
	color: #0068a6;
	text-decoration: underline;
}
a.blue:link:hover, a.blue:visited:hover {
	color: #0068a6;
	text-decoration: underline;
}

html { height: 100.01%; }
body {
	font-family: Verdana, Geneva, sans-serif;
	background: #e7e7e7;
	padding: 20px 0 0;
}
#page {
	width: 940px;
	padding: 0 5px 18px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #333333;
	background: #FFFFFF;
}

#top {
	position: relative;
	z-index: 10;
}
	#logo {
		float: left;
		padding: 18px 0 22px 12px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 192px;
			height: 77px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#motto {
		float: left;
		padding: 50px 0 0 50px;
		font-size: 158.33%;
		font-style: italic;
		color: #1272ac;
	}
	#menu {
		position: absolute;
		right: -5px;
		top: 0;
		font-size: 83.33%;
		font-weight: bold;
	}
		#menu ul {
			height: 23px;
			padding: 0 0 0 25px;
			background: #003c79 url(../img/menu-l.gif) no-repeat 0 0;
		}
			#menu li {
				float: left;
				position: relative;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					color: #FFFFFF;
					line-height: 22px;
					height: 23px;
					padding: 0 16px;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
				}
				#menu li.active a:link, #menu li.active a:visited {
				}

				#menu li ul {
					position: absolute;
					left: -1000em;
					top: 23px;
					width: 120px;
					height: auto;
					padding: 0;
					background: #003c79;
				}
				#menu li:hover ul {
					left: 0;
				}
					#menu li li {
						width: 100%;
					}
						#page #menu li li a:link, #page #menu li li a:visited {
							float: none;
							line-height: 12px;
							padding: 4px 16px;
							height: auto;
						}
						#page #menu li li a:link:hover, #page #menu li li a:visited:hover {
							background: #DEE7EF;
							color: #5a79a5;
							text-decoration: none;
						}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px;
}
	#content {
		float: left;
		width: 601px;
		overflow: hidden;
	}
	#content_nobox {
		float: left;
		width: 564px;
		overflow: hidden;
		padding-top:6px;
	}
	#side1 {
		float: right;
		width: 333px;
		overflow: hidden;
	}
	#content_inner1 {
	float: left;
	width: 866px;
	padding-top: 6px;
	overflow: hidden;
	}
	#content_inner {
		float: left;
		width: 716px;
		padding-top: 6px;
		overflow: hidden;
	}
	#content_inner2 {
		float: right;
		width: 697px;
		padding-top: 6px;
		padding-right: 20px;
		overflow: hidden;
	}
	#right_column {
		float: right;
		position: relative;
		font-family: "Tahoma", "Arial", sans-serif;
		color: #0f6ca4;
		width: 194px;
		font-size: 95%;
		background-color: #f1f1f1;
		padding: 15px 7px;
		margin-top: 6px;
		overflow: hidden;
	}
	#right_column ul {
		list-style: disc;
		margin: 0 0 1em 1.8em;
	}
	#right_column ul li {
		padding-top: 10px;
	}

	#right_column2 {
		float: right;
		position: relative;
		font-family: "Tahoma", "Arial", sans-serif;
		color: #0f6ca4;
		width: 340px;
		padding: 15px 0;
		margin-top: 6px;
		overflow: hidden;
	}
	#right_column2_media {
		float: right;
		position: relative;
		color: #0f6ca4;
		width: 340px;
		padding: 15px 0;
		margin-top: 66px;
		overflow: hidden;
	}
	#right_column2_case {
		float: right;
		position: relative;
		color: #0f6ca4;
		width: 340px;
		padding: 15px 0;
		margin-top: 56px;
		overflow: hidden;
	}
	#right_column2_case2 {
		float: right;
		position: relative;
		color: #0f6ca4;
		width: 340px;
		padding: 15px 0;
		overflow: hidden;
	}
	#right_column2 ul {
		list-style: disc;
		margin: 0 0 1em 1.8em;
	}
	#right_column2 ul li {
		padding-top: 10px;
	}

.right_title {
	position: relative;
	background: #f1f1f1 url(../img/bulletline-gray.gif) no-repeat 0 0;
	color: #ce0000;
	font-weight: bold;
	height: 19px;
	width: 194px;
}
.right_title span {
	position: absolute;
	left: 12px;
	top: 1px;
	height: 100%;
	margin-top: -4px;
}



#tbox_title {
	background-color: #b8b8b8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 1px 1px 5px;
	float:left;
	height: 17px;
	color: #fff;
	margin-bottom: 5px;
}

.tboxsub {
	color: #1272ac;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 0 5px;
	font-size: 12px;
	height: 100%;
	float: left;
	border: solid #b8b8b8 1px;
}


#topic {		
}

#topic img{
	float: left;
	margin: 10px 7px 7px 5px;
}

#topic2 img{
	float: left;
	margin: 0 7px 3px 5px;
}

#art {
	background: #ffffff;
	padding: 10px 0 0 10px; 
}

#art2 {
	background: #fff6e6;
	padding: 10px 0 0 10px; 
}


#accordion_menu {
	float: left;
	width: 208px;
	overflow: hidden;
}
#main_content1 {
	float: right;
	width: 643px;
	font-size: 95%;
	overflow: visible;
}
#main_content {
	float: right;
	width: 493px;
	font-size: 95%;
	overflow: auto;
}
#main_content .standardimg {
	padding: 5px;
}
#main_content11 {
	float: right;
	width: 501px;
	font-size: 95%;
	overflow: auto;
}
#main_content11 .standardimg {
	padding: 5px;
}
#main_content2 {
	float: right;
	width: 340px;
	font-size: 95%;
	overflow: hidden;
}
#main_content2 .standardimg {
	padding: 5px;
}

.tbox {
	padding: 5px 0 12px;
}

#content p, #content_inner p, #content_inner2 p, #content_nobox p, #accordion_menu p{
	line-height: 1.4;
	margin: 0 0 1em;
}
#content ul,
#content ol, 
#accordion_menu ol, 
#accordion_menu ul,
#content_nobox ul,
#content_nobox ol,
#content_inner2 ul,
#content_inner2 ol,
#content_inner ul,
#content_inner ol {
	list-style: disc;
	margin: 0 0 1em 2em;
}
#content ol, #content_nobox ol, #content_inner ol, #content_inner2 ol, #accordion_menu ol {
	list-style: decimal;
}

#content h2, #content_nobox h2, #content_inner h2, #content_inner2 h2, #accordion_menu h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 .3em;
}
#content h3, #content_nobox h3, #content_inner h3, #content_inner2 h3, #accordion_menu h3 {
	font-size: 13px;
	color: #1272ac;
	font-weight: bold;
	margin: 0 0 .5em;
}
#content h4, #content_nobox h4, #content_inner h4, #content_inner2 h4, #accordion_menu h4 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 .3em;
	color: #0068a6;
}

#section-about { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_about.jpg) no-repeat 0 0; }
#section-resources { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_resources.jpg) no-repeat 0 0; }
#section-customers { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_customers.jpg) no-repeat 0 0; }
#section-partners { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_partners.jpg) no-repeat 0 0; }
#section-careers { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_careers.jpg) no-repeat 0 0; }
#section-contact { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_contact.jpg) no-repeat 0 0; }
#section-apparel { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_apparel.jpg) no-repeat 0 0; }
#section-chemicals { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_chemicals.jpg) no-repeat 0 0; }
#section-consumer { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_consumer.jpg) no-repeat 0 0; }
#section-highereducation { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_higher_education.jpg) no-repeat 0 0; }
#section-hightech { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_hightech.jpg) no-repeat 0 0; }
#section-lifescience { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_lifescience.jpg) no-repeat 0 0; }
#section-media { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_media.jpg) no-repeat 0 0; }
#section-manufacturing { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_manufacturing.jpg) no-repeat 0 0; }
#section-oil { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_oil.jpg) no-repeat 0 0; }
#section-public { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_public.jpg) no-repeat 0 0; }
#section-retail { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_retail.jpg) no-repeat 0 0; }
#section-telco { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_telco.jpg) no-repeat 0 0; }
#section-utilities { width: 100%; height: 102px; background: #f1f1f1 url(../img/section_utilitites.jpg) no-repeat 0 0; }

#section-eim			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_eim.jpg) no-repeat 0 0; }
#section-ems			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_ems.jpg) no-repeat 0 0; }
#section-cloud			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_cloud.jpg) no-repeat 0 0; }
#section-erp			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_erp.jpg) no-repeat 0 0; }
#section-hcm			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_hcm.jpg) no-repeat 0 0; }
#section-crm			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_crm.jpg) no-repeat 0 0; }
#section-scm			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_scm.jpg) no-repeat 0 0; }
#section-srm			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_srm.jpg) no-repeat 0 0; }
#section-portals		{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_portals.jpg) no-repeat 0 0; }
#section-process		{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_process.jpg) no-repeat 0 0; }

#section-services		{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_services.jpg) no-repeat 0 0; }
#section-managed		{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_managed.jpg) no-repeat 0 0; }
#section-remote			{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_remote.jpg) no-repeat 0 0; }

#section-prepackaged	{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_prepackaged.jpg) no-repeat 0 0; }
#section-products		{ width: 100%; height: 102px; background: #f1f1f1 url(../img/section_products.jpg) no-repeat 0 0; }


#footer {
	background: #003c79;
	color: #FFFFFF;
}
	#logos {
		width: 100%;
		overflow: hidden;
		padding: 5px 0;
		font-size: 75%;
	}
		#logos li {
			float: left;
			width: 156px;
		}
			#logos a:link, #logos a:visited {
				float: left;
				width: 156px;
				display: block;
				text-align: center;
				padding: 30px 0 0;
				color: #FFFFFF;
			}
			#logos .i1 a:link, #logos .i1 a:visited {
				background: url(../img/logos-1.png) no-repeat 50% 2px;
			}
			#logos .i2 a:link, #logos .i2 a:visited {
				background: url(../img/logos-2.png) no-repeat 50% 2px;
			}
			#logos .i3 a:link, #logos .i3 a:visited {
				background: url(../img/logos-3.png) no-repeat 50% 0;
			}
			#logos .i4 a:link, #logos .i4 a:visited {
				background: url(../img/logos-4.png) no-repeat 50% 5px;
			}
			#logos .i5 a:link, #logos .i5 a:visited {
				background: url(../img/logos-5.png) no-repeat 50% 2px;
			}
			#logos .i6 a:link, #logos .i6 a:visited {
				background: url(../img/logos-6.png) no-repeat 50% 0;
			}


/*-------
// page-1
//-----*/

#slideshow {
	margin: 0 0 10px;
	background: url(../img/slide-0.jpg) no-repeat 50% 50%;
}
	#slideshow .slider {
		margin: 0 0 5px;
		overflow: hidden;
		height: 295px;
	}
		#slideshow .slider ul {
			list-style: none;
			margin: 0;
		}
			#slideshow .slider li {
				float: left;
			}
	#slideshow .nav {
		width: 581px;
		overflow: hidden;
		padding: 5px 10px;
		background: #dee7ef;
		color: #1272ac;
		text-align: right;
	}
		#slideshow .nav a:link, #slideshow .nav a:visited {
			color: #1272ac;
			text-decoration: none;
			margin: 0 0 0 4px;
		}
		#slideshow .nav a.prev:link, #slideshow .nav a.prev:visited {
			padding: 0 0 0 7px;
			background: url(../img/icon-prev.gif) no-repeat 0 50%;
		}
		#slideshow .nav a.next:link, #slideshow .nav a.next:visited {
			padding: 0 0 0 7px;
			background: url(../img/icon-next.gif) no-repeat 100% 50%;
		}
		#slideshow .nav a:link:hover, #slideshow .nav a:visited:hover {
			text-decoration: underline;
		}
		#slideshow .nav a.active:link, #slideshow .nav a.active:visited {
			text-decoration: underline;
		}

#tabs1 {
	float: left;
	width: 345px;
	margin: 0 6px 0 0;
	padding: 7px 7px;
	background: #dee7ef;
}

.tabArea {
}
	#page .tabs {
		width: 100%;
		overflow: hidden;
		list-style: none;
		margin: 0;
		font-weight: bold;
		line-height: 26px;
		text-transform: uppercase;
	}
		.tabs li {
			float: left;
		}
			.tabs a:link, .tabs a:visited {
				float: left;
				display: block;
				color: #5a79a5;
				background-color: #c4d5e4;
				background-repeat: no-repeat;
				background-position: 14% 50%;
				border: solid 1px #c4d5e4;
				border-bottom: solid 1px #9caac6;
				text-align: center;
			}
			.tabs a.active:link, .tabs a.active:visited {
				background-color: #FFFFFF;
				border-color: #9caac6 #9caac6 #FFFFFF #9caac6;
			}
			.tabs .events a:link, .tabs .events a:visited {
				width: 138px;
				background-image: url(../img/icon-events.png);
			}
			.tabs .media a:link, .tabs .media a:visited {
				width: 203px;
				background-image: url(../img/icon-media.png);
			}
	.tab {
		background: #FFFFFF url(../img/box1-b.png) no-repeat 0 100%;
		padding: 6px 6px;
		font-size: 91.67%;
		height: 268px;
	}

#page .list1 {
	list-style: none;
	margin: 0 0 .5em;
}
	.list1 li {
		padding: 4px 5px 4px 25px;
		background: url(../img/bullet-1.gif) no-repeat 12px 50%;
	}
	.list1 li.alt {
		background-color: #eef3f7;
	}
		.list1 a:link, .list1 a:visited {
			color: #666666;
		}
		.list1 a:hover {
			text-decoration: none;
		}

#page .all {
	font-size: 90.91%;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
	.all a:link, .all a:visited {
		float: left;
		display: block;
		padding: 0 15px 0 25px;
		background: url(../img/bullet-2.gif) no-repeat 100% 55%;
	}
	

#feature {
	float: left;
	padding: 6px 6px;
	background: #dee7ef;
	width: 224px;
}
	#feature h3 {
		text-align: center;
		font-family: 'Helvetica', Arial, sans-serif;
		font-size: 125%;
		color: #003c79;
		line-height: 2;
		margin: 0 0 .2em;
	}
		#feature h3 span {
			color: #1272ac;
		}
	#feature .content {
		background: #FFFFFF;
		padding: 11px 5px;
		color: #003c79;
	}
		#feature .title {
			text-align: center;
			font-family: Arial, sans-serif;
			font-size: 133.33%;
			font-weight: bold;
		}
		#feature ul {
			list-style: none;
			margin: 0;
			width: 100%;
			overflow: hidden;
		}
			#feature li {
				float: left;
				width: 49.99%;
				text-align: center;
				margin-left: 55px;
			}
				#feature li p {
					margin: 0 0 10px;
				}
				#feature .img {
					margin: 0 0 8px;
				}
					#feature .img img {
						border: solid 1px #bfcedd;
					}
				#feature .more {
					font-size: 91.67%;
					font-weight: bold;
				}
					#feature .more a:link, #feature .more a:visited {
						padding: 0 0 0 10px;
						background: url(../img/bullet-1.gif) no-repeat 0 50%;
						text-decoration: underline;
					}



#menus {
	width: 100%;
	overflow: hidden;
	font-size: 91.67%;
	padding: 0 0 1px;
}
	#menus .menu1 {
		float: left;
		width: 150px;
	}
	#menus .menu-alt {
		float: right;
	}
	#menus .menu2 {
		clear: both;
	}
	#menus .menu1,
	#menus .menu2 {
		border: solid 1px #dddddd;
		padding: 5px 0 0 11px;
		overflow: auto;
		height: 62px;
		margin-bottom: 6px;
	}
		#menus h3 {
			font-weight: bold;
			color: #ce0000;
			margin: 0 0 .1em;
		}
		#menus ul {
			list-style: none;
			margin: 0;
		}
			#menus li {
				padding: 0 0 0 7px;
				background: url(../img/bullet-3.gif) no-repeat 0 50%;
			}
				#menus li a:link, #menus li a:visited {
					color: #666666;
				}

#ticker {
	overflow: hidden;
	font-size: 116.67%;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px;
	padding: 0px0px;
	position: relative;
	background-color: #F7F7F7;
}
	#ticker p {
		margin: 0;
		width: 1000em;
	}
		#ticker a:link, #ticker a:visited {
			color: #999999;
			padding: 0 .3em;
		}

#download {
	background: #003c79;
	color: #FFFFFF;
	width: 313px;
	overflow: hidden;
	padding: 15px 10px;
	margin: 0 0 6px;
}
	#download h3 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 125%;
		font-weight: bold;
		margin: 0 0 .5em;
	}
	#download .img {
		float: left;
		margin: 0 .5em 0 0;
	}
	#download p {
		font-size: 91.67%;
		margin: 0 0 .5em;
	}
	#download .action {
		text-align: right;
		font-weight: bold;
	}
		#download .action a:link, #download .action a:visited {
			padding: 0 10px 0 0;
			background: url(../img/bullet-4.gif) no-repeat 100% 60%;
			color: #FFFFFF;
			text-decoration: underline;
		}

#download2 {
	width: 332px;
	padding-top: 3px;
	overflow: hidden;
}
	#download2 .img {
		float: left;
	}









#ads {
}
	#ads ul {
		list-style: none;
		margin: 0;
	}
		#ads li {
			float: left;
		}
		#ads li.alt {
			float: right;
		}




/* Shaded Boxes */

	#box494a {
		width: 494px;
		background: url(../img/box494back.gif) repeat-y 0 0;
		overflow: hidden;
	}
		#box494b {
			background: url(../img/box494bottom.gif) no-repeat 0 100%;
		}
			#box494c {
				background: url(../img/box494top.gif) no-repeat 0 0;
				padding: 10px 10px;
			}





#media_orange {
	text-align: center;
}

#media_right td {
	color: #666666;
	font-size: 10px;
}

#media_right .red  {
	color: #cc0000;
	margin-top: 5px;
}

.red {
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
}
.red {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}

.blue {
	color: #0068a6;
}

#media_right .article  {
	color: #333333;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

	#orange {
		width: 319px;
		background: #e7e7e7 url(../img/orange.gif) repeat-y 0 0;
	}
		#orange2 {
			background: url(../img/orange_bottom.gif) no-repeat 0 100%;
		}
			#orange3 {
				background: url(../img/orange_top.gif) no-repeat 0 0;
				padding: 10px 10px;
			}

.date {
	font-size: 11px;
	color: #666666;
}

.date2 {
	font-size: 12px;
	color: #666666;
}

#form1 {
	width: 320px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#form1 label {
	float: left;
}

#form1 input {
	width: 140px;
	margin-left: 110px;
	display:block;
	margin-bottom: 5px;
}


	#shade {
		width: 321px;
		background: #e7e7e7 url(../img/shade_back.gif) repeat-y 0 0;
	}
		#shade2 {
			background: url(../img/shade_bottom.gif) no-repeat 0 100%;
		}
			#shade3 {
				background: url(../img/shade_top.gif) no-repeat 0 0;
				padding: 10px 10px 20px 15px;
				color: #000000;
			}

	#small {
		width: 234px;
		background: #e7e7e7 url(../products/img/shade_back_s.gif) repeat-y 0 0;
	}
		#small2 {
			background: url(../products/img/shade_bottom_s.gif) no-repeat 0 100%;
		}
			#small3 {
				background: url(../products/img/shade_top_s.gif) no-repeat 0 0;
				padding: 10px 10px 20px 25px;
				color: #000000;
				text-align: left;
			}


#crumbs {
	width: 575px;
	position: absolute;
	margin-left: 224px;
	margin-top: 35px;
//	margin-left: 224px;
}

#crumbs ul{
	list-style-type: none;
}

#crumbs ul li{
	float: left;	
}

#crumbs2 {
	width: 609px;
	position: absolute;
	margin-left: 224px;
	margin-top: 35px;
//	margin-left: 224px;

}

#crumbs2 ul{
	list-style-type: none;
}

#crumbs2 ul li{
	float: left;	
}


.blue_italic {
	color: #0068a6;
	font-style: italic;
}

h5 {
	color: #0068a6;
}


#right {
   border-left-width: thin;
   border-left-style: solid;
   border-left-color: #dadad8;
   padding: 5px 5px 5px 15px;
   float: right;
   width: 54%;
}

#right2 {
   padding: 5px 5px 5px 15px;
   float: right;
   width: 73%;
}

#right2 img{
	float: left;
	padding: 15px 10px 12px 0;
}

#right img{
	margin: 0 0 0 70px; 	
}

#left {
   padding: 5px;
   float: left;
   width: 40%;
}

#left2 {
   padding: 5px;
   float: left;
   width: 22%;
}

#left img{
	margin: 0 0 0 20px;
}



/*////////////////////// BUSINESS SECTION ///////////////////////////*/
#right_column .pdf {
	float: left;
	padding: 0 10px 20px 0;
}

#right_column p {
	line-height: 120%;
}

a.orangelink {
	font-weight: bold;
	text-decoration: underline;
	color: #e7af21;
}

a.bluelink {
	font-weight: bold;
	text-decoration: underline;
	color: #1272ac;
}


/*////////////////////// BUSINESS SECTION ///////////////////////////*/
