/* elements */

body {
	margin: 0px;
	padding: 0px;
	background-color: #191919;
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	color: #B3B3B3;
}

ul, li, input, textarea, select {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

input, textarea, select {
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 30px;
	line-height: 34px;
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

h4 {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

h2 a, h3 a, h4 a {
	color: #FFFFFF;
}

a {
	outline: none;
	color: #B3B3B3;
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	display: block;
}

ul li {
	list-style-type: none;
}

img {
	display: block;
}

form {
	display: inline;
}

/* special classes */

.hidden {
	display: none;
}

.pointer {
	cursor: pointer;
}

.no-pointer {
	cursor: default;
}

.no-wrap {
	white-space: nowrap;
}

.float-container:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '.';
	line-height: 0px;
	height: 0px;
}

.empty-separator {
	display: block;
	overflow: hidden;
	clear: both;
	height: 22px;
}

.graphic-separator {
	display: block;
	overflow: hidden;
	clear: both;
	background: transparent url(../images/graphic_separator.png) repeat-x center left;
	height: 22px;
}

/* layout elements */

div#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	width: 998px;
}

a#logo {
	display: block;
	position: absolute;
	top: -12px;
	right: 10px;
	z-index: 100;
}

a#logo img {
	display: block;
	width: 124px;
	height: 124px;
}

div#footer-wrapper {
	margin: 0px auto;
	font-size: 9px;
	line-height: 16px;
	color: #545454;
	width: 998px;
}

div#footer-content {
	padding: 2px 22px 102px;
}

div#footer-content a {
	color: #545454;
}

div#corporate {
	float: left;
}

div#credits {
	float: right;
}

/* form elements */

div.form-text {
	margin: 0px 20px;
}

div.form-text input {
	margin: 2px 0px 4px;
	padding: 3px 0px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #323232;
	width: 100%;
}

div.form-text textarea {
	margin: 2px 0px 4px;
	padding: 3px 0px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #323232;
	width: 100%;
	height: 100px;
}

div.form-select {
	margin: 0px 20px;
}

div.form-select select {
	margin: 2px 0px 4px;
	padding: 2px 0px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #323232;
	width: 100%;
}

div.form-checkbox {
	margin: 0px 20px;
	padding: 4px 0px 0px;
}

div.form-checkbox span {
	float: left;
	width: 30px;
}

div.form-checkbox label {
	float: left;
	width: 166px;
}

div.form-buttons {
	float: right;
	margin: 10px 20px 0px;
}

div.form-buttons span {
	float: left;
	margin: 0px 0px 0px 10px;
}

div.form-buttons input {
	padding: 3px 0px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #323232;
	color: #FFFFFF;
	width: 80px;
}

span.form-hint {
	font-style: italic;
	color: #828282;
}

p.form-error {
	font-weight: bold;
	color: #F03232;
}

p.form-message {
	font-weight: bold;
	color: #3232F0;
}

/* module */

div.module {
	margin: -14px 0px 0px;
}

div.module-header {
	overflow: hidden;
	background: transparent none no-repeat top left;
	height: 22px;
}

div.module-body {
	background: transparent none repeat-y top left;
}

div.module-content {
	padding: 10px 0px;
	background: transparent none no-repeat top left;
	min-height: 100px;
}

div.module-footer {
	overflow: hidden;
	background: #191919 none no-repeat top left;
	height: 22px;
}

div.module div.column-wrapper {
	padding: 0px 2px 12px 12px;
}

div.module div.column-wrapper div.column {
	float: left;
	margin: 0px 10px 0px 0px;
}

div.module div.column-wrapper div.single-column {
	width: 236px;
}

div.module div.column-wrapper div.double-column {
	width: 482px;
}

div.module div.column-wrapper div.double-column-wrapper {
	float: left;
	width: 492px;
}

div.module div.column-wrapper div.triple-column {
	width: 728px;
}

div.module div.column-wrapper div.triple-column-wrapper {
	float: left;
	width: 738px;
}

div.module div.column-wrapper div.quadruple-column {
	width: 974px;
}

div.module .module-text {
	display: block;
	margin: 0px 20px;
}

div.module ul.module-grid {
	margin: -10px 0px 0px -4px;
	font-size: 0px;
	letter-spacing: -1px;
}

div.module ul.module-grid li {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 10px 0px 0px 4px;
	text-align: center;
	vertical-align: top;
}

div.module ul.module-grid a {
	display: block;
}

div.module ul.module-grid span.module-grid-item-thumbnail {
	display: block;
	background: transparent none no-repeat top center;
	/*background-color: #FF0000;*/
}

div.module ul.module-grid span.module-grid-item-label {
	display: block;
	margin: 4px 0px 0px;
	/*background-color: #0000FF;*/
}

/* main-module */

div.main-module {
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent url(../images/main-module/module.png) no-repeat top left;
	width: 998px;
	height: 584px;
}

div.main-module div.module-background {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 974px;
	height: 560px;
}

div.main-module div.module-background object {
	outline: none;
	width: 974px;
	height: 560px;
}

div.main-module div.module-content {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 998px;
	height: 520px;
}

#main-module-title, #module-title {
	margin: 14px 20px 0px;
	font-weight: bold;
	width: 320px;
}

#main-module-subtitle, #module-subtitle {
	font: italic normal 30px/30px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #FFFFFF;
	width: 320px;
}

span.main-module-label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

span.main-module-label a {
	color: #FFFFFF;
}

span.main-module-value {
	display: block;
	font: italic normal 20px/26px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #FFFFFF;
}

span.main-module-value a {
	color: #FFFFFF;
}

div#main-module-text-wrapper {
	position: absolute;
	bottom: 10px;
	left: 32px;
	width: 280px;
}

/* single-x2-merged-single-x2-module */

div.single-x2-merged-single-x2-module div.module-header {
	background-image: url(../images/single-x2-merged-single-x2-module/header.png);
}

div.single-x2-merged-single-x2-module div.module-body {
	margin: 0px 0px -12px;
	background-image: url(../images/single-x2-merged-single-x2-module/body.png);
}

div.single-x2-merged-single-x2-module div.module-content {
	background-image: url(../images/single-x2-merged-single-x2-module/content.png);
}

div.single-x2-merged-single-x2-module div.module-footer {
	background-image: url(../images/single-x2-merged-single-x2-module/footer.png);
}

/* single-x2-merged-double-x1-module */

div.single-x2-merged-double-x1-module div.module-header {
	background-image: url(../images/single-x2-merged-double-x1-module/header.png);
}

div.single-x2-merged-double-x1-module div.module-body {
	margin: 0px 0px -12px;
	background-image: url(../images/single-x2-merged-double-x1-module/body.png);
}

div.single-x2-merged-double-x1-module div.module-content {
	background-image: url(../images/single-x2-merged-double-x1-module/content.png);
}

div.single-x2-merged-double-x1-module div.module-footer {
	background-image: url(../images/single-x2-merged-double-x1-module/footer.png);
}

/* single-x4-module */

div.single-x4-module div.module-header {
	background-image: url(../images/single-x4-module/header.png);
}

div.single-x4-module div.module-body {
	margin: 0px 0px -12px;
	background-image: url(../images/single-x4-module/body.png);
}

div.single-x4-module div.module-content {
	background-image: url(../images/single-x4-module/content.png);
}

div.single-x4-module div.module-footer {
	background-image: url(../images/single-x4-module/footer.png);
}

/* double-x1-single-x2-module */

div.double-x1-single-x2-module div.module-header {
	background-image: url(../images/double-x1-single-x2-module/header.png);
}

div.double-x1-single-x2-module div.module-body {
	margin: 0px 0px -12px;
	background-image: url(../images/double-x1-single-x2-module/body.png);
}

div.double-x1-single-x2-module div.module-content {
	background-image: url(../images/double-x1-single-x2-module/content.png);
}

div.double-x1-single-x2-module div.module-footer {
	background-image: url(../images/double-x1-single-x2-module/footer.png);
}

/* triple-x1-single-x1-module */

div.triple-x1-single-x1-module div.module-header {
	background-image: url(../images/triple-x1-single-x1-module/header.png);
}

div.triple-x1-single-x1-module div.module-body {
	margin: 0px 0px -12px;
	background-image: url(../images/triple-x1-single-x1-module/body.png);
}

div.triple-x1-single-x1-module div.module-content {
	background-image: url(../images/triple-x1-single-x1-module/content.png);
}

div.triple-x1-single-x1-module div.module-joint {
	overflow: visible;
	margin: 0px 0px 0px -12px;
	padding: 50px 0px 0px 10px;
	background: #191919 url(../images/triple-x1-single-x1-module/joint.png) no-repeat top left;
	width: 740px;
	height: 120px;
}

div.triple-x1-single-x1-module div.module-footer {
	background-image: url(../images/triple-x1-single-x1-module/footer.png);
}

/* quadruple-x1-module */

div.quadruple-x1-module div.module-header {
	background-image: url(../images/quadruple-x1-module/header.png);
}

div.quadruple-x1-module div.module-body {
	margin: 0px 0px -12px;
	background-image: url(../images/quadruple-x1-module/body.png);
}

div.quadruple-x1-module div.module-content {
	background-image: url(../images/quadruple-x1-module/content.png);
}

div.quadruple-x1-module div.module-footer {
	background-image: url(../images/quadruple-x1-module/footer.png);
}

/* home */

div.news-item-category a {
	color: #FFFFFF;
}

p.news-item-content img {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.news-item-read-more-link a {
	color: #FFFFFF;
}

h4#highlighted-product-name {
	font-weight: normal;
	color: #B3B3B3;
}

img#highlighted-product-thumbnail {
	display: block;
	margin: 10px 0px;
}

span#highlighted-products-label {
	float: left;
	cursor: pointer;
	margin: 0px 0px 0px -6px;
	padding: 0px 0px 0px 6px;
}

img#retailers-map {
	display: block;
	margin: 10px 0px 0px;
}

/* news */

h2#news-item-title {
	margin: 14px 20px 0px;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #FFFFFF;
	width: 320px;
}

h3#news-item-subtitle {
	font: italic normal 30px/30px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #FFFFFF;
	width: 320px;
}

div#news-item-category a {
	color: #FFFFFF;
}

p#news-item-content img {
	float: left;
	margin: 0px 10px 10px 0px;
}

span.news-item-label {
	color: #FFFFFF;
}

span.news-item-medium-type-label {
	float: left;
	cursor: pointer;
	padding: 0px 6px 0px 0px;
}

span#related-products-label {
	float: left;
	cursor: pointer;
	padding: 0px 6px 0px 0px;
}

span.pagination-current-page {
	float: left;
}

span.pagination-buttons {
	float: right;
}

span.pagination-button {
	float: left;
	margin: -3px 0px 0px 10px;
}

span.pagination-button a {
	display: block;
	padding: 3px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #323232;
	color: #FFFFFF;
	text-align: center;
	width: 80px;
}

/* products */

ul#product-mounting-types > li {
	float: left;
}

span.product-mounting-type-label {
	float: left;
	cursor: pointer;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px -6px 0px;
	font: italic normal 20px/26px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #FFFFFF;
}

ul#product-medium-types > li {
	display: block;
}

span.product-medium-type-label {
	float: left;
	cursor: pointer;
	padding: 0px 6px 0px 0px;
	font: italic normal 20px/26px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #FFFFFF;
}

span.product-certification-image {
	float: left;
	margin: 10px 4px 0px 0px;
	height: 24px;
}

img#product-dimensions-image {
	display: block;
	margin: 10px 0px 0px;
}

ul.product-colors li {
	position: relative;
	top: 0px;
	left: 0px;
}

span.product-color-image {
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	border: 1px solid #B3B3B3;
	background: transparent none no-repeat center center;
	width: 10px;
	height: 10px;
}

span.product-color-name {
	display: block;
	margin: 0px 0px 0px 16px;
}

span#product-body-colors-label {
	cursor: pointer;
}

li.product-document-type span {
	cursor: pointer;
}

li.product-document-type ul {
	margin: 0px 0px 0px 20px;
}

span.product-bulb-image {
	display: block;
	margin: 2px 0px 0px;
	background: transparent none no-repeat top left;
}

div#wishlist-add-product-button a {
	display: block;
	overflow: hidden;
	background: transparent url(../images/wishlist_button.png) no-repeat top left;
	line-height: 29px;
	color: #FFFFFF;
	text-align: center;
	width: 160px;
	height: 29px;
}

/* designers */

div#designer-products ul.module-grid li {
	width: 130px;
}

div#designer-products span.module-grid-item-thumbnail {
	height: 120px;
}

/* publications */

div#publication-download-link a {
	color: #FFFFFF;
}

div#publication-viewer {
	margin: 0px 0px 0px 20px;
	width: 934px;
	height: 480px;
}

div#publication-viewer object {
	outline: none;
	width: 934px;
	height: 480px;
}

span.publication-label {
	color: #FFFFFF;
}

h4.publication-year {
	font-weight: normal;
	color: #B3B3B3;
}

div.publications ul.module-grid li {
	width: 130px;
}

div.publications span.module-grid-item-thumbnail {
	height: 120px;
}

/* retailers */

div#retailer-categories {
	position: absolute;
	right: 32px;
	bottom: 10px;
	width: 196px;
}

div#retailer-categories h3 {
	font-size: 11px;
	line-height: 16px;
}

span.retailer-category-name {
	display: block;
	margin: 20px 0px 0px;
	font-weight: bold;
}

span.retailer-category-partner {
	color: #F03232;
}

div#area-agents {
	position: absolute;
	bottom: 10px;
	left: 32px;
}

div#area-agents h3 {
	float: left;
	font-size: 11px;
	line-height: 16px;
}

div.area-agent {
	float: left;
	margin: 0px 0px 0px 30px;
}

span.area-agent-category {
	font-weight: bold;
}

span.area-agent-name {
	font-weight: bold;
	color: #FFFFFF;
}

div.retailer {
	position: relative;
}

span.retailer-category {
	font-weight: bold;
}

span.retailer-name {
	font-weight: bold;
	color: #FFFFFF;
}

/* company */

a#privacy-policy-label {
	text-decoration: underline;
}
