body {
	font-family: verdana, HelveticaNeue, "Helvetica Neue", "Helvetica 55 Roman",  arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: black;
}

a {color:white;text-decoration:none;}
/*a:hover {color:red;}*/

#red {
		color: #cc0000;
}


#container {
	width:100%;
	height:600px;
	min-height:600px;
	top:25%;
	margin:-130px 0 0 0;
	padding:0;
	position:absolute;}

#header {
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: white;
	font-family: HelveticaNeue, "Helvetica Neue", "Helvetica 55 Roman",  arial, sans-serif;
	font-size-adjust: 0.52;
	font-size: 34px;
	font-smooth: large;
}

#header a img {border:none;width:300px;}


#nav {
	float:left;
	text-transform: lowercase;
	padding: 20px 25px 0;
	margin: 0;
}

/*#content {
	height: 200px;
	width: 40%;
	padding: 0;
	display: block;
	_overflow: hidden;
}*/

.holder {
	margin: 0 0 20px 0;
	display: block;
	width: 98%;
	padding:0 1%;
	height:420px;
	white-space:nowrap;	
	clear:both;
}

table.images {
	padding: 0;
	width: 100%;
	display: block;
	height: 400px;
}
table.images td {
	margin: 0;
	float: left;
	display: block;
	height: 400px;
}


    #imagecontainer{
        width: 562px;
        height: 393px;
        margin:0 auto;
        overflow:auto;
        }

    .content{
        width: 1235px;
        height: 366px;
        }

    .content-data{
        width: 100px;
        height: 80px;
        border: 1px solid #00CC33;
        float: left;
        margin: 5px;
		}


#info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:0;
	left: 225px;
	top: 110px;

}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	float:left;
	display: inline;
	list-style-type: none;
	color:#999999;
	clear:both;
	margin-left: 10px;
}


/*li a:hover {font-weight:600;}
*/
li ul
{
	display: none;	
	position:absolute;
	left:80px;
	margin:-15px 0 0 0;
	padding:0px 30px;

}

li:hover ul { display: block; }

	
	
	
	/* TABLE*/
	
	table.main
	{color:#999999;
	text-transform: uppercase;
	}
	
	.main img {height:400px;}
	
	table.main td
	{background-color: none;
	color: #333333;
	padding: 0px 5px;
	text-align: none;
}

	table.clients
	{text-align: none;
	font-family: "Helvetica 45 Roman", HelveticaNeue, "Helvetica Neue", Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;

	color:#999999;
	width: 600px;
	background-color: none;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	}

	table.clients td
	{background-color: none;
	color: white;
	font-size: 120%;1.6em;
	padding: 0px 0px;
	text-align: none;
}

	table td.title
	{
	font-family:  "helvetica neue", Arial, Helvetica, sans-serif ;
	font-size: 120%;1.6em;
	font-weight: 500;
	color: #333333;
	min-width:300px;
	text-align: center;
	border: 0px #fff solid;
}
	
	table.main td.hed
	{background-color: none;
	color: #fff;
	padding: 4px;

	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;} 
	
	
	
	

  /* Horizontal centering of image: set left & right margins to 'auto' */
  img.displayed {display: block; margin: 1em auto}

