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



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

}


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

}



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

}




@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.eot');
    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold-webfont.woff') format('woff'),
         url('sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') 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,
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-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: #545454;
	/*transition: all 0.5s ease-in-out 0s;*/
	text-decoration: none;
}

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

.clr {
	clear: both;
}

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

body, html
{
	color: #5b5b5b;
	font: normal 15px 'source_sans_prolight';
	margin: 0;
	padding: 0;
	line-height: 22px;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	line-height: 105%;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	color: #8a8a8a;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #5b5b5b;
	text-decoration: underline;
}

h4 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	line-height: 105%;
}

h5 {
	font-size: 13px;
	font-weight: normal;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	color: #a3a3a3;
}

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

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

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

input[type="text"].short {
	width: 70px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
}

input[type="text"].medium {
	width: 145px;
}


.btn-enq {
	background: #123573;
	padding: 8px 10px;
	border: none;
	border-radius: 5px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	top: -3px;
}

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

textarea {
  height: 380px;
  width: 310px;
}

select {
  	width: 320px;
}

#contact-form {
	margin: 20px 0 10px 0;
}

th {
	border-bottom: 5px solid #eeeeee;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #a3a3a3;
	text-transform: uppercase;
}


p {
	margin-bottom: 15px;
}

small {
	font-size: 11px;	
}

strong {
	color: #5b5b5b;
	font-weight: normal;
}

small {
	font-size: 12px;
	font-weight: normal;
	color: #8a8a8a;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 1px;	
}

/* end common */

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

/* Header */

#header-wrapper {
}

#header .logo {
  display: block;
  top: 40px;
  position: relative;
  width: 430px;
}

#header .lft {
	float: left;	
}

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

#header .sub-logo {
  left: 170px;
  position: relative;
  right: 0;
  padding: 30px 0 0px 0 ;
  text-align: right;
}

#header .sub-logo .col {
	float: left;
	line-height:38px;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #header .sub-logo .col { line-height:50px }
}

/* IE8, IE9 */
#header .sub-logo .col {line-height: 30px \0/;} /* must go at the END of all rules */

#header .sub-logo .txt {
	font-size: 16px;
	color: #242424;
}

#header .sub-logo a {
	background: #123573;
	border-radius: 5px;
	padding: 8px 20px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
	z-index:1 !important;
	/*behavior: url(include/PIE.htc);*/
	position: relative;
}

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


#header .search-bar {
  left: 28px;
  margin: 0px 20px 0 0;
  position: relative;
  float: left;
  padding:4px 0;
}

#header .search-style {
	border: none;
	border-bottom: 1px solid #ccc;
	color: #a7a7a7;
	font-size: 12px;
	margin: 0;
	height:16px;
	outline: none;
	width: 170px;
	padding: 0px 0 0px 0;
}


/* IE7, IE8 */
#header .search-style { padding/*\**/: 0px 0 4px 0; height/*\**/:20px; }

/* IE8, IE9 */
#header .search-style {padding: 0 \0/;} /* must go at the END of all rules */




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


/* end Header */

/*Navigation*/

#menu-wrapper {
	position: relative;
	left: 0px;
	top: 5px;
    margin-right:15px;
	
}

#nav {
	float: right;
	top: 16px;
	position: relative;
	margin-bottom:20px;
}

#nav li {
  float: left;
  position: relative;
  padding-left: 10px;
}

#nav li:before {
	content: '|';
	padding-right: 10px;
	color: #737373;
	font-size: 12px;
	position: relative;
	bottom: 2px;
}

#nav li:first-child:before {
	content: none;
	padding-right: 0;
}

#nav li:first-child {
  padding-left: 0;
}

#nav ul a
{	
	text-decoration: none;
	color: #737373;
	font-size: 16px;
	text-transform: uppercase;
}

#nav ul li:hover a {	
	text-decoration: none;
	color: #123573;
}

/*end Navigation*/

/*Footer*/

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

#footer * {
	color: #565656;
	font-size: 12px;
}

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

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

#footer .lft {
	float: left;
}

#footer .rgt {
	float: right;
	text-align: right;
}

/* end Footer*/

/* Home content area */

#banner-wrapper {
	margin: 0 auto;
	height: 419px;
	overflow: hidden;
	width: 100%;
}

#home-content {
	margin: 20px auto;	
}

#home-content .services {
	width: 660px;
	min-height: 257px;
	float: left;
	background: url(../images/home-services.jpg) no-repeat bottom #123573;
}

#home-content .services .title {
	font-size: 25px;
	color: #fff;
	width: 285px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	padding-top: 100px;
}

#home-content .services .lft {
	width: 335px;
	margin-left: 15px;
	float: left;
	position: relative;
	top: 20px;
	left: 5px;
}

#home-content .services li {
	background-image: url("../images/bullet.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	color: #fff;
	line-height: 125%;
	display: inline-block;
	width: 45%;
}

#home-content .locate {
	width: 340px;
	height: 257px;
	float: left;
	background: url(../images/home-locate.jpg) no-repeat;
	line-height: 125%;
}

#home-content .locate .title {
	font-size: 23px;
	color: #242424;
	text-align: left;
	text-transform: uppercase;
	padding:20px 0 0 150px;
}

#home-content .locate strong {
	display: block;
	font-size: 14px;
}

#home-content .locate .txt {
	font-size: 14px;
	color:#000000;
	position: relative;
	left: 150px;	
	margin: 10px 0 10px 0;
}

/* End Home content area */

/* Sub page content */

#content-wrapper {
}

#sub-banner {
	background: #123573;
}

#sub-banner span {
	background: url("../images/sub-banner.jpg") no-repeat;
	height: 53px;
	width: 1000px;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 35px;
	text-shadow: 1px 1px #444;
	text-transform: uppercase;
	padding: 32px 0 0 0;
}

#content {
	width: 1000px;
	padding: 20px 0;
}

.outline {
	border: 15px solid #123573;	
}

.icon {
	vertical-align: middle;
	/*padding: 0 8px;	*/
}

#side-menu {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
	margin-right: 30px;
	border-right: 1px solid #ddd;
}

#side-menu li {
	margin-bottom: 4px;
	background-image: url("../images/bullet2.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}

#side-menu li a {
	color: #737373;
	font-size: 15px;
}

#side-menu li a:hover, #side-menu li.selected a {
	color: #f20303;
}

#sub-content {
	float: left;
	width: 670px;	
}

.paging {
}

.paging a {
	font-size: 13px;
	color: #868686;
	text-transform: uppercase;
	padding: 0 2px;
}

.paging a.selected, .paging a:hover {
	color: #f70405;
}

#sub-content ul li {
	background: none;
	list-style: inside disc;
	padding: 0 0 0 10px;
}

#sub-content ul  {
	margin: 5px 0;
}

#enq-items {
	
	border-bottom: 5px solid #eeeeee;
	margin-bottom: 10px;
}

#enq-items strong {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#enq-items input[type="text"] {
	margin: 0 0 0 8px;
}

#enq-items tr {
	border-top: 1px solid #ddd;	
}

#enq-items tr:first-child {
	border:none;	
}

#enq-items .enq-img {
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-right: 10px;
}

input[type="checkbox"] {
	
	box-shadow: inset 2px 2px 1px 1px #aaa;
}

/* 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 * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

/* End of Transitions */

/* Set fonts */

#header .sub-logo .txt,
#home-content .services .title,
#home-content .locate .title,
#sub-banner span,
h1,
h4
{
	font-family: 'source_sans_prosemibold';	
}


#home-content .locate strong {
	font-family: 'source_sans_probold';	
}

h2,
h3,
h6
{
	font-family: 'source_sans_prolight';	
}

input[type="button"].btn-enq,
strong
{
	font-family: 'source_sans_proregular';	
}

/* End set fonts */


/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .search-bar {
	  left: 28px;
	  margin: 0 20px 0 0;
	  position: relative;
	  float: left;
	}

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

/* Firefox */
@-moz-document url-prefix() {
	
}