/* electrickeet.css */
/* stylesheet of electrickeet.com */

BODY {
	text-align: left;
	font-family: verdana, tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.25em;
	text-decoration: none;

	color: rgb(176,160,192);
	background-color: rgb(96,64,128);
	background-image: none;

	width:48em;
	margin: 0 auto;
}

A {text-decoration: none; }
A:link {color: rgb(255,255,255); background-color: transparent; text-decoration: none;}
A:visited {color: rgb(216,208,224); background-color: transparent; text-decoration: none;}
A:hover {color: rgb(0,255,192); text-decoration: none;}
A:active {color: rgb(96,64,128); background-color: rgb(0,255,192); text-decoration: none;}

H2 {
	font-size: 18px;	
	font-weight: bold;
	letter-spacing: 0.75em;
	text-transform: lowercase;
	margin: 3em 0 0.5em 0;
}

DIV.title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.75em;
	text-transform: lowercase;
	text-align: center;
	vertical-align: middle;
	margin: 1em 0;
}

DIV.header {
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 0.25em;
	text-transform: lowercase;
	width: 100%;
	height: 100px;
	vertical-align: bottom;
	margin: 0.5em 0 2em;
}
DIV.header DIV {
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	width: 4em;
	float: left;
}
DIV.header DIV.logo {
	width: 100px;
	height: 100px;
	background-image: url("ek-logo-full-100.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
DIV.header DIV.active {
	margin-top: 25px;
	padding-top: 50px;
	background-image: url("ek-logo-dot-050-in.png");
	font-weight: bold;
	margin-left: auto;
	display: inline;
}
DIV.header DIV.inactive {
	margin-top: 25px;
	padding-top: 50px;
	background-image: url("ek-logo-dot-050-out.png");
	margin-left: auto;
	display: inline;
}


DIV.footer {
	font-size: 10.5px;
	line-height: 1em;
	clear: both;
}
DIV.footer IMG {
	clear: left;
	float: left;
	vertical-align: top;
	margin: 0 1em 0.5em 0;
}
DIV.footer P {
	margin: 3em 0 0.5em 0;
}


DT {
	margin-top: 0.75em;
}
DL.main DT {
	font-size: 18px;	
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	margin: 1.5em 0 0.5em 0;
}
DT IMG {
	vertical-align: top;
	margin: 0 0.75em 0.75em 0;
	border: 1px inset rgb(96,64,128);
}

DL.image DIV {
	clear: both;
}
DL.image DT {
	clear: left;
	float: left;
	vertical-align: top;
	margin-top: 0;
}
DL.image DD {
	clear: right;
}

DIV.thumbs {
	margin: 0 auto;
}

DIV.thumb {
  float: left;
  width: 272px;
  padding: 4px;
  }
  
DIV.thumb P {
   text-align: center;
   }

DIV.space {clear: both;}

LI {margin-top: .5em;}
