/* CSS Document */

/* Body and Universal Reset */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #fff;
}

body {
    background : #fff;
}

#container {
}

#popupWindowCaller {
    display : none;
}

.clear {
    clear  : both;
    height : 1px;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* Defaults */

.inner {
    padding : 10px;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
	margin-left:0;
}

/* Typography */

/* Header */

#headerWrapper {
	/*background:url(/images/backgrounds/bg-ui-gradient.png) top left repeat-x;*/
	background:#000;
}

#header {
}

#header a.logo {
    margin      : 15px 0px;
    padding     : 0px;
    text-indent : -9999px;
    height      : 70px;
    width       : 264px;
    position    : relative;
    background  : url(images/backgrounds/logo2.png) top left no-repeat;
	float:left;
}

#header .button {
	float:right;
	margin-top:15px;
	margin-left:50px;
}

/* Main Navigation */

#mainNav {
    height           : 34px;
	margin-top:15px;
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
}

#mainNav li a {
    padding    : 7px 5px 0;
    color      : #fff;
	margin:0 10px;
    display    : block;
}

#mainNav > li > a {
    height : 20px;
}

#mainNav li a:hover, #mainNav li.current > a {
    color      : #fff;
	border-bottom:1px solid #fff;
}

#mainNav ul {
    position : absolute;
    width    : 160px; /* left offset of submenus need to match (see below) */
    top      : -999px;
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 30px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav ul li a {
    margin : 1px 1px 0 0;
}

/* Mobile Navigation */

#navigation {
    position : relative;
    z-index  : 99;
	float:right;
}

#navigation select {
	-webkit-appearance: none;
	height: 38px !important;
	line-height: 21px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-indent: -5000px;
	width: 50px !important;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 15px;
	border-radius: 4px;
	border: 1px solid #8A8A8A;
	box-shadow: 1px 1px 2px #999;
	background: url(/images/backgrounds/menu-lines.gif) 5px 6px no-repeat #231f20;
	background-size: 80%;
}

#navigation select option {
    background  : #fff;
    color       : #000;
    font-size   : 13px;
    font-weight : normal;
}

/* Sidebar */

#sidebar {
	background: url(/images/backgrounds/sidebar-bg.png) 0 0 no-repeat;
	min-height: 375px;
}

.sideRequest, .sideCall, .sideEnquiry {
	margin: 0 0 0 10px;
	padding: 15px 15px 0;
	display: block;
}

.sideCall {
	font-size:14px;
	line-height:26px;
	}
	
	.sideCall span {
		font-weight:bold;
		display:block;
		font-size:16px;
		color:#479307;
		}

.sidebarTestimonialContent {
	background:url(/images/backgrounds/quotes.gif) 0 0 no-repeat #fff;
	padding-left:35px;
	}
	
#sidebarTestimonial {
	position:relative;
	}
	
	#sidebarTestimonial ul {
		margin:0px !important;
	}	
	
#sidebarTestimonial .flex-control-nav {
	position:absolute;
	bottom:-15px;
	right:10px;
	}
	
	#sidebarTestimonial .flex-control-nav li {
		margin-left:5px;
		}

    #sidebarTestimonial .slides li {
	    display: none;
	    }

/* Titles */

.titleWrapper {
	background:url(/images/backgrounds/bg-banner-green.png) center center no-repeat #416119;
	}
	
	.titleWrapper > div {
		background: url(/images/backgrounds/shadow-2.png) top center no-repeat;
		}
		
	.titleWrapper > div > div {
		background: url(/images/backgrounds/bg-ui-shadow-bottom.png) bottom center repeat-x;
		}
			
.titleInner {
	margin:0 auto;
	padding:30px 0;
	}
	
	.titleInner > span {
		padding:0 10px;
		display:block;
		}
	
	.titleWrapper h1 {
		color:#fff;
		}

/* Content */

#contentWrapper {
	background: url(/images/backgrounds/bg-ui-gradient.png) top left repeat-x;
}

#contentBackground {
	background:url(/images/backgrounds/bg-ui-gradient.png) top left repeat-x;
	}

#content {
	padding-top:10px;
	padding-bottom:10px;
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}

#copy, #sidebar {
	padding-top:30px;
	}
	
#homePage #copy, #homePage #sidebar {
	padding-top:0px;
	}

#homePage #copy {
	margin-top: 40px;
	}

/* Home */

#content ul#homeNav {
    margin        : 15px 0 25px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
	text-decoration:none !important;
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

#productHolder {
	border-bottom:1px dotted #CCC;
	margin-bottom:20px;
	margin-top:60px;
}

#galleryPage .productList {
	margin-bottom:20px;
	}

.productImage {
	box-shadow : 0px 0px 5px rgba(255, 255, 255, 0.08),  0px 0px 5px rgba(0, 0, 0, 0.5) !important;
	margin-bottom:15px;
	padding:15px;
	}
	
#homePage .productImage {
	padding:18px;
	}

.projectView {
	padding:0px;
	}

/* HOME BANNER */

#bannerContainer {
	background: url(/images/backgrounds/bg-banner-green.png) center center no-repeat #416119;
	}
	
	#bannerContainer > div {
		background: url(/images/backgrounds/shadow-2.png) top center no-repeat;
		}
		
	#bannerContainer > div > div {
		background: url(/images/backgrounds/bg-ui-shadow-bottom.png) bottom center repeat-x;
		}
		
	
	#bannerWrapper {
		padding:20px 0;
		height:300px;
		overflow:hidden;
		}
		
		#homeBanner {
			position:relative;
			}
		
			.slides.bannerHeight {
				list-style:none;
				height:300px;
				overflow:hidden;
				}
			
			.testing .flex-control-nav {
				position:absolute;
				list-style:none;
				display:block;
				left:50%;
				z-index:100;
				margin-top:10px;
				}
				
				.flex-control-nav li {
					float:left;
					}
					
					.flex-control-nav li a {
						background:url(/images/backgrounds/bg-slider-nav.png) 0 0 no-repeat;
						display:block;
						width:8px;
						height:9px;
						text-indent:-5000px;
						margin:0 5px;
						}

					.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
						background:url(/images/backgrounds/bg-slider-nav.png) -8px 0 no-repeat;
						cursor:pointer;
						}
/* Blog */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blogListingThumb {
    float : left;
	width:17%;
	margin-right:4%;
	text-align:center;
}

.blogListingContainerWImage {
    float:left;
	width:79%;
}

#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #ccc;
}

.blogAddThisTop {
    float : right;
}

.testContainer {
	padding-top:8px;
	background:url(/images/backgrounds/quotes.gif) 0 0 no-repeat;
	}
	
	.testContainer p {
		padding-left:35px;
		}
		
.testiHomeLink {
	display:block;
	text-align:right;
	}

/* Footer */

#footer {
    clear            : both;
    text-align       : center;
	border-top:1px dotted #ccc;
	padding:10px 0;
}

.footerNav {
	margin-bottom:10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

#footer a:hover {
	text-decoration:underline;
	}

.byLine {
	white-space:nowrap;
}

.byLine span {
    position: relative;
    display: inline-block;
    top: -6px;
    margin: 0 3px 0;
}

/* Sitemap */
#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
	white-space:nowrap;
}

.byLine span {
    position: relative;
    display: inline-block;
    top: -5px;
    margin: 0 3px 0;
}

/* Breadcrumbs */

#breadcrumbs {
    display : block;
    width   : 100%;
	color:#fff;
}

#breadcrumbs ul {
	list-style:none;
	}

#breadcrumbs li {
	float:left;
	}
	
#breadcrumbs li a {
	color:#CCC;
	}
	
#breadcrumbs li a:hover {
	color:#fff;
	}

#content #breadcrumbs ul {
    list-style         : none;
    margin             : 0px 0px 15px;
    padding            : 7px 15px;
    background         : #ededed;
    display            : block;
    position           : relative;
    float              : left;
    width              : 95%;
    box-shadow         : inset 0px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-border-radius : 5px; -webkit-border-radius : 5px; -o-border-radius : 5px; -ms-border-radius : 5px;
    border-radius      : 5px;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0px 30px 0 0;
}

#content #breadcrumbs ul li a {
    padding : 0px 10px 0 0;
}

span.breadcrumbDivider {
    color       : #ccc;
    font-weight : normal;
	margin:0 5px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color       : #000;
    font-weight : bold;
}

/* Online Enquiry Form */

.required_fields_heading {
    font-size  : 11px;
}

.form_required i, .required_fields_heading i {
	color:#ff0000;
}

.form_label, form_required, .form_field {
	margin:6px 0;
}

.form_label {
	width:20%;
	padding:7px 0 0 0;
	clear:both;
}

.form_required {
	width:5%;
	padding:10px 0 0 0;
}

.form_field {
	width:75%;
	min-height:30px;
}

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
	outline: none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea {
    width                 : 96%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 6px;
    border                : 1px solid #BABABA;
	-webkit-box-shadow : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow    : rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow         : rgba(255, 255, 255, 0) 0 0 4px;
	-moz-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition      : box-shadow linear 0.2s, border linear 0.2s;
    transition         : box-shadow linear 0.2s, border linear 0.2s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #C78C02!important;
    -webkit-box-shadow : #C78C02 0 0 4px!important;
    -moz-box-shadow    : #C78C02 0 0 4px!important;
    box-shadow         : #C78C02 0 0 4px!important;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
	vertical-align:middle;
	margin:0 5px 0 0;
	text-decoration:none!important;
}

.imageVerification input {
	width:25%;
}

.errorText {
    color : #CC0000;
}

input.hintText {
    color : #999999;
}

table.invisibleTable tr:hover .mceLayout td {
	border-top:1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
	margin:10px 0 5px!important;
}

/***** BUTTONS *****/

input[type="submit"], button, .button {
    padding               : 6px 24px !important;
    background            : url(/images/buttons/button.png) #479307 top center repeat-x !important;
    display               : inline-block;
    font-size             : 12px;
    line-height           : normal !important;
    text-transform        : uppercase;
    -webkit-border-radius : 4px; -moz-border-radius : 4px; -o-border-radius : 4px; -ms-border-radius : 4px;
    border-radius         : 4px;
    color                 : #fff !important;
    text-shadow           : -1px -1px 0px rgba(0, 0, 0, 0.2);
    font-weight           : bold;
    letter-spacing        : 1px;
    cursor                : pointer;
    box-shadow            : 1px 1px 1px rgba(0, 0, 0, 0.2);
    border                : 1px solid #6eca21 !important;
    border-bottom         : 1px solid #2f580d !important; border-right : 1px solid #2f580d !important;
	width: auto!important;
	text-decoration:none !important;
}

input[type="submit"]:hover, button:hover, .button:hover {
    background-position : center center !important;
}

input[type="submit"]:active, button:active, .button:active {
    background-position : bottom center !important;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
	color:#C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
	margin:0 8px 0 0;
}

/* Message Boxes */

.msg_box {
	position: relative;
	margin: 20px 0;
	padding: 10px 10px 10px 45px;
	width: 640px;
	width:94.2%;
	border-width: 2px;
	border-style: solid;
	/* border-radius: 5px; */
	color: #555555;
}

.msg_box.info {
	background: #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
	border-color: #C5E4ED;
}

.msg_box.success {
	background: #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
	border-color: #D5F296;
}

.msg_box.caution {
	background: #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
	border-color: #F5F0AE;
}

.msg_box.error {
	background: #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
	border-color: #F5C2AE;
}

.msg_box a.close {
	position: absolute;
	top: 3px;
	right: 0px;
	padding: 5px 10px;
}

/***** Icons *****/

.small-icon {
	font-size:14px;
}

.medium-icon {
	font-size:22px;
	vertical-align: middle;
}

.large-icon {
	font-size:35px;
	vertical-align: middle;
}

/* Classes Reserved for the TinyMCE Editor  */

.editor {
    width : 100%;
}

.mini_editor { }
