@charset "utf-8";
/* 	CSS Document                                                               */

/* 	========================================================================== */
/* 	YUI reset                                                                  */

html {
	color:#000;
	background:#333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	*font-size:100%;
}

/* 	========================================================================== */
/* 	00. base styles                                                            */

html, body {
	height: 99%;
	background-image: url(../images/gradient_bkg01.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
* html body {
	overflow:hidden;
}
* html div#content {
	height:100%;
	overflow:auto;
}
body {
	padding:0 0 0 300px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size:small;
 	*font:x-small;
}
body#404{
	padding:0px 0px 0px 0px;
	color: #FF0000;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
em {
	font-style: italic;
}
.yellow {
	color: #e9b400;
}
.blue {
	color: #a5cbdb;
}
.white {
	color: #808080;
}
.white2 {
	color: #999999;
}
.selected {
	background-color: #333333;
	color: #FFFFFF;
}
.yellow2 {
	color: #b78901;
}

/* 	========================================================================== */
/* 	01. layout                                                                 */

div#header {
	position:absolute;
	top:0;
	left:12px;
	width:500%;
	height:30px;
	background-image: url(../images/header_bar_bkg01.gif);
	background-repeat: repeat-x;
	font-size: 85%;
	line-height: 30px;
	padding: 0 0 0 10px;
	color: #999999;
	text-transform: uppercase;
}
div#header-stripe {
	position:fixed;
	top:0;
	left:0;
	display: inline;
	width: 12px;
	height: 30px;
}
div#header-left {
	display: inline;
	padding-left:268px;
}
div#header-right {
	/*display: inline;*/
	display: none;
	position:fixed;
	right:20px;
}
div#footer {
	position:absolute;
	bottom:0;
	left:300px;
	width:100%;
	height:60px;
	background-image: url(../images/gradient_bkg02.gif);
	background-repeat: repeat-x;
	font-size: 108%;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}
div#left-sidebar {
	position:absolute;
	top:30px;
	left:0;
	width:300px;
	height:100%;
	background-image: url(../images/stripe_bkg02.png);
	background-repeat: repeat-y;
	padding: 0px 0px 50px 35px;
}
div#left-sidebar404 {
	position:absolute;
	left:0;
	width:60px;
	height:100%;
	background-image: url(../images/stripe_bkg404.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}
div#contentHome {
	background-image: url(../images/lamp_bkg01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	/*padding: 50px 0px 70px 20px;*/
	min-height: 100%;
}
div#contentMain {
	/*padding: 50px 0px 70px 20px;*/
	min-height: 100%;
	background-color: #FFFFFF;
}
@media screen {
body>div#header {
	position:fixed;
}
body>div#footer {
	position:fixed;
}
body>div#left-sidebar {
	position:fixed;
}
}
div#containerA {
	width:450px;
	padding-top: 57px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 20px;
}
div#containerB {
	padding: 20px 25% 90px 20px;
}
div#paragraphA {
	font-size: 108%;
	line-height: 1.33;
 	*line-height: 1.3;
	color: #999999;
}
div#paragraphB {
	font-size: 93%;
	line-height: 1.33;
 	*line-height: 1.3;
	color: #333;
}
#centerDiv {
	/*position: absolute;*/
	top: 44%;
	height: 50%;
	position: fixed;
}
#centerDiv404 {
	/*position: absolute;*/
	bottom: 40px;
	right: 50px;
	/*height: 50%;*/
	position: fixed;
}
#centerDivNew {
	top: 50%;
	height: 50%;
	position: fixed;
}
#centerDiv img {
	border: none;
}
#baseline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 77%;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 8px;
}
#baseline .baselineLight, #baseline .baselineInterior, #baseline .baselineTotal {
	display: inline;
}
#address {
	position: fixed;
	bottom: 30px;
	font-size: 85%;
	line-height: 1.5;
 	*line-height: 1.45;
}
#postit {
	position: fixed;
	top: 46px;
}
*html #address {
	position: absolute;
	bottom: 30px;
}
#interior-header {
	background-color: #a5cbdb;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#light-header {
	background-color: #eab500;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	/*position:fixed;
	top:30px;
	left:300px;
	width:500%;*/
}
#service-header {
	background-color: #c3c4c7;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#topic-nav {
	font-size: 108%;
	margin-top: 10px;
	color: #666666;
}
div#logoGrid {
	width: 140px;
	float: left;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
div#clear {
	clear: both;
}
div#logo-etap {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-etap01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-multi {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-multiline01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-psm {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-psm01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-modular {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-modular01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-luminar {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-luminar01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-trizo {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-trizo01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-tal {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-tal01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-royal {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-royal01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-ceilux {
	line-height: 40px;
	height: 40px;
	background-image: url(../images/logo-ceilux01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
}
div#logo-tre {
	line-height: 16px;
	/*height: 40px;*/
	width: 60%;
	background-image: url(../images/logo-tre01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
	margin-bottom:40px;
}
div#logo-trevos {
	line-height: 16px;
	/*height: 40px;*/
	width: 60%;
	background-image: url(../images/logo-trevos01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
	margin-bottom:40px;
}
div#logo-elba {
	line-height: 16px;
	/*height: 40px;*/
	width: 60%;
	background-image: url(../images/logo-elba01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
	background-position: left center;
	margin-left:40px;
	margin-bottom:40px;
}

/* 	========================================================================== */
/* 	02. headings and paragraph styles                                          */

#containerA h2, p {
	/*padding: 0px;
	margin: 0px;*/
}
#containerA h2 {
	text-transform: uppercase;
	font-size: 182%;
	font-weight: normal;
	margin: 1.3em 0 0.5em 0;
}
.text12 {
	font-size: 93%;
	line-height: 1.33;
 	*line-height: 1.3;
}
.text14 {
	font-size: 123.1%;
	line-height: 1.33;
	*line-height: 1.3;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}
#interior-header h2 {
	text-transform: uppercase;
	font-size: 182%;
	font-weight: normal;
	color: #333333;
}
#light-header h2 {
	text-transform: uppercase;
	font-size: 182%;
	font-weight: normal;
	color: #333333;
}
#service-header h2 {
	text-transform: uppercase;
	font-size: 182%;
	font-weight: normal;
	color: #333333;
}
#paragraphB h3 {
	/*text-transform: uppercase;*/
	font-size: 108%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.35em;
	margin-top: 0.65em;
}
#paragraphB h3.first {
	margin-top: 0em;
}
#paragraphB h4 {
	font-size: 108%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.35em;
	margin-top: 0.65em;
}
#paragraphB h4.first {
	margin-top: 0em;
}
strong {
	font-weight: bold;
}

ul.list li{
	list-style-type: none;
}
/* 	========================================================================== */
/* 	03. links                                                                  */

/* 	set base linkstyle ....................................................... */
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #333333;
}

/* 	baseline links styles .................................................... */
#baseline a {
	text-decoration: none;
}
/* 	light and energy  */
#baseline .baselineLight a:link, #baseline .baselineLight a:visited, #baseline .baselineLight a:active {
	color: #e9b400;
	text-decoration: none;
}
#baseline .baselineLight a:hover {
	color: #f8e6a8;
	text-decoration: none;
}
/* 	interior  */
#baseline .baselineInterior a:link, #baseline .baselineInterior a:visited, #baseline .baselineInterior a:active {
	color: #a5cbdb;
	text-decoration: none;
}
#baseline .baselineInterior a:hover {
	color: #e0edf3;
	text-decoration: none;
}
/* 	total solutions  */
#baseline .baselineTotal a:link, #baseline .baselineTotal a:visited, #baseline .baselineTotal a:active {
	color: #808080;
	text-decoration: none;
}
#baseline .baselineTotal a:hover {
	color: #d4d4d4;
	text-decoration: none;
}
/* 	header style ............................................................. */
#header a {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#header a:link, #header a:visited, #header a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}
#header a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
#header .current {
	color: #999999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	/*background: none;*/
}

/* 	address style ............................................................ */
#address a {
	color: #2984e1;
	text-decoration: underline;
}
#address a:hover {
	color: #2984e1;
	text-decoration: none;
}
#address a.linkStyle1 {
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}
#address a:hover.linkStyle1 {
	color: #CCCCCC;
}
#address a.mailLink {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}
#address a:hover.mailLink {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
#address a.pixeldreamsLink {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}
#address a:hover.pixeldreamsLink {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

/* 	interior style ........................................................... */
.interior a {
	text-decoration: none;
}
.interior a:link, .interior a:visited, .interior a:active {
	color: #a5cbdb;
	border-bottom: 2px solid #808080;
}
.interior a:hover {
	color: #a5cbdb;
	border-bottom: 2px solid #a5cbdb;
}

/* 	light and energy style ................................................... */
.light a {
	text-decoration: none;
}
.light a:link, .light a:visited, .light a:active {
	color: #eab500;
	border-bottom: 2px solid #808080;
}
.light a:hover {
	color: #eab500;
	border-bottom: 2px solid #eab500;
}

/* 	total solutions style .................................................... */
.total a {
	text-decoration: none;
}
.total a:link, .total a:visited, .total a:active {
	color: #808080;
	border-bottom: 2px solid #808080;
}
.total a:hover {
	color: #808080;
	border-bottom: 2px solid #d4d4d4;
}

/* 	total solutions unactive style ........................................... */
.total-unactive {
	color: #808080;
	border-bottom: 2px solid #808080;
}

/* 	interior more info ....................................................... */
p.text12 a:link, p.text12 a:visited, p.text12 a:active {
	color: #FFF;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}
p.text12 a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/* 	interior more info ....................................................... */
p.text14 a:link, p.text14 a:visited, p.text14 a:active {
	color: #FFF;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}
p.text14 a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/* 	interior topic navigation menu style ..................................... */
#interior-header #topic-nav {
	color: #7da3b3;
}
#interior-header #topic-nav a:link, #interior-header #topic-nav a:visited, #interior-header #topic-nav a:active {
	cursor: pointer;
	color: #333333;
	border-bottom: 1px solid #7da3b3;
	text-decoration: none;
}
#interior-header #topic-nav a:hover {
	color: #333333;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.interior-selected {
	background-color: #7da3b3;
	color: #FFFFFF;
}

/* 	light topic navigation menu style ........................................ */
#light-header #topic-nav {
	color: #b78901;
}
#light-header #topic-nav a:link, #light-header #topic-nav a:visited, #light-header #topic-nav a:active {
	cursor: pointer;
	color: #333333;
	border-bottom: 1px solid #b78901;
	text-decoration: none;
}
#light-header #topic-nav a:hover {
	color: #333333;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.light-selected {
	background-color: #b78901;
	color: #FFFFFF;
}

/* 	footer topic menu style .................................................. */
#footer a.light {
	color: #e9b400;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	margin-right: 20px;
}
#footer a:hover.light {
	color: #e9b400;
	text-decoration: none;
	border-bottom: 1px solid #e9b400;
}
#footer a.interior {
	color: #a5cbdb;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	margin-right: 20px;
}
#footer a:hover.interior {
	color: #a5cbdb;
	text-decoration: none;
	border-bottom: 1px solid #a5cbdb;
}
#footer a.total {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	margin-right: 20px;
}
#footer a:hover.total {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #d4d4d4;
}

/* 	total solutions style .................................................... */
#paragraphB a {
	text-decoration: none;
}
#paragraphB a:link, #paragraphB a:visited, #paragraphB a:active {
	color: #2984e1;
	border-bottom: 1px solid #c4c4c4;
}
#paragraphB a:hover {
	color: #2984e1;
	border-bottom: 1px solid #666666;
}
ul {
	padding-left: 20px;
	padding-top: 10px;
}
li {
	list-style-type: disc;
	padding-bottom: 6px;
}
#paragraphB img {
	padding-bottom: 15px;
}
#paragraphB img.pic2{
	padding-bottom: 5px;
}
#paragraphB img.pic3{
	padding-bottom: 0px;
}

#flashcontent {				
		width: 523px;	
		height: 350px;			
	}
#rule {
	border-bottom: 1px dotted #cccccc;	
	}
h5 {
	font-size: 131%;
	font-weight: bold;
	padding-bottom: 10px;
	color: #b78901;
}

