
/* Navigation Bar */
#te-nav {
	background : url(../images/te-global-bg-nav.png) repeat-x 0 0;
	border : solid 1px #c2c2c2;
	display : block;
	float : left;
	position : relative;
	width : 100%;
	height:35px;
}


#te-brand-title {
	margin:10px 0 0 15px; 
}



/* Brand Body */
#te-body {
background:#FFFFFF;
clear : both;
float : left;
position : relative;
width : 900px;
}


/* Brand Footer */
#te-footer {
width:870px;
margin-top:10px;
padding:5px 0 10px 0 ;
}

#te-footer-nav{
text-align:left;
color : #666666;
font-size :  10px;
float:left;
padding-right:20px;
}

#te-footer-nav ul {
font-weight:bold;
}

#te-footer-nav li{
line-height:14px;
list-style:none;
font-weight:normal;
}

#clear_div{ 
clear:both;
}

#te-footer-newsletter{
float:right;
text-align:left;
color : #666666;
font-size : 10px;
font-weight:bold;
}

#te-footer-newsletter img{
margin-left:-5px;
padding-top:3px;}

#te-footer-copyright {

text-align:left;
color : #666666;
font-size : 10px;
margin:5px 0 0 0;
background-color:#eeeeee;
padding:5px 0;
}

#te-footer-copyright li{ 
display:inline;
padding:0 12px 0 8px;
border-right:1px solid #999999; 
margin:0 auto;
}
#te-footer-feedback {
float:right;
height:25px;
color : #666666;
font-size : 10px;
margin:-20px 10px 0 0;
padding-left:28px;
padding-top:3px;
background:url(../images/te-feedback.png) no-repeat;
}

