/* CSS Document */

body {
	background-color: #000000;
	background-position: center;
	background-position: top;
	background-image:url(images/large_bg1.jpg);
	background-repeat:no-repeat;
	margin:7px;
}
img {
 border-color: #666666;
} 
	
/*Main Structure*/

#main {
	width:791px;
	height:100%;
	padding-top:0px;
	overflow:visible;
}
#top {
	width:791px;
	height:75px;
	
	overflow:visible;
}
#logo {
	width:202px;
	height:62px;
	
	float:left;
}
#navlinks {
	width:368px;
	height:27px;
	display:inline;
	float:right;
	overflow:visible;
}
#topline {
	height:auto;
	width:791px;
	float:left;
}	
#content {
	width:1000px;
	height:420px;
	background-repeat:no-repeat;
	color:#333333;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	
}

#portfolio_nav {
	width:100%;
	height:20px;
	float:left;
	clear:both;
	padding-top:18px;
}

#portfolio_nav_list {
	width:600px;
	padding-left:20px;
	overflow:hidden;
}
	
#textboxLeft {
	width:420px;
	height:100%;
	float:left;
	padding-top:70px;
	color:#FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	position:absolute;
	overflow:hidden;
}
#textboxRight {
	width:350px;
	height:auto;
	padding-top:50px;
	float:right;
	color:#999999;
	font: 12px Arial, Helvetica, sans-serif;
	overflow:visible;
}
	
/*Bottom*/

#textboxbottom {
	width:800px;
	height:50px;	
	float:left;
	padding:0px 0px 0px 0px;	
}
#bottom {
	width:100%;
	
	float:left;
}
#footer {
	height:1px;
	width:100%;
	background-image:url(images/footer1.jpg);
	float:left;
		
}
#footerInfo {
	height:20px;
	width:795px;
	
	margin-top:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}


/*Drop Down Menu*/


ul {
	margin: 0px;
	padding: 0px;
	
	list-style: none;
	z-index:5;
	
}

ul li {
	position:relative;
	font-size:14px;
	display:inline;
	
	
}
li ul {
	position:absolute;
	left: 0px;
	height:130px;
	display: none;
	margin:0px;

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border-bottom: 1px solid #333333;
	background-color:#CC0000;
	width:75px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
}
ul li a {
	display:inline;
	text-decoration:none;
	color: #fff;
	padding:0px;
	width:200px;
	border-bottom: 0;
	
}
ul li a:hover {
	display: inline;
	text-decoration: none;
	color: #000;
	padding:0px;
	width:200px;
	border-bottom: 0;
	
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


li:hover ul { display: inline; 
}
li:hover ul, li.over ul { 
	display: inline; 
}
	
