/*NGV: Layout CSS*/
/************************************************************************

	Listing Order:
	==============

	1 - Universal
	2 - Structure/Layout	
	3 - Inner Pages Tags
	4 - Footer Elements

************************************************************************/

/***********************************************************************
	1 - UNIVERSAL Tags
************************************************************************/

html > body * {
	outline:none;
}
body {
	margin:0px 0 0 0;
	padding: 0;
	border: 0;
	color:#777777;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #fff url(../images/bg.gif) top left repeat-x;
	}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
ul, ol{
	list-style:none;
}
h2 {
	padding:0px 0 0px 0;
}
h3 {	
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px 0 14px 0px;
	
}
a{
	text-decoration:none;
	color:#000063;
}
a:hover{
	text-decoration:none;
	color:#000;
}
a.underline{
	text-decoration:underline;
}
a.underline:hover{
	text-decoration:none;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}

.padd-top-5{
padding-top:5px;
}
p{
padding-bottom:10px;
}

.font14{
font-size:14px;
}
/***********************************************************************
	2 - Structure/Layout Tags
************************************************************************/

.outer{
width:100%;
padding:0px;
float:left;
}

.wrapper{
	width:921px;
	margin:0px auto;
	padding:0px;
}
#top{
	float:left;
	width:921px;
	padding:25px 0px 0px 0px;
	} 
	
#logo{
	float:left;
	padding-bottom:19px;
	}

#ferrari{
float:right;
padding:20px 10px 3px 0px;
}

.nav-bg{
background:url(../images/nav-bg.gif) bottom left repeat-x;
height:36px;
}

/***********************************************************************
	3 - Navigation Tags
************************************************************************/
#navigation{
	margin:0px auto;
	padding:0px 0px;
	width:915px;
	z-index:9999999;

	}



/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation ul li {
	list-style:none;
	float: left;
	text-align: center;
	line-height: 1em;
 	padding: 0px 2px 0px 0px;
	text-transform:uppercase;
	z-index:99999;

}
/* style the links for the top level */
#navigation li a{
	color:#fff;
	float:left;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding:12px 0px 10px 8px;
}
#navigation li a span{
padding:12px 10px 10px 0px;
}
#navigation li a:hover, #navigation li:hover a{
color:#fff;
	background:url(../images/nav-left.gif) top left no-repeat;
}
#navigation li a:hover span,#navigation li:hover a span {
background:url(../images/nav-right.gif) top right no-repeat;
}
#navigation li a.active{
color:#fff;
background:url(../images/nav-left.gif) top left no-repeat;
}
#navigation li a.active span {
color:#fff;
	background:url(../images/nav-right.gif) top right no-repeat;
	padding:12px 15px 10px 0px;
}


/* style the sub level list items */
#navigation ul ul li {
display:block;
z-index:9999999;
padding:0px;
border-bottom:1px solid #666;
	
	}

#navigation ul ul {
	visibility:hidden;
	position:absolute;
	font-weight:normal;
	top:30px;
	left:0px;
	padding:0px;
	bottom:0px;
	border:0px;
	z-index:99999;
}
/* style the sub level links */
#navigation ul ul li a, #navigation ul ul li a:visited {
display:block;
font:normal 11px Arial, Helvetica, sans-serif;
padding:8px 10px 8px 13px;
width:210px;
background:#010066!important;
z-index:9999999;
text-align:left;
position:relative;

	}

#navigation ul ul li a:hover{
	z-index:9999999;
	background:#546f00!important;
}


/* style the table so that it takes no part in the layout - required for IE to work */

#navigation li:hover {
	position:relative;
		z-index:9999999;

	
	}
#navigation ul li:hover ul, #navigation ul a:hover ul {
	visibility:visible;
	height:auto;
	margin-top:6px;
	font-weight:normal;
	}

#navigation table {
	position:absolute;
	margin-left:-79px;
	font-size:1em;
	z-index:999999;
	margin-top:0px;

}
#navigation ul ul table {
	position:absolute;
	left:-100px;
}
#navigation ul ul table ul.left {
	position:absolute;
}






/***********************************************************************
	4 - Banner Tags
************************************************************************/
#banner {
	float:left;
	width:921px;
	padding:0px 0px 6px 0px;
	background:url(../images/ban-img-bg.jpg) left top no-repeat;
	position:relative;
	}

.banner-content{
width:210px;
float: right;
height:280px;
padding:30px 30px 0px 681px;
}
.banner-content h2{
font:23px Georgia, "Times New Roman", Times, serif;
color:#fff;
font-style:italic;
}

.banner-content p{
font: bold 10px Arial, Helvetica, sans-serif;
color:#838383;
}

.first{
background:url(../images/ban-img-1.jpg) top left no-repeat;
}
.second{
background:url(../images/ban-img-2.jpg) top left no-repeat;
}

.third{
background:url(../images/ban-img-3.jpg) top left no-repeat;
}

.fourth{
background:url(../images/ban-img-4.jpg) top left no-repeat;
}

#pagi {
	position: absolute;
	top:270px;
	right:50px;
	z-index:999;
	}
/*	
#pagination li{
float:left;
padding:0px 5px;
}

#pagination li a{
background: url(../images/pagi.png) top left no-repeat;
height:8px;
width:8px;
float:left;
text-indent:-9999px;
}

#pagination li a:hover, #pagination li a.active{
background: url(../images/pag-act.png) top left no-repeat;
}*/

/***********************************************************************
	5 - News Tags
************************************************************************/

#news-out{
float:left;
height:47px;
width:625px;
background:url(../images/news-bg.png) top left no-repeat;
margin-top:0px;
}
.news{
float:left;
padding:17px 28px 18px 0px;
font:bold 12px Arial, Helvetica, sans-serif;
color:#9d082b;
text-transform:uppercase;
}

#news-content{
height:47px;
width:460px;
float:right;

}

.date{
font-weight:bold;
padding: 0px 5px 0px 0px;
}

#news-content a{
color:#484848;
}
#news-content a:hover{
color:#000064;
}

#news-arrow{
float: left;
padding-top:10px;
}

/***********************************************************************
	6 - Contant Tags
************************************************************************/
#bottom{
	float:left;
	width:921px;
	padding:5px 0px 5px 0px;
}

.partner{
padding-right:19px;
float:left;
}

.glob{
padding:5px 3px 0px 22px;
width:274px;
float:left;
}

#product-box{
float:left;
width:328px;
}

.product{
float:left;
width:328px;
border-bottom:2px solid #e0e0e0;
padding: 10px 0px 6px 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 14px Arial, Helvetica, sans-serif;
	color: #475f00;
	padding: 0px 0 6px 10px; /*header text is indented 10px*/
	cursor: pointer;
	width: 318px;
	float:left;
	margin-top:10px;
	background:url(../images/black.gif) left  6px no-repeat;
	font-weight:bold;
}

.arrowlistmenu a, .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #475f00;
}

.arrowlistmenu .openheader{
	color: #475f00;	
}

.arrowlistmenu .categoryitems{ /*CSS for UL of each sub menu*/
	width: 318px;
	float:left;
	padding:0px 0px 10px 10px;
	border-bottom:1px dotted #ccc;
	font:11px Arial, Helvetica, sans-serif;
	color:#979797;
	
			}
	


#footer{
float:left;
width:883px;
padding:12px 20px 18px 24px;
color:#999999;
background:#e9e9e9;
font:11px Arial, Helvetica, sans-serif;
line-height:24px;
}

#footer a{
color:#999999;
font:11px Arial, Helvetica, sans-serif;
}
#footer a:hover{
color:#000;
}

.foot-right{
float:right;
text-align:center;
}
.exl {
float:left;
width:883px;
padding:8px 20px 8px 24px;
color:#999999;
}

.exl a{
font:11px Arial, Helvetica, sans-serif;
color:#8c8c8c;
}

.exl a:hover{
color:#000;
}

.partner a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
.partner a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.partner a.tt:hover{ z-index:25; color: #aaaaff; background:;}
.partner a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 5px 0 0 20px;
	width:164px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
.partner a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
.partner a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
.partner a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}

/***********************************************************************
	7 - Inner pages Tags
************************************************************************/

#inner-body{
	float:left;
	width:908px;
	padding:20px 0px 14px 13px;
	min-height:320px;
	height:auto!important;
	height:320px;
	color:#777777;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
}

#inner-body h2{
font:bold 18px Arial, Helvetica, sans-serif;
color:#78932a;
padding:2px 0px 2px 10px;
}

#inner-body h3{
font:bold 14px Arial, Helvetica, sans-serif;
color:#78932a;
margin:0px;
padding:10px 0px;
}

.left{
float:left;
width:663px;
padding:0px 15px 0px 0px;
}
.title{
background:#e9e9e9;;
width:100%;
margin-bottom:25px;
}


/***************table********************************************************************* */

#Enginelist.table
{
	background:#fff;
	
}
.table ul
{
float:left;
padding-right:1px;
width:150px;
font-size:12px;
background:#f6f3f3;

}
.table ul li
{
list-style:none;
padding:5px;
border:1px solid #ccc;


}
.table ul li.title
{
font-weight:bold;
color:#000;
border:none;

font-size:12px;
}
.table ul li.even
{
color:#000;
background:#fff;


}
.table ul li.odd
{background:#f2fdfe;
text-align:justify;
color:#000;
}
#right{
float:right;
width:228px;



}
#right .submenu {

 margin:0px 0px;
 padding-left:3px;

}

#right .submenu ul.sub-sub{
	padding-bottom:5px;
	
	}

#right .submenu ul li{
	padding-left:8px;
	background:url(../images/red.gif) left 10px no-repeat;
	font-size:13px;
	color:#909090;

	line-height:24px;
	}
#right .submenu ul.sub-sub li{
	border:none;
	font-size:12px;
	color:#909090;
	background:url(../images/black.gif) left 10px no-repeat;
	border-bottom: 1px dashed #999;
	}
#right .submenu ul li a {
	color:#909090;
	}

#right .submenu ul li a:hover {
	color:#5d5d5d;
	}
#right .greenactive{
color:#030 !important;

