body {
 	background-image: url(/static/images/backgroundWide.gif);
	background-repeat:repeat-y; 
	background-position:center;
	background-attachment:fixed;
	margin-top:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

html,table,td,div {
	border-collapse: collapse;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

body.noRightColumn {
	background-image: url(/static/images/backgroundnorightmenu.gif);
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
	border-bottom: 1px dotted #000000;
	margin-bottom: 0px;
	font-weight: bold;
	display: block;
}


table.pricing {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	border: 1px solid #000000;
}

tr.pricing {
	background-color: #7dc622;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

td.pricing-title {
	width: 85px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #d5d5d5;
}

td.pricing {
	text-align: center;
	width: 50px;
	border: 1px solid #000000;
}

a.info {
    position: relative; /*this is the key*/
    z-index: 24;
    color: #000000;
    text-decoration: none;
}

a.info:hover {
	z-index:25;
}

a.info span {
	display: none;
}

a.info:hover span {
	/*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em; left: 2em; width: 15em;
	padding: 5px;
    border: 1px solid #ffffff;
    background-color: #0061a6;
	color: #ffffff;
    text-align: center;
}

a { outline: none; }

a:link {
	color: #0061a6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0061a6;
}
a:hover {
	text-decoration: none;
/*	color: #0061a6; */
}
a:active {
	text-decoration: underline;
/*	color: #0061a6; */
}
a:hover img, div.contactUsMenuImage, img#addtocartbutton {
	cursor: pointer;
	cursor: hand;
}
a img {
	border-width:0px;
}

/*fix text in anchor turning blue*/
.defualt_it {}

.default_it:hover {
	color: black;
}

#header {
	background: transparent url(/static/images/ceilume-header1.jpg) no-repeat scroll top center;
	position: relative;
	width: 100%;
	height: 130px;
	margin: 0 auto 0;
}

#header a {
	color: #ffffff;
}

#header a:link {
	color: #ffffff;
}

#header a:visited {
	color: #ffffff;
}

.logohome {
	width: 868px;
	margin: 0 auto 0;
}

.logohome a {
	position: relative;
	height: 93px;
	width: 400px;
	display: block;
}

#submit-button {
	background-image: url(/static/images/search.png);
	background-color: #D5D5D5;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 59px;
	height: 28px;
	border: none;

}

#submit-button:hover {
	background-position: 0px -28px;
}

.linkspan a {
	height: 2px;
	display: inline;
	width: 10px;
}

.linkspan {
	position: absolute;
	padding-top: 7px;
	margin-left: 710px;
}

.linkspan {
	color: #FFFFFF;
}

/*                           */
/* Navbar Styles start here  */
/*                           */



#header .navbar {
	height: 35px;
	width: 866px;
	margin: 0 auto 0;
/*	padding-left: 210px; */ 
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}


#header .navbar ul
{
	list-style-type: none;
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	padding: 0;
}


#header .navbar li
{
	list-style-type: none;
	float: left;
	z-index:2;
}

#header .navbar li a
{
	display: block;
	height: 35px;
	background-image: url(/static/images/navbar-alt.jpg);
	background-repeat: no-repeat;
	top: 5px;
}

#header .navbar li.active a {
	background-position: 0px -36px;
}

#header .navbar li a.samples
{
	width: 175px;
	background-position: 0px 0px;
}

#header .navbar li a.samples:hover, #header .navbar li a.samples.active
{
	background-position: 0px -36px;
}

#header .navbar .active
{
	background-position: 0px -36px;
}

#header .navbar li a.products
{
	width: 173px;
	background-position: -175px 0;
}

#header .navbar li a.products:hover, #header .navbar li a.products.active
{
	background-position: -175px -36px;
}

#header .navbar li a.gallery
{
	width: 173px;
	background-position: -348px 0;
}

#header .navbar li a.gallery:hover, #header .navbar li a.gallery.active
{
	background-position: -348px -36px;
}

#header .navbar li a.articles
{
	width: 173px;
	background-position: -521px 0;
}

#header .navbar li a.articles:hover, #header .navbar li a.articles.active
{
	background-position: -521px -36px;
}

#header .navbar li a.customer
{
	width: 172px;
	background-position: -694px 0;
}

#header .navbar li a.customer:hover, #header .navbar li a.customer.active
{
	background-position: -694px -36px;
}

/* END NAVBAR */
/*            */
/*            */

#main {
	margin: 0 auto;
	width:867px; /* 764 */
	position:relative;
	min-height:500px;
	
}
body.noRightColumn #main {

}

.focusSample {
	width: 22%; 
	float:left; 
	margin-top: 15px; 
	margin-left: 8px; 
	text-align:center;
}

.focusSample2 {
	width: 22%;
	float:left;
	margin-top: 15px;
	margin-left: 8px;
	text-align:center;
}

.focusSampleRight {
	height: 150px; 
	width: 65%; 
	float:left; 
	margin-left:15px; 
	margin-top: 15px;
}

/* START LEFT MENU */
/*                 */
/*                 */
#leftmenu {
	
	background-color: #D5d5d5;
	top: 0;
	left: 0;
	position:absolute;
	width: 192px;
	padding: 0px;
	float: left;
	height: 100%;
}

#leftmenu #leftnav 
{
	list-style-type: none;
	position: relative;
	width: 100%;
	height: 300px;
	left: 0px;
	padding: 0;
	margin: 0;
	top: 5px;
	float: left;
}

#leftmenu #leftnav ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
	padding: 0;
}

#leftmenu #leftnav li a
{
	display: block;
	height: 26px;
	top: 5px;
	background-position: left;
	background-repeat: no-repeat;
}

#leftmenu #leftnav li a#freesamp
{

	background-image: url(/static/images/freesamples.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#freesamp:hover
{

	background-position: 0 -34px;
	background-color: #0061a6;
}

#leftmenu #leftnav li a#freesamp.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}

#leftmenu #leftnav li a#products
{
	background-image: url(/static/images/products.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#products:hover
{
	background-position: 0 -34px;
	background-color: #0061a6;
}

#leftmenu #leftnav li a#products.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}


#leftmenu #leftnav li a#gallery
{
	background-image: url(/static/images/photo.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#gallery:hover
{
	background-position: 0 -34px;
	background-color: #0061a6;
}

#leftmenu #leftnav li a#gallery.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}


#leftmenu #leftnav li a#articles
{
	background-image: url(/static/images/articles.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#articles:hover
{
	background-position: 0 -34px;
	background-color: #0061a6;
}

#leftmenu #leftnav li a#articles.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}

#leftmenu #leftnav li a#technical
{
	background-image: url(/static/images/technical.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#technical:hover
{
	background-position: 0 -34px;
	background-color: #0061a6;
}

#leftmenu #leftnav li a#technical.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}

#leftmenu #leftnav li a#about
{
	background-image: url(/static/images/about.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#about:hover
{
	background-position: 0 -34px;
	background-color: #0061a6;
}

#leftmenu #leftnav li a#about.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}


#leftmenu #leftnav li a#cust
{
	background-image: url(/static/images/customer.png);
	background-position: 0 7px;
	padding-bottom: 5px;
}

#leftmenu #leftnav li a#cust:hover
{
	background-position: 0 -34px;
	background-color: #0061A6;
}

#leftmenu #leftnav li a#cust.active
{
	background-position: 0 -34px;
	background-color: #32a9ed;
}

#leftmenu #leftnav .gal_dropdown
{
	padding-left: 20px;
	display: none;
}

#leftmenu #leftnav .gal_dropdown a {
	color: #0061A6;
	padding-top: 4px;
	display: inline;
}

#leftmenu #leftnav .dropdown
{
	padding-left: 20px;
	display: none;
}


#leftmenu #leftnav .dropdown a {
	color: #0061A6;
	padding-top: 4px;
	display: inline;
}

#leftmenu #leftnav .samp_dropdown
{
	padding-left: 20px;
	display: none;
}

#leftmenu #leftnav .samp_dropdown a {
	color: #0061A6;
	padding-top: 4px;
	display: inline;
}

/* END LEFT MENU */
/*                 */
/*                 */

#help_button {
	background-image: url(/static/images/search.png); 
	width: 64px; 
	height: 29px; 
	background-color: #EBEBEB;
	border: 0px;
	cursor: pointer;
}

#disp_total {
	text-align: right;
	font-size: 130%;
	font-weight: bold;
}

#disp_head {
	text-align: left;
	font-size: 130%;
	font-weight: bold;
}

.submit_updates {
	background-image: url(/static/images/apply.png);
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: 65px;
	height: 25px;
}

.submit_updates:hover {
	background-position: 0px -26px;
}

#help_button:hover {
	background-position: 0px -28px;
}

div.addToCartButtonDiv {
	margin: 20px 0px 0px 0px;

	/*float:left;*/
}
div.addSampleToCartButtonDiv {
	margin: 10px 0px 10px 0px;
	cursor: pointer;
	/*float:right;*/
}
p.contactUsMenuImage {
	margin-bottom: 12px;
	margin-right:-2px;
	width: 165px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
img.contactUsMenuImage {
	margin-left:-1px;
}
.liveChat {
	margin-top: 12px;
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}
#rightmenu{
	position:absolute;
	background-color: #d5d5d5;
	top: 0px;
	left: 678px; /* 572 */
	width: 188px;
	padding: 0px;
	overflow:hidden;
}

/*

#rightmenu a{
	color:#ffffff;
}

*/ 

#pushOverPixels {
	width: 150px;
}

#content{
	margin: 0 192px;
	padding: 9px;

	/*background-color: yellow;*/
	/*overflow:scroll;*/
}
body.noRightColumn #content {
	margin-right: 0px;
}
#footer{
	margin: 0 auto;
	/*width:866px; */
	text-align:center;
	font-size:.8em;
	color:#000000;
}
#footer a{
	color:#0061a6;
}
.rightbox{
	position:relative;
	/*border: 1px solid green;*/
	width: 144px;
	padding: 20px 24px 0px 24px;
	color:white;
	background-image:url(/static/images/rightboxFrame.gif);
	background-repeat:no-repeat;
	font-size:1em;
	margin-bottom:1em;
	margin-left:-3px;
}
.rightboxDetail{
	position:relative;
	/*border: 1px solid green;*/
	width: 159px;
	height:195px;
	padding: 12px 24px 3px 18px;
	color:white;
	background-image:url(/static/images/rightboxFrame.gif);
	font-size:.97em;
	margin-bottom:10px;
}
.rightboxDetail .addToCartButtonRight {
	text-align:right;
	padding-left:70px;
	padding-bottom:10px;
}
.rightboxDetail .foot {
	margin-left: -18px;
	margin-top: 5px;
	margin-bottom: -10px;
	width:192px;
	height:30px;
}
.rightbox .foot {
	margin-left: -24px;
	margin-top: 15px;
	margin-bottom: -8px;
}
#fooDetails {
	margin-bottom: -6px;
}
* html .rightbox .foot {
	margin-bottom: 0px;
}
* html .rightbox .footCheckoutButton {
	margin-bottom: 0px;
}
.c {
	background-color:#3FBBEF;
	/*
	orange: EE9C00
	blue: 3FBBEF
	brown: 766455
	green: 43574D
	purple: 8E569B
	*/
}
.rightbox a {
	color:white;
}
.inline {
	border: none;
	vertical-align:middle;
	margin-right:1em;
}
#searchbox {
	font-size: .8em;
	margin-bottom:1em;
	padding-bottom: 1px;
}
#searchbox input {
	margin-top: 0px;
	width: 135px;
	height: 15px;
	padding-top: 0px;
}
#menu {
}

span.returnTo {
	display:block;
	padding-top:20px;
	padding-left:5px;		
}

/* Non Shopping Cart Right Bar Start */
/*                                   */
/*                                   */

#rightmenu a#rightsamp {
	background-image: url(/static/images/selectfreesamples.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 178px;
	margin-top: 7px;
	background-repeat: no-repeat;
/*
	padding-left: 15px;
	padding-top: 60px;
	z-index: 2; */
}

#rightmenu a#rightsamp:hover {
	background-position: -179px 0px;
	
}


/*Styles below are for the shopping cart pop-up on the right side of the page*/
#rightShoppingCartButton {
	background-image:url(/static/images/shoppingcartHeaderImage.png);
	color: #FFFFFF;
	margin-top:-66px;
	padding:2px 0px 15px 6px;
	position:relative;
	width:187px;
	height:11px;
	font-family:century gothic;
	font-weight:400;
	font-size:95%;
	left:674px;
	overflow:hidden;
	position:absolute;
	top:1px;
	z-index:0;
	color:#FFFFFF;
	cursor:pointer;
	cursor:hand;
}
#rightShoppingCartButtonIE6 {
	background-image:url(/static/images/shoppingcartHeaderImage.png);
	margin-top:-31px;
	padding:2px 0px 16px 6px;
	position:relative;
	width:185px;
	height:11px;
	font-family:century gothic;
	font-weight:400;
	font-size:95%;
	left:677px;
	overflow:hidden;
	position:absolute;
	top:1px;
	z-index:0;
	color:#FFFFFF;
	cursor:pointer;
	cursor:hand;
}
#rightShoppingCartButton a:link {
	color:#FFFFFF;
}
#rightShoppingCartButton a:visited {
	color:#FFFFFF;
}
#rightShoppingCartButton a:hover {
	color:#FFFFFF;
}
#rightShoppingCartButton a:active {
	color:#FFFFFF;
}
#rightShoppingCartContainsBox {
	border-width:1px;
	color:black;
	margin-top:-4px;
	margin-bottom:14px;
	padding-bottom:14px;
	padding-left:9px;
	width:300px;
	left:676px;
	overflow:hidden;
	position:absolute;
	top:-40px;
	z-index:3;
	display:none;
}
div#cartSampleItemDetailsData {
	padding-top:0px;
	padding-bottom:7px;
	width:auto;
	line-height:1.5em;	
}
div.cartItemDetailsData {
	padding-top:0px;
	padding-bottom:7px;
	line-height:1.5em;
}
ul.cartItemDetailsData {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.cartItemDetailsData {
	padding: 0px 0 0px 0px;
	margin: .0em 0;
	width:auto;
}
#rightShoppingCartContainsBox h1 {
	font-size:100%;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:0px;	
}
#rightShoppingCartContainsBox h2 {
/*	font-size:93%;*/
/*	font-weight:700;*/
	padding-top:4px;
	padding-bottom:0px;
	margin-top:1px;
	margin-bottom:0px;
}

#rightShoppingCartContainsBox h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

/*
#rightShoppingCartContainsBox h3 {
	font-size:93%;
	font-weight:400;
	padding-top:4px;
	padding-bottom:0px;
	margin-top:1px;
	margin-bottom:0px;	
}*/

#rightShoppingCartContainsBox ul {
	margin: 0;
}

#rightShoppingCartContainsBox li {
	margin-bottom: 7px;
}

#rightShoppingCartContainsBox p.subTotal {
	font-size:93%;
	font-weight:700;
	padding-right:21px;
	padding-top:3px;
	padding-bottom:7px;
	margin-top:3px;
	margin-bottom:7px;
	text-align:right;
}
div.rightShoppingCartBoxContainer {
	/*  
	background-color:#ECE8E7;
	padding:20px 14px 0px 15px;
	*/
	border-color:white;
	border-width:1px;
	color:black;
	line-height:1.4em;
	margin-top:-4px;
	margin-bottom:-9px;
	position:relative;
	width:292px;
	height: auto;
	left:676px;
	overflow:hidden;
	position:absolute;
	top:0px;
	display:none;
}
div.rightShoppingCartBoxShadow {
	position: absolute;
	z-index: 0;
}
div.rightShoppingCartBoxContentContainer {
	background: #EBEBEB;
	position: relative;
	z-index: 10;
	width:255px;
	border: 1px solid #fff;
	padding-bottom:9px;
}
div.rightShoppingCartBoxContent {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	
}	
div.rightShoppingCartButtonText {
	font-size: 11px;
	font-family: "Century Gothic", Arial, sans-serif;	
}
.cartImage {
	padding-top:2px;
	padding-bottom:0px;
	margin-top:3px;
	margin-bottom:-4px;
	width:16px;
	height:15px;
}
.shoppingCartLink {
	padding-bottom:1px;
	text-decoration:underline;
	color:white;
}
p.subTotal {
	margin-left:auto;
	padding-top:12px;
	padding-bottom:3px;
	/*width:auto;*/
	text-align:right;
}		
div.viewCartCheckoutButtonContainer {
	position: relative;
	z-index: 10;
	height:auto;	
	width:192px !important;
	width:195px;
	padding-top:0px;
	margin-left:15px !important;
	margin-left:15px;
}
div.transparentCartCheckoutButton {
	width:181px;
}
.viewCartCheckoutButtonContainsBox {
	padding-left:34px;
	padding-top:5px;
	padding-bottom:12px;
	display:block;
	width:222px !important;
	width:222px;
	height:35px;
}

.viewCartCheckoutButtonContainsBox a.buttonToGoToCart {
	width: 200px;
	height: 47px;
	background-image: url(/static/images/viewcartnew.png);
	background-repeat: no-repeat;
	display: block;
}

img.gallerySearchSubmitButton {
	cursor: pointer;
}


.viewCartCheckoutButtonContainsBox a.buttonToGoToCart:hover {
	background-position: 0px -49px;
	display: block;
}

.viewCartCheckoutButtonInnerDiv a{
	color:white;
	text-decoration:none;
	font-size:15px;
	font-family:century gothic;
	font-weight:500;
	margin-left:22px !important;
	margin-left:6px;
	padding-top:2px;
	line-height:14px;
}
.viewCartCheckoutButtonInnerDiv {
	color:white;
	padding-bottom:1px;
	padding-left:1px;
	padding-top:2px;
	height:17px !important;
	height:17px;
	line-height:14px;
}
div.viewCartCheckoutButtonShadow {
	position: absolute;
	margin-left:-2px !important;
	margin-left:-2px;
}	
.viewCartCheckoutButtonOuterDiv {
	background: #EBEBEB;
	position: relative;
	height:20px !important;
	height:20px;	
	width:190px;
	border: 1px solid #fff;
	line-height:14px;
}
.viewCartCheckoutButtonShadowImgRight {
	width:201px;
	height:25px;
}
.footCheckoutButton {
	margin-bottom:-9px;
	margin-left:-4px;
	margin-top:-7px;
}
input#goButton {
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-family:century gothic;
	font-size:1.5em;
	height:22px;
	margin-left:2px;
	margin-top:-2px;
	padding-left:2px;
	width:25px;
}
.infoVideos {
	min-height:500px;
	padding-top:25px;
}
.designCenter {
	min-height:500px;
	padding-top:25px;
}
.autoComplete {
	font-size:.9em;
	padding: 0;
   margin: 0;
   list-style: none;
}
/*Styles for the Jquery left menu  */
#pageNav{
	display: none;
}
.treeview, .treeview ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.treeview li {
   margin: 0;
	padding: 2px 0pt 2px 15px;
}
.clickable {
	margin-left: -1px;
}
.sfct {
	z-index: 0;
}
.treeview li { background: none 0 0 no-repeat; }
	.treeview .collapsable { background: url(/static/images/menu/collapse.gif) 0px 6px no-repeat; }
	.treeview .expandable { background: url(/static/images/menu/tv-expandable.gif) 0px 6px no-repeat; }
	.treeview .lastCollapsable { background: url(/static/images/menu/collapse.gif) 0px 4px no-repeat; }
	.treeview .lastExpandable { background: url(/static/images/menu/tv-expandable-last.gif) 0px 6px no-repeat; }
.treeview div.hitarea>span {
	margin-left: 15px;
	text-decoration: underline;
}
div .hitarea {
	/* Corrects Left Menu Links in /checkout */
	margin-right: 0px;
}


.freeSampleBigDivLink {
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

td.testing-title {
	font-weight:bold;
	color:#ffffff;
	background-color: #393837;
}

td.testing-title, td.testing-gray, td.testing-yellow, td.testing-purple {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border:1px solid #000000;
	width:150px;
}

td.testing-gray {
	background-color: #d5d5d5;
}

td.testing-yellow {
	background-color: #fefc70;
}

td.testing-purple {
	background-color: #b44dcc;
}

