@charset "utf-8";

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: #fff;
}

/* 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,
#sub-content.contact td a:hover,
#content.contact a:hover,
a.blink:hover
{	
	color: #903641;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

.clr {
	clear: both;
}

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

body {
	margin:0 auto;
	width:100%;
	padding:0;
}

body, html
{
	color: #fff;
	font: normal 13px Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	color: #ff6600;
	font-weight: normal;
	margin: 5px 0;
}

h2 {
	
	color: #fff;
	font-size: 36px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	background: url(../images/title-bg.png);
	padding: 15px 5px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p { 
	margin-bottom: 20px;
}

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

#header, #home-content, #footer, #sub-header, #site-map, #content, #nav {
	width: 970px;
	margin: 0 auto;
}
#aboutus {
	width: 100%;
	margin: 0 auto;
	color:#009;
	font-size:14px;
	padding: 10px 10px;
}
/*
input[type="text"], textarea, select {
	border: 1px solid #bbb;
	color: #737373;
	font-size: 12px;
	padding: 10px 10px;
	border: 1px solid #000;
	width: 285px;
	border-radius: 5px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
}

input[type="text"].enq {
  width: 40px;
  text-align: center;
  display: inline-block;
}

input[type="text"].short {
  width: 50px;
  padding: 8px 5px;
  box-shadow: none;
  border-radius: 0;
  z-index:1 !important;
  behavior: url(include/PIE.htc);
  position: relative;
}

textarea {
  width: 98%;
  height: 65px;
  margin-top: 10px;
}

select {
  	width: 305px;
}

#form1 {
	margin-top: 30px;	
}

#content.enquiry input[type="text"], #content.enquiry select {
	margin: 7px 0;
}

#content.enquiry input[type="text"], #content.enquiry select, #content.enquiry textarea {
  	box-shadow: inset 0 2px 4px #888;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

#form1 .title {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

input[type="submit"] {
	background: url(../images/submit-bg.jpg) repeat-x;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #9e6100;
	text-transform: uppercase;
	cursor: pointer;
	z-index:1 !important;
	position: relative;
  	behavior: url(include/PIE.htc);
}

input[type="submit"].enq {
	background: url(../images/btn-enq-bg.jpg) repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid #135877;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	height: 33px;
	cursor: pointer;
	z-index:1 !important;
	position: relative;
  	behavior: url(include/PIE.htc);
}

a.btn-upd:hover, a.btn-cont:hover {
	color: #ccc;
}

input[type="submit"]:hover {
	color: #9e6100;
}

#content input[type="text"].enq {
	width: 35px;
	padding: 10px 8px;
	box-shadow: none;
	border: 1px solid #aaa;
}

input[type="submit"].enq:hover {
	color: #aaa;
}

input[type="button"].ulink {
	background: url(../images/upd-bg.jpg) repeat-x #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	padding: 8px 20px;
	margin-right: 20px;
	border: 1px solid #1f6483;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px #29759c;
	cursor: pointer;
	display: block;
	z-index:1 !important;
	position: relative;
	behavior: url(include/PIE.htc);
}

input[type="button"].ulink:hover {
	background: #000;
 	border: 1px solid #000;
}

a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

th {
	font-size: 14px;
	padding: 0;
	color: #1087be;
	font-weight: normal;
}

#enq-items {
	margin-top: 30px;
	border: 4px solid #797979;
	border-radius:5px;
	background: #fff;
	z-index:1 !important;
	position: relative;
	behavior: url(include/PIE.htc);
}

#enq-items th {
}

#enq-items td {
	padding: 0 0 5px 0;
	color: #000;
	font-size: 12px;
}

#enq-items th {
	padding: 0;	
}

#enq-items tr:nth-child(even) {
}

#enq-items tr:nth-child(odd) {
}

#enq-items th:nth-child(1) {
	border-radius: 5px 0 0 0;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

#enq-items th:nth-child(7) {
	border-radius: 0 5px 0 0;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

#enq-items input[type="text"] {
	padding: 2px 5px;
	text-align: right;
	border-radius: 0;
}

a.btn-upd {
	background: #e90303;
	color: #fff;
	padding: 8px;
	font-size: 12px;
}

iframe {
	border: 5px solid #fff;
}

*/

img.outline {
	border: 10px solid #ffb189;
}

/* end common */

#wrapper
{
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../images/body-bg.jpg) repeat-x top center;
}

#wrapper.home
{
	padding: 0 0 10px 0;
}

/* Header */

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

#header {
	background: url(../images/header-bg.jpg) repeat-x;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

#header .lft {
	width: 710px;
	float: left;
	margin-left: 10px;	
}

#header .rgt {
	width: 230px;
	float: right;
	text-align: right;
	margin-right: 20px;
	position: relative;
	top: 30px;
}

#header .logo {
	margin-left: 20px;
}

#menu-wrapper .search-bar {
  margin: 6px 20px 0 0;
}

#menu-wrapper .search-style {
	border: 1px solid #c6c6c6;
	color: #bbbbbb;
	font-size: 12px;
	margin: 0;
	width: 170px;
	padding: 5px 8px;
	height: 20px;
	font-style: italic;
	box-shadow: inset 1px 2px 4px #ccc;
	border-radius: 10px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
}

.btn-search {
  background: url("../images/icon-search.jpg") no-repeat scroll 0 0 #FFFFFF;
  border: medium none;
  cursor: pointer;
  height: 17px;
  left: 920px;
  position: relative;
  top: -24px;
  width: 17px;
  z-index: 4 !important;
}

#header {
}

#header .txt {
	font-size: 25px;
	color: #fff;
	padding-top: 25px;
}

/* end Header */

/*Navigation*/

#menu-wrapper {
	background: url(../images/nav-bg.jpg) repeat-x;
	height: 42px;
	overflow: hidden;
}

#nav {
}

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

#nav li:after {
  content: url(../images/nav-separator.png);
  position: relative;
  top: 1px;
  padding: 0 25px;
}

#nav li:first-child:after {
  position: relative;
  top: -39px;
  padding: 0 25px;
  margin-left: 380px;
}

#nav li:first-child {
	padding: 0;
	content: none;
	position: relative;
	top: 26px;
}

#nav ul a
{	
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: -12px;
	/*	transition: all 0.5s ease-in-out 0s;*/
}

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

#nav ul li a.i-home {	
	background: url(../images/icon-home.png) 0 1px no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	margin-left: 10px;
}

#nav ul li a.i-home:hover {	
	background: url(../images/icon-home-hover.png) 0 1px no-repeat;
	width: 15px;
	height: 15px;
	display: block;
}

#nav ul a.dropdown:after {
	content: url(../images/dropdown-arrow.png);
	position: relative;
	left: 5px;
	top: 0px;
}

/*end Navigation*/

/*Footer*/

#footer-wrapper {
	margin: 0 auto 0 auto;
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 80px;
	padding: 10px 0;
}

#footer, #footer-wrapper * {
	color: #666666;
	font-size: 10px;
}

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

#footer .address {
	font-size: 14px;
	color: #000000;
	margin-bottom: 15px;
}

/* end Footer*/

/* Home content area */

#banner-wrapper {
	text-align:center;
	margin: 5px auto 5px auto;
	display:block;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#home-content {
	width: 950px;
	padding: 10px;
	color: #156cbc;
	text-align: center;
	font-size: 14px;
}

/* End Home content area */

/* Sub page content */

#content-wrapper {
	background: #b8dbff;
	width: 952px;
	margin: 0 auto;
	padding: 8px;
	border-radius: 0 0 5px 5px;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
	position: relative;
}

#content {
	width: 930px;
	margin: 0 auto;
	padding: 10px;
}

#paging  {
	text-align: center;
	color: #aaaaaa;
}

#paging a {
	font-size: 11px;
	color: #8e8e8e;
	padding: 0 5px;
	vertical-align: middle;
}

#paging.rgt {
	float: right;
}

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

#breadcrumbs {
	font-size: 25px;
	border-bottom: 1px solid #5a5a5a;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#breadcrumbs h1 {
	display: inline-block;
}

#breadcrumbs .rgt {
	float: right;
}

#breadcrumbs .rgt a {
	color: #fef6e8;
	font-size: 10px;
}

#breadcrumbs .rgt a:hover {
	color: #ccc;
}

#sub-content a.btn {
	background: #0b3892;
	padding: 5px 10px;
	color: #fff;
}

#prod-items {
	
	padding: 15px;
	background: #f4f4f4;
}

#enq-box {
	height: 55px;
	padding: 4px;
	background: #d7d7d7;
}

#enq-box table {
	border: 1px solid #fff;	
	height: 55px;
}

#enq-box .vlink {
	margin: 0;
	padding: 7px 15px;	
}

#content.products, #content.enquiry {
	font-size: 12px;
}

#content.contact strong {
	font-size: 18px;
	color: #f9ce06;
	margin-bottom: 10px;
	display: block;
}

a.download {
	color: #f9ce06;
	font-size: 12px;	
}

a.clink {
	color: #f9ce06;
}

a.download:hover, #content.contact a.clink:hover {
	color: #fff;	
}

.page-flip {
  background: url("../images/map-flip.png");
  float: right;
  height: 191px;
  position: relative;
  top: -191px;
  width: 59px;
  
}

#map {
	height: 325px;
	overflow: hidden;	
}

/* 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,
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 */

/* End set fonts */


/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}

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