﻿@charset "utf-8";
/* Creative eWorld CSS*/

* 
{
margin: 0;
padding: 0;
}

/*common*/

@font-face {
    font-family: 'geogrotesque';
    src: url('geogtq-rg-webfont.eot');
    src: url('geogtq-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('geogtq-rg-webfont.woff') format('woff'),
         url('geogtq-rg-webfont.ttf') format('truetype'),
         url('geogtq-rg-webfont.svg#geogrotesque_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a,a:link,a:active
{
	text-decoration: none;
}

a:hover, a:focus
{
   text-decoration:none;
   outline:none;
   color:#757779;
   ie-dummy: expression(this.hideFocus=true);
}

.orange {
	color: #f46d05;
}

.blue {
	color: #2d82be;
}

.clr {
	clear: both;
}

h1 {
	color: #f46d05;
	font: normal 24px 'geogrotesque', Arial, Helvetica, sans-serif;
/*	letter-spacing: 1px;*/
	text-transform: uppercase;
}

h2 {
	color: #ffae00;
	font: bold 20px 'geogrotesque', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/*end common*/

#wrapper
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

body, html
{
	background-color: #fff;
	color: #2c2c2c;
	font: normal 13px 'Arial', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align:justify;
}

#header-wrapper {
	background: url(../images/banner-bg.jpg) repeat-x;
	box-shadow: 0 1px 3px #666;
	height: 138px;
	margin: 0 auto;
	width: 100%;
}

#header,
#banner-wrapper,
#content {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	height: 122px;
	width: 275px;
}

#search {
	float: right;
}

#contact {
	color: #e0e0e0;
	font: normal 11px 'geogrotesque', Arial, Helvetica, sans-serif;
	float: left;
	line-height: 16px;
	margin: 3px 15px 0 0;
	text-align: right;
}

#search-box {
	background: url(../images/search-bg.jpg) repeat-x;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	float: right;
	height: 70px;
	padding: 0 20px;
	width: 225px;
}

.search-table {
	margin-top: 8px;
}

.search-table tr td label {
	color: #fff;
	font: bold 13px 'geogrotesque', Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.input-style {
	border: 2px solid #c15507;
	color: #626262;
	font-style: italic;
	padding: 5px 7px;
	width: 180px;
}

.input-btn {
	background: url(../images/search-icon.png) no-repeat;
	border: medium none;
	cursor: pointer;
	height: 25px;
	padding-left: 5px;
	width: 23px;
}

/*Navigation*/

/*#nav {
	clear: both;
	float: right;
	margin-top: -25px;
}

#nav ul
{
	list-style-type: none;
	margin: auto;
}

#nav li
{
	float:left;

	list-style: none;
	display: block;
	height: 40px;
}

#nav ul a
{
	color: #fff;	
	display: block;	
	font: bold 17px 'geogrotesque', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0 20px;
	text-decoration:none;
	text-transform: uppercase;
}

#nav .nav-last {
	padding-right: 0;	
}

#nav ul a.nav-current,
#nav ul a:hover {
	color: #f68310;
}



.sub-navi-btn {
	background: url(../images/sub-navi-icon.png) no-repeat;
	height: 6px;
	width: 7px;
	position: absolute;
	top: 9px;
	left: 112px;
}

/*Sub Navigation*/

/*#nav ul.sub-nav {
	position: absolute;
	opacity: 0;	
	background: #e9e9e9;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	z-index: 9999;
}

#nav li:hover > ul.sub-nav { 
	opacity: 1; 
}

#nav ul.sub-nav li.sub-navli {
	height: 0;
	overflow: hidden;
	padding: 0;
	float: none;
	padding: 20px 0;
}

#nav li:hover > ul.sub-nav li {
	overflow: visible;
	padding: 20px 0;
}

#nav ul.sub-nav li.sub-navli a.sub-nava {
	color: #000;
	width: 200px;
	padding: 8px 11px;
	margin: 0;
	border: none;
	font: bold 10px 'geogrotesque', Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px solid #cacaca;
}

#nav ul.sub-nav li.sub-navli a.sub-nava:hover {
	background: none;
}

#nav ul.sub-nav li.sub-navli:last-child a.sub-nava { border: none;  }*/

/*end Navigation*/

ul.MenuBarHorizontal li a.not-clickable {
	cursor: default;
}

/*banner*/

#banner {
	clear: both;
	background-color: #fff; 
	box-shadow: 0 8px 6px -6px #c8c8c8;
	-webkit-box-shadow: 0 8px 6px -6px #c8c8c8;
	-moz-box-shadow: 0 8px 6px -6px #c8c8c8;
	border: 1px solid #e7e7e7;
	height: 344px;
	margin-top: 20px;
	padding: 7px;
	width: 974px;
	position: relative;
	z-index: 10;
}

/*end banner*/

#content-wrapper {
	background-color: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	height: auto;
	padding: 40px 0 30px 0;
	position: relative;
	overflow: hidden;
	margin-top: -40px;
}

.content-wrapper {
	padding: 20px 0;
	
}
#content {
	padding: 20px 0;
	min-height: 500px;
}

.welcome-img, 
.welcome-text {
	float: left;
	margin-right: 10px;
}

.welcome-img img {
	border: 5px solid #fff;
}

.welcome-text {
	border-right: 1px solid #e5e5e5;
	width: 480px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/*
.enquiry p {
	padding-left: 20px;
}*/

.services-box {
	background-color: #fff;
	border: 2px solid #e5e5e5;
	float: left;
	text-align: center;
	padding: 1px 5px 2px;
	margin-top: 5px;
	margin-right: 2px;
}

.services-title {
	color: #3d4457;
	font: bold 22px 'Times New Roman', Times, serif;
}

.services-des {
	color: #3d4457;
	font: normal 8px 'Times New Roman', Times, serif;
}

.small-text {
	font-size: 11px;
}

.dif-font {
	font: normal 18px 'Verdana', Geneva, sans-serif;
	line-height: 25px;
}

.dif-size {
	font-size: 16px;
	line-height: 25px;
}

.no-marginright {
	margin-right: 0;
}

.enquiry {
	float: right;
	margin-right: 0;
	width: 265px;
}

.enquiry-btn {
	margin-top: 6px;
	background: url(../images/enquiry.png) no-repeat scroll 0 top transparent;
    border: medium none;
	height: 28px !important;
	font: normal 16px 'geogrotesque', Arial, Helvetica, sans-serif;
	width: 251px;
	text-align: center;
	padding-top: 4px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 2px 0 #000;
}

.enquiry-btn:hover {
	color: #fff;
	background: url(../images/enquiry.png) no-repeat scroll 0 bottom transparent;
    border: medium none;
	text-decoration: none;
}

.enquiry-btn a {
	color: #fff;
}

.enquiry-btn a:hover {
	text-decoration: none;
}

.slash {
	color: #b7b7b7;
	font: normal 35px "Times New Roman", Times, serif;
}

.dif-transform {
	font: normal 18px 'geogrotesque', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.product {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	float: left;
	height: 120px;
	margin-right: 12px;
	width: 232px;
    margin-bottom:40px;
}

p.product-header:hover {
	text-decoration: underline;
}

p.product-header {
	font: normal 15px 'geogrotesque', Arial, Helvetica, sans-serif;
	color: #f46d05;
	text-align: center;
	margin-top: 5px;
}

.font-uppercase {
	font: normal 11px 'geogrotesque', Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

.view-more-pro {
	text-align: right;
	margin: 20px 20px 0 0;
}

/* Profile */

.col {
	float: left;
	margin-right: 50px;
	width: 290px;
}

.col-last {
	margin-right: 0;
}

/* Products */
table.product-table tr td img {
	border: 1px solid #cecece;
	margin-bottom: 7px;
}

table.product-table tr td img.no-border {
	border: none;
}

.size-color {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.more-detail-btn {
	background: url(../images/more-purple-btn.png) no-repeat scroll 0 top transparent;
    border: medium none;
	height: 33px;
	width: 92px;
	color: #fff;
	padding: 9px 10px;
	text-shadow: 1px 1px 0 #495192;
	cursor: pointer;
}

/* adjust chrome browser */
.more-detail-btn {
    padding: 9px 10px;
    (-bracket-:hack;
        padding: 8px 10px;
    );
}
/*-----------------------*/

.more-detail-btn:hover {
	background: url(../images/more-purple-btn.png) no-repeat scroll 0 bottom transparent;
	  padding: 9px 10px;
}

.td-border {
	border: 1px solid #cecece;
	width: 100px;
	height: 80px;
	padding: 15px;
}

table.product-table tr td p {
	text-align: left;
}

.input-style-product {
	background-color: #fff;
	border: 1px solid #969696;
	color: #969696;
	font-style: italic;	
	padding: 7px;	
	width: 100px;
}

.tabs ul li {
	list-style: none;
}
.tabs ul li a {
		font: normal 14px 'geogrotesque', Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 5px;
	display: block;
	width: 230px;
	color: #f79143;
	text-transform: uppercase;
	text-align: left;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	border-bottom: 1px solid #cecece;
}

.product-col-left {
	width:240px; 
	float:left; 
	margin-right: 30px; 
	margin-top: 30px;
}

.product-col-right {
	width:680px; 
	float:left;
	margin-top: 30px;
	padding-bottom: 20px;
}

/* end products */

/* Enquiry */

table.enquiry-table {
	width: 100%;
}

table.enquiry-table tr td {
	line-height: 42px;
}

.enquiry-input-style {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	font: normal 13px 'Arial', Helvetica, sans-serif;
	padding: 6px;
	width: 350px;
}

.country-box {
	width: 364px;
}

.input-txtarea {
	font: normal 13px 'Arial', Helvetica, sans-serif;
	margin-top: 7px;
	height: 100px;
}

.submit-btn, .request-btn, .send-btn {
	background: url(../images/btn.png) no-repeat scroll 0 top transparent;
    border: medium none;
	color: #fff;
	cursor: pointer;
	height: 33px;
	font: normal 13px 'geogrotesque', Arial, Helvetica, sans-serif;
	width: 74px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 #cd5701;
}

.submit-btn:hover {
	background: url(../images/btn.png) no-repeat scroll 0 bottom transparent;
}

.reset-btn {
	color: #fff;
	cursor: pointer;
	background: url(../images/reset-btn.png) no-repeat scroll 0 top transparent;
	text-shadow: 1px 2px 0 #666;
    float: right; padding: 7px 17px 6px 17px; margin-right: 90px;
}

.reset-btn:hover {
		color: #fff;
	background: url(../images/reset-btn.png) no-repeat scroll 0 bottom transparent;
}

.request-btn {
	background: url(../images/update-btn.png) no-repeat scroll 0 top transparent;
	width: 131px;
}

.request-btn:hover {
	background: url(../images/update-btn.png) no-repeat scroll 0 bottom transparent;
}

.send-btn {
	background: url(../images/send-btn.png) no-repeat scroll 0 top transparent;
	width: 131px;
	text-shadow: 1px 2px 0 #495192;
}

.send-btn:hover {
	background: url(../images/send-btn.png) no-repeat scroll 0 bottom transparent;
}

table.item-list-cell {
	border: 1px solid #cecece;
	padding: 0 10px 6px;
}

table.item-list-cell label {
	font-weight: bold;
}

table.item-list-cell tr.error-msg label {
	color: #e70000;
	font: normal 11px 'Arial', Helvetica, sans-serif;
}

.adjust-width {
	width: 30px;
}

/*Contact*/

.contact-right {
	float: right;
	width: 370px;
}

/* Footer */

#footer-wrapper {
	background-color: #333030;
	width: 100%;
	margin: 0;
	height: 14px;
	padding: 16px 0;
	text-transform: uppercase;
}

#footer {
	width: 990px;
	color: #828282;
	font: normal 9px 'geogrotesque', Arial, Helvetica, sans-serif;
	margin: 0 auto;
	
}

.footer-left {	
	float: left;	
}

.footer-right {
	float: right;	
}

.footer-right a {
	color: #f46d05;
}

.footer-right a:hover {
	
}
/* end Footer */

/*accordion*/

.accordionButton {	
	width: 240px;
	padding: 10px 5px;
	float: left;
	background: none;
	border-bottom: 1px solid #3c72a5;
	cursor: pointer; 
	}
	
.accordionContent {	
	width: 890px;
	margin:0 auto;
	background: none;
	padding:10px;
	padding-top:10px;
	display: none;
	}
	

.sidenav
{
	margin:0px;
	padding:0px;
	height:1%;
	overflow:hidden;
}

.topnav {
	width:238px;
	float:left;
	margin-top: 20px;
}

ul.topnav {
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.topnav li {	
	list-style:none;
	padding:0px;
	margin:0px;
	background: #fff;
	border-bottom: 1px solid #cecece;

}
/*------Sec lvl-----*/
ul.topnav li a {
	padding: 8px 0;
	font: normal 14px 'geogrotesque', Arial, Helvetica, sans-serif;
	color:#f79143;
	font-weight:normal;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	text-align:left;
}

ul.topnav li a:hover, .sub-link-hover:hover {
	color:#af4c00;
}

ul.topnav li a.smalltext
{
	font-family: 'geogrotesque', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
	letter-spacing:0;
}

ul.topnav ul {
	margin:0px;
	padding:0px;
	display: none;
}

ul.topnav ul li {
	margin:0px;
	padding:0px;
	clear: both;
	color:#f79143;
	padding: 2px 0;
	background: none;
	border: none;
	list-style: outside disc; 
	margin-left: 20px; 
}
ul.topnav ul li a {
	color: #999;
	font: normal 12px 'geogrotesque', Arial, Helvetica, sans-serif;
	padding-left: 2px;

}
ul.topnav ul li:last-child {
	border-bottom: none;
}

ul.topnav span{
	float:right;
}

/***********************
  Programmer Required
************************/
.IE8Fix
{
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active
{
 	font-family: Verdana;
	font-size: 10px;	
	color:#CC0000;
}

.errMsg a:hover
{
    text-decoration:none;
}