@charset "utf-8";
/* Creative eWorld CSS*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

a,a:link,a:active
{
	text-decoration: none;
	color:#3c3c3c;
}

a:hover
{
	text-decoration:none;
	color:#02549d;
}


#wrapper
{
	width:980px;
	margin:0px auto;
	padding:0px;
}

body, html
{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3c3c3c;
	behavior: url(../include/iepngfix.htc);
	text-align:justify;
	background:#ffffff;
}

#header-wrapper
{
	margin:0 auto;
	padding:0px;
	width:980px;
	height:105px;
	clear:both;
}


#logo { 
	background: url(../images/logo.jpg) no-repeat; 
	clear:both; 
	overflow:hidden; 
	margin: 0 auto;
	text-indent:-9999px;
	width:180px; 
	height:105px; 
	float:left;
}

#logo a{
	display:block; 
	height:100%;}



/***********************
     Navigations
************************/

#nav
{
	float:right;
	padding:0px 0px;
	margin:50px 0 0 0;
	width:750px;
	height:32px;
	background:#F3F6F9;
}

.navdiv {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#393939;
	line-height:32px;
	margin-top:-1px;
}


/* CSS Document */

/*
Author: Craig Erskine
Description: Dynamic Menu System - Horizontal/Vertical
*/


ul#navmenu-h { margin-top:0px; padding: 0; list-style: none; position: relative; float:right; z-index:500 !important; }

ul#navmenu-h ul {
 	display: none;
	position: absolute;
 	top: 100%;
 	left: 0;
	list-style-type:none;
	padding:0px;
	margin:0px ;
	float: left;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; float:left;}

ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h ul li { width: 100%; display: block; }

/* Root Menu */
ul#navmenu-h a {
	text-align:center;
	display:block;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:32px;
	color:#393939;
	font-weight: normal;
	text-transform: uppercase;
	cursor:pointer;
	padding:0px 13px 0px 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
color: #005aaa;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 float: none;
 background:#F3F6F9;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #005aaa;
	text-transform:capitalize;
	padding:0px 13px;
	margin-top:0px;
	margin-left:0px;
	text-align:left;
	cursor:pointer;
	z-index:500!important;
	width:95%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	cursor:pointer;
	background: #d2ebf1;
	color: #005aaa;
	z-index:500!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
  background: #041635;
	color:#ffffff;
	width:120px;
	text-align:left;
	margin-left:0px;
}

/* 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 {
  background: #030d1f;
	color:#ffffff;
}

/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
 text-align:left;
 	margin-left:0px;
 background: #030d1f;
	color:#ffffff;
	width:120px;
}

/* 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 {
background: #000000;
 	color:#ffffff;
}

/* 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; }



/* rounded corners of last link */
#nav ul li:last-child > a {
-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;}



/***********************
     Banner
************************/
#banner
{
	width:980px;
	text-align:center;
	margin:0 auto;
	clear:both;
	border:none;
	display:block;
	background:url(../images/banner.jpg) no-repeat;
}


/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
 /*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:980px;
    height:455px;
	padding:0px;
	margin:0px auto;
}

#slider {
	position:relative;
    width:980px;
    height:455px;
	padding:0px;
	margin:0px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#slidersub {
	position:relative;
    width:980px;
    height:455px;
	padding:0px;
	margin:0px;
}
#slidersub img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slidersub a {
	border:0;
	display:block;
}

.nivo-controlNav {
 	background:url(../images/sliderbulletbg.png) no-repeat; /* Background for the bullets */
    width:90px;
    height:30px;
    position:absolute;
    left:900px; /* Manually position in centre. Not perfect */
    bottom:-12px;
    padding:10px 13px 3px 13px;
    z-index:20; /* Make sure it is visible above the slides */
}
.nivo-controlNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(../images/sliderbullet.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:7px;
	float:left;
	text-align:center;
}
.nivo-controlNav a.active {
	background-position:0 -14px;
}

.nivo-directionNav a {
	display:block;
	width:20px;
	height:25px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-17px 0;
	right:0px;
	margin-top:0px;
}
a.nivo-prevNav {
	left:0px;
	margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
 
/***********************
     Content
************************/

#content-wrapper
{
	width:960px;
	clear:both;
	margin:0 auto;
	padding:10px;
	background:#f5f5f6;
	clear:both;
}

#maintab
{
	padding:0px 5px;
	margin:0px auto;
	height:1%;
	overflow:hidden;
}

#maintab ul
{
	list-style-type:none;
	padding:0px;
	margin:0px auto;
	float:left;
}

#maintab li
{
	float:left;
	height:105px;
}

.maintabinfo
{
	width:625px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	line-height:17px;
}
.maintabinfo2
{
	width:285px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	line-height:16px;
}

/*subpages*/
#about {width: 920px; margin: 0 auto;}
#product {width: 920px; margin: 0 auto;}
#pic001 { margin: 0 auto; list-style: none;}
#pic002 { margin: 0 auto; list-style: none;}
#thumbs {margin: 0 auto; float: left; list-style: none;}
#list { padding-left: 25px;}
.div
{
	background:url(../images/div.jpg) no-repeat center;
	width:40px;
	
}

#subpgContent li {
	list-style-image: url(../images/bullet.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#subpgContent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.quote
{
	padding:10px;
	background:#ffffff;
	border:#f2f7f6 solid 1px;
}


/***********************
     Divider
************************/
.hDiv
{
	background:url(../images/line.jpg) repeat-x center;
	height:30px;
}

.vDiv
{
	background:url(../images/linev.jpg) repeat-y center;
	width:15px;
}

.dotted
{
	background:url(../images/dotted.gif) repeat-x center;
	height:25px;
}


/***********************
     Fonts
************************/
p
{
	margin:0px;
	padding:0px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#005bab;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:6px;
}


h2
{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#173e62;
	font-weight:bold;
	text-transform:capitalize;
}

h3
{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#0788fa;
	font-weight:bold;
	text-transform:capitalize;
}

h4
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#173e62;
	font-weight:bold;
}
.txtsmall , .txtsmall a
{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#313131;
	font-weight:bold;
}

.txtsmall a:hover
{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
}

.back a:hover {color: #005aaa;}
/***********************
     Products
************************/
.outline
{
	border:#txtsmall 1px solid;
	padding:3px;
}

/***********************
     Enquiry Form 
************************/
.formSearch
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	width:150px;
	border:1px solid #aeabab;
	background-color:#bab9b9;
	margin:0px;
	padding:0px;
}

.formInput
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#797979;
	width:300px;
	border:1px solid #acacac;
	background-color:#ffffff;
}


.formBtn
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	background-color:#306eca;
	border:1px solid #1e5191;
	font-weight:bold;
	cursor:pointer;
	padding:3px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.formBtn:hover
{
	background-color: #c6ddff;
	border: 1px Solid #1e5191;
	color:#000;

}

.clearField{color: #666;
	width:350px;
	text-indent:3px;
	font-size:11px;
	border: 1px Solid #CCC;
	padding:2px 5px;}


.clearField:hover
{
background-color:#eeeeee;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}


.clearField:focus
{
	background-color:#c5c5c5;
	color:#ffffff;
	ie-dummy: expression(this.hideFocus=true);outline:none;
}

	
.clearFieldBlurred { color: #666; }
.clearFieldActive { color: #000; }

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active
{
 	font-family: Verdana;
	font-size: 10px;	
	color:#CC0000;
}

.errMsg a:hover
{
    text-decoration: underlink;
}


/***********************
     Footer
************************/
#footer-wrapper
{
	background:url(../images/footerBG.jpg) repeat-x top;
	width:980px;
	height:33px;
	clear:both;
	font-size:10px;
	color:#9c9d9b;
	line-height:35px;
	text-align:right;
	text-decoration:none;
	margin:0 auto;
}

#footer-wrapper a
{
	color:#b0b3ac;
	font-size:10px;
}


#footer-wrapper a:hover
{
	color:#005bab;
	font-size:10px;
}

/***********************
     Programmer
************************/
.IE8Fix
{
    z-index: 1;
}

/*************
*	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;
}



/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

