/* -----------------------------------------------------------------------------
   HTML & VIEWPORT/BODY 
----------------------------------------------------------------------------- */
html
  {
  margin:0;
  padding:0;
  background:transparent url(../img/backgrounds/viewport.jpg) 0 0 repeat-x;
  }
body 
  {
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size:12px;
  line-height:15px;
  color:#424242;
  }
  
/* -----------------------------------------------------------------------------
   GLOBAL STYLES
----------------------------------------------------------------------------- */
a,a:hover
	{
	outline:none;
	}
a
  {
  color:#6c242f;
  font-weight:bold;
  }
a:hover
  {
  color:#ab4051;
  }
img 
  {
  padding:0;
  margin:0;
  border:0;
  }
form 
  {
  margin:0;
  padding:0;
  }
  
/* -----------------------------------------------------------------------------
  BASIC PAGE LAYOUT
----------------------------------------------------------------------------- */
#page 
  { 
  position:relative;
  width:1000px;
  margin:0;
  padding:0;
  text-align:left;  
	background:transparent url(../img/backgrounds/page.png) 982px 0 repeat-y;
  }
#header 
  {
  position:relative;
  height:105px; 
  width:982px;
  margin:0;
  padding:0;
  background:transparent url(../img/backgrounds/header.jpg) 0 0 repeat-x;
  -moz-user-select:none;
  }
#main 
  { 
  width:982px;
  margin:0;
  padding:0;
  }
#footer 
  {
  clear:left;
  width:958px;
  height:20px;
  margin:0;
  padding:10px 24px 0 0;
  line-height:20px;
  overflow:hidden;
  text-align: right;
  font-size:11px;
  color:#949494;
  background:#e0e0e0;
  border-bottom:1px solid #bdbdbd;
  -moz-user-select:none;
  }

/* -----------------------------------------------------------------------------
   HEADER ELEMENTS
----------------------------------------------------------------------------- */
#header img
	{
	float:left; position:relative; 
	margin:44px 0 0 3px;
	}		
#header h1
	{
	position:absolute;
	left:33px;
	top:20px;
	width:80px;
	height:75px;
	margin:0; 
  padding:0;
  overflow:hidden;
	text-indent: -9999em; 
	background:url(../img/logos/fiat_professional.jpg) 0 0 no-repeat;
	}
#header p
	{
	position:absolute;
	left:509px;
	top:53px;
	width:443px;
	height:22px;
	margin:0; 
  padding:0;
  overflow:hidden;
	text-indent: -9999em; 
	background:url(../img/logos/fiatpro.gif) 0 0 no-repeat;
	}	
#header .line
	{
	position:absolute;
	right:1px;
	top:84px;
	width:840px;
	height:1px;
	margin:0; 
  padding:0;
  overflow:hidden;
	text-indent: -9999em; 
	background:url(../img/lines/header.gif) 0 0 no-repeat;
	}	
	
/* -----------------------------------------------------------------------------
   FOOTER ELEMENTS
----------------------------------------------------------------------------- */
#footer a
	{
	font-weight:normal;
  font-size:11px;
 	color:#949494;
 	text-decoration:none;
 	}
#footer a:hover
	{
  color:#ab4051;
  }


