/***** CSS for Zenith *****/

* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-size: 62.5%;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans serif;
	color: #666;
	background: #fcfcfc url(../images/interface/bg.gif) repeat-x 0 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
*:focus {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}

#loadingImg {
	background: #FFF url(../images/interface/loading.gif) no-repeat center center;
    width: 439px;
    height: 405px;
}
#mainNav .clearance a {
    color: #AA0000;
}

/***** Type *****/
p {
	padding-bottom: 1.5em;
	line-height: 1.5;
}
h1, h2 {
	text-transform: uppercase;
	font-size: 1em;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
	padding-bottom: 1.2em;
}
h3, h4, h5	 {
	font-size: 1.1em;
}
em {
	font-style: normal;
}
.col2 ul {
	margin: 0 0 1.5em 3em;
}





/***** Container *****/
#container {
	width: 896px;
	margin: 0 auto;
	text-align: left;
	/*background: url(../images/interface/big-z.png) no-repeat 0 57px;*/
	background: url(../images/interface/big-z-top.png) no-repeat 0 57px;
	font-size: 1.1em;
	position: relative;
}
#products #container {
	/*background: url(../images/interface/big-z-blue.png) no-repeat 0 57px;*/
	background: url(../images/interface/big-z-blue-top.png) no-repeat 0 57px;
}
#designers #container {
	/*background: url(../images/interface/big-z-green.png) no-repeat 0 57px;*/
	background: url(../images/interface/big-z-green-top.png) no-repeat 0 57px;
}
#projects #container {
	/*background: url(../images/interface/big-z-pink.png) no-repeat 0 57px;*/
	background: url(../images/interface/big-z-pink-top.png) no-repeat 0 57px;
}
#facts #container {
	/*background: url(../images/interface/big-z-orange.png) no-repeat 0 57px;*/
	background: url(../images/interface/big-z-orange-top.png) no-repeat 0 57px;
}
#wrapper {
	position: relative;
	z-index: 100;
}
#containerWrapper {
	/*min-height: 1295px; ie6.css */
	background: url(../images/interface/big-z-bottom.png) no-repeat left bottom;
	position: relative;
	padding-bottom: 104px;
}
#products #containerWrapper {
	background: url(../images/interface/big-z-blue-bottom.png) no-repeat left bottom;
}
#designers #containerWrapper {
	background: url(../images/interface/big-z-green-bottom.png) no-repeat left bottom;
}
#projects #containerWrapper {
	background: url(../images/interface/big-z-pink-bottom.png) no-repeat left bottom;
}
#facts #containerWrapper {
	background: url(../images/interface/big-z-orange-bottom.png) no-repeat left bottom;
}





/***** Header *****/
#home #header {
    min-height: 129px; /* ie6.css */
}
#header {
	position: relative;
	min-height: 161px; /* ie6.css */
	font-size: 0.9em;
}
#search {
	position: absolute;
	right: 7px;
	top: 20px;
	/*width: 400px; for the login button */
	width: 425px;
	text-align: right;
	color: #6D6F71;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
	padding: 0;
}
#search label {
	float: left;
	margin: 3px 3px 0 0;
}
#search .submitButton {
	/*position: absolute;
	right: 0;
	top: 0;  ie6 & ie7.css */
	float: left;
	margin: 0 13px 0 0;
}
#search .searchField {
	height: 12px;
	width: 261px;
	color: #333;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans serif;
	padding: 2px;
	background: #e2e2e2;
	border: 1px solid #6D6F71;
	text-transform: uppercase;
	float: left;
	margin: 0 3px 0 0;
}
#search .searchField:hover,
#search .searchField:focus {
	background: none;
	border: 1px solid #333;
	cursor: text;
}
#search a {
	/*float: left;
	color: #b2b2b2;
	font-size: 80%;
	padding: 0;
	margin: 4px 0 0 0;*/
	display: none;
}
#search-button {
    border: 1px solid #6D6F71;
    background: #6D6F71;
    color: #fff;
    font-weight: bold;
    padding: 0 4px; 
    margin: 0;
    display: inline;
}

#search span {
    background: #6D6F71;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 76px;    
}

#search span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border: 4px solid #FFF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 7px;
    left: 5px;
}
#search ul {
    list-style: none;
    position: absolute;
    z-index: 1000;
    background: #FFF;
    height: 400px;
    width: 285px;
    overflow: auto;
    top: 20px;
    left: 64px;
    display: none;
    box-shadow: 0 6px 20px #666;
    -moz-box-shadow: 0 6px 20px #666;
    -webkit-box-shadow: 0 6px 20px #666;
}
#search li {
    display: block;
}

#search li a {
    display: block;
    text-align: left;
    padding: 2px 4px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
}
#search li a:hover {
    text-decoration: none;
    background: #CCC;
}

#logo {
	position: absolute;
	left: 0;
	top: 57px;
	width: 121px;
	height: 31px;
}
#logo a {
	display: block;
	height: 31px;
}
#logo em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#mainNav {
	position: absolute;
	top: 57px;
	left: 147px;
	width: 746px;
}
#mainNav ul {
	list-style-type: none;
	height: 31px;
}
#mainNav li {
	float: left;
	height: 31px;
	margin-right: 24px;
}
#mainNav a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 31px;
}
#mainNav em {
	font-style: normal;
}
#mainNav .selected a {
	text-decoration: underline;
}
#productSubnav {
	position: absolute;
	top: 42px;
	left: 96px;
	width: 500px;
}
/*.statePicker {
	float: left;
	width: 187px;
}*/
.statePicker,
.subNav,
.subsubNav {
	clear: left;
	position: relative;
	z-index: 500;
}
.subsubNav {
	z-index: 499;
}
.statePicker label,
.subNav label,
.subsubNav label {
	float: left;
	text-transform: uppercase;
	font-size: 1em;
	margin: 4px 4px 0 0;
	width: 80px;
	text-align: right;
}
#mainNav .statePicker ul,
#mainNav .subNav ul,
#mainNav .subsubNav ul {
	height: auto;
	display: none;
	position: absolute;
	left: 84px; /* ie6.css */
	top: 19px;
	width: 300px;
	z-index: 9999;
}
#mainNav .statePicker li,
#mainNav .subNav li,
#mainNav .subsubNav li {
	width: 300px;
	float: none;
	height: 19px;
	margin: 0;
}
#mainNav .statePicker li a,
#mainNav .subNav li a,
#mainNav .subsubNav li a {
	background: #666;
	line-height: 19px;
	color: #fff;
	padding: 0 6px;
}
#mainNav .statePicker li a:hover,
#mainNav .subNav li a:hover,
#mainNav .subsubNav li a:hover {
	text-decoration: none;
	background: #ccc;
	color: #333;
}
#mainNav .statePicker .selected,
#mainNav .subNav .selected,
#mainNav .subsubNav .selected {
	background: #fff url(../images/interface/state-droplist-arrow.gif) no-repeat 242px 8px;
	color: #0099ff;
	line-height: 21px;
	padding: 0 6px;
	float: left;
	width: 250px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 1em;
	cursor: pointer;
}
#mainNav .statePicker .selected:hover,
#mainNav .subNav .selected:hover,
#mainNav .subsubNav .selected:hover {
	text-decoration: none;
}
/*.subNav,
.subsubNav {
	padding-bottom: 7px;
	float: left;
}
#productSubnav .subNav li,
#productSubnav .subsubNav li {
	float: none;
	margin-left: 0;
	height: 12px;
	padding: 0;
	width: 110px;
}
#productSubnav .subNav ul,
#productSubnav .subsubNav ul {
	height: auto;
}
#productSubnav .subNav a,
#productSubnav .subsubNav a {
	line-height: normal;
	color: #666;
	font-size: 1em;
	height: 12px;
}
#productSubnav .subNav .selected a,
#productSubnav .subsubNav .selected a {
	color: #0099ff;
	text-decoration: none;
}
#projects #productSubnav .subNav .selected a,
#projects #productSubnav .subsubNav .selected a {
	color: #E92090;
}
*/
#mainNav li:last-child {
	/*display: none;*/
}
#productSubnav li:last-child {
	display: block;
}





/***** Content *****/
.content {
	background: #fff;
	position: relative;
	z-index: 2;
}
.col1,
.col2 {
	float: left;
}






/***** Home *****/
.homeTemplate .col1 {
	margin: 32px 12px 0 0;
	position: relative;
	width: 547px;
	background: transparent;
}
.homeTemplate .col2 {
	margin: 32px 0 0 0;
	padding: 18px 15px;
	position: relative;
	background: #fff;
	width: 304px;
}
.viewProject,
.viewDesignerProfile {
	text-transform: uppercase;
	font-weight: bold;
	color: #6d6f6f;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
	background: url(../images/interface/icon-arrow-grey.gif) no-repeat left center;
	padding: 2px 0 2px 12px;
}
.viewProject {
	left: 20px;
}
.viewDesignerProfile {
	left: 149px;
}
.homeNewsImage {
	float: left;
	display: block;
	width: 80px;
	height: 55px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 17px;
}
.homeTemplate .story {
    clear: both;
}
.homeTemplate .story p {
	line-height: 1.4;
	padding-bottom: 15px;
    margin-left: 90px;
}
.homeTemplate .story a {
	/*font-style: italic;*/
	color: #666;
}
#homeSignup {
	padding-bottom: 24px;
    clear: left;
}
#homeSignup,
#homeSignup .submitButton {
	text-transform: uppercase;
	font-weight: bold;
	color: #6d6f6f;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
}
#homeSignup .textField {
	width: 196px;
	border: 1px solid #b5b5b5;
	padding: 3px 0;
}
#homeSignup .submitButton {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
}
/*.zOverlay {
	position: absolute;
	right: -22px;
	bottom: 0;
	width: 203px;
	height: 289px;
	background: url(../images/interface/z-overlay.png) no-repeat right bottom;
}*/
.homeImage {
	width: 547px;
	height: 400px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.homeImage .links {
	position: absolute;
	bottom: 12px;
	left: 25px;
}

#home-gallery2 {
	width: 547px;
	height: 355px;
    position: relative;
    z-index: 1;
    margin-top: -15px;
    overflow: hidden;
    background: #000;
    text-align: center;
}

#be-logo {
    width: 280px;
    height: 95px;
    position: absolute;
    top: 0;
    left: 31px;
    z-index: 3;
    background : url(../images/content/logo-be2.png) no-repeat;
}

#home-gallery {
    position: relative;
    width: 547px;
    height: 355px;
    z-index:5;
    border: none;
    margin-top: 28px;
}

#home-gallery img {
    display: none;
}

#gallery-image-title {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
    padding: 8px 0 8px 8px;
    background: #000;
    top: -30px;
    z-index: 2000;
    opacity: 0.65;
    filter: alpha(opacity = 65);
}

#gallery-image-title a {
    color: #FFF;
    background: #000 url(../images/interface/icon-arrow-white.png) no-repeat 10px center;
    padding: 0 0 0 25px;
    display: block;
}

#gallery-image-title2 {
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    color: #FFF;
    font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
    font-size: 1.5em;
    padding: 8px 0 8px 8px;
    background: #000;
    top: -40px;
    z-index: 3000;
    opacity: 0.75;
    filter: alpha(opacity = 65);
}

#gallery-image-title2 a {
    color: #FFF;
    background: #000 url(../images/interface/icon-arrow-white.png) no-repeat 10px center;
    padding: 0 0 0 25px;
    display: block;
    font-weight: bold;
}




/***** About Us *****/
.aboutTemplate .col1 {
	width: 301px;
	margin-right: 15px;
}
.aboutTemplate .col2 {
	width: 549px;
	background: #fff;
	padding: 15px 14px;
}
.aboutTemplate {
	background-color: transparent;
}
#about #productSubnav {
	left: -32px;
}
#about #mainNav .statePicker li.selected a,
#about #mainNav #projectSubcat,
#about #mainNav #prodSubcat {
	background: #fff url(../images/interface/state-droplist-arrow-grey.gif) no-repeat 192px 8px;
	color: #717375;
}







/***** NewsList *****/
.newsListTemplate .col1 {
	width: 281px;
	margin-right: 15px;
	background: #fff;
	padding: 15px 10px 0 10px;
}
.newsListTemplate .col2 {
	width: 577px;
}
.newsListTemplate .col1 h2 {
	font-weight: normal;
}
.newsListTemplate .col1 h2 strong {
	font-weight: bold;
}
.newsListTemplate #homeSignup {
	padding: 26px 0 20px 0;
}
.newsListTemplate #homeSignup .textField {
	width: 180px;
}
#newsFirstStory .picture {
	float: left;
	width: 282px;
	height: 323px;
	overflow: hidden;
	margin-right: 15px;
}
#newsFirstStory .story {
	background: #fff;
	float: left;
	width: 260px;
	height: 293px;
	padding: 15px 10px;
}
#newsFirstStory h1,
#newsOtherStories h2 {
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans serif;
	padding-bottom: 0;
	color: #333;
}
.date {
	color: #333;
	/*font-style: italic;*/
}
#newsOtherStories {
	background: #fff;
	float: right;
	width: 547px;
	padding: 15px 15px 0 15px;
	margin: 0;
}
#newsOtherStories h2 {
	padding-top: 10px;
}
#newsOtherStories .story {
	padding-bottom: 45px;
}
#newsOtherStories .picture {
	margin: -15px 0 0 -15px;
	width: 298px;
	height: 186px;
	overflow: hidden;
	display: block;
}
.backToTop {
	display: block;
	background: url(../images/interface/icon-back-to-top.gif) no-repeat left center;
	padding: 3px 0 3px 18px;
}







/***** Products Home *****/
.productsHomeTemplate .item {
	float: left;
	margin: 0 11px 11px 0;
	width: 212px;
	height: 212px;
	position: relative;
	overflow: hidden;
    /*border: 2px solid #00aeef;*/
}
.productsHomeTemplate .item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 208px;
	height: 208px;
	text-transform: uppercase;
}
.productsHomeTemplate .item a:hover {
	border: 2px solid #00aeef;
	text-decoration: none;
}
.productsHomeTemplate .item em {
	display: none;
	font-style: normal;
}
.productsHomeTemplate .item a:hover em {
	display: block;
	position: absolute;
	left: 0;
	top: 90px;
	padding: 10px;
	width: 190px;
	text-align: center;
	color: #fff;
	background: #00aeef;
}
.productsHomeTemplate .item img {
	display: none;
}
.chooseStateComment {
	position: absolute;
	left: 0;
	top: 135px;
	width: 300px;
	text-transform: uppercase;
	font-size: 1em;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
	padding-bottom: 1.2em;
}


#about .productsHomeTemplate .item a:hover {
	border: 2px solid #6D6F71;
}

#about .productsHomeTemplate .item a:hover em {
	background: #6D6F71;
}


/***** Products Sub Categories *****/
.productsSubCatTemplate {
	background: none;
	margin-top: -6px;
}
#projects .productsSubCatTemplate,
#designers .productsSubCatTemplate {
	margin-top: -11px;
}
.productsSubCatTemplate h2 {
	background: #fff;
	padding: 0 10px;
	line-height: 31px;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans serif;
	font-weight: normal;
	color: #0099ff;
	margin-top: 6px;
	width: 869px;
}
.productsSubCatTemplate h2 strong {
	color: #666;
}
.productsSubCatTemplate .item {
	float: left;
	width: 105px;
	height: 97px;
	overflow: hidden;
	margin: 6px 7px 0 0;
    position: relative;
    background: #FFF;
}
.productsSubCatTemplate .item em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.productsSubCatTemplate .item a {
	display: block;
	width: 101px;
	height: 93px;
}
.productsSubCatTemplate .item a:hover {
	border: 2px solid #00aeef;
    text-decoration:none;
}
.productsSubCatTemplate .item img {
	display: none;
}
.productsSubCatTemplate .item a:hover em {
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 5px;
	width: 95px;
	height: 15px;
	text-align: center;
	color: #fff;
	background: #00aeef;
    cursor: pointer;
    font-style: normal;
    line-height: 1.5;
}
.productsSubCatTemplate .ws {
    width: 214px;
    height: 197px;
}
.productsSubCatTemplate .ws a {
	display: block;
	width: 210px;
	height: 193px;
}
.productsSubCatTemplate .ws a:hover em {
    width: 212px;
	top: 92px;
}

/***** Product Details *****/
.productDetailTemplate {
	background: none;
	position:relative;
}
.productDetailTemplate h1 {
	background: #fff;
	line-height: 31px;
	padding: 0 0 0 11px; /* IE6 & ie7.css */
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans serif;
	font-weight: normal;
	color: #0099ff;
	font-size: 1.2em;
	margin: 0 0 12px 0;
	width: 879px;
}
.productDetailTemplate h1 em {
	color: #666;
	font-style: normal;
}
.productDetailTemplate .pagination {
	position: absolute;
	left: 469px;
	top: 0;
	line-height: 35px;
	width: 100px;
}
.productDetailTemplate .pageNav {
	position: absolute;
	right: 11px;
	top: 0;
	line-height: 35px;
	width: 200px;
	text-align: right;
}
.productDetailTemplate .pageNav a {
	text-transform: uppercase;
	padding-left: 25px;
}
.productDetailTemplate .productWrapper {
	clear: both;
}
.productDetailTemplate .col1 {
	float: left;
	background: #fff;
	width: 439px;
	margin-right: 12px;
	padding-bottom: 6px;
}
.productDetailTemplate .col2 {
	float: left;
	width: 439px;
}
.productDetailTemplate .bigImage {
	width: 439px;
	height: 405px;
	overflow: hidden;
	/*background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;*/
    background: #FFF url(../images/interface/loading.gif) no-repeat center center;
}
.productDetailTemplate .bigImage img {
	/*display: none;*/
}
.productDetailTemplate h2 {
	color: #0099ff;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans serif;
	font-weight: normal;
}
.productDetailTemplate .description {
	background: #fff;
	padding: 15px;
}
.productDetailTemplate .breakOut {
	color: #0099ff;
    margin-top: 1em;
}
.productDetailTemplate .downloadLink {
	background: #fff;
	padding: 8px 15px;
	margin: 12px 0 0 0;
}
.productDetailTemplate .downloadLink a {
	text-transform: uppercase;
	font-size: 1em;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
	color: #0099ff;
	font-weight: bold;
	padding: 3px 0 3px 15px;
	background: url(../images/interface/icon-arrow.gif) no-repeat left center;
}
.additionalImages {
	padding: 0 6px;
}
.additionalImages div {
	width: 72px;
	height: 66px;
	float: left;
	overflow: hidden;
	margin: 0 4px 4px 0;
}
.additionalImages div a {
	width: 68px;
	height: 68px;
	display: block;
}
.additionalImages div a:hover {
	width: 68px;
	height: 62px;
	display: block;
	border: 2px solid #00aeef;
}
.additionalImages div img {
	display: none;
}

.certification img {
    margin: 0 25px 0 0;
    float: left;
}


#related {
    font-size: 1.1em;
    font-weight: bold;
	padding: 6px 0 6px 15px;
	border-top: 12px solid #F3F3F3;
	border-bottom: 12px solid #F3F3F3;
}



/*
#relateds, #groups {
    float: left;
}

#relateds div, #groups div {
    margin: 0 4px 4px 0;
    float: left;
}

#relateds div:hover, #groups div:hover {
    outline: 2px solid #00AEEF;
}
*/





/***** Projects *****/
#projects #productSubnav {
	left: 187px;
}
#projects .productDetailTemplate h1 {
	color: #ff3399;
}
#projects .productDetailTemplate h2 {
	color: #ff3399;
}
#projects .productDetailTemplate .downloadLink a {
	color: #ff3399;
	background: url(../images/interface/icon-arrow-pink.gif) no-repeat left center;
}
#projects .additionalImages div a:hover {
	border: 2px solid #ff3399;
}
#projects #mainNav .statePicker li.selected a,
#projects #mainNav #projectSubcat {
	background: #fff url(../images/interface/state-droplist-arrow-pink.gif) no-repeat 242px 8px;
	color: #ff3399;
}
#projects #productSubnav .subNav .selected a {
	color: #E92090;
}
#projects .productsSubCatTemplate .item {
	background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	width: 142px;
	height: 217px;
}
#projects .productsSubCatTemplate .item a {
	position: relative;
	z-index: 2;
	width: 138px;
	height: 213px;
}
#projects .productsSubCatTemplate .item a:hover {
	border: 2px solid #E92090;
}
#projects .productsSubCatTemplate .item a:hover em {
	background: #E92090;
	width: 138px;
	top: 52px;
}
#projects .productsSubCatTemplate .item a:hover img {
	left: 34px;
	bottom: 2px;
}
#projects dl {
    margin-bottom: 0;
}
#projects dt {
    float: left;
    color: #FF3399;
    width: 10em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#projects dd {
    margin-bottom: 0.5em;
    margin-left: 10em;
}

/*
#projects .productsSubCatTemplate .item img {
    display: block;
    width: 142px;
    height: 142px;
}
*/

#projects .productsSubCatTemplate .item img.logo {
    display: inline;
    position: absolute;
    bottom: 0;
    left: 36px;
    z-index: 1;
    height: auto;
    width: auto;
}

#projects dl a {
    font-weight: bold;
}

#projects dd {
    line-height: 1.5;
}






/***** Designers *****/

#designers #productSubnav {
	left: 263px;
}
#designers .productDetailTemplate h1 {
	color: #bfd732;
}
#designers .productDetailTemplate h2 {
	color: #bfd732;
}
#designers .additionalImages div a:hover {
	border: 2px solid #bfd732;
}
#designers #mainNav #designerSubcat {
	background: #fff url(../images/interface/state-droplist-arrow-green.gif) no-repeat 254px 8px;
	color: #bfd732;
	width: 258px;
}
#designers #designerSubnav {
	width: 270px;
}
#designers #designerSubnav li {
	width: 270px;
}
#designers #productSubnav .subNav .selected a {
	color: #bfd732;
}
#designers .productsHomeTemplate .item a:hover {
	border: 2px solid #bfd732;
}
#designers .productsHomeTemplate .item a:hover em {
	background: #bfd732;
}
#designers .productDetailTemplate .col1 {
	margin-right: 0;
}
#designers .productDetailTemplate .col2 {
	margin-right: 12px;
}
#designers .designerLink {
	background: #bfd732;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 159px;
	padding: 3px;
	margin: 0px 0 17px 0;
}
#designers .productsSubCatTemplate h2 {
	color: #bfd732;
}
#designers .productsSubCatTemplate .item {
	/*border: 2px solid #bfd732;*/
}
#designers .productsSubCatTemplate .item a:hover {
	border: 2px solid #bfd732;
}
#designers .productsSubCatTemplate .item a:hover em {
	background: #bfd732;
}






/***** Facts *****/
#facts #productSubnav {
	margin: 12px 0 12px 373px;
}
#facts .productDetailTemplate h1 {
	color: #faa51c;
}
#facts .productDetailTemplate h2 {
	color: #faa51c;
}
#facts .productDetailTemplate .downloadLink a {
	color: #faa51c;
	background: url(../images/interface/icon-arrow-pink.gif) no-repeat left center;
}
#facts .additionalImages div a:hover {
	border: 2px solid #faa51c;
}
#facts #productSubnav .subNav .selected a {
	color: #faa51c;
}
#facts .productsHomeTemplate .item a:hover {
	border: 2px solid #faa51c;
}
#facts .productsHomeTemplate .item a:hover em {
	background: #faa51c;
}
#facts h1 {
	line-height: 31px;
	padding: 0 10px; /* ie6 & ie7 */
	color: #faa51c;
	margin-bottom: 12px;
}
#facts .col1 {
	background: #fff;
	padding: 15px;
	width: 271px;
}






/***** Faqs *****/
.col1Faq {
	float: left;
	width: 420px;
	background: #fff;
	padding: 10px;
}
.col2Faq {
	float: right;
	width: 420px;
	background: #fff;
	padding: 10px;
}
.col1Faq ul,
.col2Faq ul {
	margin: 0 0 1.5em 3em;
}






/***** Locations *****/
.locationsTemplate .location {
	float: left;
	width: 434px;
	height: 142px;
	overflow: hidden;
	margin: 0 12px 12px 0;
	background: #fff;
}
.locationsTemplate .location img {
	float: left;
	margin-right: 21px;
}
.locationsTemplate .location h2 {
	padding: 12px 0 5px 0;
}
.locationsTemplate .location strong {
	color: #aaa;
}
.locationsTemplate .location p {
	line-height: 1.3;
	padding-bottom: 1em;
}
.locationsTemplate .location a {
	text-transform: uppercase;
	font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
}






/***** Contact *****/
#contact .aboutTemplate .col1 {
	background: #fff;
	padding: 15px;
	width: 271px;
}





/***** Search Results *****/
.searchResults h2 {}






/***** Footer *****/
#footer {
	clear: both;
	color: #999;
	padding: 15px 0 0 0;

}
#footer li {
	float: left;
	height: 1%;
	list-style-type: none;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #999;
}
#footer li:last-child {
	border: none;
}
#footer a {
	color: #999;
}
#footer p {
	text-align: right;
}
.creditLink {
	font-family: arial;
	padding-left: 30px;
}
.creditLink:hover {
	background: none;
}
.creditLink strong {
	font-family: "Arial Black";
	font-weight: normal;
	font-style: normal;
}



#resultSet {
    list-style-type: none;
    margin: 0 0 0 2em
}



/***** Home Gallery *****/
#myGallery, #myGallerySet, #flickrGallery
{
	width: 547px;
	height: 355px;
	z-index:5;
	border: none;
	margin-top: 58px;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	display: none;
}

.jdGallery div.carouselContainer
{
	display: none;
}
.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #fff;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}



/*
 * Home advert
 */

.ad {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 547px;
    display: none;
}

#adButton {
    position: absolute;
    top: -25px;
    left: 0;
    padding: 5px;
    background: #FF6600;
    color: #FFF;
    z-index: 10;
    display: none;
    cursor: pointer;
}


.home-offices {
    margin: 1em 0 2em 0;
}

.home-offices strong {
    width: 24%;
    display: block;
    float: left;
    margin: 0 0 0.5em 0;
}

.home-offices span {
    width: 37%;
    display: block;
    float: left;
    margin: 0 0 0.5em 0;
}

.aboutTemplate .col2 h3 {
    margin-bottom: 1em;
}

.aboutTemplate .col2 {
    min-height: 271px;
}

#signup {
    width: 100%;
    border: 1px solid #6D6F71;
    background: #6D6F71;
    color: #fff;
    font-weight: bold;
    padding: 4px 0; 
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
    font-size: 1.2em;
    clear: both;
}

#beVideo {
    display: block;
    text-decoration: none;
    width: 544px;
    height: 306px;
}

.alert {
    font-weight: bold;
    color: #AA0000;
}

.plogo {
    text-align: right;
    margin: 0;
}

#pdf-link {
    /*
position: absolute;
    bottom: 0;
    display: block;
    background: #FFF;
    height: 30px;   
    line-height: 30px;
    padding-left: 20px;
    width: 527px;
*/
    position: absolute;
    width: 539px;
    bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    font-family: "Futura", "Futura BT", Helvetica, "Trebuchet MS", "Trebuchet", sans serif;
    padding: 8px 0 8px 8px;
    background: #000;
    z-index: 2000;
    opacity: 0.65;
    filter: alpha(opacity = 65);
}

#pdf-link a {
    color: #FFF;
    background: #000 url(../images/interface/icon-arrow-white.png) no-repeat 10px center;
    padding: 0 0 0 25px;
    display: block;
}

.locationsTemplate {
    overflow: hidden;
    background: transparent;
}

h2.distributors {
    clear: left;
    margin: 15px 15px 15px 0;
    background: #FFF;
    padding: 10px 0 10px 10px;
    width: auto;
}

.location {
    line-height: 1.4;
}


