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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColFixCtr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h3 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.navigationCanvas {
	background-color:#000000;
	width:950px;
	height:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

.navigationItem {
	background-color:#000000;
	vertical-align: middle;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/* width:100px; */
	height:16px;
	text-align:center;
	float:left;
	border-right: 1px solid #ddd;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
}

.navigationItem2 {
	background-color:#000000;
	vertical-align: middle;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/* width:100px; */
	height:16px;
	text-align:center;
	float:left;
	border-right: 1px solid #ddd;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
}

.navigationItem a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: thin;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.navigationItem:hover {
	background: #51197E;
	background-repeat: no-repeat;
}

.oneColFixCtr #mainCanvas {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* height: 520px;*/ /* the auto margins (in conjunction with a width) center the page */
	background:#FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

.leftColumn {
	float: left;
	width: 180px;
}

.infoBox {
	display: block;
	font-size: 10px;
	color: #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
}
.oneColFixCtr h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	margin-bottom: 3px;
}
.oneColFixCtr h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 6px;
}

.designerCanvas {
	width: 80%;
	text-align: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.designerCanvas table {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.designerItemCanvas {
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	width: 100px;

}
.designerItemCanvas2 {
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	width: 150px;
	height: 40px;

}

.designerItemCanvas3 {
	margin-left: 20px;
	height: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

}
.designerItemCanvas4 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

}

.designerItemCanvas2 h3 {
	font-weight:thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}


.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

.productListingImageCanvas {
	height: 180px;
}
