@charset "utf-8";
/* CSS Document */
body { width:100%; margin:0px;
 padding:0px; font-family:Arial, Helvetica, sans-serif; color:#333; font-size:13px; line-height:18px; text-align:justify;  }
 #wrapper { width:990px; margin:auto; padding:0px;}
 header { float:left; margin:0px 0 0 0px !important; padding:0px;  width:100%; }
.logo {  float:left;}
 .search{	 margin:18px 0 0 0; padding:0px;  float:right; }
 .go {
	margin:0px 8px 0 2px;
	background:#000000;
	width:30px;
	color:#FFF;
	float:right;
	border:none;
	padding:4PX;
	font-size:12px;
	
}
#target {
	height:26px;
	width:185px;
	color:#333;
	background:#ededed;
	margin:0px 0 0 0px; 

}
nav { 
  height: 44px;
  width: 660px;
  float: right; background:url(../images/nav.png) no-repeat;
  margin:20px 0px 0px 0px;
  color: #222;
 
} 

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 220px; font-size:14px; padding:0px; margin:0px 0 0 0;
}

html body ul.sf-menu ul,html body ul.sf-menu ul li a { 
  font-size:14px; padding:0px; margin:0px; width: 220px; 
}
html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;padding:0px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block; font-size:17.5px;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { border:none;
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;margin-left:20px; position:relative; z-index:999;
}

ul#nav ul { 
  background: #ff0300;
  margin-top: 1px; width:210px;
  padding-bottom: 0px; border-top:2px solid #FFF;
}

ul#nav li a { 
  padding: 7px 20px 6px 18px; border-right:3px solid #FFF;
 
  text-decoration: none;
  color:#FFF;
  margin-right: 2px; line-height:30px;
}
ul#nav ul li a { padding:5px; border:none; line-height:20px; width:200px;}
ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus  { 
  color: #12114d;
  text-shadow: none;
}
ul#nav ul li a:hover { background:#12114d; color: #FFF;}


.strip { width:100%; height:4px; background:#ff0600; float:left;}
.slider { width:990px; float:left; margin:10px 0 0 0px; padding:0px;  height:300px;}
#content { width:100%; margin:30px 0 0 0px; padding:0px 0 20px 0px; float:left; }
#content h2 { float:left; margin:10px 0 10px 0px; padding:0px; width:100%; color: #00014e; font-size:22px; border-bottom:2px solid #00014e;}
#content h3 { float:left; margin:0px 0 10px 0px; padding:0px; width:100%; color: #ff0801; font-size:19px; text-decoration:underline;}
#content p { float:left; width:100%; margin:0px; padding:0px;}
#content ul { float:left; margin:0px;}
#content p img { float:right; margin:0px 0 0 10px; padding:0px; border:1px solid #666;}
.box { float:left; width:97%; padding:12px; background:#f9f5f5; margin:10px 0 0 0px; border:2px solid #F00;}
#content p a { float:right; color:#fe0906; text-decoration:none;}
#content p a:hover { color:#090866; text-decoration:underline;}
table { float:left; margin:10px; padding:0px; border-collapse:collapse;}
td { margin:0px; padding:2px 10px;}
.footer {
	border-top:1px solid #e1e1e1; background:#090c59; height:60px;
	font-size:10px; float:left; width:100%;
}
.footer .shell {
	padding:0;
}

.footer-text {
	float:left;
	margin:0px;
	padding:0px;
	background:none;
}
.footer-text p {
	float:left;
	margin:0px 60px 0px 10px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background:none;
	line-height:60px;
}
.footer-text a img {
	float: right;
	margin:5px 0 0 12px;
	padding:0px;
	border:none;
	background:none;
}
.footer-text a {
	border:none;
	background:none;
	margin-bottom:0px;
}


#contact {
	width:930px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
#contact a {
	color:#CCCCCC;
}
#contact h3 {
	height: auto;
	width:930px;
	float:left;
	margin:0px 0px 0px 0px;
	background: none;
	padding:0px 5px 0px 0px;
	text-align:left;
	color:#5c4f3c;
	font-size:21px;
	font-weight:normal;
	border-bottom:#389538 2px solid;
}
#contact h2 {
	height: auto;
	width:920px;
	float:left;
	margin:0px 0px 0px 0px;
	background: none;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#ff0805;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#contact font {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #67575F;
	width:790px;
	float:left;
	margin:10px 0px 0px 2px;
}#contact font a{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #67575F;
	width:790px;
	float:left;
	margin:0px 0px 0px 2px;
}
#contact b {
	font-size:13px;
	color:#5c4f3c;
	font-weight:bold;
	float:left;
	width:110px;
	margin:10px 0px 0px 0px;
}

#enquiry_fill1 { margin:20px 0 18px 20px;  float:left; border-radius:2px; width:920px; background:#ff0805; padding:20px 0 20px 0px; border:1px dashed #FFF; border-radius:8px;}
.enquiry_form div {
	width:400px;
	float: left;
	height:auto;
	color:#FFF;
	font-size:14px;
	margin-top:3px;
	font-weight: normal;
	margin-left:40px !important;
	position:relative;
	display:block;
	margin-bottom:5px;
	text-shadow:none;
	font-weight:bold;
	margin-left:15px
}
.txt_area1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:26px;
	width:272px;
	float:right;
	margin:0px 0 3px 0px;
}
.txt_box1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:50px;
	width:272px;
	float:right;
margin:0px 0 3px 0px;
}
.select1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:26px;
	width:276px;
	float:right;
margin:0px 0 3px 0px !important;
}



 
.button {
	height:23px;
	width:60px;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family: Arial!important;
	border:1px solid #FFFFFF;
	font-weight:bold;
	box-shadow: 0px 3px 0px #262f34 !important;
	-moz-box-shadow: 0px 3px 0px #262f34 !important;
	-webkit-box-shadow: 0px 3px 0px #262f34 !important;
	float:right !important;
	margin-top:8px !important;
	margin-right:15px !important;	background:#150a56 !important;

}
.button:hover {

	background:#0b5bb2 !important;
}