/* LAYOUT */

body {
	background: #292f33 url(images/bg.gif) repeat-y 52% 0;
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	width:1000px;
	margin:0px auto;
	text-align:left;
}

#sidebar {
	width:200px;
	float:left;
	margin-top:30px;
	padding-left:15px;
}

#main {
	width:750px;
	float:right;
	margin-top:104px;
	overflow:visible;	
}

#thumbs {
	position:relative;
}

#contentcenter {
		width:200px;
		float:left;
		height:100%;
		padding-right:10px;
		overflow:visible;
		margin-left:0px; /* this value is for IE6 browsers */
		}
				
		html>body #contentcenter {margin-left:-10px;} /* this value is for all other browsers */
		
#contentright{
		width:510px;
		float:left;
		padding-left:18px;
		border-left: 1px #212629 solid;
		background-color:#292f33;
		}
		
#aboutleft{
		width:470px;
		float:left;
		padding-right:12px;
		}
		
#aboutright {
		width:210px;
		float:left;
		height:100%;
		padding-left:18px;
		border-left: 1px #212629 solid;
		background-image:url(images/arrow.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		
		}

		
/* OPTIONAL 2/4 COLUMNS  INSIDE MAIN
		
#4ColContainer {
	width:730px;
	float:right;
	position:relative;	
}
		
#4Col1 {
position: absolute;
left:1%;
width:20%;
background:#fff;

	}
	
#4Col2 {
position: absolute;
left:22%;
width:28%;

background:#fff;

	}
	
#4Col3 {
position: absolute;
left:51%;
width:28%;

background:#fff;

	}

#4Col4 {
position: absolute;
left:80%;
width:19%;

background:#fff;

	}
		


#left	{
	float:left;
	width:400px;
	padding-right: 0px;
	
}

#right	{
	float:left;
	width:130px;
	padding-left: 8px;
	border-left: 1px solid #444;
}
*/


/* NAV */

#navcontainer	{
margin-top:32px;
}
	
#navlist li
{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12px;
	color:#777;
	list-style-type:none;
	padding-bottom:.8em;
	display:block;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a
{

	width: 160px;
	color: #777;
	text-decoration:none;
}

#navcontainer a:hover
{	
	color: #00ccff;
}

#navlist li a#current	{
	color: #00ccff;
	text-decoration: none;
	display:block;
	border-right: .5em solid #00ccff;
	}
	
/* CONTACT AREA */	
	
#contact	{
	margin-left:-15px;
	background-image:url(images/talkbox.gif);
	background-repeat:no-repeat;
	overflow:visible;
	padding: 5px 5px 5px 15px;
	height:182px;
	margin-top:50px;
	}
	
#contact p	{
	color:#777;
	font-weight:normal;
}

#contact h1	{
	font-weight:bold;
	font-size:11px;
	}

#contact a	{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

#contact a:hover	{
	text-decoration:underline;
	color:#00ccff;
}


/* TEXT */

h1	{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:19px;
	color:#777;
	line-height:em;
	padding-top:4px;
	font-weight:bold;
	}
	
h1.headline, #contentcenter h1.headline, #contentright h1.headline {
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:15px;
	color:#00ccff;
	font-weight:normal;
	line-height:1.4em;
	padding:0px;
	margin:0px;
	}
	
h2	{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:15px;
	color:#00ccff;
	font-weight:normal;
	line-height:1.4em;
	padding:0px;
	margin:0px;
	}
	
h3	{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:15px;
	color:#00ccff;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
	}
	
p	{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#777;
	}
	
	
	
#contentcenter p	{
	font-weight:normal;
	font-size:11px;
	color:#777;
	padding-right:12px;
	}
	
#contentcenter h1	{
	font-weight:normal;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	margin-top:0px;
	}
	
#contentright p	{
	font-weight:normal;
	font-size:11px;
	color:#777;
	line-height:1.4em;
	}
	
#contentright h1	{
	font-weight:bold;
	font-size:15px;
	color:#fff;
	padding-right:100px;
	line-height:1.3em;
	}
	
hr {
	border: none 0; 
	border-top: 1px solid #212629;
	border-bottom: 0px solid #efefef;
	height: 1px;
	text-align:left;
	padding: 2px 0 0px 0;
	}

.identifier	{
	color:#fff;
	font-weight:100;
	}
	
.feature	{
color:#ccc;
font-weight:normal;
font-size:11px;
font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
}

.area	{
color:#fff;
font-weight:normal;
text-transform:uppercase;
font-size:11px;
}

.reference	{
	color:#777;
	font-size:9px;
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	padding-bottom:8px;
	}
	

/* LINKS */


a	{
	text-decoration:none;
	color:#fff;

}

a:hover	{
	text-decoration:underline;
	color:#fff;
}

#main a	{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

#main a:hover	{
	text-decoration:underline;
	color:#00ccff;
}

#main a:visited:hover	{
	text-decoration:underline;
	color:#00ccff;
}

#main a:visited	{
	text-decoration:none;
	color:#fff;
}

/* TABLES */

td	{
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#ccc;
	font-weight:normal;
	}


.dark	{
background-color:#3b464d;
}

.light	{
background-color:#4f5d67;
}

.header	{
background-color:#00ccff;
}

	
/* IMAGES */

.folio	{
border: 1px solid #212629; 
margin-top:0px;
}

/* POPUPS */

a.screen, a.screen:visited {
	color:#ff7e00;
	text-decoration: none;
	position:relative; 
	z-index:1;
}

a.screen:visited {
	color:#c00;
}
a.screen b {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:150px; /* give it a width */
	height:0; /* no height to solve an Opera bug that 
	             makes it selectable when hidden */
	border:0px solid #212629; /* add a border */
	left:-90px; /* position:the image */
	top:-1px;
}
a.screen:hover {
	color:#C8C22B;
	text-decoration: underline overline;
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
}
a.screen:hover b {
	visibility:visible; /* make the image visible */
	height:150px; /* now give it a height */
	cursor:pointer; /* for IE */
	z-index:500;
}
a.screen:hover b img {
	border:0; /* remove the link border */
}

