@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: 'helvetica_compressed';
    src: url('helvetica-compressed-webfont.eot');
    src: url('helvetica-compressed-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetica-compressed-webfont.woff') format('woff'),
         url('helvetica-compressed-webfont.ttf') format('truetype'),
         url('helvetica-compressed-webfont.svg#helvetica_compressedregular') 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: #555555;	
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

a:hover,
#footer a:hover {
	color: #db0000;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

body, html {
	background: url(../images/background.png) repeat;
	margin: 0 auto;
	padding: 0 auto;
	color: #555555;
	font: normal 13px Verdana, Geneva, sans-serif;
	line-height: 20px;
}

p {
	margin-bottom: 10px;
}

.clr {
	clear: both;
}

#header-wrapper {
	background: url(../images/header-bg.jpg) repeat-x;
	width: 100%;
	height: 106px;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 17px;
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

#language {
	margin-top: 25px;
	color: #686868;
	font: normal 11px Verdana, Geneva, sans-serif;
	float: right;
}

a.language-active {
	color: #e31212;
}

#search {
	float: right;
	background: url(../images/search-bar.png) no-repeat;
	width: 276px;
	height: 32px;
	margin-top: 10px;
}

.search-txtbox {
	color: #989898;
	font: normal 11px Verdana, Geneva, sans-serif;
	background: none;
	border: none;
	padding: 7px 5px 7px 8px;
	width: 200px; 
	outline: none;
}

.search-btn {
	color: #686868;
	font: normal 11px Verdana, Geneva, sans-serif;
	background: none;
	border: none;
	cursor: pointer; 
	padding: 0;
	margin-left: 6px;
}

.search-btn:hover {
	color: #000000;
}

/* Menu */

#menu-wrapper {
	background: url(../images/nav-bar.png) repeat-x;
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0;	
	box-shadow: 0 2px 4px #bbbbbb;
}

#menu {
	margin: 0 auto;
	width: 1000px; 
}

ul#nav { 
	list-style: none; 
}

ul#nav ul {
 	display: none;
	position: absolute;
 	top: 100%;
 	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
	z-index: 10 !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 li a {
	border-left: 1px solid #e5e5e5;
	color: #686868;
	display: block;
	font: normal 14px Verdana, Geneva, sans-serif;	
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 50px;	
	padding: 0px 27px;
}

ul#nav li.lastchild-ie8 a {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
    padding: 0px 28px;
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
    ul#nav li.lastchild-ie8 a { padding: 0px 30px}
}

/* IE7, IE8 */
 ul#nav li.lastchild-ie8 a { padding/*\**/: 0px 30px\9; }

.not-clickable {
	cursor: default;
}

/* Root Menu Hover Persistence */
ul#nav li a:hover,
ul#nav li.lastchild-ie8 a:hover,
ul#nav li a.nav-selected {
	background: url(../images/nav-selected.png) no-repeat top center;
	border-top: 2px solid #db0000;
	color: #db0000;
	line-height: 48px;
}

/* 2nd Menu */
ul#nav li:hover li a,ul#nav li.iehover li a { 	
    background: #d5d5d5;
	border: 0;
	color: #303030;
	cursor: pointer;
 	font: normal 12px Verdana, Geneva, sans-serif;	
	float: none;	
	line-height: 18px;
	text-transform: capitalize;
	text-align: left;
	padding: 7px 12px;
	margin: 0px;	
	z-index: 20!important;
	width: 130px;
} 

/* 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 {
	color: #000;
}

/* 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 */

.content-wrapper {
	background: #ffffff;
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	margin-top: 1px;
	box-shadow: 5px 0 7px -5px #adadad, 0 5px 7px -5px #adadad, -5px 0 7px -5px #adadad;
}

#banner {
	background: url(../images/loading.gif) no-repeat center;
	width: 710px;
	height: 365px;
	float: left;
}

#product-list-block {
	float: right;
	background: url(../images/banner-side-block.jpg) no-repeat;
	width: 250px;
	height: 345px;
	padding: 10px 20px;
}

ul.product-lists {
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
	margin-top: 20px;
}

ul.product-lists li {
	color: #222222;
	font: normal 11px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 14px;
	padding: 11px 0;
	border-bottom: 1px solid #e4e4e4;
	text-indent: -17px;
	padding-left: 20px;
}

ul.product-lists li.lastlist-ie8 {
	border-bottom: none;
}


ul.product-lists li.product-active {
	list-style-image: url(../images/bullet-hover.jpg);
	color: #db0000;
}
ul.product-lists li:hover,
ul.product-lists li.product-active a {
	color: #db0000;
}

.helve25px {
	color: #343434;
	font: normal 25px 'helvetica_compressed', Verdana, Geneva, sans-serif;
}

.content {
	width: 950px;
	padding: 30px 25px;
}

h1 {
	color: #000000;
	font: normal 30px 'helvetica_compressed', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 30px;
}

h2,
h3 {
	color: #db0000;
	font: normal 20px 'helvetica_compressed', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 { 
	text-transform: capitalize;
}

h4 {
	color: #000000;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	margin-top: 5px;
}

.vDiv {
	background: url(../images/dot.jpg) repeat-y;
	border: none;
	height: 90px;
	width: 1px;
}

.hDiv {
	background: url(../images/dot.jpg) repeat-x;
	border: none;
	height: 1px;
	width: 950px;
}

.more a {
	color: #db0000;
}

.more a:hover {
	color: #000000;
}

.highlight {
	color: #000000;
	font: normal 15px Verdana, Geneva, sans-serif;
}

.outline {
	border: 2px solid #dadada;
}

.company-located {
	color: #646464;
	font: normal 18px 'helvetica_compressed', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

.news-header {	background: #f4f4f4; padding: 8px 12px 10px;}

.news-header a {
	color: #000000;
	font: bold 13px Verdana, Geneva, sans-serif;	
}

.news-header a:hover {
	color: #db0000;
}

.news-date {
	color: #898989;
	font: normal 10px Verdana, Geneva, sans-serif;
	margin: 3px 0 0 12px;
}

.news {
	color: #545454;
	margin: 7px 12px 0 12px;
}

.pages,
.pages a {
	color: #898989;
	font-size: 12px;
}

.pages a:hover {
	color: #db0000;
}

.pages a.page-active {
	color: #db0000;
	text-decoration: underline;
	font-weight: bold;
}

.back {
	margin-left: 12px;
}

.submit-btn {
	background: url(../images/submit.png) no-repeat scroll 0 top #ffffff;
	height: 34px;
	width: 88px;
	cursor: pointer;
	border: none;
	outline: none;
	color: #636363;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}

.submit-btn:hover {
	background: url(../images/submit.png) no-repeat scroll 0 bottom #ffffff;
	height: 34px;
}

.input-style {
	width: 300px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 8px;
	color: #555555;
}

.textarea-style {
	color: #555555;
	font: normal 13px Verdana, Geneva, sans-serif;
	width: 760px;
	height: 100px;
}

.redclr {
	color: #db0000;
}

ul.project-lists li:before {
	content: '- ';
}

ul.project-lists li {
	margin-bottom: 12px;
	font: normal 12px Verdana, Geneva, sans-serif;
}

.space {
	padding: 10px 12px;
}

.subheader {
	color: #000000;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

.tbl tr td {
	font: normal 12px Verdana, Geneva, sans-serif;
	line-height: 20px;
}

.downloadlink a {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #000000;
	text-decoration: underline;
}

.downloadlink a:hover { color: #db0000; }

.tbl-header {
	color: #004d58;
	font: bold 12px Verdana, Geneva, sans-serif;
}

.tbl-2 {
	border: 3px solid #d9d9d9;
	font-size: 11px;
}

.tbl-2 tr td {
	padding: 10px;
}

.side-title {
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #004d58;
}

/* Footer */

#footer {
	width: 950px;
	height: 63px;
	margin: 0 auto;
	border-top: 1px solid #d8d9d9;
	color: #686868;
	padding-top: 11px;
	font: normal 10px Verdana, Geneva, sans-serif;	
	line-height: 18px;
}

#footer ul li a, 
#footer a {
	list-style: none;
	color: #5e5e5e;
}

/* end Footer */