﻿/* Layout - general */

body 
{
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: smaller;
  font-weight: normal;
  color: #4c4c4c;
}

#banner
{
  background-image: url(/assets/images/vue-banner-new.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 993px;
  height: 142px;
  display: block;
  z-index: 2;
}

#logo
{
  width: 170px;
  height: 142px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

#mainWrapper
{
 position :absolute;
 top:202px;
 width:985px;
}

#main
{
  float: right;
  margin: 0px;
  padding: 0px;
  width: 792px;
}

#footer
{
 clear: both;
 margin-top: 0px;
 padding: 0px 4px 100px 4px;
 font-size: 0.9em;
}

/* Menu */

#menu
{
  position: absolute;
  left: 188px;
  top: 110px;
  float:left;
  z-index: 1;
}

div.menu-item 
{
  cursor: pointer;
}

/* Layout - forms */

table.form-layout
{
  width:70%;
}

table.form-layout td
{
  padding-right: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin:0px;
}

table.form-layout td 
{
  font-weight: normal;
}

table.form-layout td input, table.form-layout td textarea, table.form-layout td select
{
  width:100%;
  font-family: Arial;
  font-weight: normal;
  color: #4c4c4c;
}

/* Page links */

/* Mozilla anchor selected border */
a
{
  outline: 0;  
}

a.link
{
  cursor: pointer;
  text-decoration: underline;
  text-decoration: none;
  font-style: normal;
  /*color: #4c4c4c;*/
  border-bottom: dotted 1px /*#4c4c4c*/;
}

a.link:visited
{
  cursor: pointer;
  text-decoration: underline;
  text-decoration: none;
  /*color: #4c4c4c;*/
  border-bottom: dotted 1px /*#4c4c4c*/;
}

a.link:hover
{
  color: #ff0000;
  border-bottom: dotted 1px #ff0000;
}

a.no-underline, a.no-underline:visited, a.no-underline:hover
{
  border-bottom: 0px;
}

a.external
{
 background: transparent url(/assets/images/external.png) no-repeat scroll right center;
 padding-right: 13px;
}

a.back
{
 display:block;
 width:78px;
 height:15px;
 background: url(/assets/images/back.png) no-repeat;
}

a.back:hover
{
 display:block;
 width:78px;
 height:15px;
 background: url(/assets/images/s_back.png) no-repeat;
}

a.gogallery
{
  display: block;
  width: 107px;
  height: 75px;
  margin: 16px 0em 0em 32px;
  background: url(/assets/images/gallery.png) no-repeat;
}

a.gogallery:hover
{
  display: block;
  width: 107px;
  height: 75px;
  margin: 16px 0em 0em 32px;
  background: url(/assets/images/s_gallery.png) no-repeat;
}

/* Menu items */

a.menu-item
{
  cursor: pointer;
  width: 113px;
  height: 79px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: absolute;
}

a.menu-item-selected
{
  width: 113px;
  height: 79px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: absolute;
}

#menu-item-home
{
  background-image: url(/assets/images/m_home.png);
  left: 0px;
}

#menu-item-home-selected
{
  background-image: url(/assets/images/s_home.png);
  left: 0px;
}

#menu-item-whypvc
{
  background-image: url(/assets/images/m_whypvc.png);
  left: 113px;
}

#menu-item-whypvc-selected
{
  background-image: url(/assets/images/s_whypvc.png);
  left: 113px;
}


#menu-item-windowsdoors
{
  background-image: url(/assets/images/m_windowsdoors.png);
  left: 226px;
}

#menu-item-windowsdoors-selected
{
  background-image: url(/assets/images/s_windowsdoors.png);
  left: 226px;
}

/*
#menu-item-design
{
  background-image: url(/assets/images/m_design.png);
  left: 226px;
}

#menu-item-design-selected
{
  background-image: url(/assets/images/s_design.png);
  left: 226px;
}

#menu-item-performance
{
  background-image: url(/assets/images/m_performance.png);
  left: 226px;
}

#menu-item-performance-selected
{
  background-image: url(/assets/images/s_performance.png);
  left: 226px;
}
*/

#menu-item-energy
{
  background-image: url(/assets/images/m_energy.png);
  left: 339px;
}

#menu-item-energy-selected
{
  background-image: url(/assets/images/s_energy.png);
  left: 339px;
}

/*
#menu-item-technology
{
  background-image: url(/assets/images/m_technology.png);
  left: 339px;
}

#menu-item-technology-selected
{
  background-image: url(/assets/images/s_technology.png);
  left: 339px;
}
*/

#menu-item-noise
{
  background-image: url(/assets/images/m_noise.png);
  left: 452px;
}

#menu-item-noise-selected
{
  background-image: url(/assets/images/s_noise.png);
  left: 452px;
}

#menu-item-service
{
  background-image: url(/assets/images/m_service.png);
  left: 566px;
}

#menu-item-service-selected
{
  background-image: url(/assets/images/s_service.png);
  left: 566px;
}

#menu-item-contact
{
  background-image: url(/assets/images/m_contact.png);
  left: 680px;
}

#menu-item-contact-selected
{
  background-image: url(/assets/images/s_contact.png);
  left: 680px;
}

/* Layout - sidebar */

#sidebar
{
  position: relative;
  float: left;
	width: 188px;
	top: -53px;
	padding-left: 0px;
	padding-right: 4px;
}

#sidebar ul 
{
  padding: 0px;
  margin: 0px;
	color: #ffffff;
	list-style: none;
}


#sidebar ul a, #sidebar .disabled
{
  position: relative;
	background: transparent url(/assets/images/side-bar-item.png) no-repeat right;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 7px 0px 4px 8px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
	height: 24px;
}

#sidebar .selected
{
  position: relative;
	background: transparent url(/assets/images/side-bar-item-selected.png) no-repeat right;
	width: 160px;
	display: block;
	margin: 0px;
	padding: 7px 0px 4px 8px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
	height: 24px;
}

#sidebar a.sub-item
{
	background: transparent url(/assets/images/side-bar-item-sub.png) no-repeat right;
	width: 150px;
}

#sidebar .sub-item-selected
{
  position: relative;
	background: transparent url(/assets/images/side-bar-item-selected.png) no-repeat right;
	width: 150px;
	display: block;
	margin: 0px;
	padding: 7px 0px 4px 8px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
	height: 24px;
}


#sidebar a.hl1
{
	background: transparent url(/assets/images/side-bar-item-hl1.png) no-repeat right;
	margin-top: 8px;
}

/* Site map - breadcrumbs */

#sitemap
{
  display: block;
  width: 100%;
  padding-bottom: 16px;
}

a.sitemap-node, a.sitemap-node:visited
{
  cursor: pointer;
  text-decoration: none;
  color: #4c4c4c;
  border-bottom: dotted 1px #4c4c4c;
}

a.sitemap-node:hover
{
  color: #ff0000;
  border-bottom: dotted 1px #ff0000;
}

.sitemap-selected
{
  font-weight: bolder;
}

/* Sitemap - Index */

.index-node
{
  cursor: pointer;
  border-bottom: dotted 1px;
  padding-top:6px;
  font-weight: normal;
}

.index-node:visited
{
  cursor: pointer;
  border-bottom: dotted 1px;
  padding-top:6px;
  font-weight: normal;
}


.index-node:hover
{
  color: #ff0000;
  border-bottom: dotted 1px;
}


.index-leaf
{
}

a.index-root
{
}

/* Images */

#main a.photo img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

#main a.photo img:hover
{
	border-color: #06c;
}

#main img.photo
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

/* Floats / Alignments */

div.left
{
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}

div.right
{
  float: right;
  margin-left: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}

div.callout
{
 width: 280px;
 margin-left: 40px;
 border: 1px solid #cccccc;
 padding: 0px 10px 10px 10px;
}

div.callout2
{
 border: 1px solid #cccccc;
}

div.callout-footer
{
  width:100%;
  background-color: #777777;
  text-align: center;
  color:#ffffff;
  font-weight: bolder;
}

div.padded
{
 padding: 10px;
}


/* Text */

h1
{
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-top: 8px;
  background-image: url(/assets/images/window-bullet.png);
  background-repeat: no-repeat;
  font-size: 1.5em;
  color: #333333;
  height: 36px;
}

h2
{
  margin: 0px;
  padding: 0px;
  font-size: 1.25em;
  color: #333333;
  margin-bottom: 0.25em;
}

p
{
  margin-top: 0px;
  margin-bottom: 1em;
}

/* Lists */

#main ul.list
{
  padding-top: 0px;
  padding-bottom: 6px;
  margin: 0px;
	list-style-type: square;
	padding-left: 0px;
}

#main ul.list li
{
  padding: 0px 0px 2px 0px;
  margin: 0px;
  margin-left: 14px;
}

.pdf
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* Tables */

table.table-data
{
  border: 1px solid #eeeeee;
}

table.table-data thead td
{
  background-color: #eeeeee;
  font-weight: bolder;
  padding: 4px 8px 4px 8px;
}

table.table-data td
{
  padding: 1px 8px 1px 8px;
  border-bottom: dotted 1px #eeeeee;
}

table.table-data td.sub-heading
{
  font-weight: bolder;
  padding: 16px 8px 4px 8px;
  border-bottom: solid 1px #ffffff;
}

table.table-data tfoot td
{
  border-top: 1px solid #eeeeee;
  padding: 8px 0px 0px 8px;
  font-style:italic;
}


/* Gallery */

div.gallery
{
}

div.gallery .gallery-item div
{
  padding: 5px;
}


div.gallery .gallery-item
{
  display: block;
  border: 0px;
  border: 1px solid #ccc;
  margin: 0px 32px 32px 0px;
  float: left;
  text-align: center;
  width: 160px;
}

div.gallery img
{
  padding: 5px;
  border: 0px;
}

div.quick-links
{
  background-image: url(/assets/images/quick-links.png);
  background-repeat: no-repeat;
  border: 1px solid red;
  width: 400px;
}