html, body, object, iframe {
	
	margin:0px;
	padding:0px;
	background:#000000;
	font-family: Courier, Monospace, sans-serif;
	font-size:12px;
	line-height:120%;
	color:#ffffff;
	border: 0;
	background-image:url(../images/wood_bg.jpg);

}
.floatLeft {
	float:left;
	}
	
.container {
   position:relative;
   height: 50px;
   }
   
#header {
height:100px;
padding-top:50px;
width:100%;
}

#footer {
width:100%;
}

#slideshow {
width:300px;
height:364px;
}

#nav {
height:70px;
font-size:16px;
width:100%;
color:#ff9933;
line-height:120%;

}

#content {
height:525px;
width:100%;
}

.white {
color:#ffffff;
}
   
.column1 {
width:330px;
margin-left:60px;

}

.column2 {
width:330px;
margin-right:20px;
}

.column2BlueBorder {
width:312px;
margin-right:20px;
border:1px solid #26ABDF;
padding:8px;

}

.info {
width:300px;
}

.right {
text-align:right;
color:#666666;
}
   
#logo {
background-image:url(../images/electriks_logo.jpg);
}

.left-element {
position: absolute;
z-index:6;
left: 0;
width: 50%;
margin-top:50px;
width:30px;
height:200px;
   }

.right-element {
	z-index:5;
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
margin-top:50px;
width:30px;
height:200px;
   }
   
.middle-element {
width:780px;
background-image:url(../images/bb_bg.jpg);
margin:0 auto;
position:relative;
height:950px;
margin-top:-50px;
}

.newsHeader {
font-size:16px;
margin-top:30px;
line-height:150%;
}

.orange {
color:#ff9933;
}

.title {
color:#ff9933;
font-size:16px;
}

.date {
color:#666666;
font-size:10px;
}

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

a:hover {
color:#ff9933;
}

a:hover:visited {
color:#ff9933;
}

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

.emailBox {
width:308px;
border:1px solid #26ABDF;
}

.emailinput{
	padding: 0px;
	margin-right:5px;
	margin:3px;
	border: 0px;
    width:250px;
    height:18px;
	font-size:11px;
	text-align:left;
	color:#666666;
	background-color:#000000;
}

.news {
	padding: 0px;
	margin-right:5px;
	margin-top:5px;
    width:310px;
    height:410px;
	text-align:left;
	color:#ffffff;
	overflow:auto;
}

/* buttons */

#nav_site_links li a:hover {
	background-position: bottom left;
}
#nav_site_links {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav_site_links li, nav_site_links_left li {
	display: block;
}


a.facebook {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1px;
	width: 30px;
	height: 100px;
	text-indent:-1000px;
	background-image: url(../images/facebook.png);
	overflow: hidden;
}

a.twitter {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1px;
	width: 30px;
	height: 100px;
	text-indent:-1000px;
	background-image: url(../images/twitter.png);
	overflow: hidden;
}

a.map {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1px;
	width: 30px;
	height: 100px;
	text-indent:-1000px;
	background-image: url(../images/map.png);
	overflow: hidden;
	color:#26ABDF;

}

a.map:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 1px;
	width: 30px;
	height: 100px;
	text-indent:-1000px;
	background-image: url(../images/map.png);
	overflow: hidden;
	color:#000000;
}
	

