/* style.css */

body {
	background: #7f95b2 url('img/bg_body.gif') repeat-x scroll 50% 0;
}
b {font-weight: bold;
}

#header,
#content,
#footer {
	width: 80%;
	margin: auto;
}

#header {height: 165px;}
#header h1 {
	width: 258px;
	height: 118px;
	margin: 0;
}
#header h1 a {
	display: block;
	height: 100%;
	background: #7f95b2 url('img/tiralogo.jpg') no-repeat scroll 50% 0;
	
	text-indent: -100em;
}
.hr {
	 margin: 80px;
	 width: 75%; 
	 
	 noshade: noshade; 
}

.links {
	color: #00F;
}
.images {margin: 20px 10px;}

.images li {
	float: left;
	margin: 0 20px 0 0; 
	
	text-indent: 0;
}
.images li img{
	display: block;
}
#content {}
#navigation {
	float: left;
	
	width: 238px;
	margin: 0;
	padding-top: 44px;
}
#navigation li {
	width: 159px;
	height: 36px;
	margin: 0 0 5px 55px;
	
	text-indent: 0;
}
#navigation li a {
	display: block;
	
	height: 34px;
	background: no-repeat scroll 0 0;
	text-indent: -100em;
}
#navigation li a:hover,
#navigation li a:active {}	
#navigation .nav01 a {background-image: url('img/nav/home_button.png');}
#navigation .nav02 a {background-image: url('img/nav/about_button.png');}
#navigation .nav03 a {background-image: url('img/nav/tiracanada_button.png');}
#navigation .nav04 a {background-image: url('img/nav/tglobal_ncali_button.png');}
#navigation .nav05 a {background-image: url('img/nav/tglobal_ncaliproducts_button.png');}
#navigation .nav06 a {background-image: url('img/nav/contact_tglobal_button.png');}

#primary {
	margin-left: 238px;
	background: #FFF url('img/tiralogo.jpg') repeat-y scroll -238px 0;
	padding: 40px 0 31px 30px;
	border-right: 2px solid #15007f;
}
.mission {
	font-size: 18px;
	font-weight: bold;
}
#separator {
	margin: 0;
	border-color: #15007f;
}
.separator {
	clear: none;
	margin: 20px 0 20px -11px;
	border-color: #15007f;
}

#footer {}
#footer address {
	margin-left: 278px;
}
