﻿/*---[ =header ] --------------------*/

#header-container
{		
	height: 138px;	
	border-top: 6px solid #474747;	
	background: #1e1e1e url(../images/header-bkg.jpg) no-repeat top center;	
 	min-width: 960px;
}

#header
{
	width: 960px;	
	height: 138px;	
	padding: 0;
	margin: 0 auto;	
	overflow:hidden;
}

#header .telContainer
{
    float: right;
    width: 145px;
    height: 45px;
    padding: 10px 0 0 0;
    overflow: hidden;
}

#header .tel
{
    float: left;
    color: #fff;
    font-size: 1.4em;
    font-weight:normal;    
}

#header a
{
	text-decoration: none;
}

/*---[ =nav ] --------------------*/

#nav-bar
{
	height: 93px;
	overflow: hidden;	
	width: 960px;
}

#nav-logo
{
	float:left;
}

#nav-strapLine
{
	float: left; 
	border-left: solid 1px #95ab1d;
	margin: 13px 0 0 30px;	
	padding-left: 8px;	
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;	
}

#main-nav
{
	height: 93px;	
	overflow: hidden;	
}

#nav-links
{
	margin: 0;
	padding: 18px 0 0 225px;
	list-style: none;	
	height: 75px;	
}

#nav-links li
{	
	padding: 0 35px 0 0;
	margin: 0;		
	float:left;
	background: none;
	float: left;	
}

#nav-links li.last
{
	padding-right: 0;
}

#nav-links li a
{
	color: #fff;
	display: block;		
	line-height: 22px;
	height: 22px;
	background: url(../images/nav-left-bkg.gif) left top no-repeat;
	text-decoration: none;		
	float: left;
}

#nav-links li a span
{
	display: block;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 5px;	
	background: url(../images/nav-right-bkg.gif) right top no-repeat;
	float: left;
	/* fix ie double margin bug */
	display: inline;
	cursor: pointer;	
}

#nav-links li a:hover
{
	text-decoration: none;	
	color: #fff;	
}

#nav-links li a:hover
{	
	background-position: left -22px;
}

#nav-links li a:hover span 
{	
	background-position: right -22px;
}


/*active page styles*/
#services #nav-ourservices a, #work #nav-ourwork a, #about #nav-about a
{
	background-position: left -22px;
}

#services #nav-ourservices a span, #work #nav-ourwork a span, #about #nav-about a span
{
	background-position: right -22px;
}

#feature-container
{
	width: 960px; 
	height: 322px;
	display: none;
	position: relative;
}

#feature-container div
{
	position:absolute;
	top:0;
    left:0;
    width: 960px;
    height: 322px;
    overflow: hidden;
    z-index:8;
    opacity:0.0;	    
}

#feature-container div.active
{
	z-index: 10;
	opacity: 1.0;	
}

#feature-container div.last-active
{
	z-index: 9;
}

#feature-container .featurePager
{
	height: 27px;
	width: 27px;
	float: right;
	opacity: 1;
	top: 150px;
	left: 920px;
}

#feature-container .featurePager a
{
	display: block;
	width: 27px;
	height: 27px;
	background: transparent url(../images/arrow-btn.png);
}

#feature-container .featureContent
{
	width: 600px; 
	height: 200px; 	
	color: #fff;
	opacity: 1;
	margin-top: 60px;
}

#feature-container .featureContent span
{
	display: block;
	color: #fff; 
	font-size:5em;
	padding-bottom: 15px;
	letter-spacing: -1px;
	font-family: "Myriad Pro", Helvetica, Arial, Verdana;
}

#feature-container .featureContent p
{
	height: 60px;
	padding-left: 10px;	
}

#feature-container .featureContent a
{
	color: #fff;
	padding-left: 59px;
	display: block;
	height: 31px;
	line-height: 31px;
}

#feature-container .featureContent a:hover
{
	text-decoration: none;
}

#feature-upto11 a
{
	background: url(../images/feature-upto11-link-bkg.png) no-repeat;
}

#feature-creative a
{
	background: url(../images/feature-creative-link-bkg.png) no-repeat;
}


#services-nav
{
	height: 51px;
	width: 960px;	
	overflow: hidden;		
}

#services-links
{
	margin: 0;
	padding: 17px 0 0 0;
	width: 952px;
	height: 24px;		
}

#services-links li
{
	margin: 0;
	padding: 0 20px 0 0;		
	background: none;
	float: left;	
}

#services-links li.last
{
	padding-right:0;
}


#services-nav li a
{
	color: #333333;		
	height: 24px;
	line-height: 24px;	
	display: block;
	background: url(../images/services-left-bkg.gif) left top no-repeat;
	text-decoration: none;	
	float: left;
}

#services-nav li a span
{
	display: block;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 5px;	
	background: url(../images/services-right-bkg.gif) right top no-repeat;
	float: left;
	/* fix ie double margin bug */
	display: inline;
	cursor: pointer;	
}

#services-nav li a:hover, #services-nav li.active a span
{
	text-decoration: none;
	color: #fff;
}

#services-nav li a:hover
{	
	background-position: left -24px;
}

#services-nav li a:hover span 
{	
	background-position: right -24px;
}

#services-nav li.active a, #services-nav li.active a:hover
{	
	background-position: left -24px;
}

#services-nav li.active a span, #services-nav li.active a:hover span
{	
	cursor: pointer;
	background-position: right -24px;
}

/*---[ =main content ] --------------------*/
#content-container-holder
{	
	background: #fff url(../images/content-container-holder-bkg.gif) repeat-x left top;
	min-width: 960px;
}

#content-container
{
	width: 960px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;	
}

/*---[ =footer ] --------------------*/
#footer-container
{
	min-width: 960px;
}

#footer-topBar
{
	background-color: #474747;
	height: 5px;
	border-top: solid 1px #919191;
	border-bottom: solid 1px #2e2e2e;
}

#footer-news-container
{
	background-color: #1e1e1e;
	display: none;
}

#footer-bottom-container
{	
	background-color: #272727;
	height: 74px;
	line-height: 74px;
}


#footer-bottom
{	
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	overflow:hidden;	
}

#footer-bottom ul
{	
	margin: 0;
}

#footer-bottom li
{
	display: inline;
	border-right: solid 1px #fff;
	background: none;
	padding: 0 8px 0 7px;		
}

#footer-bottom li a
{
	color: #fff;
}

#footer-bottom li a:hover
{
	color: #fff;
	text-decoration: none;
}

#footer-bottom li.first
{
	padding-left: 0;
}

#footer-bottom li.last
{
	border-right: none;
}

#footer-bottom p
{
	float: right;
	margin: 0;
	color: #fff;
}


/*---[ =Enquiry Panel ] --------------------*/
#contactPanel
{
	clear: both;
	padding-top: 20px;
}

.enquiryPanel
{
	width: 940px;
	margin: 15px 0;	
	border-bottom: solid 2px #e4e4e4;
	background: url(../images/contact-bg.gif) no-repeat left bottom; 
}

#contact .enquiryPanel
{
    display: none;
}

.enquiryHeader
{
    width: 940px;
    border-bottom: solid 5px #A3BF15;
    margin-bottom: 10px
}

.spacerBottom
{
    height: 30px;
}

.enquiryHeader h2
{
    padding-bottom: 10px;
    font-size: 1.3em;
	margin: 1em 0 0.5em 0;
}

.enquiryText
{
    width: 300px;
    padding-right: 20px;
    float: left;
}

.enquiryText p
{
    font-size: 1.2em;
    color: #2D2D2D;
    line-height: 20px
}

.enquiryLeftCol
{
    width: 300px;
    padding-right: 20px;
    float: left;
}

.enquiryLeftCol p
{
    font-size: 0.9em;
    font-weight: bold;
    color: #2E2C2C;  
}

.enquiryRightCol
{
    width: 300px;
    float: right;
}

.enquiryRightCol p
{
    font-size: 0.9em;
    font-weight: bold;
    color: #2E2C2C;  
}

.enquiryCommentHolder
{
    width: 620px;
    padding-left: 320px; 
}

.enquiryCommentHolder p
{
    font-size: 0.9em;
    font-weight: bold;
    color: #2E2C2C;  
}

.enquiryPanel .highlight
{
	color: #fff;
	font-weight: bold;	
}

.enquiryPanel .inputField
{
	border: 1px solid #D8D8D8;
	background-color: #F9F9F9;
	width: 178px;	
}

.enquiryPanel .submitLink
{
	text-decoration: underline;		
}


.enquiryPanel .submitLink:hover
{
	text-decoration: none;
}

.enquiryPanel .siteButton
{
	float: right;
	color: #fff;
	background: url(../images/submit-btn.gif) no-repeat;
    width: 62px;
	height: 22px;
	overflow: hidden;
	float: right;
	text-decoration: none;
	font-weight: bold; 
}

/*---[ =Layouts ] --------------------*/

#colMain 
{
	float: left;
	width: 940px;	
	overflow: hidden;
	padding: 0 10px 0 10px;
	position: relative;		
}

#colMain p
{
	line-height: 1.5em;
}

#numberContainer
{
	width: 300px;
	height: 76px;
	position: absolute;
	top: 45px;
	left: 640px;
	background: transparent url(../images/number-box-bkg.png);	
}

#numberContainer .text
{
	color: White;
	font-size: 1.6em;
	font-weight: bold;
	float: left;
	padding: 25px 20px 0 48px;
}


#numberContainer .tel
{    
    color: White;
	font-size: 1.6em;	
	font-weight: bold;	
	float: left;
	padding: 13px 0 0 0;
}

.contentHeaderContainer
{
	width: 940px;
	height: 180px;
	overflow: hidden;
	border-bottom: solid 5px #e4e4e4;
	margin-bottom: 30px;		
}

.col3Left, .col3Middle, .col3Right
{
	width: 300px;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}

.col2Left, .col2Right
{
	width: 460px;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}

.col2Box, .col3Box
{
	width: 404px;
	overflow: hidden;
	height: 149px;
	border: 3px solid #e4e4e4;
	background: transparent url(../images/col-box-bkg.gif) repeat-x;
	padding: 25px;	
}

.col3Box
{
	width: 244px;
}

.col2Box h2, .col3Box h2
{
	width: 398px;
	height: 60px;
	overflow: hidden;
	border-bottom: solid 5px #e4e4e4;
	margin-bottom: 15px;
	font-size: 1.4em;
}

.col3Box h2
{
	width: 238px;
}

.col2Box h2 a, .col3Box h2 a
{
	color: #000;
	font-size: 0.7em;
	display: block;
	height: 15px;
	margin-top: 2px;
	background: transparent url(../images/arrow-green.gif) no-repeat;
	background-position: right 1px;
	text-decoration: none;
}


.col2Box h2 a:hover, .col3Box h2 a:hover
{
	text-decoration: none;
}

.col3Right, .col2Right
{
	padding-right: 0;
}

.colBoxHover
{
	border-color: #a4bd1c;
	cursor: pointer;
}


/*---[ = Homepage]   --------------------*/
#home #header, #home #header-container
{
	height: 470px;
}

#home #feature-container
{
	display: block;
	
}

#home #feature-creative
{
	background: transparent url(../images/feature-creative-bkg.jpg);
}


#home #feature-world
{
	background: transparent url(../images/feature-world-bkg.jpg);
}

#home #feature-students
{
	background: transparent url(../images/feature-students-bkg.jpg);
}

#home #feature-upto11
{
	background: transparent url(../images/feature-upto11-bkg.jpg);
}

#home h1
{	
	font-size: 1.4em;	
	margin: 0.5em 0;
	letter-spacing: normal;
}

#home h2
{
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
}

#home #numberContainer
{
	display: none;
}


/*---[ = Sitemap]       --------------------*/

.siteMapList
{
	float: left;
	width: 245px;
}

#siteMap a 
{
	color: #333333;
	text-decoration: none;
}

#siteMap a:hover
{
	text-decoration: underline;
} 


/*---[ = Enquiry page]       --------------------*/
#enquiryForm table
{	
	border-collapse:collapse;
	padding: 0 10px 0 10px;
}


#enquiryForm tr
{
}

#enquiryForm td
{			
	border: 2px solid #fff;
	vertical-align: top
}

#enquiryForm td.labelcell
{
	padding: 2px 0 0 5px;	
	width: 130px;
}

#enquiryForm .inputField
{
	background-color: #F8F7F5;
}

#enquiryForm .siteButton
{
	overflow: visible;
	padding: 2px 10px 2px 4px;
	background: url(../images/submit-btn.gif) no-repeat 93% 53% #251049;	
	color: White;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
}

/*----[= Offices] --------------------*/
#map_canvas
{
	width:255px;
	height:250px;
	float:right;
	margin: 0 0 5px 5px;
	/*margin: 0 auto; 
	border:1px solid #251049;*/
}

#about #officeContainer h2
{
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 1.2em;
}

#about #officeContainer h3
{
	font-size: 1.1em;
	clear: both;
}

/*----[= OfficeNav] --------------------*/

#officesPanel
{	
	height: 56px;
	margin-bottom: 15px;
}

#officesHeader
{
    width: 940px;
    height: 8px;
    background: url(../images/offices-bar-top.gif) no-repeat left top;
    margin: 0 auto;
    overflow:hidden;
}

#officesFooter
{
    width: 940px;
    height: 8px;
    background: url(../images/offices-bar-bottom.gif) no-repeat left top;
    margin: 0 auto;
}

#officesTag
{
    margin: 0;
    padding: 13px 30px 0 60px;
    float: left;
    border: none;
}

#offices-nav
{
    font-size: 0.9em;
	height: 40px;
	width: 938px;	
	color: #666666;
	margin: 0 auto;
	background: url(../images/offices-bar-bg.gif) repeat-x;
	border-left: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;	
}

#offices-links
{
	margin: 0;
	padding: 10px 0 0 10px;
	width: 780px;
	height: 20px;
	float: left;	
}

#offices-links li
{
	margin: 0;
	padding: 0 40px 0 0;		
	background: none;
	float: left;	
}


#offices-nav li a
{
	color: #333333;		
	height: 20px;
	line-height: 20px;	
	display: block;	
	background: url(../images/offices-left-bkg.gif) left top no-repeat;
	text-decoration: none;	
	float: left;	
}

#offices-nav li a span
{
	display: block;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 5px;	
	background: url(../images/offices-right-bkg.gif) right top no-repeat;
	float: left;
	/* fix ie double margin bug */
	display: inline;
	cursor: pointer;	
}

#offices-nav li a:hover, #offices-nav li.active a span
{
	text-decoration: none;	
	color: #fff;
	
}

#offices-nav li a:hover
{	
	background-position: left -20px;
}

#offices-nav li a:hover span 
{	
	background-position: right -20px;
}

#offices-nav li.active a, #offices-nav li.active a:hover
{	
	background-position: left -40px;
}

#offices-nav li.active a span, #offices-nav li.active a:hover span
{	
	cursor: pointer;
	background-position: right -40px;
}
