@charset "UTF-8";

/*

NVda

Global Stylesheet
version 1.0
author: futurepruf.com

*/


/*================ GLOBAL ================*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 20px #FFF solid;
}

a img { border: none; }

a:active { outline: none; }
:focus { -moz-outline-style: none; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*================ HEADER ================*/

#header {
	margin: 0;
	padding: 0;
	width: 900px;
	min-height: 62px;
	background: url(../images/global/background.png) repeat-y;
	background-position: -1800px 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

	#header h1 {
		margin: 4px 0 0 12px;
		padding: 0;
		width: 153px;
		height: 50px;
		display: block;
		text-indent: -9999px;
		float: left;
	}

		#header h1 a {
			display: block;
			width: 153px;
			height: 50px;
			background: url(../images/global/logo_nvda.png) no-repeat;
		}
		
		#header #switcher {
			position: absolute;
			top: 52px;
			left: 32px;
			height: 2px;
			width: 136px;
		}
		
			#header #switcher img {
				float: left;
				padding: 2px 0;
				margin-right: 15px;
				cursor: pointer;
			}
		
		#header #wrap_navigation_main {
			width: 100px;
			float: left;
			padding: 29px 0 0 0;
			margin: 0 10px 0 26px;
		}
		
		#header #wrap_navigation_projects {
			width: 200px;
			float: left;
			margin: 0;
			padding: 29px 0 0 0;
		}
		
		#header #navgiation_breadcrumb {
			position: absolute;
			top: 29px;
			left: 191px;
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
	
		#header #navigation_main {
			float: left;
			width: 100px;
			margin: 0;
			padding: 0 0 16px 0;
			list-style: none;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		
		#header #navgiation_breadcrumb_sub {
			margin: 0;
			padding: 0;
			position: absolute;
			top: 29px;
			left: 300px;
			list-style: none;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 1px;
			width: 250px;
		}
	
		#header #navigation_projects {
			float: left;
			margin: 0;
			padding: 0 0 29px 0;
			list-style: none;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: 1px;
			z-index: 100;
			width: 250px;
		}
		
			#header ul li {
				height: 22px;
				line-height: 22px;
			}
			
				#header ul li a {
					color: #FFF;
					text-decoration: none;
					display: block;
				}
				
				#header ul li a:hover,
				#header ul li a.selected,
				#header ul li a.current_trigger,
				#header ul li.category {
					color: #FFFF00;
				}
        
/*================ CONTENT ================*/

#wrap_content {
	position: absolute;
	top: 60px;
	left: 0;
}

#content {
	width: 900px;
	padding: 30px 0 0 0;
	float: left;
	min-height: 450px;
	background: #FFF;
	color: #666;
	position: relative;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
}

	/*================ COLUMNS ================*/
	
	#content #content_column_left {
		float: left;
		width: 190px;
	}
	
	#content #content_column_main {
		float: left;
		width: 710px;
	}
		
		/*================ CONTENT COLUMNS================*/
		
		#content #content_column_main .column_50-percent {
			float: left;
			width: 325px;
			margin-right: 20px;
		}

	/*================ CONTENT STYLE ================*/
	
	#content #content_column_main :first-child { margin-top: 0; }
	
	#content h2 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		color: #86A83E;
		font-family: Arial, Helvetica, sans-serif;
	}

	#content h3 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
		color: #86A83E;
	}

	#content p {
		font-size: 11px;
		line-height: 16px;
	}

	#content ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 11px;
	}

		#content ul li { line-height: 16px; }
		
	#download a,
	#content a { color: #86A83E; }

/*================ CONTACT ================*/

#wrapper.contact p {
	margin: 26px 0;
}
	
/*================ PROJECTS ================*/

#wrapper.project {
	position: relative;
}

	#wrapper.project #background {
		z-index: 1;
		position: absolute;
		top: 60px;
		left: 0;
	}
	
		#wrapper.project #background img {
			position: absolute;
			top: 0;
			left: 0;
		}
	
	#wrapper.project #header {
		z-index: 110;
		position: absolute;
		top: 0;
		left: 0;
	}
	
		#wrapper.project #header #read_details {
			margin: 0;
			padding: 0;
			height: 22px;
			line-height: 22px;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: 1px;
			position: absolute;
			top: 29px;
			left: 590px;
			cursor: pointer;
		}
		
			#wrapper.project #header #read_details a {
				color: #FFF;
				text-decoration: none;
			}
				
				#wrapper.project #header #read_details a:hover {
					color: #FFFF00;
				}
			
		#wrapper.project #header #navigation_images {
			position: absolute;
			top: 29px;
			left: 750px;
			margin: 0;
			padding: 0;
			list-style: none;
			height: 16px;
			overflow: hidden;
		}
			
			#wrapper.project #header #navigation_images li {
				float: left;
				width: 20px;
				margin: 0;
				padding: 0;
			}
				
				#trigger_1 {
					display: block;
					text-indent: -9999px;
					background: url(../images/global/numbers.png) no-repeat 0 0;
					height: 16px;
					width: 12px;
				}
				
				#trigger_1:hover,
				#trigger_1.current_trigger {
					background: url(../images/global/numbers.png) no-repeat 0 -17px;
				}
				
				#trigger_2 {
					display: block;
					text-indent: -9999px;
					background: url(../images/global/numbers.png) no-repeat -18px 0;
					height: 16px;
					width: 12px;
				}
				
				#trigger_2:hover,
				#trigger_2.current_trigger {
					background: url(../images/global/numbers.png) no-repeat -18px -17px;
				}
				
				#trigger_3 {
					display: block;
					text-indent: -9999px;
					background: url(../images/global/numbers.png) no-repeat -37px 0;
					height: 16px;
					width: 12px;
				}
				
				#trigger_3:hover,
				#trigger_3.current_trigger {
					background: url(../images/global/numbers.png) no-repeat -37px -17px;
				}
				
				#trigger_4 {
					display: block;
					text-indent: -9999px;
					background: url(../images/global/numbers.png) no-repeat -55px 0;
					height: 16px;
					width: 12px;
				}
				
				#trigger_4:hover,
				#trigger_4.current_trigger {
					background: url(../images/global/numbers.png) no-repeat -55px -17px;
				}
				
				#trigger_5 {
					display: block;
					text-indent: -9999px;
					background: url(../images/global/numbers.png) no-repeat -74px 0;
					height: 16px;
					width: 12px;
				}
				
				#trigger_5:hover,
				#trigger_5.current_trigger {
					background: url(../images/global/numbers.png) no-repeat -74px -17px;
				}
	
	#wrapper.project #project_info {
		margin: 0;
		padding: 25px 25px 12px 25px;
		background: #FFF;
		width: 260px;
		height: auto;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 100;
	}
	
		#wrapper.project #project_info p {
			color: #666;
			font-size: 11px;
			line-height: 16px;
			font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
		}
		
			#wrapper.project #project_info p span {
				text-transform: uppercase;
				color: #86A83E;
				font-family: Arial, Helvetica, sans-serif;
				letter-spacing: 1px;
			}
			
			#wrapper.project #project_info #close {
				position: absolute;
				top: 10px;
				right: 10px;
			}
			
			#wrapper.project #project_info #download {
				background: url(/dev/images/global/download.png) no-repeat 0 2px;
			}
			
				#wrapper.project #project_info #download a {
					padding: 0 0 0 14px;
					text-decoration: none;
					display: block;
				}

	
/*================ FOOTER ================*/

#footer {
	width: 710px;
	margin: 20px 0 20px 190px;
	float: left;
	position: relative;
	background: #FFF;
	font-size: 11px;
	color: #999;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
	z-index: 100;
}

/*================ CLASSES ================*/

.clear { clear: both; }
	
/*================ sIFR ================*/

/* screen */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
















