
/********************************************  CSS RESET  *********************************************/

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,font,img,ins,kbd,q,s,samp,small,strike,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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
.clearFloat { clear: both; }
.hidden { display: none; }
body, select, input, textarea { font-family: arial, sans-serif; }
textarea { margin: 0; font-size: 100%; overflow: auto; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {

}
h2 {

}
p {

}
a {

}


/**********************************************  HEADER  **********************************************/

#header {
	width:980px;
	height:134px;
	margin:0 auto;
	z-index:99;
	position:relative;
}

#logo{
	width:363px;
	height:101px;
	top:19px;
	left:11px;
	position:relative;
}

#header .enquiry span{
	background:url(../images/icons/enquiry.gif) right center no-repeat;
	padding-right:33px;
	height:21px;
	display:block;
	text-align:right;
	color:#e86425;
	font-size:0.875em;
	z-index:99 !important;
	position:relative;
}

#header .enquiry span:hover{
	background:url(../images/icons/enquiry-hover.gif) right center no-repeat;
	cursor:pointer;
}

#header .enquiry{
	position:absolute;
	right:13px;
	top:107px;
}


/***********************************************  MENU  ***********************************************/

#menu {
}


/**********************************************  FOOTER  **********************************************/

#footerWrapper{
	width:100%;
	background:#a6ce39;
	border-top:7px solid #e86425;
	height:185px;
}

#footer {
	width:960px;
	margin:0 auto;
	position:relative;
}

#footer .footerLinks{
	position:absolute;
	top:35px;
	color:#fff;
	font-size:0.75em;
	width:415px;
}

.footerLinks p{
	padding:2px 0;
}

.footerLinks a{
	color:#fff;
	text-decoration:none;
}

.footerLinks a:hover{
	color:#fff;
	text-decoration:underline;
}

#footer .newsletter{
	position:absolute;
	right:0;
	top:40px;
	text-align:center;
}

.newsletter label{
	color:#e86425;
	padding-right:15px;
	padding-top:4px;
	display:inline-block;
	float:left;
}

.newsletter a{
	color:#e86425;
	text-decoration:none;
	padding-left:15px;
	padding-top:4px;
	display:inline-block;
	float:left;
}

.newsletter a:hover{
	color:#e86425;
	text-decoration:none;
}

.newsletter input{
	font-size:0.75em;
	padding:6px 8px;
	float:left;
	width:175px;
	border: 1px solid #F7C9B3;
}

#footer .moreLinks {
	top:100px;
	position:relative;
}

#footer .moreLinks ul li{
	float:left;
	margin: 0 20px 0 0;
}

/*******************************************  PAGE LAYOUT  ********************************************/

body {
	
}


/***********************************************  NAV  ************************************************/

#nav {
	width:560px;
	height:35px;
	position:relative;
	left:436px;
	top:-23px;
	font-size:1em;
	z-index:999;
}

#nav ul li{
	display:inline-block;
	position:relative;
	float:left;
}

#nav a,
#nav #miHome a,
#nav #miAbout a,
#nav #miServices a,
#nav #miClients a,
#nav #miContact a{
	padding-left:22px;
	text-decoration:none;
	color:#000;
	margin-right:9px;
	display:inline-block;
	position:relative;
	z-index:99;
}

#nav a:hover,
.home #miHome a,
.about #miAbout a,
.services #miServices a,
.clients #miClients a,
.contact #miContact a,
#nav li:hover{
	background: #fff url(../images/icons/gibb-logo-icon.gif) left center no-repeat;
}

#nav li div.subnavAbout,
#nav li div.subnavServices{
	position: absolute;
	left: 50%;
	top: -1135px;
	margin-top:3px;
	opacity: 0;
	-moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.1);
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	-ms-transition-duration: .4s;
	transition-duration: .4s;
}

#nav li:hover div.subnavAbout{
	width:250px;
	position:absolute;
	left:-5px;
	top:15px;
	padding-left:10px;
	visibility: visible;
	opacity: 1;
}

#nav li:hover div.subnavServices{
	position:absolute;
	left:-5px;
	width:250px;
	top:15px;
	padding-left:10px;
	visibility: visible;
	opacity: 1;
}

div.subnavAbout,
div.subnavServices{
	background:#fff;
	padding:10px 0;
	border:1px solid #e86425;
	border-top:0;
}

div.subnavAbout li:hover,
div.subnavServices li:hover{
	background:none !important;
}

div.subnavAbout li a,
div.subnavServices li a{
	float:left;
	line-height:1.5em;
	font-size:0.875em;
	padding-left:15px !important;
	background:url(../images/icons/nav-bullet.gif) left center no-repeat !important;
	display:block;
}

div.subnavAbout li a{
	width:240px;
}

div.subnavServices li a{
	width:240px;
}

div.subnavAbout li a:hover,
div.subnavServices li a:hover{
	background:url(../images/icons/nav-bullet-hover.gif) left center no-repeat !important;
}






/********************************************  HOME PAGE  *********************************************/

#hero{
	width:980px;
	height:400px;
	margin:0 auto;
	padding-bottom:30px;
	position:relative;
}

#hero .toggle{
	width:722px;
	height:57px;
	position:absolute;
	left:129px;
	top:320px;
	background:url(../images/bg/hero-toggle-bg.png) no-repeat;
}

#hero ul#homeGallery li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


/*Kishan */
#homeBanner1 {
	background:url(../images/hero-images/Hero-section1Home.jpg) no-repeat;
	width:980px;
	height:400px;

}

#homeBanner2 {
	background:url(../images/hero-images/home-hero2.jpg) no-repeat;
	width:980px;
	height:400px;

}

#homeBanner3 {
	background:url(../images/hero-images/home-hero3.jpg) no-repeat;
	width:980px;
	height:400px;

}


/*End Here */

.toggle .leftarrow{
	position:absolute;
	left:14px;
	top:15px;
	cursor:pointer;
}

.toggle .rightarrow{
	position:absolute;
	right:15px;
	top:14px;
	cursor:pointer;
}

.toggle ul li{
	width:518px;
	position:absolute;
	left:90px;
	top:10px;
}

.toggle h1{
	text-transform:uppercase;
	color:#e86425;
	font-size:2.25em;
	float:left;
	margin:12px 0 0 35px;
	display:inline-block;
	padding-right:15px;
}

.toggle p{
	font-size:0.75em;
	line-height:1.318em;
	margin-top:6px;
	padding-left:15px;
	margin-right:45px;
}

.toggle p.twoline{
	font-size:0.75em;
	line-height:1.318em;
	margin-top:14px;
	padding-left:15px;
	margin-right:45px;
}

#homeCols{
	width:980px;
	margin:0 auto;
	background:url(../images/bg/homeCols-bg.gif) center top repeat-y;
	margin-bottom:30px;
}

#homeCols ul{
}

#homeCols li{
	display:inline-block;
	float:left;
	width:200px;
	padding:0 30px 0 15px;
	height:170px;
	position:relative;
}

#homeCols h2{
	color:#e86425;
	font-size:1.125em;
}

#homeCols p{
	margin:10px 0;
	font-size:0.75em;
	line-height:1.5em;
}

#homeCols a.btn{
	position:absolute;
	bottom:10px;
}



/**********************************************  COMMON  **********************************************/


a.btn{
	font-size:1.25em !important;
	color:#e86425;
	text-decoration:none;
	padding:3px 0 3px 23px;
	background:url(../images/icons/gibb-logo-icon.gif) left center no-repeat;
}

a.btn:hover{
	color:#a6ce39;
}

#content{
	width:980px;
	margin:0 auto;
}

ul.contentList{
}

ul.contentList li{
	font-size:0.75em;
	list-style:disc;
	margin-left:45px;
	line-height:1.5em;
}



ul.contentListBlack{
}

ul.contentListBlack li{
	font-size:0.75em;
	list-style:disc;
	margin-left:45px;
	line-height:1.5em;
}

ul.contentListBlack li a{
	color:#000000 !important;
}






/*********************************** enquiry *********************************/

.enquiry div.enquiryForm{
	background:#fff url(../images/bg/enquiry-bg.gif) left top repeat-x;
	border:1px solid #f7c9b3;
	width:188px;
	padding:23px 17px 10px 17px;
	margin-top:-2px;
	z-index:98 !important;
	display:none;
}

div.enquiryForm input{
	width:172px;
	border:1px solid #f7c9b3;
	padding:6px;
	font-size:0.75em;
}

div.enquiryForm textarea{
	width:172px;
	border:1px solid #f7c9b3;
	padding:6px;
	font-size:0.75em;
}


div.enquiryForm li{
	position:relative;
	left:0;
	float:left;
	margin:2px 0;
}

div.enquiryForm label{
	top:8px;
	left:7px;
	position:absolute;
	font-size:0.75em;
}

div.enquiryForm h2{
	color:#e86425;
	font-size:1.5em;
}

div.enquiryForm p{
	padding:8px 0;
	font-size:0.75em;
	line-height:1.5em;
}



/*********************************** newsletter *********************************/

.newsletter div.newsletterForm{
	background:#fff url(../images/bg/enquiry-bg.gif) left top repeat-x;
	border:1px solid #f7c9b3;
	width:188px;
	padding:23px 17px 10px 17px;
	margin-top:-2px;
	z-index:98 !important;
	display:none;
	position: absolute;
	right:0px;
	top:-265px;
}

div.newsletterForm input{
	width:172px;
	border:1px solid #f7c9b3;
	padding:6px;
	font-size:0.75em;
}

div.newsletterForm textarea{
	width:172px;
	border:1px solid #f7c9b3;
	padding:6px;
	font-size:0.75em;
}


div.newsletterForm li{
	position:relative;
	left:0;
	float:left;
	margin:2px 0;
}

div.newsletterForm label{
	top:8px;
	left:7px;
	position:absolute;
	font-size:0.75em;
}

div.newsletterForm h2{
	color:#e86425;
	font-size:1.5em;
}

div.newsletterForm p{
	padding:8px 0;
	font-size:0.75em;
	line-height:1.5em;
}








/************************** left Col ************************/


#intHero{
	width:980px;
	height:200px;
	margin:0 auto;
	margin-bottom:25px;
}

#intHeroAbout{
	width:980px;
	height:216px;
	margin:0 auto;
	margin-bottom:25px;
}

#intHeroService{
	width:980px;
	height:216px;
	margin:0 auto;
	margin-bottom:25px;
}

#intHeroClients{
	width:980px;
	height:216px;
	margin:0 auto;
	margin-bottom:25px;
}

#leftCol{
	float:left;
	width:695px;
	margin-right:55px;
	min-height:300px;
	padding-bottom:35px;
}

#leftCol h1{
	color:#e86425;
	font-size:1.5em;
	margin-left:15px;
}

#leftCol h2{
	color:#e86425;
	font-size:1.25em;
	margin-left:15px;
	margin-top:25px;
}

#leftCol h2 span{
	display:block;
	font-size:0.875em !important;
	color:#000;
}

#leftCol h3{
	color:#e86425;
	font-size:1em;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#leftCol p{
	font-size:0.75em;
	margin:10px 0 10px 15px;
	line-height:1.313em;
}



/*************************** right Col *************************/


#rightCol{
	width:220px;
	float:left;
}








/********************** team ********************/

ul.team{
	margin-left:15px;
	margin-top:25px;
}

ul.team li{
	width:200px;
	margin-right:40px;
	float:left;
	font-size:0.75em;
	height:235px;
}

ul.team li.right{
	width:200px;
	margin-right:0;
}

ul.team li img{
}

ul.team h2{
	margin-top:6px !important;
	margin-left:0 !important;
}

ul.team h2 span{
	font-size:0.75em !important;
	color:#333 !important;
	display:block;
}


ul.values{
	margin-top:15px;
}

ul.values span{
	color: #83ab16;
    font-size:1em;
	display:block;
	height:35px;
}

ul.values p{
    margin: 10px 0 10px 0 !important;
}


ul.values.advice{
	margin-top:15px;
}

ul.values .advice{
	width:315px;
	float:left;
	margin:0 15px;
	padding-bottom:25px;
}

ul.values.advice span{
	color: #83ab16;
    font-size:1em;
	display:block;
	height:40px;
}

ul.values.advice p{
    margin: 10px 0 10px 0 !important;
}



ul.values.mortgage{
	margin-top:15px;
}

ul.values .mortgage{
	width:315px;
	float:left;
	margin:0 15px;
	padding-bottom:25px;
}

ul.values.mortgage span{
	color: #83ab16;
    font-size:1em;
	display:block;
	height:18px;
}

ul.values.mortgage p{
    margin: 10px 0 10px 0 !important;
}




ul.values.tax{
	margin-top:15px;
}

ul.values .tax{
	width:315px;
	float:left;
	height:100px;
	margin:0 15px;
	padding-bottom:25px;
}

ul.values.tax span{
	color: #83ab16;
    font-size:1em;
	display:block;
	height:35px;
}

ul.values.tax p{
    margin: 10px 0 10px 0 !important;
}



.map{
	float:left;
	display:block;
	width:530px;
	margin-left:15px;
}

.mapText{
	float:left;
	display:block;
	width:144px;
}

.mapText p a{
	color:#000000;
}

/**************** logos ****************/

.imgLogo {
	float:left;
	margin-right: 30px;
}

.client{
	clear:left;
	padding-bottom:25px;
	margin-top:15px;
}

.clientImage{
	width:200px;
	float:left;
	margin-right:15px;
	margin-left:15px;
}


p.disc{
	font-size:0.613em !important;
}
div.enquiryForm input.error {
	background-color: #F8E3E3;
    border-color: #CE2031;
}

.newsletter input.error {
	background-color: #F8E3E3;
    border-color: #CE2031;
}


.newsletter{
	width:auto;/*416px;*/
}
/*
.newsletter p{
	display:inline-block;
	font-size:0.75em;
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	background:url(../images/icons/ico-tick.png) no-repeat;
	padding-left:22px;
}
*/












