/**
 *	Base Style Sheet For Eclectic Productions (c) Eclectic Productions 2009
 *	http://www.eclectic-productions.co.uk | Connecting People - Improving Lives
 *
 */

* {
	margin:0;
	padding:0;
}

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, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/**
 * General CSS to control the presentation of the layout of the site
 *	
 */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: arial, verdana, helvetica;
	font-size: 0.75em;
	color: #5c5a5a;
	background: #e7e7e9;
	line-height: 1.6;
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto; 
	background: url(../images/bg.jpg) top left repeat-x;

}

* html #wrapper {
	height: 100%;
}

#inner-wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
 	overflow: hidden;
}

#content {
	position: relative;
	left: 2px;
	background: #fff;
	width: 930px;
	margin: 0 auto;
}

#content-internal {
	position: relative;
	top: 35px;
	left: 100px;
	width: 740px;
	padding-bottom: 45px;
}

#content .home {
    left: 45px;
    width: 840px !important;
}

#footer {
	position: relative;
	background: url(../images/footer-bg.gif) bottom left no-repeat;
	left: 2px;
	height: 50px;
	width: 930px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 30px;
} 

#footer-internal {
	position: relative;
	top: 10px;
	left: 100px;
	width: 740px;
}

#footer-internal .contact-details {
	position: relative;
	top: 0px;
	left: 162px;
}

/**
 * Styles to be applied globally (e.g. strong)
 *	
 */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.ui-tabs-hide {  
	display: none;  
}  

h4.shadow-div {
	position: relative;
	background: url(../images/shadow-div.gif) bottom center no-repeat;
	width: 735px;
	height: 38px;
	margin: 0 auto;
}

a {
    color: #42647e;
}

/**
 * Header elements
 *	
 */
 
#header {
	position: relative;
	background: url(../images/header-bg.jpg) top left no-repeat;
	height: 166px;
	width: 960px;

}
 
h1 {
	position: relative;
	background: url(../images/logo.jpg) top left no-repeat;
	width: 207px;
	height: 121px;
	text-indent: -5000em;

}

h1 a {
	display: block;
	width: 207px;
	height: 121px;
}

#top-nav-container {
	position: absolute;
	top: 122px;
}

#top-nav-container li {
	display: inline;
	height: 44px;
	float:left; 
}

#top-nav-container li a {
	display:block;
	height:44px;
	text-indent: -5000em;
}

#top-nav-container li.home a {
	position: relative;
	left: 35px;
	background: url(../images/top-nav-home.gif) top left no-repeat;
	width: 32px;
	margin-right: 320px;
}

#top-nav-container li.about-us a {
	position: relative;
	background: url(../images/top-nav-about-us.png) top center no-repeat;
	width: 67px;
	margin-right: 25px;
}

#top-nav-container li.what-we-do a {
	position: relative;
	background: url(../images/top-nav-what-we-do.png) top left no-repeat;
	width: 83px;
	margin-right: 25px;
}

#top-nav-container li.our-work a {
	position: relative;
	background: url(../images/top-nav-our-work.png) top left no-repeat;
	width: 73px;
	margin-right: 25px;
}

#top-nav-container li.clients a {
	position: relative;
	background: url(../images/top-nav-clients.png) top left no-repeat;
	width: 55px;
	margin-right: 25px;
}

#top-nav-container li.jobs a {
	position: relative;
	background: url(../images/top-nav-jobs.png) top left no-repeat;
	width: 39px;
	margin-right: 25px;
}

#top-nav-container li.blog a {
	position: relative;
	background: url(../images/top-nav-blog.png) top left no-repeat;
	width: 42px;
	margin-right: 25px;
}

#top-nav-container li.contact a {
	position: relative;
	background: url(../images/top-nav-contact.png) top left no-repeat;
	width: 59px;
	margin-right: 25px;
}

#top-nav-container li a:hover {
	background-position: 0 -44px;
}

#top-nav-container li a.active {
	background-position: 0 -88px;
}

/**
 * Below Fold Elements
 *	
 */
 
#below-fold-container {
	position: relative;
	top: -10px;
	height: 100px;
	border-bottom: 1px solid #d8d8d8;
}

#testimonials {
	position: relative;
	width: 315px;
	height: 90px;
	border-right: 1px solid #d8d8d8;
	float: left;
}

#testimonials div.testimonial-container {
	position: relative;
	top: 15px;
	width: 280px;	
	height: 90px;
}

#testimonials div.testimonial-container li {
	width: 280px;	
	height: 100px;
	
}

#testimonials h5.prev {
	position: absolute;
	left: 290px;
	top: 10px;
	background: url(../images/circle-up.gif) top left no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -5000em;
	cursor: pointer;
}

#testimonials h5.next {
	position: absolute;
	top: 60px;
	left: 290px;
	background: url(../images/circle-down.gif) top left no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -5000em;
	cursor: pointer;
}
	
#client-showcase {
	position: relative;
	left: 30px;
	float: left;
	width: 350px;
	overflow: hidden;
}

#client-showcase div.client-showcase-container {
	position: relative;
	width: 380px;
}

#client-showcase div.client-showcase-container li{
	min-width: 120px;
	text-align: center;
}


/**
 * --------------------------------------------------------------------------------
 * Homepage CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Services Carousel
 *	
 */
 
#homepage-wrapper {
	position: relative;
	height: 333px;
	margin-bottom: 20px;
}

#homepage-wrapper #tab-nav {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 100px;
	list-style-type: none;
    z-index:99;
}

#homepage-wrapper #tab-nav li {
	position: relative;
	line-height: 1.4;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	font-size: 1.2em;
	cursor: pointer;
	padding-left: 6px;
	height: 19px;
}

#homepage-wrapper #tab-nav li.active {
	color: #fff;
	background: url(../images/slider-activate-circle.png) top left no-repeat;
}

#homepage-wrapper .prev {
	position: absolute;
	top: 150px;
    left: -10px;
	background: url(../images/circle-prev.gif) top left no-repeat;
	width: 40px;
	height: 40px;
	float: left;	
	text-indent: -5000em;
	cursor: pointer;
    z-index: 99;
}

#homepage-wrapper .next {
	position: absolute;
	top: 150px;
    right: -10px;
	background: url(../images/circle-next.gif) top left no-repeat;
	width: 40px;
	height: 40px;
	float: right;	
	text-indent: -5000em;
	cursor: pointer;
    z-index: 99;
}

#homepage-services-carousel .carousel-container {
	position: relative;
	width: 740px;
    height: 333px;
    padding: 0 50px;
    overflow: hidden;  
}

#homepage-services-carousel .carousel-text {
	position: absolute;
	top: 80px;
	left: 15px;
}

#homepage-services-carousel h2.service-title {
	position: relative;
	font-size: 1.9em;
	color: #fff;
	padding-bottom: 5px;
}

#homepage-services-carousel p.service-desc {
	position: relative;
	font-size: 1.15em;
	width: 290px;
	padding-bottom: 10px;
	color: #fff;
}

#homepage-services-carousel img.service {
	margin-top: 10px;
}

#homepage-services-carousel h3.learn-more {
	position: absolute;
	top: 175px;
	background: url(../images/learn-more-button.png) top left no-repeat;
	width: 126px;
	height: 30px;
	text-indent: -5000em;
	margin-bottom: 10px;
}

#homepage-services-carousel h3.learn-more a {
	display: block;
	width: 126px;
	height: 30px;
	text-decoration: none;
}

/**
 * Company Description
 *
 */

#homepage-company-desc {
	position: relative;
	padding: 30px 15px 0px 15px;
	/*background: url(../images/homepage-bottom-bg.jpg) bottom center no-repeat;*/
}



#homepage-featured-projects {
	position: relative;
	float: right;
	width: 460px;
}

#homepage-featured-projects  h3{
	font-weight: bold;
	font-size: 1.5em;
	color: #0f293d;
	margin-bottom: 15px;
}

#homepage-featured-projects  h4.more-projects{
	position: absolute;
	background: url(../images/more-projects.gif) top left no-repeat;
	top: 0px;
	right: 0px;
	width: 99px;
	height: 19px;
	text-indent: -5000em;
	z-index:99;
}

#homepage-featured-projects  h4.more-projects a{
	display: block;
	width: 99px;
	height: 19px;
}

#homepage-company-desc div.text-content {
	float: left;
	width: 300px;
	height: 232px;
	padding-right: 10px;
	border-right: 1px solid #dfdfdf;
}

#homepage-company-desc div.text-content  p {
	font-size: 1.2em;
	padding-right: 10px;
}

#homepage-company-desc h2 {
	font-size: 1.25em;
	color: #0f293d;
	letter-spacing: 5;
    margin-bottom: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}

#homepage-company-desc-h4 {
	float: left;
}

#homepage-company-desc ul.service-tabs {
	position: relative;
    list-style-type: none;
	width: 460px;
}

#homepage-company-desc ul.service-tabs li {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

#homepage-company-desc ul.service-tabs li h4 {
    font-size: 1.2em;
    color: #0f293d;
    font-weight: bold;
    padding-bottom: 5px;
}

#homepage-company-desc ul.service-tabs li h4 a{
    color: #0f293d;
}

#homepage-company-desc ul.service-tabs li img { padding-right: 10px; float: left; }

#homepage-company-desc ul.service-tabs li a { color: #79828a; text-decoration: none; }

#homepage-company-desc ul.service-tabs li a:hover { color: #0f293d; text-decoration: underline; }

#homepage-logos {
	position: relative;
	width: 740px;
	overflow: hidden;
    padding: 5px 50px;
}

#homepage-logos div.homepage-logos-container {
	position: relative;
	width: 740px;
}

#homepage-logos div.homepage-logos-container ul {
	list-style-type: none;
}

#homepage-logos div.homepage-logos-container li{
    position: relative;
	min-width: 120px;
	text-align: center;
	float: left;
	padding-bottom: 20px;
}


/**
 * --------------------------------------------------------------------------------
 * About CSS Begins Here
 * --------------------------------------------------------------------------------
 */

 
/**
 * About Main Elements
 *	
 */
 
#about-main h2.page-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#about-main h3 {
	font-size: 1.2em;
	width: 390px;
	text-transform: uppercase;
}

#about-main p {
	font-size: 1.2em;
	width: 390px;
	padding-bottom: 30px;
}

#about-main h2.awards-title {
	position: relative;
	top: -10px;
	font-size: 1.2em;
	color: #0f293d;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#about-main ul {
	position: relative;
	top: -5px;
	padding-bottom: 5px;
	line-height: 1;
}

#about-main li.list {
	position: relative;
	margin: 0;
	padding: 5px 0 0 25px;
	list-style: none;
	background: url(../images/award-star.gif) no-repeat 0 2px;
	padding-bottom: 10px;
}

/**
 * About Sub Elements
 *	
 */
 
#about-sub {
	position: absolute;
	top: 64px;
	left: 442px;
	width: 298px;
}

#about-working-with-us { 
	position: relative;
	top: 480px;
	list-style-type: none;
	padding: 0; 
	margin: 0 0 30px; 
	border-top: none;
	border-left: none;
}

#about-working-with-us h2.working-with-us-title {
	position: relative;
	top: -10px;
	font-size: 1.2em;
	color: #0f293d;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#about-working-with-us ul {
	padding: 0;
	margin: 0; 
	float: left; 
	display: block;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

#about-working-with-us li {
	cursor: pointer; 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block;
	width: 100%;
}

#about-working-with-us li.active>a { 
	background: url(../images/collapse.gif) no-repeat center left; 
}

#about-working-with-us li div {
	display: block; 
	clear: both;
	float: left;
	padding-bottom: 7px;
}

#about-working-with-us a {
	text-decoration: none; 
	border-top: 1px solid #d8d8d8;
	color: #5c5a5a;
	padding: 3px 15px; 
	display: block; 
	font-weight : bold;
	cursor: pointer;
	background: url(../images/expand.gif) no-repeat center left;
}

#about-image {
	position: relative;
	margin-bottom: 40px;
}

#about-image h5.prev {
	position: relative;
	background: url(../images/circle-prev-small.gif) top left no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -5000em;
	cursor: pointer;
	float: right;
	padding-left: 5px;
}

#about-image h5.next {
	position: relative;
	background: url(../images/circle-next-small.gif) top left no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -5000em;
	cursor: pointer;
	float: right;
}

#about-how-we-work {
	position: absolute;
	left: 0px;
}

#about-how-we-work h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

#about-how-we-work p {
	font-size: 1.2em;
	padding-bottom: 30px;
}

/**
 * --------------------------------------------------------------------------------
 * What We Do CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Services Carousel
 *	
 */
 
.services-content-bg {
	background: #fff url(../images/services-content-bg.jpg) top left no-repeat !important;
}
 
#what-we-do-carousel {
	position: relative;
	width: 800px;
	/*background: url(../images/shadow-div.gif) bottom center no-repeat;*/
}

div.what-we-do-box {
    position: relative;
    width: 330px;
    height: 295px;
	
    float: left;
    margin-right: 70px;
    margin-bottom: 50px;
    font-size: 1.2em;
}

div.what-we-do-box img {
	border: 1px solid #C8C7C7;
	padding: 1px;
}

div.what-we-do-box a.box-link {
    display: block;   
}

div.what-we-do-box h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
	padding: 10px;
}

div.what-we-do-box p {
	padding: 0 10px;
}

div.what-we-do-box a {
    color: #5C5A5A;
    text-decoration: none;
}

div.what-we-do-box a:hover {
    color: #5C5A5A;
    text-decoration: underline;
   
}

div.last {
    margin-right: 0px;    
    
}

h2.generic-title {
    position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
    font-weight: bold;
	width: 500px;
 }

#what-we-do-carousel #tab-nav {
	position: relative;
	list-style-type: none;
	padding-bottom: 35px;
	padding-top: 10px;
	margin-left: 170px;
}

#what-we-do-carousel #tab-nav li {
	display: block;
	float: left;
}

#what-we-do-carousel #tab-nav li a {
	position: relative;
	float: left;
	font-weight: bold;
	padding-right: 70px;
	text-decoration: none;
	text-transform: uppercase;
	color: #d8d8d8;
	font-size: 1.4em;
}

#what-we-do-carousel #tab-nav li.last a {
	padding-right: 0px;
}


#what-we-do-carousel #tab-nav li a.active {
	color: #3e84a9;
}

#what-we-do-carousel #sub-nav {
	position: relative;
	width: 144px;
	padding-top: 25px;
	list-style-type: none;
}

#what-we-do-carousel #sub-nav li {
	display: block;
	margin-bottom: 15px;
}

#what-we-do-carousel #sub-nav li a {
	position: relative;
	text-decoration: none;
	color: #5C5A5A;
}

#what-we-do-carousel #sub-nav li a:hover {
	text-decoration: underline;
}

#what-we-do-carousel #sub-nav li a.active {
	font-weight: bold;
	font-size: 1.1em;
}

#what-we-do-carousel .carousel-container {
	position: relative;
	width: 530px;
	margin: 0px 0 10px 0;
	float: left;
}

#what-we-do-carousel div.service-related-work {
	float: right;
	width: 174px;
	padding-bottom: 10px;
	margin-left: 30px;
    z-index: 99 !important;
}

#what-we-do-carousel div.service-related-work h3.related-work-title {
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}

#what-we-do-carousel div.service-related-work p {
    font-size: 1em;
}

#what-we-do-carousel div.service-related-work h4.title {
	color: #000;
	font-weight: bold;
}

#what-we-do-carousel div.service-related-work h5.launch-project {
	position: relative;
	background: url(../images/launch-work-button.gif);
	width: 101px;
	height: 21px;
	text-indent: -5000em;
	margin-bottom: 10px;
    z-index: 99 !important;
}

#what-we-do-carousel div.service-related-work h5.launch-project a {
	display: block;
	width: 101px;
	height: 21px;
	text-decoration: none;
    z-index: 99 !important;
}

#what-we-do-carousel h2.service-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	width: 530px;
    margin-bottom: 15px;
}

#what-we-do-carousel h3.service-header {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	color:#5C5A5A;
	text-transform: uppercase;
}

#what-we-do-carousel p.service-desc {
	position: relative;
	top: 15px;
	font-size: 1.2em;
	width: 569px;
	padding-bottom: 46px;
}

#what-we-do-carousel p {
	position: relative;
	font-size: 1.2em;
	padding-bottom: 20px;
}

#what-we-do-carousel h4 {
	position: relative;
	font-size: 1.2em;
    font-weight: bold;
	padding: 5px 0 10px 0;
}

#what-we-do-carousel h3.service-sub-title {
	position: relative;
	font-size: 1.3em;
	color: #0f293d;
	text-transform: uppercase;
	padding-bottom: 3px;
}

#what-we-do-carousel div.what-we-do-sidebar-container {
	float: right;
	padding-left: 20px;
}

#what-we-do-carousel div.what-we-do-sidebar-container h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #366172;
	font-size: 1.2em;
	padding-top: 15px;
}

/**
 * --------------------------------------------------------------------------------
 * Our Work CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Our Work Main
 *	
 */

 
#our-work-main {
	position: relative;
	padding-bottom: 10px;
} 

#our-work-main h2.page-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
}

#our-work-main h3.page-title {
	position: relative;
	font-size: 1.5em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-top: 20px;
}

#our-work-main h3.page-title-desc {
	position: relative;
	top: -30px;
	float: right;
	color: #656363;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#our-work-featured-projects {
	position: relative;
	margin-top: 30px;
}

#our-work-featured-projects div.featured-project-box {
	position: relative;
	width: 219px;
	margin-right: 40px;
	float: left;
}

#our-work-featured-projects div.featured-project-box h4 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

#our-work-featured-projects div.featured-project-box p {
	padding-top: 5px;
}

#our-work-featured-projects div.featured-project-box div.desc {
	height: 100px;
}

#our-work-featured-projects div.featured-project-box p.link {
	font-size: 0.9em;
	padding-bottom: 5px;
}

#our-work-featured-projects div.featured-project-box p a {
	color: #5C5A5A;
}

#our-work-featured-projects div.last {
	margin-right: 0px;
}

#our-work-featured-projects div.featured-project-box h4.launch-project {
	position: relative;
	top: 10px;
	background: url(../images/launch-work-button.gif) top left no-repeat;
	width: 101px;
	height: 21px;
	text-indent: -5000em;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#our-work-featured-projects div.featured-project-box h4.launch-project a {
	display: block;
	width: 101px;
	height: 21px;
}

#our-work-recent-projects {
	position: relative;
}

#our-work-recent-projects div.featured-project-box {
	position: relative;
	width: 219px;
	margin-right: 40px;
	margin-top: 30px;
	float: left;
}

#our-work-recent-projects div.featured-project-box h4 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

#our-work-recent-projects div.featured-project-box p {
	padding-top: 5px;
}

#our-work-recent-projects div.featured-project-box div.desc {
	height: 100px;
}

#our-work-recent-projects  div.featured-project-box p.link {
	font-size: 0.9em;
	padding-bottom: 5px;
}

#our-work-recent-projects div.featured-project-box p a {
	color: #5C5A5A;
}

#our-work-recent-projects div.last {
	margin-right: 0px;
}

#our-work-recent-projects div.featured-project-box h4.launch-project {
	position: relative;
	top: 10px;
	background: url(../images/launch-work-button.gif) top left no-repeat;
	width: 101px;
	height: 21px;
	text-indent: -5000em;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#our-work-recent-projects div.featured-project-box h4.launch-project a {
	display: block;
	width: 101px;
	height: 21px;
}

#our-work-recent-projects li p.details {
	font-size: 0.9em;
	color: #a9a9a9;
	padding-bottom: 5px;
}

#our-work-main h3.section-title {
	position: relative;
	color: #656363;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin: 15px 0;
}

#our-work-main h4.project-button {
	position: relative;
	width: 100px;
	height: 20px;
	padding: 5px;
	background: #1F89B0;
	
}

#our-work-main h4.project-button a {
	display: block;
	width: 100px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#our-work-main h4.back-button a {
	display: block;
	position: relative;
	margin-top: 15px;
	color: #656363;
	font-weight: bold;
}

#our-work-project-showcase {
	position: relative;
	width: 723px;
	height: 271px;
	margin-top: 20px;
}

#our-work-project-showcase h5.s_prev {
	position: absolute;
	top: 119px;
	left: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/circle-prev.gif) top left no-repeat;
	cursor: pointer;
	z-index: 99;
	text-indent: -5000em;
}

#our-work-project-showcase h5.s_next {
	position: absolute;
	top: 119px;
	right: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/circle-next.gif) top left no-repeat;
	cursor: pointer;
	z-index: 99;
	text-indent: -5000em;
}

#our-work-project-showcase div.overlay {
	position: absolute;
	background: url(../images/project-slideshow-overlay.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 723px;
	height: 271px;
	z-index: 99;
}

#our-work-project-description {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

#our-work-project-description p {
	padding-bottom: 20px;
	font-size: 1.2em;
}



/**
 * --------------------------------------------------------------------------------
 * Clients CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Clients Main
 *	
 */
 

#clients-main h2.page-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#clients-main h3 {
	font-size: 1.2em;
	width: 390px;
	text-transform: uppercase;
}

#clients-main p.page-desc {
	font-size: 1.2em;
	padding-bottom: 30px;
}

#clients-main div.client-box {
	position:relative;
	top:10px;
	width:154px;
	height:205px;
	float: left;
	margin-right: 40px;
	text-align: center;
	font-size: 1.1em;
}

#clients-main div.client-box-last {
	position:relative;
	top:10px;
	width:154px;
	height:205px;
	float: left;
	text-align: center;
	font-size: 1.1em;
}

#clients-main div.client-box h4, 
#clients-main div.client-box-last h4 {
    font-weight: normal;
    
}

/**
 * --------------------------------------------------------------------------------
 * Contact CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Contact Main
 *	
 */
 
#contact-main h2.page-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#contact-main h3 {
	font-size: 1.2em;
	width: 390px;
	text-transform: uppercase;
}

#contact-main p.page-desc {
	font-size: 1.2em;
	padding-bottom: 30px;
}

#contact-main td {
	font-size: 1.1em;
	width: 215px;
	padding-bottom: 5px;
	padding-right: 25px;
}

#contact-main input[type="text"] {
	width: 100%;
	border: 1px solid #d8d8d8;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#contact-main p.message-title {
	font-size: 1.2em;
	padding-bottom: 7px;
}

#contact-main textarea {
	width: 465px;
	border: 1px solid #d8d8d8;
	height: 100px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 17px;
	font-family: arial;
	font-size: 1em;
}

#contact-main input[type="submit"] {
	position: relative;
	background: url(../images/send-message-button.gif) top left no-repeat;
	width: 100px;
	height: 21px;
	text-indent: -5000em;
	border: 0px;
	margin-bottom: 10px;
    cursor: pointer;
}

 #contact-main input.button {
	position: relative;
	background: url(../images/send-message-button.gif) top left no-repeat;
	width: 100px;
	height: 21px;
	text-indent: -5000em;
	border: 0px;
	margin-bottom: 10px;
	
	font-size: 0px;
	display:block;
	line-height: 0px;
    cursor: pointer;
}

/**
 * Contact Sub
 *	
 */
 
#contact-sub {
	position: absolute;
	top: 135px;
	left: 500px;
	width: 225px;
	height: 325px;
	border-left: 1px solid #d8d8d8;
	padding-left: 20px;
 }
 
#contact-sub h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

#contact-sub p.last {
	padding-bottom: 30px;
}

#contact-sub a {
	color: #42647e;
}

/**
 * --------------------------------------------------------------------------------
 * Blog CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Blogs Main
 *	
 */
 

#blogs-main h2.page-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#blogs-main h3 {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 20px;
}

#blogs-main h3.post-details {
	background: #dfdfdf;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
}

#blogs-main img.main-image {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#blogs-main p {
	font-size: 1.1em;
	padding-bottom: 15px;
}

#blogs-main .author {
	color: #2A6287;
	text-decoration: none;
}

#blogs-sub-container {
	position: relative;
	width: 100%;
	border-top: 1px solid #d8d8d8;
}

#blogs-sub-recent-posts {
	position: relative;
	width: 370px;
	float: left;
	margin-right: 20px;
}

#blogs-sub-categories {
	width: 350px;
	position: relative;
	float: left;
	border-bottom: 1px solid #d8d8d8;
	height: 300px;
}

#blogs-sub-container img {
	position: relative;
	top: 5px;
	padding-right: 5px;
}

#blogs-sub-container ul {
	list-style-type: none;
}

#blogs-sub-container li {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 17px;
}

#blogs-sub-container h3 {
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 10px;
}

#blogs-sub-container a {
	font-size: 1.1em;
	color: #2A6287;
	text-decoration: none;
}

#blogs-sub-container p {
	font-size: 1em;
	padding-bottom: 10px;
}

/**
 * --------------------------------------------------------------------------------
 * Jobs CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Jobs Main
 *	
 */
 

#jobs-main h2.page-title {
	position: relative;
	font-size: 1.9em;
	color: #0f293d;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#jobs-main h3 {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	padding-bottom: 20px;
	color: #0f293d;
	text-transform: uppercase;
}

#jobs-main p {
	font-size: 1.2em;
	padding-bottom: 15px;
}

#jobs-main div.client-box {
	position:relative;
	top:10px;
	width:154px;
	height:205px;
	float: left;
	margin-right: 40px;
	text-align: center;
	font-size: 1.1em;
}

#jobs-main div.client-box-last {
	position:relative;
	top:10px;
	width:154px;
	height:205px;
	float: left;
	text-align: center;
	font-size: 1.1em;
}
					
#jobs-main a {
	color: #0f293d;
}
						
#jobs-main td {
	vertical-align: top;
}
						
#jobs-main td.description {
	width: 610px;
	height: 55px;
	vertical-align: middle;
}
						
#jobs-main td.apply-now {
	width: 150px;
}						
						
#jobs-main h5.apply-now {
	position: absolute;
	right: 0px;
	background: url(../images/apply-now-button.jpg) top left no-repeat;
	text-indent: -5000em;
	width: 148px;
	height: 42px;
}
						
#jobs-main h5 a {
	display: block;
	width: 148px;
	height: 42px;
}

#jobs-main ul {
	padding-bottom: 20px;
}
						
#jobs-main li {
	margin-left: 35px;
	padding-left: 10px;
	font-size: 1.2em;
}
						
#how-to-apply {
	background: #dce6ee;
	border: 1px solid #909396;
	padding: 15px;
}