/*	
	Copyright 2007 - Fiat.
	FiatCoUK Main CSS
	$Revision: 1.0 2007-04-07 $
*/

/****** Contents 

1. General
2. Typography
2. Main Layout
3. Flash
4. Modules
5. Buttons
******/

/******   1. General   ******/

body {
	background:#000 url(http://www.fiat.co.uk/library/images/background/bg-body.png) repeat-y center; 
	font-size:70%; 
	color: #727272; 
	font-family:Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical; /* Forcing Firefox and Netscape to consider the page to be larger than a full screen and adds the vertical scrollbar. */
	margin-left:5px;
	margin-right:5px;
}

* {
	/*padding:0px;*/
	margin:0;
}

:-moz-any-link:focus, 
input:focus, 
button:focus { /*Removing "Dotted" Link effect */
	outline: none;
}



#errMsgPopupContainer a, #errMsgPopupContainer a:link,#errMsgPopupContainer a:visited,#errMsgPopupContainer a:hover,
#mainContent a, #mainContent a:link,#mainContent a:visited,#mainContent a:hover 
{
	color:#cc0000;
} 


/******   3. Main Layout   ******/

#outerWrapper 
{
	width:981px;
	padding: 5px 0 5px 0;
	margin: 1px auto;
	text-align:left;
	background:transparent url(http://www.fiat.co.uk/library/images/master/bg-shadow-top.png) no-repeat top;
}

#innerWrapper {
	width:100%;
	padding:0 0 6px 0;
	background:transparent url(http://www.fiat.co.uk/library/images/master/bg-shadow-bot.png) no-repeat bottom;
}

#frame 
{
	background:transparent url(http://www.fiat.co.uk/library/images/master/bg-shadow-mid.png) repeat-y;
    padding: 0px 0px 0px 0px;
	position:relative;
	top:0;
	left:0;
	width:981px;
}

#header 
{
    min-height:266px;
	float:left;
	background-image:url(http://www.fiat.co.uk/library/images/placeholders/header_backgrounds/bg-header-default.jpg);
	background-repeat:no-repeat;
}
* html #header 
{
	height:266px;
}

#headerTop {
	min-height:202px;
}
* #headerTop {
	height:202px;
}

.menuBackground
{
	position:absolute;
	top:0px;
	left:0px;
	font-size:0px;
	height:0px !important;
	width:0px !important;
}


div#header div.menu h1 {
	width:70px;
	height:71px;
	position:absolute;
	left:454px;
	top:2px;
	z-index:8;
	cursor:pointer;
}


/*
#mainContent 
{
	clear:left;
	background:#e1e1e1 url(http://www.fiat.co.uk/library/images/master/bg-grad.gif) repeat-x top;
	padding: 25px 18px 40px 40px;
    width: 923px;
	min-height:409px;
}
*/
/*form.formThreeColMaster #mainContent	{width: 942px; padding: 25px 19px 40px 19px;}*/


#footer 
{
	font-family:Arial, Helvetica, sans-serif;
	width:980px;
	font-size:90%;
	background:#313131 url(http://www.fiat.co.uk/library/images/master/bg-footer.gif) no-repeat;
	min-height:14px;
	text-align:center;
	padding-top:3px;
}

* html #footer {
	height:14px;
}

#footer ul {
	margin:0 auto;
}

#footer li {
	display:inline;
	padding-right:11px;
}

#footer li a, #footer li a:visited, #footer li a:active {
	color:#666;
}

#footer li a:hover {
	color:#fff;
}

/******   4. Flash   ******/

div#flashContent        {position:absolute;top:0;z-index:0;}

/****** 5. Modules ******/

/*** #crumb ***/
#crumb 
{
	min-height:25px;
	margin:3px 0 0 0px;
	padding:9px 0 0 5px;
	background: transparent url(http://www.fiat.co.uk/library/images/master/bg-h2.png);
	background-repeat: repeat-x;
	color:#a0a0a0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	width:976px;
}

* html #crumb 
{
	height:25px;
	background-color:#232323;
	background-image:none;
	vertical-align:middle;
}
#crumb * 
{
/*	display:none;*/
}
#crumb em 
{
	float:left;
	font-style:normal;
	padding:1px 0 0px 2px;
	color:#fff;
}
#crumb em em 
{
	padding:0px 5px 0px 0px;
	vertical-align:middle;
}
#crumb em.separator {
	padding:0 !important;
	color:#cc0000;
	margin:1px 8px 0 8px !important;
}
#crumb em.current
{
	color:#ffffff;
	padding:1px 0px 0px 3px;
}
#crumb em.current em
{
	padding:1px 5px 0px 0px;
}
#crumb a, #crumb a:visited {
	padding:0 5px 0px 0px;
	color:#a0a0a0;
	border-bottom:3px solid transparent;
	display:block;
	float:left;
	min-height:14px;
}
* html #crumb a, * html #crumb a:visited {
	border-bottom:none;
	height:14px;
}
#crumb a:hover {
	border-bottom:3px solid #d51415;
}

/*** #subNav ***/
#subNav 
{
/*    margin-top: -17px;*/
	background:transparent url(http://www.fiat.co.uk/library/images/master/bg-subnav.png);
	float:left;
	height:30px; /* Acutal bar is 27px with a 3px fade */
	width:978px;
	padding-left:2px;
	margin-top:-3px; /* This is to place a fade between the 1st and 2nd bars */
}
* html #subNav 
{
	background-color:#494949;
	background-image:none;
}
#subNav ul {
	margin:7px 0px 0px 5px;
	list-style:none;
}
#subNav li {
	float:left;
	/* min-width:117px; */
	min-height:15px;
	margin:0px 9px 0px 0px;
	border-bottom:3px solid transparent;
}
* html #subNav li 
{
	border-bottom:none;
	/* width:117px; */
	height:15px;
}

/* HTML subNav version */

.menu h1 img
{
	position:absolute;
	top:-8px;
	left:-5px;
}

.htmlSubNav
{
	background:url(http://www.fiat.co.uk/library/images/General/htmSubNav.png) no-repeat;
	width:980px;
	height:32px;
}

.htmlSubNav a
{
	float:left;
	display:block;
	position:relative;
	top:10px;
	text-indent:-2000px;
}

.htmlSubNav a#subNavTestDrive
{
	background:url(http://www.fiat.co.uk/library/images/General/subNavTestDrive.png) no-repeat;
	width:105px;
	height:16px;
	position:relative;
	left:310px;
	
}

.htmlSubNav a#subNavReqBrochure
{
	background:url(http://www.fiat.co.uk/library/images/General/subNavReqBrochure.png) no-repeat;
	width:117px;
	height:16px;
	position:relative;
	left:322px;
}

.htmlSubNav a#subNavConfigFiat
{
	background:url(http://www.fiat.co.uk/library/images/General/subNavConfigFiat.png) no-repeat;
	width:105px;
	height:16px;
	position:relative;
	left:335px;
}


/*
 *	This is not in use, if we can set a class to the current sub-level navigation item -
 *	then remove this comment to make the text white, the grey underline white, and to force the red underline always
#subNav li.current 
{
	border-bottom-color:#d51415;
}
#subNav li.current a 
{
	color:#ffffff;
	border-bottom-color:#ffffff;
}
*/
#subNav li a, #subNav li a:visited {
	display:block;
	margin:0px 0px 2px 0px;
	padding:0px 5px 0px 0px;
	border-bottom:3px solid #a0a0a0;
	color:#a0a0a0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:100%;
}
#subNav li:hover {
	border-bottom:3px solid #d51415;
}
#subNav li em {
	display:block;
	padding:0 0 4px 0;
	margin:0 0 2px 0;
	border-bottom:3px solid #fff;
}
