/* Body */
body
{
	background: rgb(0,0,0);
    
	color: white;
}

.product_faq_articles_outer_container a,
.product_faq_container a
{
	color: white !important;
}

#pagecontent
{
	padding-top:0px;
}

.footer_container
{
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,0.6);
}

#producttopmenu
{
	background: linear-gradient(to top,  rgba(230,255,230,0.1) 0%,rgba(230,255,230,0.2) 100%)
}

#producttopmenu li a:hover
{
	-webkit-transition:color 0.25s;
    transition:color 0.25s;
   
	color: rgba(196,255,196,1.0);
}

a {
	color:#FFBB00;
}


.SynLightbox
{
	background-color:#000;
}