/* Browser Reset 
------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography
------------------------------------------------ */

body {
	line-height: 1.333; /* 16pt */
	margin: 0; padding: 0;
	text-align: center;
	background: none;
}

p, blockquote {
	font-size: 1em;
	margin: 1.333em 0;
}

/* Image Replacement:
	  Gilder/Levin with Overflow Enhancement
------------------------------------------------ */
.ti-gl {
	position: relative; 
	overflow: hidden; 
	z-index: 1;
	border:0px solid #000000;
}

.ti-gl span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 5;
	top: 0;
	left: 0;
}

a.ti-gl span {
	cursor: pointer; /* For stupid IE */
}

/* Search Forms
------------------------------------------------ */
form.ti-search {
	float: right;
	margin: 4px 0 0;
	height: 22px;
}

form.ti-search input,
form.ti-search button {
	float: left;
}

form.ti-search input,
form.ti-search button {
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 0;
	outline: 0;
}

form.ti-search input {
	background-image: url(../images/global/footer/bg_input.png);
	width: 183px;
	padding-left: 9px;
	height: 18px;
	line-height: 1;
	color: #606262;
}

form.ti-search input:focus,
form.ti-search input.focus {
	color: #000;
}

form.ti-search button {
	background: transparent url(../images/global/footer/btn_search.png) no-repeat;
	height: 22px;
	width: 39px;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

form.ti-search button:hover,
form.ti-search button.hover {
	background-position: 0 -22px;
}

form.ti-search button:active {
	background-position: 0 -44px;
}

/* Footer
------------------------------------------------ */
#ti-footer {
	font-size: 10px;
	clear: left;
	margin: 10px 0 0 0;
	font-family: Helvetica, Arial, "Lucidia Grande", sans-serif;
	line-height: 1.6em;
	padding: 0 10px;
	border-top: 1px solid #dad7d7;
	background: #e0e0e0 url(../images/global/footer/bg_footer.png) repeat-x left top;
}

#ti-footer a {
	text-decoration: none;
}

#ti-footer a:hover {
	text-decoration: underline;
}

#ti-footer .ti-header {
	width: 100%;
	padding: 1.6em 0;
	overflow: hidden;
}

#ti-footer h2 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	width: 84px;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f5f5f5;
}

#ti-footer h2 span {
	background: url(../images/global/hd_ti_network.png) no-repeat 0 -30px;
	height:30px;
	overflow:hidden;
}

#ti-footer h2.ti-hover span {
	background-position: 0 -60px;
}


/* Collapsable area */

#ti-footer .ti-collapsable {
	width: 868px;
	clear: both;
	overflow: hidden;
	margin: 0 -10px;
	padding: 0 10px 5px;
	background: transparent url(../images/global/footer/bg_footer.png) repeat-x 0 bottom;
}

#ti-footer .ti-collapsable ul {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 1.6em;
	width: 871px;
	
}

#ti-footer .ti-collapsable ul li {
	float: left;
	margin: 0 auto;
	width: 88px;
	min-height: 95px; /* See ie6.css */
	padding: 5px 10px 5px 9px;
	line-height: 1.2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	list-style: none;
}

#ti-footer .ti-collapsable ul li:first-child {
	border-left: none;
}

#ti-footer .ti-collapsable ul li.ti-even {
	padding-bottom: 1.6em;
	margin-bottom: -1.6em;
	border: none;
	background: #f7f7f7 url(../images/global/footer/bg_footer_alt.png) repeat-x left bottom;
}

#ti-footer .ti-collapsable ul dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

#ti-footer .ti-collapsable ul dt a {
	color: #404040;
}

#ti-footer .ti-collapsable ul dd a {
	color: #606262;
}

/* Open/Close Tab */

#ti-footer .ti-tab {
	position: relative;
	margin: 0;
	width: 115px;
	height: 15px;
	top: 0;
	margin: 0 0 -15px 600px;
	line-height: 15px;
	font-size: 11px;
	text-align: center;
	background: url(../images/global/footer/bg_tab.png) no-repeat;
}

#ti-footer .ti-tab a {
	color: #606262;
	background: url(../images/global/footer/icon_tab_arrow.png) no-repeat top right;
	padding: 0 11px 0 0;
}

#ti-footer .ti-tab a.ti-closed {
	background-position: bottom right;
}

/* Footer Links (Black area) */

#ti-footer .ti-footerLinks {
	overflow: hidden;
	width: 100%;
	margin: 0 -10px 0;
	height: 24px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	border: none;
}

#ti-footer .ti-footerLinks ul {
	float: left;
	margin: 0;
}

#ti-footer .ti-footerLinks li {
	float: left;
	margin: 0 0.8em;
}

#ti-footer .ti-footerLinks p {
	float: right;
	margin: 0 0.8em;
}

#ti-footer .ti-footerLinks a {
	color: #fff;
	text-decoration: none;
}

#ti-footer .ti-footerLinks a:hover {
	text-decoration: underline;
}


/* 9. Grid Structure
------------------------------------------------ */
.ti-row {
	float: left;
	width: 100%;
	margin-bottom: 34px;
}

.ti-module {
	margin-left: 7px;
	background-color: #fff;
	float: left;
}

/* Default 4 column grid */
.ti-module {
	width: 192px;
	padding: 10px;
	margin-left: 10px;
}

.ti-row .ti-wide {
	width: 414px;
}

.ti-row .ti-wide-no-padding {
	width: 434px;
}


/* 10. Local Navigation & Breadcrumbs
------------------------------------------------ */
#ti-localNav {
	position: relative;
	float: left;
	width: 192px;
	margin: 0 0 0 10px;
	padding: 1em 10px;
}

/* Breadcrumbs */

p#ti-breadcrumbs {
	position: absolute;
	font-size: 0.833333em;
	line-height: 1.6em;
	top: -1.2em;
	margin: 0;
	color: #606262;
	white-space: nowrap;
}

p#ti-breadcrumbs a {
	color: #d42024;
	padding-right: 0.4em;
	margin-right: 0.4em;
	border-right: 1px solid #b5b5b5;
}


/* Local Nav */

#ti-localNav ul {
	margin: 0;
}

#ti-localNav ul li {
	float: left;
	clear: both;
	font-size: 0.916667em;
	line-height: 2em;
	font-weight: bold;
	width: 100%;
}

#ti-localNav ul ul {
	font-size: 1.090909em;
	margin-left: 0.833330em;
}

#ti-localNav ul ul li {
	font-weight: normal;
}

#ti-localNav ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0 -10px;
	color: #020202;
}

#ti-localNav ul li a:hover,
#ti-localNav ul li.ti-active a {
	background: #f50014;
	color: #fff;
	text-decoration: none;
}

/* 11. Error Templates
------------------------------------------------ */
#ti-error #ti-content {
	margin: 5em auto;
	padding: 2em;
	display: block;
	float: none;
	background-color: #F5F5F5;
	border:1px solid #F5F5F5;
	-webkit-box-shadow: 5px 5px 10px #cecece;
	-moz-box-shadow:5px 5px 10px #cecece;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* 12. Form Elements
------------------------------------------------ */
select,
button {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #828282;
	font-size: 1.083333em;
	line-height: 1.230769;
	background: #f9fafa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 0 0 2px 0 #aaa;
	-webkit-box-shadow: inset 0 0 2px 0 #aaa;
}

select {
	width: 100%;
}


/* 13. Download Listings
------------------------------------------------ */
dl.ti-downloads {
	font-size: 0.916667em;
	line-height: 1.454545;
	color: #476b7e;
	margin: 0 0 0.727273em;
	clear: both;
	width: 100%;
	overflow: hidden;
}

dl.ti-downloads a {
	color: #476b7e;
}

dl.ti-downloads dd {
	display: table;
}

dl.ti-downloads dd p {
	margin: 0;
	color: #333;
}

dl.ti-downloads dd em.ti-timestamp {
	display: block;
	font-size: 0.818182em;
	line-height: 1.777778;
	font-style: normal;
	color: #8f8f8f;
}