/*----------------------------------------------------

CONTENTS:
	1: CSS RESET
	2: DESIGN LAYOUT
	3: VERTICAL NAVIGATION (USED IN BLOG)
	4: GLOBAL ELEMENTS (REUSABLE STYLES)
	5: HEADINGS
	6: GLOBAL HYPERLINKS
	7: SEARCH POP DOWN
	8: MINIMISE SCREEN BUTTON
	9: FULLSCREEN ELEMENTS
	10: CONTENT LAYOUT VARIATIONS
	11: CONTENT COLUMNS VARIATIONS
	12: BLOG 
	
	
	
	
	
	ELEMENTS
	13: BLOG ARTICLE ELEMENTS
	14: FOOTER ELEMENTS
	15: CONTACT PAGE ELEMENTS 
	16: MAIN NAVIGATION (HORIZONTAL NAV)
	17: TWITTER FEED
	18: PORTFOLIO / GALLERY STYLES
	19: AJAX ONLY CSS
	20: CHANGE THE FONT COLOUR SCHEME
	21: ADD YOUR STYLES
	
-------------------------------------------------------*/

/*****************************************************
1.  CSS RESET
******************************************************/
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: #f7f7f7;
	line-height: 1; 
	color:#515151; 
	
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
/*****************************************************
2.  DESIGN LAYOUT
******************************************************/

html, body {
font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	color: #FFFFFF;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#header-outer {
	margin: 0 auto;
	color: #FFF;
	background-image: url(../images/header.png);
	
	
}

#header-inner {
	width: 980px;
	height: 140px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	position: relative;
}

#nav-wrap {
	float: right;
	padding: 0;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    font-family: 'Open Sans', sans-serif;
}
#nav-wrap-inner {
	float: left;
	padding: 0;
	margin: 0 auto;
	width: 810px;  
	border-bottom:2px dotted #c3c3c3;
	padding-bottom:10px;
}

.content-outer {
	margin: 0 auto;
	padding-bottom: 50px;/*Footer height*/
}

.content-inner {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	line-height: 150%;
}

.logo {
	float: left;
	margin:0;
	position: absolute;
}

/*****************************************************
3.  VERTICAL NAVIGATION (USED IN BLOG)
******************************************************/

ul.vert-nav-ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.vert-nav-ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color:#c6c6c6;
	height:46px;
	margin-bottom:5px;
}
ul.vert-nav-ul li a {
	line-height: 18px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 18px;
	display: block;
	color: #FFF;
	font-size: 18px;
	background-image: url(../images/vert-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:46px;
}



ul.vert-nav-ul li a img{
	padding-right:10px;
	position:relative;
	top:2px;
}
ul.vert-nav-ul li a:hover {
	color:#CCC;
	background-color:#666;
	height:27px;
}
/*****************************************************
4.  GLOBAL ELEMENTS (REUSABLE STYLES)
******************************************************/


/*Clearfix code*/
.clearfix:after {content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}
/*Clearfix code*/

p {
	padding-bottom: 10px;
}
strong, b {
    font-weight: bold;
}

li {
    margin-left: 25px;
    list-style-type:;
}
ol li {
    margin-left: 25px;
    list-style-type: decimal;
}
u {
    text-decoration: underline;
}
i, em {
    font-style: italic; 
}
blockquote {
	font-style: italic;
	background-color: #171717;
	background-image: url(../images/up-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #060606;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
blockquote p {
	background-image: url(../images/quote-up.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px
}
ul.arrow li {
	background-image: url(../images/arrow-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.tick li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
table.storm-table {
	font-size: 11px;
	color: #bbbbbb;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	width: 100%;
}
table.storm-table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000;
	font-weight: bold;
	background-image: url(../images/up-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #171717;
	color: #fff;
}
table.storm-table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000;
}
table.storm-table tr{
	background-color:#070707;
}

.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.flt_l{
	float:left;
}


.flt_r{
	float:right;
}


.marg {margin: 0 auto;}

.margtop01 {margin-top:20px;}
.margtop02 {margin-top:5px;}

.margright01 {margin-right:12px;}
.margright02 {margin-right:40px;}
.margright03 {margin-right:60px;}
.margright04 {margin-right:15px;}




.margbot01 {margin-bottom:20px;}
.margbot02 {margin-bottom:5px;}




/*****************************************************
5.  HEADINGS
******************************************************/

h1 {
	
	font-size: 21px;
	line-height:29px;
	color: #172e57;
	font-weight: normal;
	
	display: block;
}
h2 {
	font-size: 17px;
	color: #ffa200;
	font-weight: normal;
	margin-bottom: 8px;
}
h3 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 3px;
}

h4 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
    margin-bottom: 6px;
    margin-top: 3px;
}
h5 {
	font-size: 12px;
	color: #FFA200;
	font-weight: normal;
    margin-bottom: 6px;
    margin-top: 3px;
}
.footer-inside h1 {
	font-size: 15px;
	color: #FFF;
}


h6 {
	
	font-size: 35px;
	line-height:45px;
	color: #172e57;
	font-weight: normal;
	}

/*****************************************************
6.  GLOBAL HYPERLINKS
******************************************************/

a:link, a:visited {
	color: ;
	text-decoration:none;
}
a:hover {
	color: #0072ff;
	text-decoration: none;
}
a.button-link, a.more-link {
	line-height: 13px;
	text-align: center;
	height: 13px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: inline-block;
	color: #0072ff;
	font-size: 13px;
	
}
a.button-link:hover, a.more-link:hover {
	color: #0072ff;
	text-decoration: none;
	background-image: none;
}


.blue01{
	color:#0072ff;}
	
	
.blue02{
	color:#4d5e89;}
	
.blue03{
color:#172e57;}


.red{
	color:#F00;
}

	
ol .num{
	list-style:decimal;
	list-style-type:decimal;
}


/*****************************************************
HOME
******************************************************/
#home{
	color:#515151;
}

#home .read-more-link {
	position: absolute;
	right: 0;
	bottom: -3px;
}



/*****************************************************
7.  SEARCH POP DOWN
******************************************************/
#sidebar h1 img{
   position:relative;
   top:3px;
   padding-right:20px;
 }
 
 
 #sidebar h1 {
	font-size:24px;
	line-height:25px;
	font-weight:normal;
	color:#172e57;
}

 #sidebar p {
	font-size:13px;
	line-height:21px;
	font-weight:normal;
	color:#515151;
}


 
 #sidebar{
	 margin-top:20px;
	 
 }
	
	
	
	
/*****************************************************
//  ENQUIRY
******************************************************/
#enquiry01{
	margin:0 auto;
	background-color:#0072ff;
}

#enquiry01-inner{
	width:980px;
	margin:0 auto;
	padding:10px;
}



#enquiry01-inner .one-of-two .box00{
	width:490px;
	float:left;
}




#enquiry01-inner .one-of-two .box01{
	background-color:#0072ff;
	width:130px;
	float:left;
}


#enquiry01-inner .one-of-two .box01 .p01{
	font-size:21px;
	font-weight:normal;
	font-style:normal;
	color:#172e57;
	line-height:16px;
}

#enquiry01-inner .one-of-two .box01 .p02{
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	color:#FFF;
}




#enquiry01-inner .one-of-two .box02{
		background-color:#0072ff;
	width:300px;
	float:right;
	line-height:10px;
}


#enquiry01-inner .one-of-two .box03{
	width:300px;
	float:left;
	line-height:10px;
	padding-left:20px;
	position:relative;
	left:60px;
}


#enquiry01-inner .one-of-two .box04{
	width:80px;
	float:right;
	line-height:10px;
	text-align:right;
	position:relative;
	top:-30px;
	left:50px;
}




/*****************************************************
9.  FULLSCREEN ELEMENTS
******************************************************/
#nojs-background img {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.js-enabled #nojs-background {
   	display: none;
}

.fullscreen-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-overlay {
    background: #000;
}

.fullscreen-stage img {
	display: none;
}

.fullscreen-controls-outer {	
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -33.5px;
    display: none;
}

.fullscreen-controls {    
    background-image: url(../images/opacity-80-rep.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    display: none;
    height: 19px;
}

.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
    float: left;
}

.fullscreen-play,
.fullscreen-pause {
    display: none;	
}

.fullscreen-loading-wrap {	
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;    
    background-image: url(../images/opacity-80-rep.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	background-image: url(../images/opacity-80-rep.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}

.fullscreen-loading {
    background: url(../images/loading.gif) no-repeat top left;
    width: 16px;
    height: 11px;
}

.fullscreen-prev {
    background-image: url(../images/backward.png);
    left: 4px;
}

.fullscreen-prev:hover {
    background-image: url(../images/backward1.png);
}

.fullscreen-play {
    background-image: url(../images/play.png);
    left: 27px;
}

.fullscreen-play:hover {
    background-image: url(../images/play1.png);
}

.fullscreen-pause {
    background-image: url(../images/pause.png);
    left: 27px;
}

.fullscreen-pause:hover {
    background-image: url(../images/pause1.png);
}

.fullscreen-next {	
    background-image: url(../images/forward.png);
    left: 50px;
}

.fullscreen-next:hover {
    background-image: url(../images/forward1.png);
}

.fullscreen-close {
	background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
}

.fullscreen-close:hover {
	background-image: url(../images/close1.png);
}

.storm-controls {
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}

.storm-controls div {
    float: left;
}

.storm-prev,
.storm-play,
.storm-pause,
.storm-next {
	cursor: pointer;
	height: 19px;
    width: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;    
    display: none;
}

.storm-loading {
    width: 16px;
    height: 11px;
    background-image: url(../images/loading.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 10px;
}

.storm-prev {
    background-image: url(../images/backward.png);
    left: 25px;
}

.storm-prev:hover {
    background-image: url(../images/backward1.png);
}

.storm-play {
    background-image: url(../images/play.png);
    left: 50px;
}

.storm-play:hover {
    background-image: url(../images/play1.png);
}

.storm-pause {
    background-image: url(../images/pause.png);
    left: 50px;
}

.storm-pause:hover {
    background-image: url(../images/pause1.png);
}

.storm-next {
    background-image: url(../images/forward.png);
    left: 75px;
}

.storm-next:hover {
    background-image: url(../images/forward1.png);
}

/*****************************************************
10.  CONTENT LAYOUT VARIATIONS
******************************************************/
.left-note-block {
	float: left;
	width: 400px;
	background-image: url(../images/opacity-60-rep.png);
	background-repeat: repeat;
	padding: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.full-width-transparent {
	height: 350px;
	height: auto;
	min-height: 350px;
	background-image: url(../images/opacity-60-rep.png);
	background-repeat: repeat;
	padding: 20px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.transparent-header {
    background-image: url(../images/opacity-60-rep.png);
    background-repeat: repeat;
    padding: 20px;
    height: 55px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.black-trasparent-header {
    background-image: url(../images/content-header-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 20px;
    height: 55px;
	border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.plain-black {
    background: #0d0d0c;
    padding: 20px;
	-webkit-box-shadow: inset 0px 1px 3px #080707;
	-moz-box-shadow: inset 0px 1px 3px #080707;
	box-shadow: inset 0px 1px 3px #080707; 
}

.left-col {
	float: left;
	width: 620px;
	background-image: url(../images/line-break-vert.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 20px;
}

.right-col {
	float: right;
	width: 280px;
	padding-left: 20px;
	background-image: url(../images/line-break-vert.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: -2px;
}


.left-col2 {
	float: left;
	width: 90px;
    background-color:#172e57;
	color:#FFF;
	font-size: 19px;
	line-height:25px;
	font-weight:200;
	font-style:normal;
	padding:10px 10px;
}

.right-col2 {
	float: right;
	width: 480px;


}
/*****************************************************
PRESIDENTS MESSAGE
******************************************************/

#president .left-col2 {
	float: left;
	width: 90px;
    background-color:#172e57;
	color:#FFF;
	font-size: 19px;
	line-height:25px;
	font-weight:200;
	font-style:normal;
	padding:10px 10px;
}

#president .right-col2 {
	float: right;
	width: 800px;
	padding-left:20px;
	color:#515151;
	font-size:13px;
	line-height:21px;
}

/*****************************************************
PRODUCT
******************************************************/

#product .left-col2 {
	float: left;
	width:153px;
	background-color:#f7f7f7;
	margin:0;
	padding:0;
	

}

#product #menu{
	margin:0;
	padding:0;
	}


#product #menu ul{
	margin:0;
	padding:0;
}

#product #menu ul li a{
	margin:0;
	padding:10px;
	list-style:none;
	list-style-type:none;
	font-size: 13px;
	line-height:16px;
	font-weight:200;
	font-style:normal;
	text-transform:uppercase;
	color:#4d5e89;
	width:153px;
	position: relative;
	z-index: 9999;
	left:-20px;
	display:block;
}


#product #menu ul li a:hover{
color:#0072ff;	
}

#product #menu ul li .activ{
		background-color:#FFF;
		color:#0072ff;
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-bottom:1px solid #999;

}



#product .right-col2 {
	float: right;
	width: 780px;
	padding:10px;
	color:#515151;
	font-size:13px;
	line-height:21px;
	border:1px solid #999;
	position:relative;
	z-index:20;
	background-color:#FFF;
}

#product .title{
	color:#172e57;
	font-size:21px;
	font-weight:600;
	font-style:normal;
	text-align:center;
}

#product .title02{
	font-size:21px;
	font-weight:normal;
	font-style:normal;
	line-height:25px;
}


#product .box01{
	margin:0 auto;
	width:737px;
	background-color:#FFF;
}

#product .caption{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}




/*****************************************************
NETWORK
******************************************************/

#network .left-col2 {
	float: left;
	width: 90px;
    background-color:#172e57;
	color:#FFF;
	font-size: 19px;
	line-height:25px;
	font-weight:200;
	font-style:normal;
	padding:10px 10px;
}

#network .right-col2 {
	float: right;
	width: 800px;
	padding-left:20px;
	color:#515151;
	font-size:13px;
	line-height:21px;
}

#network .col3 {
	float: right;
	width: 800px;
	font-size:13px;
	line-height:21px;
	margin-top:50px;
}

#network .col3 .one {
	float: left;
	width:120px;
	height:10px;
	color:#515151;
	font-size:13px;
	line-height:21px;

}


#network .col3 .two {
	float: left;
	width:440px;
	color:#515151;
	font-size:13px;
	line-height:21px;
	margin:0 10px 10px 0;

}

#network .col3 .three {
	float: right;
	width: 310px;
	margin:0 10px 10px 20px;
	
}




#network .p01 {
	color:#172e57;
	font-size:23px;
	font-weight:normal;
	line-height:10px;
	margin-right:15px;

}

#network .p02 {
	color:#515151;
	font-size:13px;
	font-weight:bold;

}


#network .p03 {
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#0072ff;
}


#network .under a:link {
	text-decoration:underline;
}

#network .padd{
	padding:10px 0 0 25px;
}

#network .vertline{
	border-right:1px solid #c3c3c3;
    
}


/*****************************************************
ABOUT US
******************************************************/
#aboutus{
	font-family: 'Open Sans', sans-serif;
	color:#515151;
	font-size:13px;
	line-height:21px;
}

#aboutus img .img01{
	float:left;
	
}
	


#aboutus .left-col2 {
	float: left;
	width: 90px;
    background-color:#172e57;
	color:#FFF;
	font-size: 19px;
	line-height:25px;
	font-weight:200;
	font-style:normal;
	padding:10px 10px;
}

#aboutus .right-col2 {
	float: right;
	width: 310px;
	padding-left:20px;
}





.box01 .title01{
	background-color:#224d9a;
		color:#FFF;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	padding-top:10px;
}


/*****************************************************
11.  CONTENT COLUMNS VARIATIONS
******************************************************/


.one-of-two {
	float: left;
	width: 440px;
	margin-right: 20px;
}
.two-of-two  {
	float: right;
	width: 440px;
	margin-right: -20px;
	padding-right: 20px;
}


.bottom-breaker {
	padding-top: 5px;
	padding-bottom: 35px;
	margin-bottom: 10px;
	background-image: url(../images/section-breaker-white.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}



/*****************************************************
14.  FOOTER ELEMENTS
******************************************************/
#footer {
    clear: both;
    position: fixed;
    bottom: 0 !important;
	margin:0 auto;
    height: 50px;
    overflow: visible;
    z-index: 1200;
    width: 100%;
	background-color:#FFF;

}

.footer-inside {
    width: 980px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #515151;
    font-size: 13px;
    line-height: 13px;
	text-align:center;
}

.foot-left-col {
    float: left;
    width: 780px;
    height: 14px;
    padding-top: 7px;
    padding-bottom: 7px;

    line-height: 14px;
	font-style: italic;
}

.foot-right-col {
    float: right;
    padding-top: 2px;
    padding-right: 48px;
    position: relative;
}

.foot-right-coll {
    float: left;
    padding-top: 2px;
    position: relative;
}

ul.footer-menu {
	margin: 0px;
	padding: 0px;
	float: right;
}
ul.footer-menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.footer-menu li a {
	list-style-image: none;
	list-style-type: none;
	float: left;
	line-height: 14px;
	background-color: #171717;
	margin-right: 1px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFF;
	height: 14px;
	font-size: 9px;
	text-transform: uppercase;
	text-shadow: #000 -1px -1px 0px;
}
ul.footer-menu li a:hover {
	text-decoration: none;
	color: #ffa200;
	background-color: #252525;
	text-shadow: #000 1px 1px 0px;
}
.footer-menu .up-ico {
	background-image: url(../images/sml-up-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	display: block;
}
.footer-menu .down-ico {
	background-image: url(../images/sml-down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	display: block;
}
.footer-pop-out-box {
	position: absolute;
	width: 240px;
	bottom: 28px;
	right: 45px;
	background-image: url(../images/opacity-80-rep.png);
    background-repeat: repeat;
	display: none;	
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.one-icon-wrap {
	float: left;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}

a.white-link {	
    color: #bbbbbb;
	text-decoration: none;
}

a.white-link:hover {	
    color: #FFFFFF;
    text-decoration: none;
}



/*****************************************************
 CONTACT
******************************************************/
#contact{
	color:#515151;
}



#contact p{
	line-height:16px;
}

contact .left-col2 {
	float: left;
	width: 90px;
    background-color:#172e57;
	color:#FFF;
	font-size: 19px;
	line-height:25px;
	font-weight:200;
	font-style:normal;
	padding:10px 10px;
}

#contact .right-col2 {
	float: right;
	width: 800px;
	padding-left:20px;
	color:#515151;
	font-size:13px;
	line-height:21px;
}






/*****************************************************
15.  CONTACT PAGE ELEMENTS (SEE /CONTACT-FORM/STANDARD.CSS STYLES FOR THE CONACT FORM)
******************************************************/

.contact-left-col {
	float: left;
	width: 482px;
	height: 400px;
	height: auto;
	min-height: 400px;
	background-image: url(../images/line-break-vert.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.contact-right-col {
	float: left;
	width: 395px;
	height: 400px;
	height: auto;
	min-height: 400px;
	margin-left: -2px;
	padding-left: 25px;
	background-image: url(../images/line-break-vert.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

.contact-type-wrap {
	background-image: url(../images/section-breaker.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 25px;
	color: #bbbbbb;
	text-shadow: -1px -1px 0px #000;
}
.contact-type-wrap:hover {
	color:#fff;
}
.contact-type-left {
	float: left;
	font-weight: bold;
}
.contact-type-left h3 {
	float: left;
}
.contact-type-right {
	float: right;
	text-align: right;
	padding-top: 5px;
}
a.button-press {
	line-height: 13px;
	text-align: center;
	height: 13px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	background-color: #070707;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/up-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a.button-press:hover {
	text-decoration: none;
	color: #ffa200;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	position: relative;
	top: 2px;
}
a.button-press:active {
	position: relative;
	top: 1px;
}
.email a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFA200;
	color: #FFF;
}
.email a:hover {
	color: #FFA200;
	text-decoration: none;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
.address {
	position: relative;
}
.hidden-map {
	display: none;
}
a.view-map {
	float:right; 
	margin-top: 10px;
	margin-bottom: 10px;
}
span.contact-ico {
	height: 19px;
	width: 19px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.phone span.contact-ico {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
}
.fax span.contact-ico {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
}
.email span.contact-ico {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.address span.contact-ico {
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: center center;
}





/*****************************************************
16.  MAIN NAVIGATION (HORIZONTAL NAV)
******************************************************/
ul#horz-nav-ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
ul#horz-nav-ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
ul#horz-nav-ul li a {
	line-height: 1.3em;
	color: #172e57;
	float: left;
	height: 1.3em;
	padding-top: 11px;
	padding-right:10px;
	padding-bottom: 11px;
	padding-left: 20px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
}
ul#horz-nav-ul li a:hover {
	text-decoration: none;
	color: #172e57;
	background-image: url(../images/nav-a-bg1.png);
}


ul#horz-nav-ul li a.active {
	text-decoration: none;
	color: #172e57;
	background-image: url(../images/nav-a-bg1.png);
}



ul#horz-nav-ul li a.sf-with-ul {
    padding-right: 39px;
}

#horz-nav-ul, #horz-nav-ul * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
#horz-nav-ul {
	line-height: 1.0;
}
#horz-nav-ul ul {
	position: absolute;
	top: -999em;
	width: 13em; /* left offset of submenus need to match (see below) */
	margin-top: .6em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: repeat-y;
	background-position: right top;
	
}
#horz-nav-ul ul li ul {
	margin-top: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/sub-sub-nav-bg.png);
	background-repeat: repeat-y;
	background-position: left top;

}
#horz-nav-ul ul li, #horz-nav-ul ul li ul li {
	width: 100%;
	display: block;
}
#horz-nav-ul li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	background-image: none;
	
}
#horz-nav-ul li {
	float: left;
	position: relative;
}
#horz-nav-ul ul li a, #horz-nav-ul ul li a ul a,
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	display: block;
	position: relative;
	background-image: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	font-size: 13px;
	font-weight:400;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	text-transform:none;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover,
#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover {
	color: #0072ff;
	cursor: pointer;
	background-color: #FFF;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover {
	background-image: none;
}
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	background-image: url(../images/sml-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 7px;	
}

#horz-nav-ul li:hover ul,
#horz-nav-ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul#horz-nav-ul li:hover li ul,
ul#horz-nav-ul li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li:hover ul,
ul#horz-nav-ul li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li li:hover li ul,
ul#horz-nav-ul li li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li li:hover ul,
ul#horz-nav-ul li li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
.sf-sub-indicator {
	background-image: url(../images/sml-down-arrow.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 13px;
	width: 13px;
	background-position: right bottom;
	padding-top: 3px;
	padding-left: 3px;
	position: absolute;
	top: 14px;
	right: 17px;
}




/*****************************************************
17.  TWITTER FEED
******************************************************/
.twitter-content {
	padding: 10px;
	line-height: 150%;
	position: relative;
}
#twitter_update_list {
    color: #FFF;
	text-shadow: -1px -1px 0px #000;
}
ul#twitter_update_list li {
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    list-style-type: none;
}

.follow-me-button a {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	background-color: #000;
	display: block;
	padding: 5px;
	height: 13px;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*****************************************************
18.  PORTFOLIO / GALLERY STYLES
******************************************************/

/*****************************************************
18.  PORTFOLIO / GALLERY STYLES
******************************************************/

.portfolio li {
	list-style-type: none;
	margin-left: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height:25px;
	font-weight:100;

}

.threecol-portfolio {margin-right: -10px; margin-top: -10px;}
.threecol-portfolio .one-portfolio-item {
	width: 200px;
	height: 126px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
	
}


.fivecol-portfolio {margin-right: -10px; margin-top: -10px;}
.fivecol-portfolio .one-portfolio-item {
	width: 100px;
	height: 141px;
	margin-right: 15px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.fivecol-portfolio .two-portfolio-item {
	width: 172px;
	height: 108px;
	margin-right: 35px;
	margin-top: 10px;
	float: left;
    position: relative;
}




.threecol-portfolio .portfolio-hover {
    background-image: url(../images/3-col-hover.png);
	width: 200px;
    height: 126px;
}

/*.fivecol-portfolio .portfolio-hover {
    background-image: url(../images/3-col-hover.png);
	width: 100px;
    height: 141px;
}
*/





.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.portfolio .box01{
	position:relative;
	top:-6px;
        background-color:#172e57;
	padding:10px 10px;
}

.portfolio .box02{
	position:relative;
	top:-6px;
	padding:10px 10px;
        background-color:#224d9a;
}

.portfolio .box03{
	position:relative;
	top:-6px;
	padding:10px 10px;
        background-color:#0072ff;
}


/*****************************************************
19.  AJAX ONLY CSS
******************************************************/
body.ajax .content-inner {
    display: none;
}
/*****************************************************
20. CHANGE THE FONT COLOUR SCHEME (DEFAULT IS ORANGE)
******************************************************/


/*****************************************************
21.  ADD YOUR STYLES BELOW (IF YOU WANT TO)
******************************************************/
#banner{
	background-color:#224d9a;
	margin:0 auto;
	text-align:center;
	padding:0;
	height:310px;
}

#banner div{ margin:0 auto;}

#banner2{
	background-color:#224d9a;
	margin:0 auto;
	text-align:center;
	padding:0;
	height:134px;
}

#banner div2{ margin:0 auto;}

.breakline{
	background-color:#c3c3c3;
	margin-bottom:10px;
	height:1px;
}



#portgallery{
	width:720px;
	height:500px;
	margin:0 auto;
	background-color:#FFF;
	border:1px solid #d4d4d4;
	margin-top:20px;
	margin-bottom:20px;
	
}

#portitle{
	background-color:#d4d4d4;
	color:#FFF;
	font-size:19px;
	font-weight:200;
	font-style:normal;
	padding:10px 15px;
	float:left;
	margin:30px 10px 10px 0;
}

#portitle:hover{
	background-color:#172e57;
	}
	
#portitle.active{
	background-color:#172e57;
	}




	
/*****************************************************
//  ENQUIRY
******************************************************/
#bluebg{
	background-color:#0072ff;
	height:150px;
}

.enqbox01{
	margin: 0 auto;
	background:url(../images/button01.png) no-repeat center center;
	width: 422px;
	height: 150px;
}
/*****************************************************
//  Tab menu
******************************************************/
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

/* Float the list items side by side */
ul.tab li {float: left;
	background-color: #d4d4d4;
	color:white;
}
 

/* Style the links inside the list items */
.fixing-method ul.tab li a {
    display: inline-block;
    text-align: center;
    padding: 10px 40px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	

}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #172E57;
	color:white;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .actives {
    background-color: #172E57;
	color:white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 25px;
    border-top: none;
}

/*****************************************************
//  Zoom button
******************************************************/
#page {
	padding-top:0px;
 	padding-bottom:0px;
 	width:700px;
	margin-left: auto;
        margin-right: auto;
 	margin-top:0px;
 	-webkit-border-right: 0px !important;
 	-webkit-border-left: 0px !important;
 	-moz-border-right: 0px !important;
 	-moz-border-left: 0px !important;
 	border-right: 0px !important;
 	border-left: 0px !important;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	
	
	min-height: 100%;
}



#pageContent{
	position:absolute;
 	
 	
 	width:700px;
 	overflow:hidden;
}
.pageListItem{
	position: absolute;
	width: 700px;
}





#imgContainer{
	width: 700px;
	height: 400px;
}

#positionButtonDiv{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(58, 56, 63);
	/* RGBa with 0.6 opacity */
	background: rgba(58, 56, 63, 0.8);	
	border: solid 1px #100000;
	color:#FFFFFF;
	padding: 8px;
	text-align: left;
	position:absolute;
	right: 35px;
	top: 190px;
}

#positionButtonDiv .positionButtonSpan img{
	float: right;
	border:0;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
}

.zoomableContainer{
	background-image: url("images/transparent.png");
}

.fullscreenToggle.off{display: none;}

/*.img-adj ul li a img {
    display: block;
    margin: 0 auto;
    max-width: 520px;
    width: auto !important;
}*/
/*#img-adj ul li a img {
    display: block;
    margin: 0 auto;
    max-width: 520px;
    width: auto !important;
}*/

.new-prod {
    font-size: 0.8em;
    font-weight: bold;
}