/* Creative eWorld CSS*/
@charset "utf-8";
/* Creative eWorld CSS
   Version 2.1 (Last update on 11 May 2015)
*/


/* HTML5 display-role reset for older browsers */

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;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}


/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
	text-decoration: none;
	color:#8a8a8a;
	outline:0;
	 ie-dummy: expression(this.hideFocus=true);
 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

a:hover, a:focus {
	text-decoration: none;
	color:#000;
}

a.back {
}

/* <a> link with class */
a.btn {
}

/*for About Contact Us link */
a.about_btn {
   
    color: #FFF !important;
    border: medium none;
    outline: medium none;
    cursor: pointer;
	text-transform:uppercase;
	border-radius: 5px;
	background-color: #2e2e2e;
	height:35px;
	padding: 10px 18px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	line-height:28px;
	font-size:14px;
	
}

a.about_btn:hover {
    background: #000;
	
}

/*for Contact Us view google map link */
a.google_btn {
   
    padding: 0px 5px;
    color: #FFF !important;
    border: medium none;
    outline: medium none;
    cursor: pointer;
	text-transform:uppercase;
	border-radius: 5px;
	background-color: #2e2e2e;
	font-family:"latoregular", Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:10px;
	
}

a.google_btn:hover {
    background: #000;
		
}


/* Font Embed */

@font-face {
    font-family: 'andadabold_italic';
    src: url('andada-bolditalic-webfont.eot');
    src: url('andada-bolditalic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('andada-bolditalic-webfont.html') format('woff2'),
         url('andada-bolditalic-webfont.woff') format('woff'),
         url('andada-bolditalic-webfont.ttf') format('truetype'),
         url('andada-bolditalic-webfont.svg#andadabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.html') format('woff2'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype'),
         url('lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.html') format('woff2'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('lato-light-webfont.html') format('woff2'),
         url('lato-light-webfont.woff') format('woff'),
         url('lato-light-webfont.ttf') format('truetype'),
         url('lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* HTML */

html {
	position: relative;
	min-height: 100%;
}
body {
	color: #616161;
	font:normal 13px "latoregular",Arial, sans-serif;
	line-height: 20px;
	height:100%;
	margin-bottom: 30px;

	
}

#wrapper {
	width: 1000px;
	padding: 53px 0;
	margin: auto;
	
}

td {
	position: relative;
}

p {
	margin-bottom: 25px;
	font-weight: normal;
}

.clear {
	clear: both;
}



/* Basic Fonts */

h1, h2, h3, h4, h5 {
	font-family:"latobold",Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1 {
	font-size: 24px;
	color:#404040;
	text-align:left;
	text-transform:uppercase;
	line-height:30px;
	padding: 0px;
	
}

h2 {
	font-size:14px;
	color:#083eac;
	text-align:left;
	text-transform:uppercase;
	line-height:19px;
	padding-bottom:3px;
	
}

h3 {
	margin:auto 0;
	color:#ff3636;
	font: normal 14px "andadabold_italic", Arial, Helvetica, sans-serif;
	line-height:35px;
	
}

h4 {
	
	color:#616161;
	line-height:20px;
	font-size:13px;
	margin-bottom:25px;
}

h5 {
	
	
}

h6 {
}

.txt_small {
}


/* Listing Styles */

ol, ul {
}

ol li {
}

ul li {
}


/* Text Field & Button Style */

input {	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

input[type='text'], select, textarea {
   	padding: 8px 10px;
	background: white;
	border: 1px solid #cecece;
	color: #5e5e5e;
	font-size: 13px;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	box-sizing: border-box;	
	width: 100%;
}

.input_txt {

    	padding: 8px 10px;
	background: white;
	border: 1px solid #cecece;
	color: #5e5e5e;
	font-size: 13px;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	box-sizing: border-box;	
	width: 100%;
}

textarea{
	height:152px;
}

input[type='submit'], input[type='button'] {
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border: 0;
	outline: 0;
}

input:focus,input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}


/*for Contact Us Send enquiry button */

input.submit_btn {
   
    background: #2e2e2e none repeat scroll 0% 0%;
    color: #FFF !important;
    border: medium none;
    outline: medium none;
    cursor: pointer;
	text-transform:uppercase;
	border-radius: 5px;
	
	height:35px;
	padding: 0px 18px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	line-height:28px;
	font-size:14px;
	
}

input.submit_btn:hover {
    background: #171717 none repeat scroll 0% 0%;	
}


/*for Download button */
.dlbtn { 
}


/* Back to top style */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	padding: 10px 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp, a#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	background: url(../images/top.html) no-repeat;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

#scrollUp-active {
    display: none;
}

/* Divider and Outline */

hr {
 background:;
	height:30px;
	border: none;
}

.vDiv {
	background: url(../images/vdiv.html) repeat-y center;
}

.outline {
	border:#dbdbdb 1px solid;
}


/* Contact Tab */

#box {
    width: 180px;
	right: -230px;
    top: 96px; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
	background: #131313;
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
	line-height: 19px;
	padding: 20px 25px;
}

#box h3 { color: #fff; margin-top:0; }

#box a:hover {
	color: #fff;
}

#tab {
    float: left;
	list-style: outside none none;
	margin-left: -60px;
	padding: 0px;
	position: relative;
	z-index: 99;
	margin-top: -20px;
}

#tab li span {
    display: block;
    padding: 0;
    position: relative;
}

#tab img { cursor: pointer; }

.show, .hide {
    /* we specify the transition length for hiding and showing */
     transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}

.hide {
    margin-right:0px;
}

.hide ul li img:hover{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.show {
    margin-right:195px;
}



/* Header */

header {
	width: 100%;
	margin: 0 auto;
	height:108px;
	

}
.subpage_header{
	background:url(../images/header.jpg) repeat center center;

}

.header_wrapper {
	width: 1007px;
	margin: 0 auto;
	padding:0;
	height: auto;
	
}

.logo {
	float: left;
	padding:7px 0;
}

/* Member Login*/


a.memberloginlink{
	border: 1px solid #B6DDF1;
border-radius: 5px;
float: right;
width: 137px;
height: 19px;
margin-top: -10px;
color: #FFF;
font: 14px/19px "latobold",Helvetica,sans-serif;
text-transform: uppercase;
text-shadow: 1px 1px 1px #426475;
z-index: 1000 !important;
transition: all 0.5s ease-in-out 0s;
background: transparent url("../images/icon_memberlogin.png") no-repeat scroll 20px center;
padding: 8px 22px 9px 8px;
text-align: right;
}

a.memberloginlink:hover{
	background-color: #000;
	 cursor:pointer;
	 border:1px solid #2E2E2E;

}

/* Search */

#search {
}

.search_field {
}

.search_btn {
}

.search_btn:hover {
}


/* Navigation */

nav {
	float:right;
	width: 75%;
	padding-top: 38px;
	/*min-width: 1000px;*/
}

.nav_wrapper {
	float:right;
	/*width:1000px;*/
	margin:0 auto;
}


ul#navmenu-h {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
	float: left; 
	z-index: 500 !important; 
	height: 40px;
}

ul#navmenu-h li { 
	float: left; 
	display: inline; 
	position: relative;
	background:url(../images/menu_line.png) no-repeat left center;

}

ul#navmenu-h li:first-child {
 background: none;
}
/* Root Menu */

ul#navmenu-h li a {
	
	padding: 0px 20px 10px 25px;
	color: #ffffff;
	font: normal 14px "latobold", Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height:14px;
	text-shadow:1px 1px 1px #426475;
	height: 40px;
	vertical-align:middle;
    margin-top:15px;
	
}


/* Root Menu Hover Persistence */
ul#navmenu-h li.active a, ul#navmenu-h li a.active, ul#navmenu-h li:hover a {
		background: url(../images/menu_arrow.png) no-repeat center bottom;
		height:40px;
		transition:none;
}

ul#navmenu-h ul {
 	display: none;
	position: absolute;
    top: 24px;


	list-style-type:none;
	padding: 0px;
	margin: 0px;
	float: left;
    width: 95%;

}

ul#navmenu-h ul li {  border-top: 1px solid #6a6a6a;  width:100%; display: block; margin:0 auto; background: #1e1e1e !important; padding: 6px 8px; text-align:center; }

    ul#navmenu-h ul li:first-child {

        border:0;
    }


/* 2nd Menu */
ul#navmenu-h li:hover li a {
 	float: none;
    background: #1e1e1e;
 	color: #999;
	font: normal 14px "latobold", Helvetica, sans-serif;
	padding: 5px 15px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	z-index: 500!important;
	text-shadow: none;


}

ul#navmenu-h ul li a.submenu {
    background:url(../images/navarrow-right.html) center right no-repeat;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a {
	cursor: pointer;
	color: #CCC;
	border: none;
	z-index: 500!important;
}

ul#navmenu-h ul li.submenu:hover {
	 background:url(../images/navarrow-right-hover.html) center right no-repeat;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
  float: none;
    background: #ffffff;
 	color: #2a2929;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 135px;
	border: none;
	text-shadow: none;
}

ul#navmenu-h ul ul li a.submenu {
    background:url(../images/navarrow-right.html) center right no-repeat !important;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
  	cursor: pointer;
	color: #ffffff;
	border: none;
	background-color: #9c8bd3 !important;
	z-index: 500!important;
}


/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
  float: none;
    background: #ffffff !important;
 	color: #2a2929;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 135px;
	border: none;
	text-shadow: none;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
cursor: pointer;
	color: #ffffff;
	border: none;
	background-color: #9c8bd3 !important;
	z-index: 500!important;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul { 
	top: 0;
	left: 100%; 
	float:left;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }

/* end Nav */


/* Banner */

#banner {
	width: 1007px;
	/*For fixed width banner
	width: 1000px;
	*/
	margin: auto;
	
}
#box{
	background:url(../images/banner_box.jpg) no-repeat right center;
	width:602px;
/*	margin-top:270px*/
    top: 48%;
	margin-top:-135px;
    right: 0px;
    position: absolute;
	height:270px;
	
}

#banner-wrapper
{
	margin: 16px 20px 15px 80px;
}

#box .caption1{
	margin:auto 0;
	color:#ff3636;
	font: normal 14px "andadabold_italic", Arial, Helvetica, sans-serif;
	line-height:35px;

	
}
 #box .caption2{
	margin:auto 0;
	color:#404040;
	font: normal 29px "latobold", Arial, Helvetica, sans-serif;
	line-height:35px;
	text-transform:uppercase;
}

#box a{
	margin:auto 0;
	color:#8a8a8a;
	font: normal 12px "latolight", Arial, Helvetica, sans-serif;
	line-height:25px;
	text-transform:uppercase;
}

#box a:hover{
	color: #000;
}

#box a.arrow{
	background:url(../images/banner_arrow.png) no-repeat center right;
}





/* HOME-PAGE Content */

#maincontent {
	width: 1000px;
	padding: 30px 0;
	margin: auto;
}

#maincontent.homepage {
	padding-top: 10px;	
}


/* SUB-PAGE Content */


#memberlogincontent {
	background: left left;
	margin: 12% 25.8%;
	text-align:left;
	width:490px;
	
}


/*********************
   Products
*********************/


/**********************
   News
**********************/


/**********************
   Gallery 
**********************/


/**********************
   Contact  
**********************/



/* Footer */

footer{
	font: normal 11px "latolight",Arial, sans-serif;
	width:100%;
	height:30px;
	line-height:30px;
	background:#1e1e1e;
	color:#999;
	position:absolute;
	bottom:0;
	}

.footer_wrapper {
	width:1007px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	
}

footer a{
	text-decoration: none;
	color:#999;
	outline:0;
}


footer a:hover, a:focus {
	text-decoration: none;
	color:#CCC;
 ie-dummy: expression(this.hideFocus=true);
}




/***********************
  Programmer Required
************************/
.IE8Fix
{
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active
{
 	font-family: normal 11px Arial, sans-serif;	
	color:#CC0000;
}

.errMsg a:hover
{
    text-decoration: underlink;
}




/***********************
     SiteMap
************************/

.sitemap ul {
    margin-left: 20px;
}

.sitemap li {
    margin-left: 20px;
	line-height: 2em;
}

/***********************
     Content
************************/

#content
{
	width:990px;
	margin:0 auto;
	padding:10px 0 0 0;
	clear:both;
}

.imglink 
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border:0px;
}

.imglink:hover
{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}



/***********************
     Home Section
************************/

#boxesSection
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
}

#boxesSection02
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}

#boxesSection03
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}



/***********************
     Enquiry Form 
************************/

.formInput .clearField
{
	color: #343333;
	padding:4px 5px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px solid #CCC;
}


.formBtn
{
	color: #FFF;
	background-color:#f04130;
	padding:5px 9px;
	cursor:pointer;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	border:none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.formBtn:hover
{
	background-color:  #ffe84e;
	color:#333333;
}

.formButt_search
{
	color: #fff;
	background:url(../images/searchIcon.jpg) no-repeat bottom;
	border:none;
	width:22px;
	height:22px;
	padding:3px 7px;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	border:none;
	text-indent:-9999px;
}

.formButt_search:hover
{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

/***********************
     searhResult
************************/

.searhResult li
{
	padding-bottom: 40px;
	color:red;
}

/***********************
     Error Tex
************************/

.errMsg
{
	color:red;
}


/***********************
     Navigation
************************/
.nav {
	height: 40px;
	width: 100%;
	background-color: black;
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	position: relative;
	border-bottom: 2px solid #283744;
	padding:0;
	margin:0 auto;
	clear:both;
	*zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	padding: 0;
	margin: 0 auto;
	width: 990px;
	height: 40px;
}
.nav li {
	display: inline;
	float: left;
	position: relative;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav li  ul {
	/* child item*/
    position: absolute;
    left: -9999px;
	z-index:100;
	width: 250px;
	background-color: #555;
	
}

.nav > li.hover  > ul {
    left: 0;
}

.nav li li {
	/*child item link*/
    background-color: #555;
	text-align:left;
	width: 250px;
	border: 1px solid #000;
}
.nav li  li  li{
	/*third level child item link*/
    background-color: #999;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav a {
	color: #fff;
	display: inline-block;
	padding:0 24px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}

.nav li:last-child a {
	border-right: 0;
}
.nav a:hover, nav a:active {
	background-color: #ee4130;
}
.nav a#pull {
	display: none;
}

