/*
	2010 (c) Techniks
	www.techniks.com.mx
*/

@charset "utf-8";

body 		{ margin:0; padding:0; text-align:center; }
body, td 	{ font-family: Calibri, "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
img			{ border:0; }
a			{ text-decoration:none; color:#777; }
a:hover		{ color:red; }

/*
	GLOBAL utility classes 
*/
.contained	{ width:900px; display:inline-block; text-align:left; }
.margined	{ margin:1em; }
.invisible	{ display:none; }


/*
	AD positioning
*/

.tab-ad { 
	width:215px;
	float:left;
	margin:1em 10px 1em 0;
	text-decoration:none;
	text-align:center;
} 

.tab-ad h1{
	margin:0;
	padding:3px 0;
	background:url(/imgs/ad-tab-bg.gif) repeat-x bottom #ededed;
	border:solid 1px #f0f0f0;
	border-right:solid 1px #9d9d9d;
	border-bottom:none;
	font-size:10pt;
	color:#666;
	text-shadow:1px 1px #FFF;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	letter-spacing:0;
}

.tab-ad div{
	border:solid 1px #9d9d9d;
	width:213px;
	height:135px;
	background-position:center center;
}

/*
	Menu links
*/

#bar {
	list-style:none;
	margin:2em 0;
	padding:0;
}

#bar a{
	display:block;
	float:left;
	background:url(/imgs/bar-001.png);
	text-indent:-10000px;
	height:54px;
}

#bar a#isuzu 			{ width:150px; }
#bar a#start 			{ width:106px; background-position:-150px 0; }
#bar a#elf 				{ width:105px; background-position:-256px 0; }
#bar a#models 			{ width:104px; background-position:-361px 0; }
#bar a#partners 		{ width:109px; background-position:-465px 0; }
#bar a#press 			{ width:106px; background-position:-574px 0; }
#bar a#fun 				{ width:109px; background-position:-680px 0; }
#bar a#contact 			{ width:110px; background-position:-789px 0; }

#bar a#isuzu:hover 		{ width:150px; }
#bar a#start:hover 		{ width:106px; background-position:-150px -54px; }
#bar a#elf:hover 		{ width:105px; background-position:-256px -54px; }
#bar a#models:hover 	{ width:104px; background-position:-361px -54px; }
#bar a#partners:hover 	{ width:109px; background-position:-465px -54px; }
#bar a#press:hover 		{ width:106px; background-position:-574px -54px; }
#bar a#fun:hover 		{ width:109px; background-position:-680px -54px; }
#bar a#contact:hover 	{ width:110px; background-position:-789px -54px; }

#bar a#isuzu.selected 	{ width:150px; }
#bar a#start.selected 	{ width:106px; background-position:-150px -108px; }
#bar a#elf.selected 	{ width:105px; background-position:-256px -108px; }
#bar a#models.selected 	{ width:104px; background-position:-361px -108px; }
#bar a#partners.selected{ width:109px; background-position:-465px -108px; }
#bar a#press.selected 	{ width:106px; background-position:-574px -108px; }
#bar a#fun.selected 	{ width:109px; background-position:-680px -108px; }
#bar a#contact.selected { width:110px; background-position:-789px -108px; }

#main-content 			{ min-height:400px; }

/*
	Footer links
*/
#bottom			{ text-align:center; padding:2em 0; }
#ftr			{ display:inline; margin:0; padding:0; list-style:none; }
#ftr li 		{ display:inline-block; padding:0 .5em; font-size:10pt; }

.foot-note	{ font-size:9pt; color:#999; }


