@charset "utf-8";
/* CSS Document for TSYSfusion site*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fffffff;
	}
	


img {
    border: none;
} 

h3 {
 font-weight:bold;
 font-style:italic;
}
	
#page-container {
margin: auto;
background-color:#669999;
}

#header {
	height: 120px;
	background: #ffffff
	url(../images/bannerBG_slice.png);
}


/* vertical nav */


#menu11 {
float:left;
	width: 200px;
	margin: 10px;
	border-style: none;
	border-color: #889944;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu11 li a {
margin-top:40px;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu11 li a:link, #menu11 li a:visited {
	color: #333333;
	display: block;
	background:  url(../images/menu_button.png);
	padding: 8px 0 0 25px;
	}
	
#menu11 li a:hover {
	color: #333333;
	background:  url(../images/menu_button.png) 0 -32px;
	padding: 8px 0 0 27px;
	}

#menu11 ul	
{
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* end vertical nav */

#content {
padding-top: 40px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 18px;
margin-left: 230px;
margin-bottom:3px;
width: 600px;
line-height: 18px;
background: #ffffff;
}

#contentContact{
padding-top: 40px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 18px;
margin-left: 230px;
margin-bottom:3px;
width: 600px;
line-height: 18px;
background: #ffffff;
height:400px;
}


/* begin css tabs -- CSS Tabs is licensed under Creative Commons Attribution 2.5 - http://creativecommons.org/licenses/by/2.5/ */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px arial, helvetica, sans-serif; /* set font as desired */
border-bottom: 1px solid #669999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5{ /* settings for selected tab */
border-bottom: 1px solid #ffffff; /* set border color to page background color */
background-color: #ffffff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a { /* settings for selected tab link */
background-color: #cccc00; /* set selected tab background color as desired */
color: #fffff; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #669999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #99cccc; /* set unselected tab background color as desired */
color: #000000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


#footer {
clear: both;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
	border-top: 1px solid #333333;
	padding: 13px 25px;
	line-height: 18px;
	background-color:#99cccc;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color:#000000;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

/* old navigation */

/*#navcontainer { 
width: 200px;
 }

#navcontainer ul
{
position: absolute;
padding-top: 20px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
margin-bottom: 20px;
padding: 3px;
width: 180px;
background-color: #99cccc;
border: 1px solid #333333;
text-align:center;
}

#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #339999;
color: #333333;
}*/
		
/*end vertical navigation*/

