/* Main CSS Start */
* {
	padding: 0;
	margin: 0;
}
body {
	background: url(../images/body_bg.gif) repeat-x top #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414143;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
}
a {
	outline: none;
}
a img {
	border:0;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
h1 {
	font-size:1.9em;
	padding-bottom:10px;
}
h2 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 10px 10px 0px;
	line-height: 25px;
}
h3 {
	color: #666;
	font-size: 17px;
	font-weight: bold;
	padding: 6px 10px 10px 0px;
	line-height: 25px;
}



.boxes h2 a:link, .boxes h2 a:visited, .boxes h2 a:hover, .boxes h2 a:active {
	text-decoration:none;
	color:#FFF;
}


/* Main CSS End */


/* Header CSS Start */
#header {
	height: 149px;
}
#header #logo {
	width: 367px;
	height: 122px;
	font-size: 0;
	line-height: 0;
	text-indent: -9000px;
	float: left;
	padding: 13px 0 0 0;
}
#header #logo a {
	width: 367px;
	height: 122px;
	display: block;
	background: url(../images/logo.gif) 0 0 no-repeat;
}
#header #quickenquiry {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #01474f;
}
#header #quickenquiry span {
	color: #000;
}
#header p {
	clear: both;
	padding: 7px 2px 0 0;
}
#header a {
	color: #414143;
}
#header a:hover {
	color: #cb3301;
}
.header_right {
	width: 550px;
	float: right;
	text-align: right;
	padding: 14px 0 0 0;
}
.enquiry_box {
	width: 303px;
	height: 78px;
	float: right;
	padding: 9px 0 0 0;
	overflow: hidden;
}
.enquiry_box label {
	width: 70px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
}
.enquiry_box input.field_1 {
	width: 225px;
	float: left;
	border: #94adbf 1px solid;
	padding: 3px;
	margin-bottom: 1px;
}
.enquiry_box input.field_2 {
	width: 163px;
	float: left;
	border: #94adbf 1px solid;
	padding: 3px 3px 2px 3px;
	margin-bottom: 1px;
}
.enquiry_box input.field_3 {
	width: 57px;
	height: 23px;
	float: right;
	border: 0;
	background: url(../images/submit.gif) no-repeat;
	cursor: pointer;
}
.header_sprtr {
	padding: 0 5px;
}
/* Header CSS End */


/* Navigation CSS Start */
#nav {
	background-color: #013e45;
	height: 38px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	/*height: 38px;*/
	border-right: #3a686d 1px solid;
	font-size: 13px;
	font-weight: bold;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	display: inline-block;
	/*height: 28px;*/
	padding: 10px 14px 12px 14px;
}
#nav ul li a:hover {
	background-color: #8bcfde;
	background-color:#4A3822;
}
#nav ul li ul {
	/*width: 153px;*/
	width: 173px !important;
	background-color: #678c94;
}
#nav ul li ul li {
	/*height: 38px;*/
	border-bottom: #3a686d 1px solid;
	font-size: 13px;
	font-weight: bold;
	border-right: 0;
}
#nav ul li ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	/*height: 28px;*/
	padding: 10px 10px 12px 17px;
	background-color: #678c94;
	/*width: 136px !important;*/
	width: 146px !important;
}
#nav ul li ul li ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	/*height: 28px;*/
	padding: 10px 10px 12px 17px;
	background-color: #74b3c1;
	/*width: 136px !important;*/
	width: 146px !important;
}
/* Navigation CSS End */


/* Content CSS Start */
#content {
	padding: 16px 0 0 0;
}
.flash_box {
	padding: 0 0 13px 0;
	line-height: 0;
	font-size: 0;
}
.boxes {
	padding: 0 0 10px 0;
}
.boxes a {
	color: #cb3301;
}
.boxes a:hover {
	color: #414143;
}
.box_1 h2, .box_2 h2, .box_3 h2 {
	height: 59px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 10px 0px 11px;
	margin-bottom: 18px;
	line-height: 25px;
}
.box_1 h3, .box_2 h3, .box_3 h3 {
	font-size: 12px;
	font-weight: bold;
}
.box_1 {
	width: 320px;
	float: left;
	line-height: 18px;
	padding-right: 15px;
}
.box_1 h2 {
	background-color: #023e46;
}
.box_2 {
	width: 319px;
	float: left;
	line-height: 18px;
	padding-right: 13px;
}
.box_2 h2 {
	background-color: #b22d02;
}
.box_3 {
	width: 318px;
	float: left;
	line-height: 18px;
}
.box_3 h2 {
	background-color: #4a3822;
}
/* Content CSS End */


/* Footer CSS Start */
.contact_bar {
	height: 40px;
	background-color: #999696;
	color: #fff;
}
.contact_bar a {
	color: #fff;
}
.contact_bar a:hover {
	color: #454141;
}
.contact_bar span {
	padding: 0 5px;
}
.inner_contact_bar {
	width: 985px;
	margin: 0 auto;
	padding-top: 12px;
}
.contact_detail {
	width: 650px;
	float: left;
}
.copyright {
	width: 300px;
	float: right;
	text-align: right;
}
#footer {
	height:112px;
	background-color: #d0d0d0;
	padding: 4px 0 0 0;
}
#footer ul {
	float: right;
	list-style: none;
	padding-top: 2px;
	margin-top:30px;
}
#footer ul li {
	float: left;
	background: url(../images/footer_sprtr.gif) no-repeat right;
	font-size: 11px;
	padding: 0 8px;
}
#footer ul li.last {
	background: none;
	padding-right: 0;
}
#footer ul li a {
	color: #454141;
}
#footer ul li :hover {
	color: #7a7777;
}
.inner_footer {
	width: 985px;
	margin: 0 auto;
}
.footer_logo {
	float: left;
}
.footer_logo.item-1{
	margin-top:20px;

}
/* Footer CSS End */


/* Free Style Menu Start */
/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 25px;
	margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 150px;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0px;
	margin-top: 0;
	left: 153px;
}
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	/*height: 38px;*/
	border-right: #3a686d 1px solid;
	font-size: 13px;
	font-weight: bold;
	position: relative;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	/*height: 45px;*/
	float: none;
	margin: 0;
}
/* Links inside the menu */
.menulist a {
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	background-color: #8bcfde;
}
.menulist a.highlighted {
	background-color: #8bcfde;
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */



.boxes ul, .boxes ol {
	/*list-style-type:none;*/
	margin-left:30px;
}

.boxes ul li, .boxes ol li {
	/*background:url(/images/bullet-1.gif) no-repeat 0px 4px;*/
	margin-bottom:2px;
}
.boxes blockquote {
	margin-left:30px;
}

/* Admin bar */
#admin_bar {
	text-align:center;
	padding:20px;
	width:100%;
	background:#EDEDED;
}
.sectionAdminLinks {
	text-align:left;
	padding:10px 0px;
}
#flashcontent {
	padding-bottom:20px;
}
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */
/* Free Style Menu End */


/* Component styling - Component name: contact */
#tablecontact {
	border-collapse:collapse;
}
#tablecontact td {
	padding:0px;
	padding-bottom:2px;
	line-height:22px;
}

#tablecontact th {
	padding:0px 10px 2px 0px;
	line-height:22px;
	font-weight:bold;
	text-align:left;
}

#tablecontact input, #tablecontact textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tablecontact input .checkbox {
	width:auto;
	border:0px;
}
#tablecontact .submitbutton {
	width:100px;
	margin-top:10px;
}
#tableadvancedsearch input, #tableadvancedsearch textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tableadvancedsearch .submitbutton {
	width:100px;
	margin-top:10px;
}

/* End of component styling - Component name: contact */

.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
	line-height:18px;
}
.error, .msgerror {
	padding-left:25px;
	padding-top:3px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
	height:20px;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:green;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}

.layout1section1 p, .layout1section2 p, .layout1section3 p, .layout1section4 p,
.layout2section1 p, .layout2section2 p, .layout2section3 p, .layout2section4 p{
	padding-bottom:20px;
}

.layout2section1 {
	width:75%;
	vertical-align:top;
}
.layout2section2 {
	width:25%;	
	padding-left:20px;
		vertical-align:top;
}
hr {
height:1px;
background-color:#CFCFCF;
color:#CFCFCF;
border:none;
}
.boxes p {
	margin-bottom:5px;
}
#breadcrumb {
	position:position;
	float:right;
	padding-top:5px;
}
/* Specific page classes */
#page_id_88 table, #page_id_89 table, #page_id_90 table, #page_id_91 table, #page_id_92 table, #page_id_94 table {
	border-bottom:solid 1px #ccc;
padding-bottom:10px;
}
#page_id_88 table a, #page_id_89 table a, #page_id_90 table a, #page_id_91 table a, #page_id_92 table a, #page_id_94 table a {
	float:right;
	margin-bottom:30px;
	display:block;
}
#page_id_88 table img, #page_id_89 table img, #page_id_90 table img, #page_id_91 table img, #page_id_92 table img, #page_id_94 table img {
	margin-bottom:20px;
}