﻿/* BODY */

* {
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	vertical-align: bottom;
}


/* MENUS (two menus used on home page) */

/* #menu-one (horizontal menu at top of page in #columnA) */

#menu-one {
	width: 665px;
	height: 70px;
	margin: 0px auto;
}

#menu-one ul {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
}

#menu-one li {
	display: inline;
}

#menu-one a {
	display: block;
	float: left;
	height: 21px;
	width: 130px;
	margin: 0px 2px 0px 0px;
	padding: 5px 0px 2px 0px;
	background: url(img/index_new/eyebutton-repeat.png) repeat-x;
	text-decoration: none;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #000000;
}

#menu-one li.left a{
	text-decoration: none;
	width: 115px;
	background: url(img/index_new/eyebutton-left.png) no-repeat;
}

#menu-one li.right a{
	text-decoration: none;
	width: 115px;
	background: url(img/index_new/eyebutton-right.png) no-repeat;
}

#menu-one a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



/*  #menu-two  (vertical menu in left #columnB) */

#menu-two { 
	margin: 0 auto;
	margin-top: 11px;
	padding-left: 5px;
}

#menu-two li a{
	text-decoration: none; 
}

#menu-two ul {
	margin: 0;
	padding: 0px 0px 0px 7px;
	list-style: none;	
}

#menu-two li {
	display: block;
	padding: 0px 0px 0px 0px; 
	background: none;
} 

#menu-two a {
	display: block;	
	float: left;
	height: 18px;
	width: 134px;
	margin: 4px 0px 0px 0px;
	padding: 6px 0px 3px 12px;
	background: url(img/index_new/eyebutton.png) no-repeat;
	border: 0px solid #333333;
	text-align: left;
	font-size: .85em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#menu-two a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* CONTENT */

#content {
	width: 950px;
	height: 768px;
	margin: 0px auto;
	text-align: left;
	background: url(img/index_new/950BG.jpg) no-repeat;
}

#columnA {
	float: right;
	width: 700px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#image-container-one {
	display: block;
	width: 660px;
	padding: 0px 0px 0px 0px;
}

#image-container-one-inner {
	float: right;
	display: block;
	width: 300px;
	margin: 7px 9px 0px 0px;
}

#whats-new {
	float: left;
	display: inline-block;
	width: 124px;
	margin: 4px 0px 0px 5px;
}

#special-promo {
	float: right;
	display: inline-block;
	width: 160px;
	margin: 4px 3px 0px 0px;
}

#luminaire-conversion {
	float: right;
	display: block;
	width: 231px;
	margin: 5px 2px 0px 0px;
}

#trade-shows {
	float: right;
	display: inline-block;
	width: 185px;
	height: 105px;
	margin: 5px 25px 0px 5px;
}

#global-leader {
	width: 660px;
	height: 275px;
	background: url(img/index_new/globalleader.jpg) no-repeat;
}

#image-container-two {
	display: block;
	width: 690px;
	padding: 15px 0px 3px 0px;
}

.solution-boxes {
	float: left;
	display: inline;
	width: 200px;
	margin: 0px 30px 10px 0px;
}

#eye-logo-bottom {
	float: right;
	width: 210px;	
}

#columnB {
	float: left;
	width: 192px;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 20px;
}

#eye-logo-top {
	width: 170px;
	display: block;
}

#product-catalog {
	display: block;
	width: 120px;
	margin: 18px 0px 0px 17px;
	padding: 0px 0px 0px 0px;
}

.clear {
	clear: both;
	height: 0px;
}

/* FOOTER */

#footer {
	width: 620px;
	margin: 0px auto;
}

