@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
:focus{ outline: 0; }
#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#contactContainer {
	background-image: url(../images/gen/contact2.jpg);
	height: 686px;
	width: 950px;
}
#designSwatches {
	height: 686px;
	width: 662px;
	padding-left: 288px;
	padding-top: 37px;
}
.designSwatchesRow {
	height: 220px;
	width: 600px;
	padding-top: 0px;
	padding-left: 29px;
}
.designSwatchesRow img {
	padding: 25px;
}
#header {
	height: 90px;
	width: 950px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/gen/headerLogo_graphic.jpg);
	background-repeat: no-repeat;
}
#nav {
	position: relative;
	top: 42px;
	left: 45px;
	height: 45px;
	width: 835px;
}
#navProducts {    /*temp style for new products page */
	position: relative;
	top: 67px;
	left: 45px;
	width: 732px;
}
#nav table td {
	padding-right: 30px;
}
#navProducts table td {    /*temp style for new products page */
	padding-right: 30px;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 20px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 20px;
	z-index: 99;
}

.sf-navbar {
	height: 20px;
	padding-bottom:	5px;
	position: relative;
}
.sf-navbar li {
	position: static;
}
.sf-navbar a {
	border-top: none;
}
.sf-navbar li ul {
	width: 280px; /*IE6 soils itself without this*/
}
.sf-navbar li#n-new ul {
	width: 430px!important;
}
.sf-navbar li li {
	position: relative;
}
.sf-navbar ul li {
	display: inline;
	width: auto;
	float: left;
}

ul#navigation{ 
	width: 855px;
}

#navigation li.current ul, #navigation li:hover ul, #navigation li.sfhover ul { 
	left: auto; 
}

.sf-navbar a, .sf-navbar a:visited {
	border: none;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 20px;
}
ul.sf-navbar .current ul ul {
	top: -999em;
}

#n-new a, #n-wallpapers a, #n-woodVeneer a, #n-windowFilm a, #n-carpet a, #n-inquire a, #n-press a{
	background-image: url("../images/nav/navigation-sprite.png"); 
	background-repeat: no-repeat; 
	height: 15px; 
	margin-right: 22px;
	text-indent: -9999px;
}

#n-new a{ 
	background-position: 0 0; 
	width: 35px; 
}
#navigation li#n-new.current a,
#navigation li#n-new:hover a, 
#navigation li#n-new.sfHover a,
#navigation li#n-new:hover ul a, 
#navigation li#n-new.sfHover ul a,
#navigation li#n-new:hover ul a:hover, 
#navigation li#n-new.sfHover ul a:hover{
	background-position: 0 -19px;
}
#n-wallpapers a{ 
	background-position: -51px 0; 
	width: 89px; 
}
#navigation li#n-wallpapers.current a,
#navigation li#n-wallpapers:hover a, 
#navigation li#n-wallpapers.sfHover a,
#navigation li#n-wallpapers:hover ul a, 
#navigation li#n-wallpapers.sfHover ul a,
#navigation li#n-wallpapers:hover ul a:hover, 
#navigation li#n-wallpapers.sfHover ul a:hover{
	background-position: -51px -19px;
}

#n-woodVeneer a{ 
	background-position: -154px 0; 
	width: 109px; 
}
#navigation li#n-woodVeneer.current a,
#navigation li#n-woodVeneer:hover a, 
#navigation li#n-woodVeneer.sfHover a,
#navigation li#n-woodVeneer:hover ul a, 
#navigation li#n-woodVeneer.sfHover ul a,
#navigation li#n-woodVeneer:hover ul a:hover, 
#navigation li#n-woodVeneer.sfHover ul a:hover{
	background-position: -154px -19px;
}

#n-windowFilm a{ 
	background-position: -280px 0; 
	width: 106px; 
}
#navigation li#n-windowFilm.current a,
#navigation li#n-windowFilm:hover a, 
#navigation li#n-windowFilm.sfHover a,
#navigation li#n-windowFilm:hover ul a, 
#navigation li#n-windowFilm.sfHover ul a,
#navigation li#n-windowFilm:hover ul a:hover, 
#navigation li#n-windowFilm.sfHover ul a:hover{
	background-position: -280px -19px;
}	

#n-carpet a{ 
	background-position: -399px 0; 
	width: 54px; 
}
#n-carpet a:hover, li#n-carpet.current a{
	background-position: -399px -19px;
}	


#n-inquire a{ 
	background-position: -469px 0;
	width: 59px; 
}
#n-inquire a:hover, li#n-inquire.current a{
	background-position: -469px -19px;
}

#n-press a{ 
	background-position: -542px 0; 
	margin-right: 0 !important; 
	width: 40px; 
}
#n-press a:hover, li#n-press.current a{ 
	background-position: -542px -19px; 
}
ul#navigation li ul li a{
	background: none !important; 
	color: #333333;
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 13px;
	font-style: italic;
	margin-right: 5px;
	padding-left: 10px;
	text-decoration: none;
	text-indent: 0 !important;
	width: auto; 
}	
ul#navigation li ul li a:hover, ul#navigation li ul li.current a{
	background: url("../images/nav/navigation-sprite.png") -4px -41px no-repeat !important;
	color: #49cef5;
}	 
#navigation li.current ul, #navigation li:hover ul, #navigation li.sfhover ul { 
	left: auto; 
}
			
ul#navigation li ul li{ 
	padding: 4px; 
}
ul#navigation li ul li a{ 
	height: auto; 
}			

.logoLink {
	width: 200px;
	height: 70px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#mainContent {
	padding: 0;
	background: #FFFFFF;
	margin: 0px;
	position: relative;
	width: 950px;
}
#mainContentFade {
	padding: 0;
	background: #FFFFFF;
	margin: 0px;
	position: relative;
	visibility: hidden;
}
#designImage {
	height: 686px;
	width: 288px;
}
#alulaPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#nekkarPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#erraiPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#ankaaPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#syrmaPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#naosPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#atriaPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#araPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#ursaPhoto {
	position:absolute;
	width:288px;
	height:686px;
	z-index:1;
	top: 0;
	visibility: hidden;
}
#colorImage {
	width: 350px;
	height: 686px;
	margin-left: 82px;
}
.colorSwatches {
	height: 686px;
	width: 350px;
	padding-right: 57px;
}
.colorSwatchesRowTop {
	height: 150px;
	padding-top: 0px;
}
.colorSwatchesRow {
	height: 175px;
	padding-top: 0px;
}
.colorSwatches530w {
	height: 686px;
	width: 530px;
	padding-left: 76px;
}
.detailBottomSpacer {
	height: 200px;
	width: 10px;
}
.swatchNumberTop {
	margin-bottom: 100px;
}
.colorSwatchesRow img {
	margin-right: 25px;
}
.descImage {
	margin-right: 78px;
}
.numberImage {
	padding-left: 100px;
	padding-bottom: 5px;
}
.luckyZoomSmallImageCont {
position: relative;
}
.luckyZoomBigImageCont {
	overflow: hidden;
	position: absolute;
	z-index: 100;/* display: none; */
	visibility: hidden;
}
.luckyZoomHeader {
position: relative;
z-index: 10;
left: 0px;
top: 0px;
font: 10px Tahoma, Verdana, Arial, sans-serif;
color:#fff;
background:#9E2F2D;
padding:3px;
}
.luckyZoomHeader a {
color: #fff;
}
.luckyZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
#detailsCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 2px;
	padding-left: 82px;
	background-color: #FFFFFF;
	height: 16px;
	width: 868px;
}
#detailsCaption img {
	margin-right: 2px;
	margin-left: 2px;
}
/*Begin Styles for Contact Form*/
#contactForm {
	width:auto;
	height:auto;
	z-index:1;
	left: 70px;
	top: 100px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
	position: absolute;
}
.formFieldContainer .checkLabel {
	width: 160px;
	margin-left: 165px;
}
form {
  margin: 0;
  padding: 0;
}
input, select, textarea {padding: 0; margin: 0;}

.formFieldContainer {
	width: 375px;
	text-align: right;
}
form div label {
	display: block;
	float: left;
	width: 150px;
	padding: 0px 5px;
	margin: 0 0 2px 0;
	text-align: right;
}
form div {
	clear: left;
	display: block;
	width: 415px;
	margin: 0;
	padding: 0 0 6px 0;
}
input {
	width: 200px;
	zoom: 1;  /*eliminates 3px jog in IE6*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-left: 2px;
}
textarea {
	width: 200px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}
input.checkbox {
	width: 15px;
	margin-top: 4px;
}
input.submit {
	width: 100px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
select {
	width: 204px;
	height: 22px;
	zoom: 1;  /*eliminates 3px jog in IE6*/
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#contactConfirm {
	position:absolute;
	width:450px;
	height:400px;
	z-index:1;
	left: 63px;
	top: 100px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	clear: both;
}
/*Styles for wallpaper samples page*/
#sampleSwatches {
	height: 686px;
	padding-top: 37px;
	margin-right: 30px;
	margin-left: 62px;
}
.colorSampleTable {
	margin-left: 5px;
	height: 150px;
}
.swatchImage {   
	height: 150px;
	width: 150px;
	margin-bottom: 7px;
}
.swatchSampleTable {
	width: 177px;
	margin-bottom: 30px;
}
.colorsq {
	border: 1px solid #FFFFFF;
	position:relative;
}
.colorsq:hover {
	border: 1px solid #333333;
	position:relative;
}

/*Styles for new products pages - WoodVeneer, Marquee, Redeux, WindowFilm Intro*/

/*Text for all new pages*/

p.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #929292;
	padding: 0;
	text-align: left;
	line-height: 20px;
}

/*WindowFilm Intro*/

#windowFilmRgtCol {
	width: 220px;
	height: 666px;
	float: right;
	padding: 20px 20px 0 10px;

}
#windowFilmLftCol {
	width: 700px;
	height: 686px;
}
img.buttonConfigureOrder {
	width: 115px;
	padding: 20px 0 0 50px;
	border: 0px;
}

/*Marquee*/

#marqueeTopImage {
	width: 950px;
	height: 565px;
}
#marqueeLowerText {
	width: 796px;
	margin: 0 84px 0 72px;
	padding: 0px 0 0 0;
	height: 120px;
}
#marqueeLowerText img.buttonSubmitInquiry {
	width: 115px;
	height: 25px;
	padding: 0;
	margin: -10px 0 0 0;
	border: 0px;
	float: right;
	position: relative;
	
}

/*WoodVeneer*/

#woodVeneerContent {
	width: 950px;
	height: 686px;
	background-image: url(../images/gen/WoodVeneer_bg.jpg)
 
}
#woodVeneerTextArea{
	width: 530px;
	height: 150px;
	margin: 20px 0 0 398px;
	padding: 20px 0 0 0;
}
#woodVeneerInquiryButton img.buttonSubmitInquiry {
	width: 115px;
	height: 25px;
	padding: 0;
	margin: 400px 45px 0 0;
	border: 0px;
	float: right;
	position: relative;
	
}

/*Redeux*/

#redeuxTopImage {
	width: 950px;
	height: 415px;
}
#redeuxLowerText {
	width: 894px;
	margin: 0 36px 0 20px;
	padding: 0px 0 0 0;
	height: 210px;
}
#redeuxLowerText img.buttonSubmitInquiry {
	width: 115px;
	height: 25px;
	padding: 0;
	margin: -10px 0 0 0;
	border: 0px;
	float: right;
	position: relative;
	
}