
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image:url(images/bg.png);
	height:0px;
}
html {
    height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*=========================================
Structure CSS =============================*/

.container_6 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-right: 10px;
}


.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6 {
	position:relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .grid_1 {
	width:140px;

}

.container_6 .grid_2 {
	width:300px;
}

.container_6 .grid_3 {
	width:460px;
}

.container_6 .grid_4 {
	width:620px;
}

.container_6 .grid_5 {
	width:780px;
}

.container_6 .grid_6 {
	width:940px;
}


/*=========================================
General CSS =============================*/

#main-container {
	width:990px;
	height:1200px;
	margin:0 auto;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.wrapper {
	width:990px;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#top-bar-dark{
	height:30px;
	width:990px;
	background-color:#232e3e;
	
}

#menu-bar{
	height:100px;
	width:990px;
	background-color:#fafafa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fcfcfc), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #fcfcfc 2%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #fcfcfc 2%,#f9f9f9 100%);}
	
	
#dark-bar-centre{
	height:50px;
	width:990px;
	background-color:#193344;
	border-bottom:#333 solid 2px;
	
}
	
#dark-bar-centre p{
	font-family:"Myriad Pro";
	color:#FFF;
	font-size:28px;
	margin-top:10px;
}

#dark-bar-centre a{
	font-family:Arial, Helvetica, sans-serif;
	color:#09C;
	font-size:16px;
}

.services-section{
	width:990px;
	height:320px;
	
}


.services-section img{
	float:left;
	padding:8px;
	padding-left:20px;
	padding-top:20px;
}

.services-section strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#45494f;
	font-weight:bold;

	
}

.services-section p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-wrap:normal;
	padding:20px;
	line-height:17px;

	
}

.services-bg{
	
	background-image:url(images/low-op-bg.png);
	background-repeat:no-repeat;
	width:300px;
	height:280px;
	margin-top:20px;
	margin-left:20px;
	
}

.text-section{
	height:100%;
	width:972px; 
	padding-left:18px;
	margin:0 auto; 
	background-color:#fff;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}

.text-section img {
	
	float:left;
	padding:22px;
	padding-left:5px;
	padding-right:22px;
}

.text-section h2{
	font-family:"Myriad Pro";
	font-size:21px;
	color:#9c1000;
	margin-top:
	20px;
}

.text-section p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-wrap:normal;
	padding-top:20px;
	line-height:17px;
	font-weight:bold;
	text-align:justify;
}

.text-section ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-wrap:normal;
	padding-top:20px;
	line-height:17px;

}

.text-section li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-bottom:10px;
	list-style:circle;
	margin-left:10px;
		
}
.text-section .grid_3 {
	width: 440px;
	margin-left: 60px;
}


.menu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	white-space: nowrap;
	float:right;
}

.menu li {
	position: relative;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	 color:#CCC;
	
}

.menu li.with-sub:hover:before {
	content: '';
	display: block;
	width: 180px;
	height: 2px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 1;
	background: #e34735;
}

.menu li i {
	margin-right: 7px;
	color: #ced3d5;
	text-shadow: 0 1px 0 white;
}

.menu a {
    display: block;
    
    position: relative;
    
    text-decoration: none;
     color:#CCC;
    font: 14px;
	font-family:Arial, Helvetica, sans-serif;
margin-top:19px;
	-webkit-transition: none;
	transition: none;
}

.menu a.active {
	color: #e34735;
	margin-top:19px;
}

.menu > li {
    display: inline-block;
    vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	 color:#CCC;
}

.menu > li:before, .menu a.active:before { 
	content: '';
	display: block;
	height: 10;

	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;

	z-index: 53;

	background: #e34735;

	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.menu > li:hover:before, .menu a.active:before { height: 2px; }

.menu > li > a {
    padding: 0 15px;
    line-height: 80px;
     color:#666;
}


.sidemenu{
	width:100%;	
}

.sidemenu ul{	
	margin-top:20px;
	margin-left:0;
	padding-left:0;
	padding-top:10px;
	border-top:1px solid #ccc;
}
 .sidemenu a {
	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
	list-style:none;
	text-indent:10px;
	margin-left:0;
	padding-left:0;
	
}

.sidemenu a:hover{
	height:30px;
	border-bottom:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09F;
	text-decoration:none;	
}

.sidemenu .active{
	height:30px;
	border-bottom:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09F;
	text-decoration:none;	
}

.sidemenu li{
	height:30px;
	border-bottom:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
	list-style:none;
	text-indent:10px;
	margin-left:0;
	padding-left:0;
	
}


.sidemenu li:hover{
	height:30px;
	border-bottom:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09F;
		text-decoration:none;
	
}

.img-bar {
	background-image:url(images/page-head-bg.gif);
	padding: 25px 0;
	background: #2f3338 url(../img/page-head-bg.gif) repeat;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
	color: #c4c7ca;
	font-size: 26px;
	line-height: 24px;
}

.img-bar h1 {
	color:#fff;
}

.dec img {
	width:40%;
	margin:25px 20px 10px 0px;
	float:left;
	padding:5px;
	border:1px solid #ccc;
}

.dec h2 {
	font-size:20px;
	margin-top:25px;
}

.dec p {
	font-size:13px;
	font-weight:100;
	padding-top:0px;
	line-height:20px;
	color:#2f3338;
}

.dec ul {
	float:left;
	margin:10px 120px 0px 50px;
}

.dec .last {
	margin-left:10px;
	margin-right:0px;
}

.dec li {
	font-size:14px;
}

#contact_form {
	margin-left:0px;
}

#contact_form fieldset {
	float:left;
	border:none;	
	margin-top:12px;
	margin-right:20px;
}

#contact_form input {
	padding:8px;
	width:310px;
	clear:both;
	float:left;
	margin-top:11px;
	font-size:11px;
}

#contact_form .button5 {
	border:none;
	margin-top:5px;
	marign-right:0px;
	background-color:#4f4f4f;
	color:#fff;
	font-weight:bold;
	text-align:left;
	font-size:16px;
}

#contact_form .button5:hover {
	cursor:pointer;
}

#contact_form textarea {
	width:570px;
	height:100px;
	padding:8px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	float:left;
}

#contact_form input[type=submit] {
	float:right;
	width:120px;
	font-size:14px;
	margin-top:-35px;
}


.footer a:hover {
	text-decoration:underline;
}

/*==============================================
Slider =======================================*/

.slider {
	margin: 0px 0px 0px 0px;
	position: relative;
	width:990px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 990px;
	padding: 0;
	margin: 0;
}

.rslides li {
	position: absolute;
	display: none;
	width:990px;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	float: left;
	width: 100%;
	height: 380px;
	border: 0;
	position: absolute;
}

a.rslides_nav {
	position: absolute;
	z-index: 200;
	top: 35%;
}

a.rslides_nav.next {
	background: #322e39;
	display: block;
	padding: 21px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	right: 0; top:170px;
	text-decoration:none;
}

a.rslides_nav.prev {
	background: #322e39;
	display: block;
	padding: 21px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	left: 0; top:170px;
	text-decoration:none;
}

.caption {
	padding: 95px 0px 0px 65px;
	width: 895px;
	height: 285px;
	margin: 0 auto;
	overflow: hidden;
}

.caption img {
	width:auto;
	height:auto;
}

.caption h3 {
	padding: 0px 20px 0px 0px;
	margin:10px 0px 20px 0px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight:100;
	line-height: 26px;
	position:relative;
}

.caption p {
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	position:relative;
}

.caption p > a {
	color: #516237;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.caption p > a:hover {
	color: #ffffff;
}

.slide-text {
	width:60%;
	float:left;
}

.slide-img {
	width: 36%;
	position: relative;
	top: -78px;
	float: right;
	height: 380px;
}

.slide-img img {
	float:right;
}

/*=====================================
Adverts =============================*/

.advert-left {
	position:fixed; z-index:-1; top:0px; border:1px solid #ccc; left:90px; overflow:auto;
}

.advert-right {
	position:fixed; z-index:-1; border:1px solid #ccc; top:0px; right:90px; overflow:auto;
}

@media only screen 
and (max-width : 1710px) {
	.advert-right { right:0px}
	.advert-left {left:0px;}
/* Styles */
}

.advert-left:hover, .advert-right:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*=====================================
Buttons =============================*/

.tp-caption {
font-size: 14px;
margin-top:25px;
line-height: 20px;
white-space: nowrap;
-webkit-transform: scale(1, 1) rotate(0deg);
font-family:Arial, Helvetica, sans-serif;
}

.btn.opacity {
background: rgba(250,250,250,0.1) repeat-x top;
border: 1px solid rgba(250,250,250,0.2) !important;
border-radius:3px;
color: rgba(250,250,250,0.7);
text-shadow: none;
padding:10px 30px;
text-decoration:none;
}

.btn.opacity:hover {
background: rgba(250,250,250,0.3) repeat-x top;
color: rgba(250,250,250,0.9);
}

.btn.opacity.blue {
background: #2eafbb repeat-x top;
border: 1px solid #26a4b1;
color: #fff;
text-shadow: 0 -1px 0px #178e9d;
}

.btn.opacity.blue:hover {
background: #178e9d repeat-x top;
border: 1px solid #178e9d;
}

.btn.opacity.red {
background: #e34735 repeat-x top;
border: 1px solid #df4432;
color: #fff;
text-shadow: 0 -1px 0px #d4281c;
}

.btn.opacity.red:hover {
background: #d4281c repeat-x top;
border: 1px solid #d4281c;
color: #fff;
text-shadow: 0 -1px 0px #d4281c;
}

.footer{
	width:100%;
	height:25px;
	background-color:#232e3e;
	color:#fff;
	margin-top:0px;
	padding-top:15px;
	font-size:12px;
	text-align:center;
}

.footer a {
	color:#fff;
	text-decoration:none;
}
	
	












