/* 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;
}


sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


/* Image Replacement:
	  Gilder/Levin with Overflow Enhancement
------------------------------------------------ */
.ti-gl {
	position:relative;
	overflow:hidden;
	z-index:1;
}
.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;
}


