/********************************
*	Creative eWorld StyleSheet  *
********************************/

/************
*
*	Body & Table
*
*************/
body
{
    font-family: Verdana, Arial;
    font-size : small;
    font-weight:normal;
    color: Black;
}

.footer
{
    font-size:xx-small;
    float:right;
}
input[type="radio"]  { margin-right: 3px; }
/************
*
*	Links
*
*************/


/************
*
*	Products List
*
*************/
.PageLinkActive
{
	/* Use For Products List Page Numbering */
	font-family: Verdana;
	font-size: 10px;
	color: #8C836D;
	padding: 3,3,3,3;
	text-decoration: none;
}

.PageLinkText
{
	/* Use For Products List Page Numbering */
	font-family: Verdana;
	font-size: 10px;
	color: #8C836D;
	padding: 3,3,3,3;
	text-decoration: none;
}

/************
*
*	Product Details
*
*************/


/************
*
*	Common
*
*************/
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active
{
 	font-family: Verdana;
	font-size: 10px;	
	color:#CC0000;
}

.errMsg a:hover
{
    text-decoration: underline;
}

/************
*
*	For ASPNET.Menu
*
*************/
.navibaritem, .navibaritem:active, .navibaritem:link, .navibaritem:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;	
}
.navibaritemover
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background-color: #EBE4D4;
	cursor:hand;	
}

.NaviBarChildItem
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;	
	font-weight: bold;
	background-color: #EBE4D4;	
	border: solid 1px #eeeeee;	
	cursor:hand;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:10;
}
.NaviBarChildItemOver
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;	
	font-weight: bold;
	background-color: #EBE4D4;
	cursor:hand;	
	border: solid 1px #999999;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:10;
}
/************
*
*	For System.web.control Menu
*
*************/


.mainNaviItem
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color: #3399FF;
    color: #FFFFFF;
    text-align: left;
    /*width: 60px;*/
}

.mainNaviDynamicItem
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color: #3399FF;
    color: #FFFFFF;    
    text-align: left;
}

.IE8Fix
{
    z-index: 1;
}
/************
*
*	Form
*
*************/
.FormHeader
{
    background-color: #99CCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #996633;
}

/************
*
*	Programmers Extra
*
*************/


/************
*
*	Designers Extra
*
*************/
.btn
{
    border: 1px solid #eeeeee;
    background-color: #66CCFF;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 5px 1px 5px;
    cursor: pointer;
}

.pageTitle
{
    font-weight: bold;
    font-size: small;
    color: #000066;
}





@charset "utf-8";
/* Creative eWorld CSS*/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, sub, tt, var,
b, u, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face {
    font-family: 'signika_negativeregular';
    src: url('signikanegative-regular-webfont.eot');
    src: url('signikanegative-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('signikanegative-regular-webfont.woff') format('woff'),
         url('signikanegative-regular-webfont.ttf') format('truetype'),
         url('signikanegative-regular-webfont.svg#signika_negativeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'signika_negativelight';
    src: url('signikanegative-light-webfont.eot');
    src: url('signikanegative-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('signikanegative-light-webfont.woff') format('woff'),
         url('signikanegative-light-webfont.ttf') format('truetype'),
         url('signikanegative-light-webfont.svg#signika_negativelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:link, 
a:visited,
a:active
{
	background: none;
	color: #303030;	
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

a:hover,
#footer a:hover {
	color: #254c97;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

body, html {
	background-color: #f1f4f9;
	margin: 0 auto;
	padding: 0 auto;
	color: #303030;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

p {
	margin-bottom: 10px;
}

.clr {
	clear: both;
}

h1,
h2 {
	color: #000000;
	font: normal 24px 'signika_negativeregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 13px;
}

h2 {
	text-transform: capitalize;
}

h3 {
	color: #254a98;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.yellowclr {
	color: #c98921;
}

#wrapper {
	background-color: #ffffff;
	width: 1000px;
	height: auto;
	padding: 30px 40px;
	margin: 0 auto;

}

#logo {
	float: left;
}

.logo-txt a {
	color: #254c97;
	font: normal 29px 'signika_negativeregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	margin: 22px 0 0 8px;
}

.arialfont {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#search {
	float: right;
	background-color: #f8f8f8;
	border: 1px solid #cf8e23;
	border-radius: 12px;
	behavior: url(../include/PIE.htc);
	width: 230px;
	margin-top: 20px;
}

.search-box {
	color: #7b7b7b;
	font: normal 12px 'signika_negativeregular', Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	padding: 8px 5px;
	width: 190px; 
	outline: none;
}

.search-btn {
	background: url(../images/magnifier.png) no-repeat;
	border: none;
	width: 17px;
	height: 18px;
	cursor: pointer; 
}

/* Menu */

#menu {
	background: url(../images/menu-bg.jpg) repeat-x;
	height: 50px;
	width: 1000px;
	margin-top: 27px;
	
}

ul#nav { 
	
	list-style: none; 
  /*  margin: 0;
	padding: 0; 
	position: relative; 
	float: left; 
	z-index: 500 !important; */
}

ul#nav ul {
 	display: none;
	position: absolute;
 	top: 100%;
 	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
	z-index: 9999 !important;
}

ul#nav ul ul,
ul#nav ul ul ul { 
	top: 0; 
	left: 100%; 
	float:left;
}

ul#nav li { 
	float: left; 
/*	display: inline;*/
	display: block;
	position: relative; 
 }
 
ul#nav ul li { 
	width: 100%; 
	display: block; 
	margin:0;
}

/* Root Menu */
ul#nav a {
	border-right: 1px solid #143481;
	color: #ffffff;
	display: block;
	font: normal 14px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;	
	padding: 0px 25px;	
	/*
	padding: 0px 25px\9;
	*/
}

ul#nav li.lastchild-ie8 a {
	border: 0px;
	background: none;
}

.not-clickable {
	cursor: default;
}

/* Root Menu Hover Persistence */
ul#nav a:hover, ul#nav li:hover a,ul#nav li.iehover a {
	background: url(../images/menu-hover.jpg) repeat-x;
}

/* 2nd Menu */
ul#nav li:hover li a,ul#nav li.iehover li a { 	
    background: #eaeaea;
	border: 0;
	color: #303030;
	cursor: pointer;
 	font: normal 14px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	float: none;	
	line-height: 18px;
	text-transform: capitalize;
	text-align: left;
	padding: 5px 12px 5px 11px;
	margin: 0px;	
	z-index: 500!important;
	width: 140px;
} 

ul#nav li:hover li a.third-level,
ul#nav li.iehover li a.third-level {
	background: #eaeaea url(../images/arrow.png) no-repeat 90% 55%;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,ul#nav li:hover li:hover a,ul#nav li.iehover li a:hover,ul#nav li.iehover li.iehover a {
	cursor: pointer;
	color: #303030;
	background-color: #d5d5d5;
	z-index: 500!important;
}


/* 3rd Menu */
ul#nav li:hover li:hover li a,ul#nav li.iehover li.iehover li a {
    background: #eaeaea;
	color: #303030;
	font: normal 13px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	line-height: 18px;
	width: 140px;
	border: 0;
	text-align: left;
	margin-left: 0px;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,ul#nav li:hover li:hover li:hover a,ul#nav li.iehover li.iehover li a:hover,ul#nav li.iehover li.iehover li.iehover a {
	cursor: pointer;
	color: #303030;
	background-color: #c6c6c6;
}

/* 4th Menu  */
ul#nav li:hover li:hover li:hover li a,ul#nav li.iehover li.iehover li.iehover li a {
   text-align:left;
 	margin-left:0px;
    background: #030d1f;
	color:#ffffff;
	border-bottom:#000000 1px solid;
	width: 120px;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,ul#nav li.iehover li.iehover li.iehover li a:hover {
background: #000000;
 	color:#ffffff;
}

/* Hover Function - Do Not Move */
ul#nav li:hover ul ul,ul#nav li:hover ul ul ul,ul#nav li.iehover ul ul,ul#nav li.iehover ul ul ul { display: none; }
ul#nav li:hover ul,ul#nav ul li:hover ul,ul#nav ul ul li:hover ul,ul#nav li.iehover ul,ul#nav ul li.iehover ul,ul#nav ul ul li.iehover ul { display: block; }

/* end menu */

/* banner */

#banner {
	background: #ffffff url(../images/loading.gif) no-repeat center;
	width: 1000px;
	height: 332px;
	margin: 0 auto;
	margin-top: 1px;
}

#banner-block{
	background: url(../images/banner-caption-bg.png) repeat;	
	height: auto;
	width: 600px;
	padding: 17px;
	margin-top:220px;
	position: absolute;
	z-index: 10 !important;
}



.banner-title {	
	color: #ffffff;
	font: normal 30px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	text-align: left;
	text-transform: uppercase;
}

.banner-description {
	color: #4d3922;
	font: normal 11.5px Arial, Helvetica, sans-serif;	
	line-height: 15px;
	text-transform: capitalize;
	text-align: left;	
	opacity: 1;
}

.banner-shadow {
	background: url(../images/banner-shadow.png) no-repeat center;
	margin: 0 auto;
	height: 24px;
	width: 1000px;
}

/* end banner */

.content {
	width: 1000px;
	margin: 25px 0 0;
}

/* Home */

.distributors-slot {
	background: #efefef;
	border-radius: 15px;
	behavior: url(include/PIE.htc);
	padding: 25px;
	width: 290px;
}

.orange-btn {
	background: url(../images/button.png) no-repeat;
	color: #ffffff;
	font: normal 14px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	width: 74px;
	height: 30px; padding: 6px 5px 5px 7px;
}

.home-more {
	padding: 6px 5px 5px 10px;
}

.rounded-border {
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	behavior: url(include/PIE.htc);
}

.brochure {
	background: url(../images/brochure-dl.png) no-repeat;
	height: 59px;
	width: 339px;
	outline: none;
	border: none;
}

.brochure-dl a:hover{
    color: #ffffff;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;

}

.brochure-dl {
	padding-top: 13px;
	background: url(../images/download-arrow.png) no-repeat 87% 73%;
	color: #ffffff;
	font: normal 22px 'signika_negativelight', Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	padding-right: 30px;
}

.brochure-download {
  display: flex;
  align-items: center;
  gap: 8px; /* spacing between icon and text */
}

.pdf-icon {
  width: 50px;
  height: auto;
}

.brochure-download a {
  text-decoration: none;
  font-weight: 500;
  color: #003366; /* deep blue text */
  font-family: Arial, sans-serif;
  transition: color 0.3s ease;
  text-align: left;
  text-transform: uppercase;
}

.brochure-download a:hover {
  color: #0055cc;
  text-decoration: underline;
}

/* end Home */

ul.lists {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin-left: 17px;
	}

ul.lists li {
	margin-bottom: 5px;
}

ul.lists-secondlevel {
	list-style: disc inside;
	margin-left: 20px;
}

ul.lists-secondlevel li { margin-bottom: 0; }


/* Products */

.main-root,
.main-root a {
	color: #888888;
	font: normal 16px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
}

.product-item-border {
	padding: 8px;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	behavior: url(include/PIE.htc);
}

.prodcut-page-no,
.product-page-no a {
	color: #b2b2b2;
	font: normal 14px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	text-decoration: none;
}


.product-page-no a.product-page-active,
.product-page-no a:hover {
	color: #254a98;
}

.page-divider {
	color: #b2b2b2;
	padding: 0 5px;
}

h6 {
	color: #254a98;
	font: normal 12px Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	padding-top: 8px; 
	height: 50px;
}

.hDiv {
	background: url(../images/hDiv.jpg) repeat-x;
	border: none;
	outline: none;
	width: 100%;
	height: 1px;
	padding-bottom: 10px;
}

/* Products */

/* Distributorship */

h4 {
	color: #254a98;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.yellowfont {
	color: #c98921;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	
}

.distributorship-border {
	border: 1px solid #e1e1e1;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	behavior: url(include/PIE.htc);
}

/* end Distributorship */

/* Career */

h5 {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 15px 0;
}

/* end Career */

/* News */

.more a {
	color: #244c92;
	text-decoration: underline;
}

.more a:hover {
	color: #000;
}

.back:before {
	content: '«';
	color: #b2b2b2;
	padding-right: 4px;

}

.back a {
	color: #b2b2b2;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.back a:hover {
	color: #303030;
}

/* End News */

/* Contact */

.ark-email a {
	color: #254a98;
}

.ark-email a:hover {
	color: #000;
}

.require {
	color: #254a98;
	font: normal 10px Arial, Helvetica, sans-serif;
}

label {
	font-weight: bold;
	margin-bottom: 8px;
}

.input-style {
	color: #6b6b6b;
	padding: 7px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 330px;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	behavior: url(include/PIE.htc);
	margin-bottom: 8px;
	outline: none;
}

.text-area {
	color: #6b6b6b;
	height: 100px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.submit-btn {
	background: url(../images/button-big.png) no-repeat;
	width: 91px;
	height: 32px;
	cursor: pointer;
	border: none;
	outline: none;
}

input[value="Submit"] {
	color: #ffffff;
	font: normal 14px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	padding-right: 30px;
	
}

/* end Contact */

/* Footer */

#footer-wrapper {
	background: #dbdee4;
	width: 100%;
	padding: 20px 0;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	color: #5e5e5e;
	font: normal 12px 'signika_negativeregular', Arial, Helvetica, sans-serif;	
	line-height: 20px;
}

#footer ul li a, 
#footer a {
	list-style: none;
	color: #5e5e5e;
}

.product-item-border {
	padding: 8px;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	behavior: url(include/PIE.htc);
	position: relative;
}

/* end Footer */