@charset "utf-8";

/* aicom home default styles */
body { 
	padding: 0; 
	margin: 0; 
	font: .7em Tahoma, Arial, sans-serif; 
	line-height: 1.7em; 
	background: #FFFFFF; 
	color: #333333; 
	}
a, a:visited { 
	color: #B51231;
	background: inherit; 
	}
a:hover { 
	color: #990033;
	background: inherit; 
	}
p {	
	margin: 0 0 5px 0; 
	}
p.quote {
	font-style: italic;
	font-weight: bold;
	}
img {
	border: 0;
	}
h1 {	
	font: bold 2.2em Arial, Sans-Serif; 
	padding: 8px 0 0 0; 
	margin: 0; 
	letter-spacing: -1px;
	color: #B51231;
	}
h2 { 
	margin: 0 0 15px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Sans-Serif; 
	color: #B51231;
	}
h3 { 
	margin: 15px 0 5px 0; 
	padding: 0; 
	font: bold 1.2em Arial, Sans-Serif; 
	color: #B51231;
	}
br {
	margin: 0;
	padding: 0;
	}
ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
	

/* page layout */
#wrapper800 {
	margin: 0;
	padding: 0;
	width: 850px;
	}
#top {
	margin: 3px 0 0 0;
	padding: 0;
	}
	#top .nav_global { 
		position: relative;
		float: right; 
		right: 0; 
		top: 5px;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#top .nav_global ul {
		margin: 0;
		padding: 0;
	}
	#top .nav_global li {
		list-style: none;
		display: inline;
		margin: 0 0 0 12px;
		padding: 0;
	}
	#top .nav_global li a, a:visited {
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	#top .nav_global li a:hover {
		color: #B52131;
		text-decoration: underline;
		font-weight: bold;
	}
	#top .logo {
		border: 0;
		margin: 0 0 3px 0;
		padding: 0;
		float: left;
	}
#tabbednav { 
	clear: both;
	float: right; 
	padding: 3px 0;
	margin: 0;
	
	}
	#tabbednav ul {
		margin: 0;
		padding: 0;
		}
	#tabbednav li {
	list-style: none;
	display: inline;
	margin: 0;
		}
	#tabbednav li a {
		text-decoration: none;
		padding: 4px 22px;
		margin: 0;
		background: #666666 url(images/tab-corbg0.gif) no-repeat top left;
		font-weight: bold;
		color: #FFFFFF;
	}
	#tabbednav li a:hover{
		background: #666666 url(images/tab-corbg0.gif) no-repeat top left;
		text-decoration: underline;
	}
	#tabbednav li a.current{
		background: #B51231 url(images/tab-corner1.gif) no-repeat top left;
		color: #FFFFFF;
		text-decoration: none;
		padding: 6px 22px;
	}
#tabband {
	clear: both;
	position: relative;
	height: 20px;
	margin: 0;
	padding: 0;
	background-color: #B51231;
	color: #FFFFFF;
	border-bottom: solid 1px #333333;
	}
	#tabband ul {
		margin: 0;
		padding: 0;
	}
	#tabband li {
		list-style: none;
		display: inline;
		margin: 0 0 0 12px;
		padding: 0;
		color: #FFFFFF;
	}
	#tabband li a, a:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	#tabband li a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: normal;
	}
	#tabband li.current {
		font-weight: bold;
		background: #B51231 url(images/li-arrow-wht.gif) no-repeat left 3px;
		padding: 0 0 0 15px;
	}

#showcase {
	clear: both;
	position: relative;
	height: 235px;
	margin: 0;
	padding: 0;
	background-color: #575757;
	color: #FFFFFF;
	border-bottom: solid 1px #333333;
	}
	#showcase .left {
		float: left;
		margin: 0;
		padding: 0;
		width: 536px;
		height: 224px;
	/*background: #575757 url(images/relax-focus-outsource-static.jpg) no-repeat top left; */
	}
	#showcase .right {
		float: right;
		margin: 0;
		padding: 0;
		width: 262px;
		height: 224px;
		border-left: solid 1px #CCCCCC;
		background: #575757 url(images/outsourcing-with-aicom.jpg) no-repeat top left;
		border-left: solid 1px #CCCCCC;
	}
	#showcase .right-content-pad {
		margin: 150px 0 0 5px;
		padding: 0;
		color: #FFFFFF;
		line-height: 1.4em;
		
	}
	#showcase .right-content-pad a, a:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	#showcase .right-content-pad a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: normal;
	}
	#showcase .right-content-pad ul {
		margin: 0;
		padding: 0;
	}
	#showcase .right-content-pad li {
		margin: 0;
		padding: 0;
		list-style: url(images/li-arrow-dgray.gif) inside;
		letter-spacing: .1em;
	}

#contentheader {
	clear: both;
	position: relative;
	height: 93px;
	margin: 0;
	padding: 0;
	background-color: #575757;
	border-bottom: solid 1px #333333;
	direction:ltr;
	}
#contentheader .banner {
	text-align: left;
	width: 850px;
	background: #575757 url(images/banner-bg.jpg) no-repeat top right;
	}
	

/* main content area */
#wide {
	float: left;
	width: 780px;
	margin: 5px 0 0 0;
	padding: 0;
	}

#content-left {
	float: left;
	width: 536px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	#content-left p {
		margin: 0 0 1em 0;
		padding: 0;
		color: #333333;
		text-align: justify;
		background: #FFFFFF;
	}
	#content-left .synergy {
		float: left;
		margin: 10px 0 0 0;
		padding: 0;
		width: 536;
	}
	#content-left .solutions {
		float: left;
		margin: 10px 0 0 5px;
		padding: 0;
		width: 190px;
	}
	
	#content-left .thirds {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		width: 163px;
	}
	#content-left .thirds a, a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #B51231;
	}
	#content-left .thirds a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #B51231;
	}
	#content-left .thirds p {
		margin: 0;
		padding: 0;
	}
	#content-left ul {
		margin: 0 0 15px 0;
		padding: 0;
	}
	#content-left li {
		list-style: none;
		margin: 0 0 0 12px;
		padding: 0 0 0 18px;
		background: #FFFFFF url(images/li-arrow-dgray.gif) no-repeat left 5px;
	}
	#content-left ol {
		list-style: none;
		margin: 0 0 0 12px;
		padding: 0 0 0 18px;
	}
	#content-left li a {
		color: #B51231;
		text-decoration: none;
		font-weight: normal;
		background: #FFFFFF;
	}
	#content-left a:visited {
		color: #999999;
		text-decoration: none;
		font-weight: normal;
	}
	#content-left a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	
#content-right {
	float: right;
	width: /*210px*/ 210px;
	padding: /*10px 5px 0 5px*/ 0;
	color: #666666;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

	#content-right li {
		list-style: none;
		background: #FFFFFF url(images/li-arrow-dgray.gif) no-repeat left 5px;
		margin: 0 0 10px 0;
		padding: 0 0 0 18px;
	}
	#content-right li a {
		color: #B51231;
		text-decoration: none;
		font-weight: normal;
		background: #FFFFFF;
	}
	#content-right a:visited {
		color: #999999;
		text-decoration: none;
		font-weight: normal;
	}
	#content-right a:hover {
		text-decoration: underline;
		font-weight: normal;
	}

#content-right-c {
	width: 210px;
	margin: 0;
	border: solid 1px #CCCCCC;
	text-align: left;
	color: #666666;
	background-color: #F4F4F4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}

	#content-right-c li {
		list-style: none;
		background: #F4F4F4 url(images/li-arrow-dgray.gif) no-repeat left 5px;
		margin: 0 0 10px 0;
		padding: 0 0 0 18px;
	}
	#content-right-c li.pdf {
		list-style: none;
		background: #F4F4F4 url(images/icn-pdf.gif) no-repeat left 2px;
		margin: 0 0 10px 0;
		padding: 0 0 0 30px;
	}	
	#content-right-c li.web {
		list-style: none;
		background: #F4F4F4 url(images/icn-site.gif) no-repeat left 2px;
		margin: 0 0 10px 0;
		padding: 0 0 0 30px;
	}	

	#content-right-c li a {
		color: #B51231;
		text-decoration: none;
		font-weight: normal;
		background: #F4F4F4;
	}
	#content-right-c a:visited {
		color: #999999;
		text-decoration: none;
		font-weight: normal;
	}
	#content-right-c a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	
#content-righthome {
	float: right;
	width: 210px;
	margin: 0;
	border-left: dashed 1px #CCCCCC;
	border-right: dashed 1px #CCCCCC;
	text-align: justify;
	background-color: #F4F4F4;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}

	#content-righthome li {
		list-style: none;
		background: #F4F4F4 url(images/li-arrow-dgray.gif) no-repeat left 5px;
		margin: 0 0 10px 0;
		padding: 0 0 0 18px;
	}
	#content-righthome li a {
		color: #B51231;
		text-decoration: none;
		font-weight: normal;
		background: #F4F4F4;
	}
	#content-righthome a:visited {
		color: #999999;
		text-decoration: none;
		font-weight: normal;
	}
	#content-righthome a:hover {
		text-decoration: underline;
		font-weight: normal;
	}	

	
#footer { 
	clear: both; 
	color: #333333;
	padding: 2px 0 0 0;
	margin: 20px 0 0 0;
	line-height: 1.2em;
	font-size: .85em;
	border-top: solid 1px #CCCCCC;
	width: 780px;
}
