/**
 *	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;
    line-height: 20px;
}

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

html {
	height: 100%;
	background: url('../images/background_line.png') repeat-x top center #EAEDF2;
}

body {
	height: 100%;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #2D2D2D !important;
	background: url('../images/background.png') no-repeat top center /*#1cafe0*/;
	line-height: 1.6;
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto; 
}

* html #wrapper {
	height: 100%;
}

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

#content {
	position: relative;
	background: #fff;
	width: 980px;
	margin: 0 auto;
    height: auto;
    overflow: auto;
}

#content-internal {
    padding: 15px 30px 0px 30px;
    position: relative;
    top: 0px;
    width: 920px;
    overflow: visible;
}

#content .home {
    width: 980px !important;
}

#footer {
	position: relative;
	background-color: white;
	height: 70px;
	width: 980px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
} 

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

#footer-internal a span.olympic{
	position: absolute;
    background: url('../images/logo_olympic.png') no-repeat center center;
	top: -25px;
	left: 360px;
    width: 151px;
    height: 78px;
    float: right;
}

#footer-internal .contact-details {
	position: absolute;
	top: 0px;
	left: 665px;
    width: 300px;
    float: right;
}

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

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

h4, h3{
    font-size: 19px !important;
    /*text-transform: capitalize !important;*/
    width: auto;
    color: #2d2d2d !important;
    margin-bottom: 10px;
}


a {
    color: #7d3c96;
    text-decoration: none;
}

li.tab{
    display: inline-block;
    list-style: none;
    padding: 0 25px 0 15px;
    cursor: pointer;
    text-transform: uppercase ;
    font-size: 20px;
    font-weight: bold;
    float: right;
}
        
.tab-content{
    height: auto;
    position: relative;
    /*top: 29px;*/
    z-index: 0;
    overflow: hidden;
    /*min-height: 900px;*/
}

.tab-content ul li{
    margin-left: 40px;
    margin-bottom: 20px;
    list-style-position: outside;
}

/**
 * Header elements
 *	
 */
 
#header {
	position: relative;
	height: 160px;
	width: 980px;
    background-color: white;
    background: url("../images/banner.png") no-repeat scroll 0 122px transparent;
    margin-top: 35px;
}
 
h1.logo {
	position: absolute;
	background: url(../images/logo.png) center left no-repeat;
	width: 200px;
    left: 30px;
    text-align: right;
    font-size: 30px;
    /*border-bottom: solid 1px silver;*/
    padding-top: 125px;
}

h1.logo a {
	display: block;
	width: 920px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: times New Roman;
}

#top-nav-container {
	top: 122px;
    font-size: 10px;
    float: right;
    margin-right: 30px;
    width: 920px;
    border-bottom: 1px solid silver;
	position: relative;
}

#top-nav-container ul {
    float: right;
}

#top-nav-container li {
	display: inline;
	float:left; 
    text-transform: uppercase;
    margin: 7px 0px;
    font-size: 10px;
}

#top-nav-container li a {
	display:block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding: 0px 25px 0px 15px;
    border-right: solid 1px silver;
    color: black;
    background:url('../images/inactive_arrow_tab.png') right center no-repeat;
}


#top-nav-container li.home a {
    border-left: solid 1px silver;
}

#top-nav-container li a:hover {
	color: #7d3c96;
    background:url('../images/active_arrow_tab.png') right center no-repeat;
}

#top-nav-container li a.active {
	color: #7d3c96;
    background:url('../images/active_arrow_tab.png') right center no-repeat;
}

.normal_box ul li{
    list-style: none inside none;
}
    .normal_box_social ul li{
        list-style: none inside none;
        text-align: center;
    }
    
.scroll_box{
    width: 250px;
    float: left;
}

.scroll_box_home{
    width: 450px;
    float: left;
    height: 167px;
}
.scroll_box_home ul li{
    list-style: none inside none;
}

.scroll_nav{
    width: 20px;
    float: right;    
}
    .next{
        width:20px;
        height: 20px;
        background: url('../images/arrow_up.png') top center no-repeat;  
        margin-bottom: 30px; 
    }
    .prev{
        width:20px;
        height: 20px;
        background: url('../images/arrow_down.png') top center no-repeat;   
    }

/**
 * 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: 570px;
	overflow: hidden;
}

#client-showcase div.client-showcase-container {
	position: relative;
	width: 570px !important;
}

#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: 235px;
	left: 235px;
	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, 
#feature_container .feature_wrapper {
	position: relative;
	width: 921px;
    height: 292px;
    overflow: hidden; 
    margin: 27px 0px 0px 30px;
    background-color: #4d4d4d;
}

#homepage-services-carousel p a, 
.feature-text p a{
	color: white !important;
    text-decoration: underline !important;
}


#feature_container .feature_wrapper {
    width: 910px !important;
    background-color: #4d4d4d;
}

#homepage-services-carousel .carousel-text, .feature-text{
	position: absolute;
    background-color: #4d4d4d;
    color: #ffffff;
    height: 252px;
    width: 328px;
    padding: 20px;
}

#homepage-services-carousel h2.service-title, .feature-text h2.service-title{
	position: relative;
	font-size: 26px;
	color: #fff;
	padding-bottom: 5px;
    line-height: 27px !important;
}

#homepage-services-carousel p, .feature-text p{
	position: relative;
	padding-bottom: 10px;
	color: #fff;
    font-size: 17px;
    line-height: 25px;
    margin-top: 24px;
}

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

h3.learn-more {
	position: absolute;
	top: 214px;
	height: 30px;
    width: 252px;
	margin-bottom: 10px;
}

h3.learn-more a {
	display: block;
	height: 30px;
    color: #ffffff;
    /*text-transform: capitalize;*/
    font-size: 16px;
    text-decoration: underline !important;
}

/**
 * Company Description
 *
 */

#homepage-company-desc {
	position: relative;
	padding: 0px 30px 30px 30px;
	/*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: 450px;
	height: 400px;
	margin-right: 15px;
}

#homepage-company-desc div.text-content2 {
	float: right;
	width: 450px;
	height: 200px;
    margin-left: 15px;
}


#homepage-company-desc div.text-content p.heading, 
#homepage-company-desc div.text-content2 p.heading{
    font-size: 19px !important;
    text-transform: capitalize;
    width: auto;
    border-bottom: 1px solid silver;
    margin-bottom: 5px;
    padding-bottom: 7px;
    color: #2d2d2d !important;
}

#homepage-company-desc div.text-content p.desc,
#homepage-company-desc div.text-content2 p.desc{
    font-size: 16px !important;
}

#homepage-company-desc div.text-content p.desc a,
#homepage-company-desc div.text-content2 p.desc a{
    color: #be13b8;
    text-decoration: none;
    font-size: 16px !important;
}

#homepage-company-desc div.text-content ul,
#homepage-company-desc div.text-content2 ul
{
    /*margin-left: 30px;*/
}

#homepage-company-desc div.text-content ul li,
#homepage-company-desc div.text-content2 ul li
{
    font-size: 14px !important;
}

#homepage-company-desc div.text-content p,
#homepage-company-desc div.text-content2 p 
{
	font-size: 14px;
	padding-right: 10px;
}
    #homepage-company-desc div.text-content p.auto_text{
        width: auto !important;
    }


#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: 880px;
	overflow: hidden;
    padding: 5px 50px;
}

#homepage-logos div.homepage-logos-container {
	position: relative;
	width: 870px !important;
}

#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{
    height: auto;
    float: left;
    position: relative;
}
 
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 {
	position: relative;
	font-size: 1.5em;
	color: #0f293d;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px; 
}

#about-main p {
	margin: 10px 0px;
}

#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;
    z-index: 4;
}

#about-main ul.about_nav,
#about-main ul.our_work_nav{
    float: right;
}

#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 {
	top: 130px;
	float: right;
	width: 300px;
    background-color: white;
    z-index: 100;
}

#about-working-with-us { 
	left: 0px;
    padding: 10px;
    border-bottom: 1px solid silver;
    height: auto;
	top: 245px;
    overflow: auto;
    margin-bottom: 10px;
}

#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 {
	left: 0px;
    border-bottom: 1px solid silver;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

#about-how-we-work h3, #about-working-with-us h3 {
    font-size: 19px !important;
    text-transform: capitalize;
    width: auto;
    color: #2d2d2d !important;
}

#about-how-we-work p {
	margin: 10px 0px;
}

/**
 * --------------------------------------------------------------------------------
 * 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 !important;  
    float: right !important;  
    
}

h2.generic-title{
    color: #2D2D2D !important;
    font-size: 25px !important;
    text-transform: capitalize !important;
    width: auto;
	/*border-bottom: 1px solid silver;*/
	padding-bottom: 5px;
	margin-bottom: 15px;
    font-weight: bold;
}

h2.generic-title span{
    padding-right: 40px;
    background: url('./images/active_arrow_tab_large.png') center right no-repeat;
}

#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;
    height: auto;
    float: left;
} 

#our-work-sub {
	top: 490px;
    float: right;
	width: 300px;
    background-color: white;
    z-index: 100;
}

#our-work-main ul,
#about_main ul{
    position: relative;
    z-index: 4;
}

.our_work_nav,
.about_nav{
    width: auto;
    z-index: 100;
}

/*#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;
}

div.featured-project-box {
	position: relative;
	width: 440px;
    margin-bottom: 0px;
    margin-top: 20px;
	float: left;
    min-height: 166px;
    height: auto;
    overflow: hidden;
}

div.featured-project-box-2 {
	position: relative;
	width: 400px;
	margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 20px;
	float: left;
    height: auto;
    overflow: hidden;
}


div.featured-project-box p {
	padding-top: 5px;
    width: auto;
    word-wrap: break-word;
}

div.featured-project-box div.desc {
	min-height: 130px;
    height: auto;
}

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

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

div.featured-project-box h4.launch-project {
	position: relative;
	top: 10px;
	height: 21px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.featured-project-box p.launch-project a {
	display: block;
	height: 21px;
}

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

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

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

#our-work-main h3.section-title {
	position: relative;
	color: #000000;
	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;
    font-size: 10px !important;
}

#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;
    margin-left: 100px;
}

#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: 5px;
    overflow: auto;
    height: auto;
    min-height: 350px;
}

#our-work-project-description p {
	padding: 10px 0px;
}



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


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

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

#clients-main div.client-box {
	position:relative;
	top:10px;
	width:154px;
	height:205px;
	float: left;
	margin-right: 100px;
	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;
    font-size: 10px !important;
    
}

/**
 * --------------------------------------------------------------------------------
 * Contact CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Contact Main
 *	
 */

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

#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 !important;
	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: 100px;
	left: 500px;
	width: auto;
	height: auto;
	padding-left: 20px;
 }
 
#contact-sub h3 {
    font-size: 19px !important;
    text-transform: capitalize;
    width: auto;
    color: #2d2d2d !important;
}

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

.photo{
    min-height: 80px;
    height: auto;
    margin-left: 22px;
}
    .photo_notext{
        min-height: 80px;
        height: auto;
    }

.photo_splash{
    min-height: 292px;
    max-height: 292px;
    width: auto;
}
/**
 * --------------------------------------------------------------------------------
 * Blog CSS Begins Here
 * --------------------------------------------------------------------------------
 */
 
/**
 * Blogs Main
 *	
 */
 

#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 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;
}
