@charset "utf-8";
/* CSS Document */

body {
  background: #C2C5C6 url(../../img/tm_bg_tile32.gif) repeat 0px 0px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

#mainDiv {
  position: relative;

  /* border: 1px solid #000000; */
}

#topDiv {
  position: relative;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  height: 73px;
  z-index: 99;
  vertical-align: center;
  /* border: 1px solid #000000; */
}

#rightTopContentDiv {
  position: relative;
  background-image: url(../../img/rightFrame.gif);
  background-repeat: repeat-y;
  /*border-top: 1px solid #95999c;*/
  float: right;
  width: 5px;
  height: 73px;
}

#logoDiv{
  position: absolute;
  padding-top: 12px;
  width: 980px;
  height: 56px;
  top: 0px;
  left: 10px;
}

#contentDiv {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  z-index: 9;
  vertical-align: center;
  /* border: 1px solid #000000; */
}

#leftContentDiv {
  position: relative;
  background-color: #FFFFFF;
  float: left;
  width: 975px;
}
*+html #leftContentDiv {
  z-index: 99999;
}

#rightContentDiv {
  position: relative;
  background-image: url(../../img/rightFrame.gif);
  background-repeat: repeat-y;
  /*border-top: 1px solid #95999c;*/
  float: left;
  width: 5px;
  height:1124px;
}
*+html #rightContentDiv {
	height:1122px;
}

#navDiv {
  position: relative;
  background: url(../../img/nav_bg.gif) no-repeat;
  width: 975px;
  height: 28px;
  left: 0px;
}

#navDiv .navEntry {
  position: relative;
  color: #FFFFFF;
  float: left;
  padding-top: 7px;
  padding-right: 35px;
  text-transform: uppercase;
}


#navDiv .navEntry a {
  color: #FFFFFF;
  text-decoration: none;
}

#navDiv .navEntry a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#navDiv .navEntry a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  
}

#navDiv .rssLogo {
  position: relative;
  padding-top: 4px;
  padding-left: 25px;
  padding-right: 5px;
  float: left;
}

#navDiv .searchicon {
	position: relative;
  	padding-top: 4px;
  	xpadding-left: 70px;
  	padding-right: 5px;
  	float: right;
	}

#navDiv .searchInput {
  position: relative;
  padding-top: 4px;
  padding-left: 5px;
  width: 60px;
  height: 20px;
  float: left;
}

* html #navDiv .searchInput {
	padding-left: 10px;
}

#navDiv .searchInput input {
  border: 1px solid #000000;
  color: #000000;
  width: 80px;
}

#introImage {
  position: relative;
  top: 0px;
  left: 0px;
  width: 975px;
  height: 269px;
  border: 0px;
}

#introText {
  position: absolute;
  bottom: 90px;
  right: 14px;
  color: #999999;
  font-size: 18px;
  text-align: right;
  z-index: 9999;
}

#contentText {
  position: relative;
  top: 0px;
  color: #666666;
  padding: 14px;
  height: 76px;
  line-height: 18px;
}

#contentText .headline {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 4px;
}

#contentBoxes {
  position: relative;
  width: 975px;
  height: 233px;
  /* border: 1px solid #000000; */
}

.boxesDiv {
  background-image: url(../../img/boxesBg.gif);
  background-repeat: repeat-x;
  border-right: 1px solid #a6a7a7;
  width: 320px;
  height: 245px;
  color: #666666;
}

#box1 {
  position: relative;
  float: left;
}

#box2 {
  position: relative;
  float: left;
}

#box3 {
  position: relative;
  float: left;
}

#box4 {
  position: relative;
  float: left;
  border-right: 0px;
  width: 243px;
}

.boxContent {
  padding: 14px 14px 5px 20px;
  height: 226px;
  background-color: #FFFFFF;
}

#box1, #box2, #box3, #box4 {
  position: relative;
}

.boxesDiv a {
  color: #0099cc;
  text-decoration: none;
}


.boxesDiv a:hover {
  color: #0099cc;
  text-decoration: underline;
}

.boxesDiv h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 2px;
  text-transform: uppercase;
  color: #666666;
}

.boxesDiv h3 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 17px;
  margin-bottom: 0px;
  color: #000000;
}

#footerDiv {
  position: relative;
  width: 980px;
  height: 17px;
  z-index: 999;
}

#fakeDiv {
  position: absolute;
  width: 975px;
  height: 5px;
  top: 1145px;
  left: 0px;
  background-color: #FFFFFF;
  z-index: 1;
}

* html #fakeDiv {
  position: absolute;
  width: 975px;
  height: 2px;
  top: 1140px;
  left: 0px;
  background-color: #FFFFFF;
  z-index: 1;
}
*+html #fakeDiv {
	top: 1120px;
}

#productPic1 {
  background: transparent url(../../img/TIS_pro.jpg) no-repeat;
  width: 55px;
  height: 65px;
  position: relative;
  margin-top: 25px;
  float: left;
}

#productPic2 {
  background: transparent url(../../img/packshot.jpg) no-repeat;
  width: 55px;
  height: 65px;
  position: relative;
  margin-top: 17px;
  float: left;
}

#productPic3 {
  background: transparent url(../../img/packshotCSM.jpg) no-repeat;
  width: 55px;
  height: 65px;
  position: absolut;
  margin-top: 30px;
  float: left;
}

#productPic4 {
  background: transparent url(../../img/packshotOS.jpg) no-repeat;
  width: 55px;
  height: 65px;
  position: relative;
  margin-top: 30px;
  float: left;
}

.productLinks {
  position: relative;
  text-align: right;
  margin-top: 60px;
}

#productLink1_1 {
  position: relative;
  text-align: right;
  margin-top: 34px;
  vertical-align: top;
  height: 20px;
}

#productLink1_2 {
  position: relative;
  text-align: right;
  margin-top: 20px;
  vertical-align: top;
  height: 20px;
}

#productLink1_3 {
  position: relative;
  text-align: right;
  margin-top: 35px;
  vertical-align: top;
  height: 20px;
}

#productLink1_4 {
  position: relative;
  text-align: right;
  margin-top: 35px;
  vertical-align: top;
  height: 20px;
}

#productLink_personal, #productLink2_1, #productLink2_2, #productLink2_3, #productLink2_4 {
  position: relative;
  text-align: right;
  margin-top: 2px;
  height: 20px;
}

.linkDiv {
  position: absolute;
  top: 0px;
  right: 23px;
  margin-top: 1px;
  width: 110px;
  text-align: right;
}

#boxesDiv .linkDiv a {
  color: #0099cc;
  text-decoration: none;
}


#boxesDiv .linkDiv a:hover {
  color: #0099cc;
  text-decoration: underline;
}

.picDiv {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-bottom: 3px;
  width: 18px;
}

.firstLink {
  position: relative;
  padding-top: 5px;
}

.firstLink a {
  font-size: 12px;
  color: #666666;
  display: block;
  width: 191px;
  /*height: 21px;*/
}

#selectBox2 ul.dropdown,
#selectBox3 ul.dropdown,
#selectBox4 ul.dropdown
	{ width: auto; }
.dropdown li {
  /*height: 20px;*/
  margin: 0px;
}

#selectBox2 ul.dropdown li a,
#selectBox3 ul.dropdown li a,
#selectBox4 ul.dropdown li a {
  font-size: 12px;
  color: #666666;
  padding: 0px 7px 0px 10px;
  background-image:none;
  background-color: #FFF;
}

.dropdown a {
  text-decoration: none;
}

#selectBox2 ul.sub_menu,
#selectBox3 ul.sub_menu,
#selectBox4 ul.sub_menu {
  border-top: none;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #FFFFFF;
  padding: 5px 0px 5px 0px;
  visibility: hidden;
  width: auto;
}

#selectBox2 ul.sub_menu li,
#selectBox3 ul.sub_menu li,
#selectBox4 ul.sub_menu li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 0px;
}

#selectBox2 ul.sub_menu li a,
#selectBox3 ul.sub_menu li a,
#selectBox4 ul.sub_menu li a {
  font-size: 12px;
  color: #666666;
  display: block;
  width: 330px;
  padding-top: 5px;
  line-height: 14px;
  /* border: 1px solid #000000; */
  background-image: none;
  background-color: #FFFFFF;
}

#selectBox2 ul.sub_menu,
#selectBox3 ul.sub_menu,
#selectBox4 ul.sub_menu {
	border-bottom:0px;
	height:auto;
	width:auto;
}

* html ul.sub_menu {
 padding: 0px 0px 5px 0px;
 margin: 0px;
}

#selectBox1 {
  position: absolute;
  width: 350px;
  height: 22px;
  top: 1125px;
  left: 19px;
  background-image: url(../../img/bgSelect.gif); 
  background-repeat: no-repeat;
  margin-top: 17px;
  /z-index: 999;*/
}

* html #selectBox1 {
	top: 1120px;
}

#selectBox2 {
  position: absolute;
  width: 350px;
  height: 22px;
  top: 180px;
  left: 10px;
  background-image: url(../../img/bgSelect.gif); 
  background-repeat: no-repeat;
  margin-top: 17px;
  z-index: 9999;
}

* html #selectBox2 {
	top: 105px;
}
*+html #selectBox2 {
	position:relative !important; display:block !important; z-index:9999999 !important;
}
#selectBox3 {
  position: absolute;
  width: 350px;
  height: 22px;
  top: 180px;
  left: 330px;
  background-image: url(../../img/bgSelect.gif); 
  background-repeat: no-repeat;
  margin-top: 17px;
  z-index: 9999;
}

* html #selectBox3 {
	top: 105px;
}

#selectBox4 {
  position: absolute;
  width: 350px;
  height: 22px;
  top: 180px;
  left: 650px;
  background-image: url(../../img/bgSelect.gif); 
  background-repeat: no-repeat;
  margin-top: 17px;
 z-index: 9999;
}

* html #selectBox4 {
	top: 105px;
}
*+html #selectBox1, *+html #selectBox2, *+html #selectBox3, *+html #selectBox4 {
	top: 1122px;
	display:none !important;
}
* html #selectBox1, * html #selectBox2, * html #selectBox3, * html #selectBox4 {
	display:none !important;
}
#contentBoxesFooter {
  height: 1140px;
}
*+html #contentBoxesFooter {
	height:18px;
}
/* 3 Containers */

#container {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #666666;
  width: 980px;
  margin-bottom:10px;
  z-index: 9999;
}

#containerHeader {
  position: relative;
  background-image: url(../../img/containerTop.gif);
  background-repeat: no-repeat;
  width: 980px;
  height: 30px;
}

#head1 {
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  left: 20px;
  top: 6px;
}

#head2 {
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  left: 345px;
  top: 6px;
}

#head3 {
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  left: 677px;
  top: 6px;
}

#containerContent {
  position: relative;
  width: 980px;
}

#containerContent ul {
  list-style-image: url(../../img/bullet.gif);
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#containerContent ul li {
  margin-top: 0px;
  margin-bottom: 10px;
}

#containerContent a {
  color: #ff0000;
  text-decoration: none;
}

#containerContent a:visited {
  color: #ff0000;
  text-decoration: none;
}

#containerContent a:hover {
  color: #ff0000;
  text-decoration: none;
}


#containerContent h4 {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 0px;
}

#centerContent {
  position: relative;
  background-image: url(../../img/containerBg.gif);
  background-repeat: repeat-y;
  padding-top: 10px;
  padding-left: 350px;
  width: 630px;
}

#centerText {
  position: relative;
  width: 275px;
}

#leftContent {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 290px;
}

#rightContent {
  position: absolute;
  top: 10px;
  left: 680px;
  width: 290px;
}

#containerFooter {
  position: relative;
  background-image: url(../../img/containerBottom.gif);
  background-repeat: no-repeat;
  height: 13px;
}

/* START Trend Cloud */
	#trend-cloud {
		margin: 0 0 1.5em 0; 
		clear: left;
	}

	#trend-cloud h1 {
		font-size: 100%; 
		text-align: left; 
		padding: 5px 20px;
	}
	#cloud-header a:link, #cloud-header a:visited, #cloud-header a:active {text-decoration: none;}
	#cloud-header a:link, #cloud-header a:visited, #cloud-header a:active {color: #fff;}
	#cloud-header a:hover {text-decoration: underline;}	
	#cloud-header {
		color: #fff;
		position: relative;
		background-image: url(../../img/container2Top.gif);
		background-repeat: no-repeat;
		width: 980px;
		height: 24px;
	}	
	#cloud-body {
		position: relative;
	    background-image: url(../../img/container2Bg.gif);
		background-repeat: repeat-y;
		color: #666666;
		padding: 12px 12px 15px 12px; 
		text-align: justify;
		}
	#cloud-body a:link, #cloud-body a:visited, #cloud-body a:active {
		text-decoration: none; 
		line-height: 20pt;
	}
	#cloud-body a:link, #cloud-body a:visited, #cloud-body a:active {color: #666666;}
	#cloud-body a:hover {
		color: #fff; 
		background: #666666;
	}
	#cloud-body span.separator {visibility: hidden;}
	#trend-cloud span.cloud1{font-size: 8pt;}
	#trend-cloud span.cloud2{font-size: 10pt;}
	#trend-cloud span.cloud3{font-size: 12pt;}
	#trend-cloud span.cloud4{font-size: 14pt;}
	#trend-cloud span.cloud5{font-size: 16pt;}
	#trend-cloud span.cloud6{font-size: 18pt;}
	#trend-cloud span.cloud7{font-size: 20pt;}
	#trend-cloud span.cloud8{font-size: 22pt;}
	#trend-cloud span.cloud9{font-size: 24pt;}
	#cloud-footer {
		position: relative;
		background-image: url(../../img/container2Bottom.gif);
  		background-repeat: no-repeat;
  		height: 14px;
		}
		
	#cloud-footer img { 
		border: 0;
		position: absolute; 
		right: 0; 
		top: -15px;
	}	
/* END Trend Cloud */
/* Footer */

#siteFooter {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 980px;
  height: 73px;
  font-size: 11px;
  color: #999999;
  text-align: center;
  vertical-align: center;
}

#siteFooter a {
  color: #ff0000;
  text-decoration: none;
}

#siteFooter a:visited {
  color: #ff0000;
  text-decoration: none;
}

#siteFooter a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#siteFooter .redContent {
  position: absolute;
  color: #ff0000;
  height: 20px;
  left: 365px;
  text-align: center;
}

#siteFooter .footerLink {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}



/* Some IE fixes */
* html .ui-tabs { position:relative; display:block; clear:both; float:none; z-index:0; height:auto; }
* html .ui-tabs .ui-tabs-panel { padding: 10px 12px 10px 12px; display: block; border-width: 0; background: #fff !important; position:relative; clear:both; float:none; z-index:0; height:auto; }
* html .ui-tabs .ui-tabs-hide { display: none !important; }

* html #tabs { border-bottom:2px solid #c3c3c3;
}
* html #tabs2 {z-index:0 !important; position:relative !important; height:auto !important; min-height:180px; height:220px;
}
* html #selectBox2 {
	display:block !important; visibility:visible !important; position:absolute!important; z-index:96666!important; left:0px !important; top:188px!important; margin-left:10px !important;
}
* html #selectBox3 {	
	display:block !important; visibility:visible !important; position:absolute!important; z-index:97777!important; top:188px!important; margin-left:10px !important;
}
* html #selectBox4 {
	display:block !important; visibility:visible !important; position:absolute!important; z-index:98888!important; top:188px!important; margin-left:10px !important;
}
* html ul.dropdown {
	visibility:visible !important; z-index:9999 !important;
}
* html ul.dropdown ul.sub_menu {
	z-index:99999 !important; position:relative !important; /*visibility:visible!important; display:block;*/
}
* html ul.hover ul.sub_menu {
	z-index:99998 !important;
}
* html div.firstLink {
	z-index:99997 !important;
}
* html .tabDivide {
	z-index:0; border-bottom:0px solid #ffffff; 
}
* html div#contentBoxes { z-index:0 !important;
}
* html .boxContent { height:180px !Important;
}

* html div#contentBoxesFooter { z-index:0 !important; position:relative !important; clear:both; float:none;
}
* html div#footerDiv { z-index:0 !important; position:relative !important;
}
div#footerDiv IMG { z-index:0 !important; position:relative;
}
* html #container { z-index:0 !important; position:relative !important;
}
* html #fakeDiv {top:-25px !important; height:26px !important;
}
* html body { z-index:0;
}
* html #leftContentDiv { z-index:99999 !important; position:relative;
}
