#page-title {
	display: none;
}

#navigation .home {
	display: none;
}

/* @group Reset, body and wrapper */

* 
{
  margin:0;
  padding:0;
}

body
{
  background-color:black;
  color:white;
  font-size:11px;
  font-family:Verdana,sans-serif;
  line-height:1.5;
}

#wrapper
{
  background-color:black;
  background-image: url("/images/wire.jpg");
  background-position: 0 287px;
  background-repeat: no-repeat;
  margin:0 auto;
  width:960px;
  height:832px;
  overflow:hidden;
  position:relative;
}

/* @end */

/* @group Links */

a {
	color: #ccc;
	text-decoration: none;
}

a:hover,
a.active {
  color: red;
}

/* @end */

/* @group Typography */


h1
{
  font-size:10pt;
  margin-bottom: 13px;
}

h2
{
  font-size:8pt;
}

ul {
	margin-left: 15px;
}



/* @end */

/* @group Standard Page Elements */

#wrapper > div
{
  position:absolute;
}

#lower-background
{
  position: relative;
  background-color:#ccc;
  height:437px;
  left:0;
  top:325px;
  width:1063px;
  z-index:10;
  background-image: url("/images/background-home.jpg");
}

#flash-logo
{
  position: relative;
  left:4px;
  top:200px;
  z-index:20;
  width: 180px;
}

#partner-logo
{
  background-color:black;
  right:0;
  top:0;
  width:200px;
  height:60px;
}



/* @end */

/* @group Navigation and Drop Wires */


div#navigation {
	position: relative;
/*  width:433px;*/
  width:523px;
	height:84px;
	background-color:black;
	border:1px solid #333;
	padding:7px 7px 3px;
	z-index:15;
	left: 100px;
	top: 362px;
}

div#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

div#navigation li a span {
  display:none;
}

div#navigation li a {
  display:inline-block;
  width:81px;
  height:84px;
  background-color:black;
  float:left;
  margin-right:7px;
  background-image: url('/images/ddandf-navigation.jpg');
}

div#navigation li:last-child a {
  margin-right:0;
}

div#navigation li a:hover {
  background-position-y: 84px;
}

div#navigation li a.about     { background-position: 0 0; }
div#navigation li a.portfolio { background-position: -85px 0; }
div#navigation li a.go-green   { background-position: -170px 0; }
div#navigation li a.news      { background-position: -255px 0; }
div#navigation li a.contact   { background-position: -340px 0; }
div#navigation li a.blog   { background-position: -425px 0; }

div#navigation li a:hover.about,
div#navigation li a.active.about {
	background-position: 0 84px;
}
div#navigation li a:hover.portfolio,
div#navigation li a.active.portfolio {
	background-position: -85px 84px;
}
div#navigation li a:hover.go-green,
div#navigation li a.active.go-green {
	background-position: -170px 84px;
}
div#navigation li a:hover.news,
div#navigation li a.active.news {
	background-position: -255px 84px;
}
div#navigation li a:hover.contact,
div#navigation li a.active.contact {
	background-position: -340px 84px;
}

div#navigation li a:hover.blog,
div#navigation li a.active.blog {
	background-position: -425px 84px;
}

div#drop-wires {
	position: absolute;
	height: 69px;
	top:-70px;
	width: 433px;
}

div#drop-wires div.drop-wire {
	position: absolute;
	background-image: url("/images/drop-wires.png");
	width: 16px;
}

div#drop-wires div.drop-wire.left {
	top: 12px;
	left: 0;
	height: 57px;
}

div#drop-wires div.drop-wire.right {
	top: 0;
	right: 0;
	height: 69px;
}



/* @end */

/* @group Panels */

/*.panel {
  background-color: blue;
}

.panel .inner {
  padding: 5px;
  overflow: hidden;
  background-color: red;
}

.panel-tab {
  position:absolute;
  top:0;
  width: 20px;
  height:134px;
}

.panel-tab.right {
  right: -20px;
}
.panel-tab.left {
  left: -20px;
}



*/


.panel .inner {
  background-color: black;
  float: left;
  padding: 5px;
  width: 626px;
  overflow: auto;
}

.panel-tab {
  width: 20px;
  height: 134px;
  float: left;
}

.panel-tab a {
  display: inline-block;
  width: 20px;
  height: 134px;
  background-image: url('/images/tabs.png');  
}

.panel-tab.right {
  float:right;
}
.panel-tab.right a {
  background-position:-40px 0;
}
.panel-tab.right a:hover {
  background-position:-60px 0;
}
.panel-tab.left a {
  background-position:0 0;
}
.panel-tab.left a:hover {
  background-position:-20px 0;
}
.panel-tab a span {
  display: none;
}
.panel #image-content img {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}



/* @end */

#page-navigation
{
	z-index:100;
	position:absolute
}

#page-navigation li {
	
	list-style-type: none;
}

.slider .drop-wires {
	position: relative;
	height: 69px;
  width: 433px;
	left: 100px;
}

.slider .drop-wires div.drop-wire {
	position: absolute;
	background-image: url("/images/drop-wires.png");
	width: 16px;
}

.slider .drop-wires .drop-wire.left {
	top: 12px;
	left: 0;
	height: 57px;
}

.slider .drop-wires .drop-wire.right {
	top: 0;
	right: 0;
	height: 69px;
}

/* @group Regions */

.slider {
	z-index: 100;
}

.region {
	position: absolute;
	overflow: hidden;
	z-index:100;
}



/* @end */

/* @group Galleries */

.thumbnails img {
	border: 1px solid black;
}

/* @end */

#legal {
	z-index: 100;
	position: absolute;
	top: 770px;
	height: 167px;
	width: 100%;
	background-color: #222;
}

#legal .container {
	margin: 10px;
}

#legal p {
	margin-bottom: 5px;
}

#image-content td {
	vertical-align:top;
}

form label {
	display:block;
}

form p {
	margin-bottom:10px;
}

/* @group Drop Navigation */

/*div#drop-navigation > a {
	display: block;
	width: 103px;
	height: 18px;
	padding-left: 30px;
	padding-top: 2px;
}*/

#drop-navigation {
	position: absolute;
	right: 20px;
	width: 133px;
	height: 18px;
	background-image: url("/images/bottom-tab.png");
	background-position: 0px -20px;
	padding-left: 30px;
	padding-top: 2px;
}

#drop-navigation:hover {
	background-position: 0px 0px;
}

#drop-navigation ul {
	float: right;
	width: 143px;
	background-color: #111;
	list-style-type: none;
	margin-left: 0;
	padding: 3px 0 3px 10px;
	display: none;
}



/* @end */

/* @group Footer */

#footer
{
  background-color:black;
  color:#555;
  height:45px;
  padding:10px 20px;
  position:absolute;
  top:777px;
  width:920px;
  z-index:150;
}

#footer ul {
  list-style-type:none;
}

#footer ul li
{
  display:inline;
  margin-right:20px;
}

#footer ul li:after
{
  content: " | ";
}
#footer ul li:last-child:after
{
  content: "";
}

#footer a
{
  color:#555;
  margin-right:20px;
}

#footer a:hover
{
  color:white;
}



/* @end */

/*.slider {
  position:relative;
  background-color: transparent;
  overflow: auto;
}*/

img.active,
img.hover {
   border: 1px solid red
}

#footer p {
  padding-left: 15px;
  padding-top: 10px
}