﻿@charset "utf-8";
/* Creative eWorld CSS*/

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

}




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

}




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

}

html, body, div, span, applet, object, iframe,
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,table,
b, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 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-size: 100%;
	color: #474747;
}

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

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

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


/* common */
a,
a:link, 
a:visited,
a:active
{
	background-color: none;
	color: #374fa8;
	/*transition: all 0.5s ease-in-out 0s;*/
	text-decoration: none;
}

a:hover
{	
	color: #000;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

.clr {
	clear: both;
}

.clr2 {
	clear: both;
	height: 10px;
}

body, html
{
	color: #3f3f3f;
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

h1 {
	font-size: 23px;
	color: #374fa8;
	padding: 15px;
	background: #f1f4f9;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
}

h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 18px;
	color: #374fa8;
	font-weight: normal;
	margin: 10px 0;
}

h4 {
	font-size: 18px;
	color: #374fa8;
	font-weight: normal;
	margin: 0;
}

h5 {
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h6 {
	
}

#footer-wrapper, #content-wrapper, #sub-banner {
	width: 100%;
	margin: 0 auto;
}

#header-wrapper, #header,  #home-content, #footer, #sub-header, #site-map, #content {
	width: 1000px;
	margin: 0 auto;
}

input[type="text"],input[type="password"], textarea, select {
	border: 1px solid #ccc;
	color: #5b5b5b;
	font-size: 13px;
	padding: 8px 5px;
	width: 340px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
	
}

.btn-enq {
	background: #374fa8;
	padding: 5px 15px;
	border: none;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.btn-enq:hover {
	background: #000;	
}

/*textarea {
  width: 850px;
  height: 88px;
}*/

select {
  	width: 352px;
}

th {
	background: #f4f4f4;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: normal;
	color: #4d4d4d;
}


p {
	margin-bottom: 10px;
}

small {
	font-size: 11px;
}

strong {
}

hr {
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

/* end common */

#wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

/* Header */

#header-wrapper {
	padding-top: 5px;
}

#header .logo {
  display: block;
  position: relative;
  width: 420px;
}

#header .lft {
	float: left;	
}

#header .rgt {
	float: right;
	width: 570px;
}

#header {
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.btn-search {
  background: url("../images/icon-search.png") no-repeat;
  border: medium none;
  cursor: pointer;
  height: 34px;
  position: relative;
  width: 38px;
  top: 1px;
  z-index: 4 !important;
}


/* end Header */

/*Navigation*/

#menu-wrapper {
	border-top: 1px solid #ccc;
}

#header .search-bar {
  left: 28px;
  margin: 5px 20px 0 0;
  position: relative;
  float: right;
  top: 35px;
}

#header .search-style {
	border: 1px solid #bbb;
	background: #fff;
	color: #a6a6a6;
	font-size: 11px;
	margin: 0;
	width: 230px;
	padding: 8px;
	height: 16px;
}

#nav {
}

#nav li {
  float: left;
  position: relative;
}

#nav ul a {	
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 30px;
	display: block;
}

#nav li:first-child a {	
    /*padding: 2px 2px;*/
	padding: 20px 29px;
}
	

#nav ul li:hover a {	
	text-decoration: none;
	color: #5568af;
    display:block;
}

#nav ul li.selected {	
	border-top: 2px solid #5568af;
	background: url(../images/menu-selected.jpg) no-repeat center top;
}

/*Second Level Menu*/
#nav ul li ul
{
 position:absolute;
 float:left;
 z-index:500 !important; 
 line-height:1px;
}

#nav ul li ul li 
{
 z-index:500 !important; 
 float:none;
}

#nav ul li ul li a 
{
 text-transform:capitalize;
 width: 100px; /*width of sub menus*/
 text-decoration:none;
 background: #D8D8D8;
 color: black;
 text-align:left;
 font-size:12px;
 display:none;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
 text-align:left;
 cursor:pointer;
 border:1px ridge #b9b3b4;
}

#nav ul li ul li a:hover 
{
  cursor:pointer;
  background-color: #C3C3C3;
}

/*end Navigation*/

/*Footer*/

#footer-wrapper {
	margin: 20px auto 0 auto;
	position: relative;
	z-index: 4 !important;
	background: #e0e0e0;
}

#footer * {
	color: #515151;
	font-size: 11px;
}

#footer {
	font-size: 10px;
	padding: 20px 0 15px 0;
	text-align: center;
}

#footer a:hover {
	color: #5568af;
	text-decoration: none;	
}

#footer .lft {
	float: left;
}

#footer .rgt {
	float: right;
	text-align: right;
	font-size: 18px;
	position: relative;
	top: 5px;
}

#footer .lft img {
	vertical-align: middle;
	position: relative;
	top: -4px;
	margin-right: 3px;
}

/* end Footer*/

/* Home content area */

#banner-wrapper {
	margin: 0 auto 10px auto;
	height: 300px;
	overflow: hidden;
	width: 1000px;
}

#home-content {
	
}

#home-content .col {
	float: left;
	margin: 10px 0 30px 0;
}

#home-content .col .title {
	font-size: 18px;
	
}

#home-content .col a {
	color: #374fa8;
}

#home-content .col a:hover{
	color: #000;
}

#home-content .col1 {
	
	width: 260px;
}

#home-content .col1 .title {
	color: #333333;
	line-height: 115%;
	margin-bottom: 15px;
}

#home-content .col2 .title, #home-content .col3 .title {
	color: #374fa8;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#home-content .col2 .title:before, #home-content .col3 .title:before {
  content: url("../images/bullet-square.jpg");
  display: inline;
  height: 9px;
  padding-right: 5px;
  width: 9px;
}

#home-content .col2 {
	width: 290px;
	margin-right: 40px;
	
}

#home-content .col3 {
	
	width: 410px;
}

#home-content span.date {
	color: #2e3192;
	font-size: 24px;
	display: block;
	margin-top: 10px;
}

#home-content span.mth {
	color: #333333;
	font-size: 11px;
}

/* End Home content area */

/* Sub page content */

#content-wrapper {
}

#content {
}

#content ul li {
	background-image: url("../images/bullet-square.jpg");
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

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

/* End of sub page content */


/* Transitions */

a,
a:link, 
a:visited,
a:active,
a:hover, 
a:focus,
#footer input[type="button"]:hover,
#footer input[type="button"],
#nav li,
#nav li:hover a,
input[type="submit"],
input[type="reset"],
input[type="submit"]:hover,
input[type="reset"]:hover,
#side-menu ul.topnav a:hover, 
#side-menu ul.topnav a:hover span,
#home-content .prods a,
a.ulink:hover,
a.ulink,
#content.contact a:hover,
#content.contact a
{
	transition: all 0.5s ease-in-out 0s;
}

#nav.preload *,
#banner.preload *,
#lightbox .lb-nav *,
.nivo-html-caption {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

/* End of Transitions */

/* Set fonts */

#nav ul a,
#footer .rgt,
.caption-title,
#home-content .col .title,
#home-content span.date,
h1,
h2,
h3,
h4,
.btn-enq
{
	font-family: 'oswaldregular';	
}

/* End set fonts */


/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#nav li:first-child a {	
		padding: 20px 25px;
	}
		
	#header .search-bar {
	  left: 28px;
	  margin: 0 20px 0 0;
	  position: relative;
	  float: right;
	  top: 35px;
	}
	
	#header .search-style {
		border: 1px solid #bbb;
		background: #fff;
		color: #a6a6a6;
		font-size: 11px;
		margin: 0;
		width: 230px;
		padding: 8px;
		height: 16px;
	}
	
	.btn-search {
	  background: url("../images/icon-search.png") no-repeat;
	  border: medium none;
	  cursor: pointer;
	  height: 34px;
	  position: relative;
	  width: 38px;
	  top: 11px;
	  z-index: 4 !important;
	}
}

/* Firefox */
@-moz-document url-prefix() {
	
	#nav li:first-child a {	
		padding: 20px 30px;
	}
	
	
}