﻿/* GLOBAL */

* {
	margin:0px;
	padding:0px;
}

A {
	color:#333; 
	font-weight:normal;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#F99D1E; 
	font-weight:normal;
	text-decoration:underline;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.enquiry-button { margin-top:7px;}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


BODY {
	background:#000 url('../images/bg1.jpg') no-repeat center 137px;
	font-family:Arial;
	font-size:0.75em;
	line-height:18px;
	color:#333;
}

h1 {
	font-size:1.42em;
	line-height:22px;
	margin:0 0 15px 0;
	padding-bottom:10px;
	border-bottom:1px #c6c6c6 dashed;
}

/* HOMEPAGE TITLE */

#leftCol .article h3 {
    border-bottom:1px dashed #a9a9a9;
    font-size:1.4em;
    margin-bottom:10px;
    padding-bottom:10px;
	color:#333;
}

h2 {
	color:#F99D1E;
	font-size:1.17em;
	padding-bottom:8px;
	margin-bottom:8px;
}

#leftCol h2 {
    color:#F99D1E;
	font-size:1.33em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px #c6c6c6 dashed;
}

#leftCol h3 {
	color:#F99D1E;
	font-size:1.25em;
	margin-bottom:8px;
	padding:0;
	border:none;
}

h3 {
	color:#F99D1E;
	font-size:1.25em;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px #666 dashed;
}

h3 A {
	color:#F99D1E;
	font-weight:bold;
	text-decoration:none;
}
h3 A:hover {
	font-weight:bold;
}

A IMG {
	border:0;
}

P {
	font-size:1em;
	margin-bottom:13px;
}

P#homeTalk {
	font-size:1.33em;
	font-weight:700;
	padding:0 0 10px 0;
	margin:30px 0 20px 0;
	border-bottom:1px #c6c6c6 dashed;
}
#leftCol OL {
	margin-left: 20px;
}
#leftCol UL {
	margin-left:15px;
	list-style-image: url('../images/bullet-arrow3.gif');
}

#leftCol LI {
	margin:0 0 10px 0;
}

INPUT.textField {
	float:left;
	height:19px;
	width:200px;
	padding-top:2px;
	padding-left:5px;
	border:1px #FCAF17 solid;
	background:#FFF;
	margin-right:10px;
	font-size:1.08em;
	color:#b0b0b0;
}

INPUT.textField.focus {
	color:#333;
	background:#FFF;
}

IMG.icon {
	float:left;
	margin-top:2px;
	margin-right:6px;
}

#container {
	height:100%;
	width:100%;
	position:relative;
}
/* HEADER */

#header {
	height:95px;
	width:100%;
	background:#FFF url('../images/header-shadow1.gif') repeat-x top left;
}

#headerContent {
	position:relative;
	height:95px;
	width:940px;
	margin:0 auto;
}

#headerContent IMG {
	margin:20px 0 0 0;
}

#headerContent .telephone {
	position:absolute;
	right:0px;
	bottom:18px;
	font-size:1.92em;
	letter-spacing:-1px;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#headerContent .telephone SPAN.callus {
	color:#999;
	font-weight:bold;
	letter-spacing:-2px;
	padding-right:9px;
}

#headerContent .telephone SPAN.bracket {
	vertical-align:top;
	padding-right:1px;
}

/* NAVIGATION */

#nav {
	position:relative;
	height:52px;
	width:100%;
	background:#212121 url('../images/nav-shine.gif') repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	border-bottom:1px #313131 solid;
}

#navContent {
	position:relative;
	width:940px;
	margin:0px auto;
}

#nav #navContent  UL {
	margin:0px;
	list-style-type:none;
}

#nav LI {
	display:inline;
	font-size:1.08em;
	text-transform:uppercase;
	color:#FFF;
}

#nav LI A {
	float:left;
	height:37px;
	padding:18px 23px 0 23px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	background:transparent url('../images/nav-off.gif') repeat-x top right;
}

#nav LI A:hover {
	text-decoration:none;
	background:transparent url('../images/nav-on.gif') repeat-x top right;
}

#search {
	position:absolute;
	top:13px;
	right:0px;
}

/* CONTENT */

#shadowTop {
	height:30px;
	width:986px;
	margin:0 auto;
	margin-top:10px;
	background:transparent url('../images/slider-top.png') no-repeat;
}

#shadow {
	width:940px;
	margin:0 auto;
	background:transparent url('../images/shadow.png') repeat-y;
	padding:0px 23px;
}

#content {
	background:transparent url('../images/background-rightCol.gif') repeat-y top right;
}

/* BLACK BAR */

#blackBar {
	height:40px;
	background:transparent url('../images/background-blackBar.gif') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

/* TABS */

#tabs UL {
	float:right;
	width:301px;
	list-style-type:none;
	border-top:1px #313131 solid;
}

#tabs UL LI {
	position:relative;
	float:left;
	width:148px;
	border-left:1px solid #ccc;
}

#tabs UL LI SPAN {
	vertical-align:top;
	margin-right:7px;
}

#tabs UL A {
	float:left;
	height:29px;
	width:150px;
	padding-top:10px;
	color:#FFF;
	background:transparent url('../images/tab-off.gif') no-repeat top right;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-size:1.08em;
}

#tabs UL LI.tab1 {
	border-right:1px #666666 solid;
}

#tabs UL A:hover {
	color:#FFF;
	background:transparent url('../images/tab-hover.gif') no-repeat top right;
}

#tabs UL LI A.on {
	color:#333333 !important;
	background:transparent url('../images/tab-on.gif') no-repeat top right !important;
}

/* CONTACT TABS */

.pageTabs UL {
	list-style-type:none;
	list-style-image:none !important;
	margin:0 !important;
}

.pageTabs UL LI {
	position:relative;
	float:left;
	border-left:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
	margin:0 !important;
}

.pageTabs UL LI IMG {
	margin:1px 4px 0 0;
}

.pageTabs UL LI SPAN {
	vertical-align:top;
	margin-right:7px;
}

.pageTabs UL A {
	float:left;
	height:30px;
	width:151px;
	padding-top:10px;
	color:black;
	/*background:#E2E2E2 none repeat scroll 0 0;*/
	background:#666 url('../images/tabgrad.gif') repeat-x;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}
.lastTab {
    border-right: 1px solid #C8C8C8;
}


.pageTabsContent {
    background:#EEEEEE none repeat scroll 0 0;
    border-bottom:1px solid #C8C8C8;
    border-left:1px solid #C8C8C8;
    border-right:1px solid #C8C8C8;
    overflow:hidden;
    width:607px;
}

.pageTabsContent B {
	display:block;
    margin:0 0 10px 0;
}

.pageTabs .on {
	border-bottom:none;
	background:#EEEEEE url('../images/tabgrad-on.gif') repeat-x;
}

/* TESTIMONIALS */

#testimonials {
	margin:15px;
	padding-bottom:10px;
}

#testimonials P {
	margin-bottom:10px;
}

#testimonials SPAN {
}

#testimonials IMG {
	margin-left:5px;
	margin-bottom:-6px;
}

/* CONTACT FORM */
#contact {
	PADDING-BOTTOM: 0px;
	 MARGIN: 15px 15px 0px 13px; 
	 PADDING-LEFT: 20px; 
	 WIDTH: 304px; 
	 BACKGROUND: url(../images/contact-panel.png) no-repeat;
	 height: 350px; 
	 PADDING-TOP: 15px
}
#contact P 
{
	margin-top:80px;
	MARGIN-BOTTOM: 15px;
	color:white;
	width:266px;
}
#contact IMG {
	MARGIN-BOTTOM: -6px; MARGIN-LEFT: 5px
}
#contact INPUT.textField {
	BORDER-BOTTOM: #434343 1px solid; BORDER-LEFT: #434343 1px solid; PADDING-LEFT: 5px; WIDTH: 260px; MARGIN-BOTTOM: 7px; BACKGROUND: #fff; FLOAT: left; HEIGHT: 23px; COLOR: #6c6c6c; FONT-SIZE: 1.08em; BORDER-TOP: #434343 1px solid; MARGIN-RIGHT: 10px; BORDER-RIGHT: #434343 1px solid; PADDING-TOP: 7px
}
#contact H3 
{
	display:none;
	BORDER-BOTTOM-STYLE: none; MARGIN-BOTTOM: 0px
}
#contact TEXTAREA {
	BORDER-BOTTOM: #434343 1px solid; BORDER-LEFT: #434343 1px solid; PADDING-LEFT: 5px; WIDTH: 260px; FONT-FAMILY: Arial; MARGIN-BOTTOM: 7px; BACKGROUND: #fff; FLOAT: left; HEIGHT: 100px; COLOR: #6c6c6c; FONT-SIZE: 1.08em; BORDER-TOP: #434343 1px solid; MARGIN-RIGHT: 10px; BORDER-RIGHT: #434343 1px solid; PADDING-TOP: 7px
}

.contactTabcontent {
	margin:15px;
	padding-bottom:10px;
}

.contactTabcontent P {
	margin-bottom:15px;
}

.contactTabcontent IMG {
	margin-left:5px;
	margin-bottom:-6px;
}

.contactTabcontent INPUT.textField {
	float:left;
	height:19px;
	width:265px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:7px;
	border:1px #999999 solid;
	background:#FFF;
	margin-right:10px;
	font-size:1em;
	color:#B0B0B0;
}

.contactTabcontent TEXTAREA {
	float:left;
	height:100px;
	width:265px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:7px;
	border:1px #999999 solid;
	background:#FFF;
	margin-right:10px;
	font-family:Arial;
	font-size:1em;
	color:#B0B0B0;
}

/* COLUMNS */

/* LEFT COL */
#leftBg
{
   background:transparent url('../images/background-content.gif') repeat-y;
}

#leftCol {
	float:left;
	width:610px;
	padding:15px;
	/*background:white;/*transparent url('../images/background-content.png') no-repeat top center;*/
	/*border-right:1px #C8C8C8 solid;*/
}

#leftCol .pageContent UL {
	margin:15px 0 0 15px;
	list-style-image: url('../images/bullet-arrow3.gif');
}

#leftCol .pageContent UL LI {
	margin:0 0 10px 0;
}

#leftCol .article {
	padding-bottom:15px;

}

#leftCol .image {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    border:4px #666 solid;
}

#leftCol .border {
    border:1px #FFF solid;
}

#leftCol .section {
    clear:both;
	margin-bottom:15px;
	padding-top:15px;
	border-top:1px #666 dashed;
}

#leftCol .section .title {
	float:left;
	margin-right:5px;
}

#leftCol .section UL {
	width:auto;
	list-style-image:none;
}

#leftCol .section UL.tags {
	margin:0;
}

#leftCol .section UL.tags LI {
	float:left;
	list-style-type:none;
	margin:0 5px 0 0;
}

#leftCol .section UL.tags LI A {
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

#leftCol .section UL.tags LI A:hover {
	text-decoration:underline;
}

#leftCol .section UL.socialLogos {
	margin:10px 0 0 20px;
}

#leftCol .section UL.socialLogos LI {
	float:left;
	list-style-type:none;
	margin:0 10px 0 0;
}

.addComment {
	margin-top:10px;
}

.addComment INPUT.textField {
	float:left;
	height:20px;
	width:262px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:10px;
	border:1px #c3c3c3 solid;
	background:#f2f2f2;
	margin-right:10px;
	font-size:1em;
	color:#333;
}

.addComment TEXTAREA {
	float:left;
	height:100px;
	width:604px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:7px;
	border:1px #c3c3c3 solid;
	background:#f2f2f2;
	margin-right:10px;
	font-family:Arial;
	font-size:1em;
	color:#333;
}

/* COMMENTS */

#leftCol .greyHeader {
	background:#E2E2E2;
	padding:5px 8px;
	margin-bottom:10px;
	background:#EEEEEE;
}

#leftCol .greyHeader .posted {
	float:left;
}

#leftCol .greyHeader .date {
	float:right;
	font-style:italic;
}

#leftCol .greyHeader .comments {
	float:right;
}

#leftCol .greyHeader .comments A {
	text-decoration:none;
}

#leftCol .greyHeader .comments A:hover {
	color:#333;
	text-decoration:underline;
}

/* RIGHT COL */

#rightCol {
	float:right;
	width:300px;
	padding-bottom:15px;
}

#rightCol #top {
	background:#EEEEEE;
	padding:15px;
	border-bottom:1px #C8C8C8 solid;
	overflow:hidden;
}

#rightCol #top UL {
	margin:0 0 0 15px;
	line-height:normal;
}

#rightCol #top LI {
	list-style-image: url(../images/bullet-arrow3.gif);
	margin:0 0 5px 0;
}

#rightCol #top SPAN {
	margin:0 0 0 2px;
	color:#F99D1E;
}

#rightCol #top UL A {
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

#rightCol #top UL A:hover {
	text-decoration:underline;
}

/* FOOTER */

#footer {
	LINE-HEIGHT: 16px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND: url(../images/background-footer.jpg) #000 no-repeat center top; HEIGHT: 200px; COLOR: #525252; CLEAR: both; FONT-SIZE: 0.9em; BORDER-TOP: #4d4d4d 1px solid
}

#footer A {
	color:#525252;
	font-weight:normal;
	text-decoration:none;
}

#footer A:hover {
	text-decoration:underline;
}

#footer UL {
	list-style:none;
	margin:0;
}

#footer LI {
	margin-bottom:2px;
}

#footer #holder {
	PADDING-BOTTOM: 25px; MARGIN: 20px auto 0px; WIDTH: 940px; COLOR: #525252
}

#footer .left {
	PADDING-BOTTOM: 0px; MARGIN: 0px 18px 0px 0px; MIN-HEIGHT: 100px; PADDING-LEFT: 0px; PADDING-RIGHT: 18px; BACKGROUND: url(../images/footer-line.gif) repeat-y right top; FLOAT: left; PADDING-TOP: 0px
}
#footer .iip.left {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-TOP: 0px
}

#footer .right {
	PADDING-LEFT: 15px; WIDTH: 278px; FLOAT: right; HEIGHT: 100px
}

#footer IMG {
	float:left;
}

#footer ul A.rss {background: url(../images/footericon-rss.png) no-repeat left; padding-left:18px; }
#footer ul A.linkedin {background: url(../images/footericon-linkedin.png) no-repeat left; padding-left:18px; }
#footer ul A.facebook {background: url(../images/footericon-facebook.png) no-repeat left; padding-left:18px; }
#footer ul A.twitter {background: url(../images/footericon-twitter.png) no-repeat left; padding-left:18px; }
	

/* PRODUCTS & SERVICES BOX */

#productsServices {
	display:none;
	margin-top:20px;
}

#productsServices UL {
	margin:0;
	list-style-type:none;
	list-style-image:none;
	line-height:20px;
}

#productsServices LI {
	margin:0;
}

#productsServices A {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#productsServices A:hover {
	text-decoration:underline;
}

#productsServices UL LI.title {
	margin:0 0 8px 0;
}

#productsServices UL LI.title A {
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}

#productsServices IMG {
	display:block;
}

#productsServices .top {
	height:24px;
	padding-top:7px;
	padding-left:15px;
	background:transparent url('../images/productsservices-top.gif') no-repeat top left;
	text-transform:uppercase;
	line-height:normal;
	color:#FFF;
}

#productsServices .middle {
	padding:10px 15px;
	background:transparent url('../images/productsservices-mid.gif') repeat-y top left;
}

#productsServices .middle UL.products {
	float:left;
	padding-right:18px;
}

#productsServices .middle UL.services {
	float:left;
	border-left:1px #736F6E dashed;
	padding-left:18px;
}

/* BUTTON */

SPAN.btn {
	background:none;
	border:0px;
	margin:0px;
	padding:0px;
	border:1px #fcaf17 solid;
	cursor:pointer;
	/*cursor:hand;*/
}

.btn {
	font-family: Arial, sans-serif;
	display: inline-block;
	background:#1F1F1F;
	border: 1px solid #FCAF17 !important;
	padding:1px 10px 2px 10px;
	color: #fff !important;
	font-size: 10px !important;
	cursor: pointer;
	/*cursor:hand;*/
	text-transform:uppercase;
	width:auto;
	text-decoration:none;
	overflow:visible;
}

INPUT.btn {
	padding:3px 10px 3px 10px;
}

.arrow.right {
	background:#1f1f1f url('../images/btn-arrow-right.gif') no-repeat;
	background-position:center right;
	padding-right:22px !important;
}

.arrow.left {
	background:#1f1f1f url('../images/btn-arrow-left.gif') no-repeat;
	background-position:center left;
	padding-left:22px;
}

.btn:hover {
	background-color:#000;
	cursor:pointer;
	/*cursor:hand;*/
	border-color:#CCC !important;
	color:#FFF;
	text-decoration:none;
}

/* TWITTER FEED */

UL.tweet_list {
	line-height:normal !important;
	list-style-type:none !important;
	margin:0 !important;
}

UL.tweet_list LI {
	padding-left:30px;
	background: transparent url('../images/bullet-twitter.gif') no-repeat 0px 0px;
	padding-bottom:10px;
	margin:0 0 10px 0 !important;
	list-style-image:none !important;
	border-bottom:1px #666 dashed;
}

UL.tweet_list LI A {
	color:#35B1E5 !important;c
	text-decoration:none !important;
}

UL.tweet_list LI A:hover {
	text-decoration:underline !important;
}

UL.tweet_list SPAN {
	color:#333 !important;
	margin:0 !important;
}

/* BREADCRUMB */

#breadcrumb {
	float:left;
	color:#CCC;
	margin-left:15px;
	margin-top:10px;
}

#breadcrumb SPAN.divider {
	margin:0px 5px;
}

#breadcrumb SPAN.title {
	color:#F99D1E;
	margin-right:5px;
}

#breadcrumb A {
	color:#CCC;
	text-decoration:none;
}

#breadcrumb A:hover {
	text-decoration:underline;
}

.callToAction {
	height:30px;
	background:#F99D1E url('../images/calltoaction.gif') no-repeat;
	font-size:1.08em;
	line-height:19px;
	padding:17px 15px 0 105px;
	margin:15px 0 25px 0;
}

.callToAction SPAN {
	font-weight:700;
}

#map_canvas {
	float:right;
	width:390px;
	height:350px;
	margin:0 0 20px 0;
	border:1px #999 solid;
}

#contact .left {
	float:left;
}

/*file upload stuff*/
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	width:368px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

UL#socialNetworking {
	list-style:none;
	margin:0;
}

#socialNetworking LI {
	margin-bottom:2px;
}

UL#socialNetworking A {
	padding-left:18px;
}

UL#socialNetworking A.linkedin {background: url(../images/footericon-linkedin.png) no-repeat left; }
UL#socialNetworking A.facebook {background: url(../images/footericon-facebook.png) no-repeat left; }
UL#socialNetworking A.twitter {background: url(../images/footericon-twitter.png) no-repeat left; }

#contact UL.socialButtons {
	line-height:normal;
	margin:0 !important;
	list-style-image:none !important;
}

#contact UL.socialButtons LI A {
	margin:0 !important;
}

UL.socialButtons {
	line-height:normal;
	margin:15px 0 0 15px;
	list-style:none;
}

UL.socialButtons LI {
	margin:0 0 3px 0;
}

/* download page */
.stripButton
{
	margin: 15px 0 0 -34px;
}

.left {float:left}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #top 
    {
    	overflow:visible !important;
    	margin:35px 0;
    }
}

/* flyout changes */
#navContent li:hover .menuchild,
#navContent li a:hover .menuchild
{
	visibility: visible;
}
.menuchild
{
	position:absolute;
	left:524px;
	top:52px;
	z-index:2000;
	visibility:hidden;
}
.menuchild li
{
	width:108px;
	display:block !important;
}
.menuchild li a  
{
	float:none !important;
	display:block;
	cursor:pointer;
	background:#212121 !important;
	height:26px !important;
	border:solid 1px #313131;
	border-top:none;
	padding: 9px 23px 0 !important;
}	
.menuchild li a:hover 
{
	background:#CCC !important;
	color:#333 !important;
}
.SearchBox { width:180px !important; }