@charset "UTF-8";

/** 
 * NVIDIA CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper2.css";



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000000;
}

	ul.dropdown li {
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 140px;
	background-color: #333333;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	filter: alpha(opacity=80);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* ----- END LEVEL */


/* Components override */

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/*png behaviour in IE */



.style25 {
	color: #FFF
}

.style26 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
.style28 {
	font-size: 18px;
	color: #333333;
}
.style29 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.style32 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.style30 {
	font-size: 10px;
	color: #000000;
}

/********************************************
   LAYOUT
********************************************/

#logo {
	height: 122px;
	width: 178px;
	z-index: 200;
	clear: both;
	margin-left: 25px;
	margin-right: auto;
	background-image: url(../../../../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
	float: left;
	position: absolute;
}

#wrap {
	width: 1026px;
	height: auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
}

#text-indent {
	width: 1cm; 
}

#header {
	height: 106px;
	color: #000000;
	width: 1026px;
	/* margin-top: 60px; */
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
	background-image: url(../../../../images/new_header_nologo.jpg);
}

#main_swf {
	height: 395px;
	color: #000000;
	width: 1026px;
	/* margin-top: 60px; */
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
	margin-top: 0px;
}

#header img {
	border: none;
	padding: 0;
	margin: auto;
}

#navigation {
	clear: both;
	height: 32px;
	width: 1026px;
	background-color: #000000;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 16px;
	line-height: 30px;
	z-index: 10;
	padding-left: 0px;
}

#topnav {
	width: 1026px;
	height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}

#footer2 {
	width: 1026px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	vertical-align: bottom;
	background-image: url(../../../../images/footer_bgrnd.jpg);
}