/*
LED-spot.com
Todd Brozman - developer
*/


/* == Reset == */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url('images/bg_tile.gif') white;
	line-height: 1;
}

ol, ul, li {
	list-style: none;
	display: inline;
	}
	
div {
	overflow: hidden;
}

p, h1, h2, h3, li, td {
	font-family: 'Arial', sans-serif;	
}

p, li {
	font-size: 12px;
}

.clearNone {
	clear: none;
}

.vertAlignMiddle {
	vertical-align: middle;
}

.grey {
	color: #919191;
}

/* == Outer Div ==*/

div#outerDiv { 
	width: 960px;
	margin: 0px auto;
	margin-bottom: 40px;
	overflow:visible;
}

/* == Header Div ==*/

div#headerDiv {
	height: 74px;
}

a#headerLogo {
	margin-top: 21px;
	display: block;
	float: left;
}

a#marubeniLogo {
	margin-top: 39px;
	display: block;
	float: right;
}

/* == Nav Bar Div ==*/

div#navBarDiv {
	background: url('images/navBar/navBarSlice.gif'); 
	height: 53px;
	position: relative;
	overflow: visible;
	margin-left:1px;
	width:958px;
}

ul#navBarList li, ul#navBarList{
	display: inline;
	height:53px;
	float:left;
	/* border: solid 1px black; */ 
}

ul#menuSubProducts {
	left: 79px;
	width: 115px;
}

ul#menuSubInformation {
	left: 194px;
	width: 130px;
}

ul.menuVert li {
	float: none;
	display: block;
	height: 30px;
	background-color: #4a4a4a;
	border-top: 1px solid #9f9f9f;
	text-align: center;
}

ul.menuVert {
	visibility: hidden;
	position: absolute;
	top: 52px;
}

ul.menuVert a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-indent: -2px;
	height: 30px;
}

ul.menuVert a p {
	padding-top: 8px;
}

ul.menuVert a:hover {
	background: #797979;
}

ul#navBarList li#home {
	background: url('images/navBar/homeButtonActive.gif');
}

ul#navBarList li a{
	display: block;
	height: 53px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-indent: 0px;
	color: white;
	position: relative;
	background: url('images/navBar/navBarSlice.gif') left top;
}

ul#navBarList li a:hover {
	background-position: left bottom;
}

ul#navBarList li#home a {
	background: url('images/navBar/homeButton.gif') left bottom;
}

ul#navBarList li#home a.active {
	background: url('images/navBar/homeButtonActive.gif');
	color: black;
	cursor: default;
}

ul#navBarList a.active {
	background: url('images/navBar/navBarSliceActive.gif');
}

ul#navBarList li#home a p{
	position: absolute;
	top:20px;
	left:25px;
}

ul#navBarList li#products a p{
	position: absolute;
	top:20px;
	left:25px;
}

ul#navBarList li#information a p{
	position: absolute;
	top:20px;
	left:25px;
}

ul#navBarList li#news a p{
	position: absolute;
	top:20px;
	left:20px;
}

ul#navBarList li#contact a p{
	position: absolute;
	top:20px;
	left:28px;
}

ul#navBarList li#samples a p{
	position: absolute;
	top:20px;
	left:25px;
}

ul#navBarList li#home a{
	width: 79px;
}

ul#navBarList li#home img{
	float:left;
}

ul#navBarList li#spacer2 img{
	float:right;
}

ul#navBarList li#products a{
	width: 115px;
}

ul#navBarList li#information a{
	width: 130px;
}

ul#navBarList li#news a{
	width: 75px;
}

ul#navBarList li#contact a{
	width: 111px;
}

ul#navBarList li#samples a{
	width: 150px;
}

ul#navBarList li#spacer1 {
	width: 153px;
}

ul#navBarList li#ledil {
	width: 98px;
}

ul#navBarList li#spacer2 {
	width: 47px;
}

/* == Banner Divs ==*/

div#homeBannerDiv {
	height: 150px;
	background: url('images/home/homeBanner.gif');
}

div#manufacturesBannerDiv {
	height:71px;
	background: url('images/manufactures/manufacturesBanner.gif');
}

div.productBanner {
	height: 70px;
}

div.productBanner img {
	float: right;
	margin-top: 8px;
	margin-right: 12px;
}
	
div#xlamp_xr-e {
	background: url('images/banner.gif');
}

div#squareLenses {
	background: url('images/banner.gif');
}


/* == Home Stage Div == */

div.stage {
	min-height: 50px;
	background: url('images/stageSlice.gif');
	padding-bottom: 15px;
}

div#homeStageLeftColWrapperDiv {
	width:627px;
	
	float: left;
}

div#homeStageLeftColDiv {
	padding-left: 33px;
	padding-top: 33px;
}

div#homeStageDiv h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffb422;
}

div#homeStageLeftColDiv ul {
	display:block;
	margin-left: 16px;
}

div#homeStageLeftColDiv li {
	display: list-item;
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	line-height: 1.6em;
}

div#homeStageRightColDiv {
	width: 313px;
	float: right;
	padding-top: 33px;
	margin-right: 10px;
}

div#homeManufacturersDiv {
	height: 340px;
	width: 300px;
	background: url('images/home/lensDisplayBox.gif');
}

div#homeManufacturersDiv table {
	height: 340px;
	width: 300px;
}

div#homeManufacturersDiv td a {
	height: 55px;
	width: 85px;
	display: block;
	margin-left: 7px;	
}

/* == Manufactures Page == */

div#manufacturesTableDiv {
	margin-left: 32px;
	margin-top: 28px;
}


div#manufacturesTableDiv table{
	height: 840px;
	width: 920px;
}

div#manufacturesTableDiv td {
	background: url('images/manufactures/logoBox.gif') no-repeat;
	width: 210px;
	height: 230px;
	vertical-align: top;
	text-align: center;
}

div#manufacturesTableDiv a {
	display: block;
	width: 194px;
	height: 192px;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

div#manufacturesTableDiv p {
	font-size: 14px;
}

div#manufacturesTableDiv a img {
	margin-top: 24px;
	margin-left: 7px;
	margin-bottom: 34px;
}

/* == Products Page == */

div#productsTableDiv, div#productsTableDiv2 {
	margin-left: 32px;
	margin-right:32px;
	margin-top: 28px;
	margin-bottom:28px;
}

div#productsTableDiv table{
	height: auto;
	width: auto;
}

div#productsTableDiv td {
	background: url('images/products/logoBox.gif') no-repeat;
	width: 210px;
	height: 230px;
	vertical-align: top;
	text-align: center;
}

div#productsTableDiv a {
	display: block;
	width: 194px;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

div#productsTableDiv p {
	font-size: 14px;
}

div#productsTableDiv a img {
	margin-top: 24px;
	margin-left: 3px;
	margin-bottom: 34px;
}

/* == News Page == */

div#newsDiv {
	margin-left: 32px;
	margin-top: 28px;
	width:880px;
}

div#newsDiv a {
	display: block;
	font-size: 14px;
	color: red;
	text-decoration: none;
}

div#newsDiv p {
	font-size: 14px;
}

div#newsDiv a img {
	margin-top: 24px;
	margin-left: 3px;
	margin-bottom: 34px;
}


/* == Product Description Page == */

div#productDescStageDiv {
	padding-top: 31px;
	margin: 0 30px;
}

div.product {
	margin-bottom: 8px;
}

div.product hr {
	height: 1px;
	width: 100%;
	background-color: #e2e2e2;
	color: #e2e2e2;
	border: 0px;
	clear: both;
}

div.productPic {
	width: 219px;
	float: left;
}

div.productDetailsDiv {
	float: left;
	height: 219px;
	font-size: 24px;
	margin-left: 21px;
	margin-bottom: 15px;
	width: 656px;
}



div.productDetailsDiv table.productSpecs {
	background: #e2e2e2;
	font-size: 12px;
	width: 300px;
	height: 163px;
	vertical-align: bottom;
	float: left;
}

div.productDetailsDiv table.productSpecs td {
	border-top: solid white 1px;
	padding-left: 12px;
}

div.productDetailsDiv div.productDetailsTitleBar {
	height: 56px;
	float: left;
}

div.productDetailsDiv div.downloadSpecIcon {
	display: block;
	float: right;
}

div.productDetailsDiv div.productSpecsDiv {
	clear: both;
	padding-top:4px;
}
div.productSpecsDiv p {
	width:340px;
	height:auto;
	float:right;
	line-height:15px;
}
div.productDetailsDiv table.orderingCodes {
	float: left;
	font-size: 12px;
	margin-left: 12px;
}

div.productDetailsDiv table.orderingCodes tr {
	height: 25px;
}

div.productDetailsDiv table.orderingCodes th {
	font-weight: normal;
}

div.productDetailsDiv table.orderingCodes td {
	text-indent: 1em;
}

/* == Stage Footer Div == */

div#stageFooterDiv{
	height:11px;
	background: url('images/stageFooter.gif');
}

/* == Footer Div == */

div#footerDiv {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	line-height: 1.5 em;
	color: #919191;
	padding-left: 5px;
	margin-top: 24px;
	padding-bottom: 15px;
	width: 946px;
}

div#footerDiv .alignLeft {
	text-align: left;
	float: left;
}

div#footerDiv .alignRight {
	text-align: right;
	float: right;
}

div#footerDiv a {
	text-decoration: none;
	color: #919191;
}

#bannerText 
{
	width:700px;
	height:40px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	overflow:hidden;
}
#bannerText h1
{
	font-size:32px;
	font-weight:bolder;
	color:#ffffff;
}
.right {
	text-align:right;
}
