/* ERIC ANTOINE FOTOGRAFI */
* { margin: 0; padding: 0; border: 0; }
body {
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

a { text-decoration: none; }
a:link, a:visited { color: #666; }
a:hover { color: #333; }
a:active { color: #332; }

img { border: 0; }

td {
	text-align: center;
	vertical-align: middle;
	width: 89px;
	height: 70px;
}
/* SPECIFIC */
#container {
	width: 680px;
	margin: 0 auto;
	padding: 15px 10px;
}
/* INDEX */
#photography {
	background-color: #000;
	width: 680px;
	height: 484px;
}

#news {
	padding: 26px 50px;
	list-style: none;
	font-size: 11px;
	color: #ccc;
}
/* HEADER */
#header {
	background: url(img/dash.gif) no-repeat 1px 9px;
	height: auto;
	padding: 6px 10px 6px 10px;
}

#header h1 {
	font-family: Helvetica Neue, Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
/* NAVIGATION */
#nav {
	width: 100%;
	height: 28px;
}
#nav li {
	list-style: none;
	float: left;
	position: relative;
	padding: 2px 0 0 0;
}
#nav li div { float: left; }

#nav li.first {
	font-size: 14px;
	padding: 0 2px 0 0;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 2px 3px 0 3px;
}

#nav li a:visited { color: #fff; }
#nav li a:hover {
	color: #ddd;
	background: #000 url(img/fond.png) repeat-x left top;
}
#nav li a:active { color: #1f1f1f; }

#nav li ul {
	width: 130px;
	padding: 0 0 5px 0;
	background: #000 url(img/fond.png) repeat-x left top;
	position: absolute;
	top: 100%;
	left: -6px;
	display: none;
}

#nav li ul li {
	margin: 0 6px;
	display: block;
	float: none;
}
#nav li ul li a { display: block; }
#nav li ul li a:hover { background: #111; }
#nav li:hover ul, #nav li.over ul { display: block; }
/* MAIN CONTENT */
#content {
	background: #666 url(img/fond.png) repeat-x;
	padding: 10px 10px 0 10px;
}

#viewer {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 415px;
	padding: 10px;
}

.nxtbck { margin-bottom:20px; }

/* REMOTE CONTROL */
#remote {
	text-align: center;
	background: #666 url(img/trash.png) no-repeat center bottom;
	padding: 7px 16px 11px 16px;
}
/* FOOTER */
#footer {
	background: #000 url(img/dash.gif) no-repeat 1px 7px;
	font-size: 10px;
	line-height: 10px;
	color: #333;
	padding: 6px 10px 0 10px;
}