@charset "utf-8";

/* ------------
 * Global Reset
 * ------------
 *
 * Cross-browser style reset to a common base by Eric Meyers
 *
 */
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
	}
:focus { outline: 0 } /* remember to define focus styles! */
select, input, textarea, button { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 1em; color: #333 }
ol, ul { list-style: none }
table { border-collapse: separate; border-spacing: 0 } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q {	quotes: "" "" }


/* --------
 * Structure
 * --------
 *
 * 
 *
 */
 

body {
	background: #3E3E40;
	font:62.5%/1.4 Helvetica, Arial, sans-serif;
	
	text-align: center;
	color: #747e85;
}



	
	
#container {
	width: 960px;
	margin: 0 auto;
	margin-top:30px;
	text-align: left;
	}

	
#head {
	min-height: 66px;
	margin-bottom:-1px;
	background: #bcbdbe;
	font-size: 1.35em;
	width: 960px;
	}
	
	
#body-wrap {
	background: #fff;
	font-size: 1.30em;
	position: relative;
	width: 960px;
	}
	
#content {
	margin-left: 175px;
	padding: 37px 0 0 0;
	
	}
	#home #content, #about #content {
	margin-left: 415px;
	padding: 37px 70px 15px 0;
	}
	#recent-projects #content, #what-we-offer #content {
		margin-bottom: -54px;
	}
	#about2 #content {
	margin-bottom: -54px;margin-left: 0px;
	}

#sidebar {
	float: left;
	width: 165px;
	min-height: 510px;
	}
	#home #sidebar {
	width: 405px;
	}

	
#foot {
	padding: 5px 30px;
	font-size: 85%;
	clear: both;
	background: #EEEFEF;
	text-align: right;
	margin-top: 17px;
	}

/* --------
 * Head
 * --------
 *
 * 
 *
 */
 
#logo {
	float: left;
	width: 67px;
	height: auto;
	background: #bcbdbe;
}

#main-menu {
	margin: 34px 0 -1px 44px;
	float: left;
	}
	#main-menu li {
		float: left;
		margin-left: 82px;
		position:relative;
		z-index:500; 
		display:block;
		}
   #main-menu ul {
            position:absolute; 
            left:-10px; 
            top: 24px;
            display:none; 
            margin:0 0 0 -1px; 
            padding:4px 10px 4px 10px; 
            list-style:none;
            background: #efefef;
            width: 215px;
            w\idth: 195px;
             font-size: 95%; 
         
        }
        #main-menu ul li {
            float:left; 
            margin-left: 0;
            z-index:600;
            width: 100%;
        }
        #main-menu li a {
        color: #fff;    
        padding-bottom: 10px;  padding-top: 4px;
        text-decoration: none;
        height: 25px;
        he\ight: 19px;
        display:block;
        font-weight: bold;
		float: left;
        }
#main-menu ul a {
            display:block;  
            color: #777 !important;
            padding: 3px 20px 3px 0;
            font-weight: normal;
            height: 25px;
            he\ight: 19px;
            z-index:700;
            cursor: pointer;
			float: none;
        }
	    #main-menu li.active a{
		color: #42525a;
		}
		#main-menu li a:hover, #main-menu li.active a:hover {
		color: #42525a !important;
		}
		#main-menu li.active li a {
		color: #777 !important;
		}
		



/* --------
 * Sidebar
 * --------
 *
 * 
 *
 */ 
	
#side-menu {
	margin: 78px 0 50px 16px;
	}
	#side-menu li {
	font-weight: bold;
		}
		#side-menu.normal li {
		font-weight: normal;
		margin-bottom: 8px;
		}
	#side-menu ul {
	margin-bottom: 22px;
	}
	#side-menu ul li {
	font-weight: normal;
	}
 	#side-menu li a {
	color: #747e85;	
	text-decoration: none;
	}
	#side-menu li.active a, #side-menu li a:hover {
	color: #abc14f ;	
	}
	
	
/* --------
 * Content
 * --------
 *
 * 
 *
 */ 
 
#design-that-talks { /*banner*/
	position: absolute;
	bottom: 40px;
	right: 26px;
	}
	
.intro {
	width: 300px;
	text-align: left;
	}
	
.introp {
	position: absolute;
	top: 37px;
	left: 0px;
	z-index: 100;
	width: 300px;
	text-align: left;
	}

.intror {
	position: static;
	margin-top: 40px;

	width: auto;
	}

.intror a {color:#abc14f;font-weight:bold;text-decoration:none;}
.intror a:hover {color:#444;font-weight:bold;text-decoration:none;}

.introp a {color:#abc14f;font-weight:bold;text-decoration:none;}
.introp a:hover {color:#444;font-weight:bold;text-decoration:none;}

.pink {color:#abc14f;}	/* now green!! */	
		
.result {
    position: absolute;
    top: 0;
    right: 0;
    width: 785px;
    text-align: right;
    background: #fff;
    }
	
.fullresult {
    position: absolute;
    top: 0;
    right: 0;
    width: 960px;
    text-align: left;
    background: #fff;
    }
    
  
	
	
/* PAGINATION CONTROL - used on recent projects */

#Pagination {
	z-index: 100;
	position: absolute;
	bottom: 40px;
	right: 21px;
	width: auto;

	}
	
#Searchresult {
	height: 509px;
	}


.pagination {
	background: #fff;
	padding: 4px;
	
    }
        
.pagination a {
    text-decoration: none;
	color: #abc14f ;
	}

.pagination a, .pagination span {
    display: block;
	font-size: 115%;
    float: left;
    padding: 0.2em;
    margin-right: 5px;
	min-width:1.4em;
	text-align:center;
	}

.pagination .current {
    /*background: #abc14f url('/images/pulse-pagination.gif');*/
    background: #abc14f ;
    color: #fff;
	}
	
.content-left {
	float: left;
	width: 495px;
	}
.content-right {
	float: right;
	width: 215px;
	margin-right: 65px;
	}

/* BOXES - used on what we do */

.boxes {
	clear: both;
	}
	.boxes li {
	float: left;
	margin: 0 20px 15px 0;
	width: 133px;
	text-align: center;
	font-size:11.7px;
	}
	.boxes li img {
	padding-bottom:4px;
	float: left;
	}
	.boxes a {

	background: #fff ;
	display: block;
	color: #666;
	text-decoration: none;
	}
	.boxes span {
	padding: 4px;
	display: block;
	}
	.boxes a:hover {
	background: #efefef;
	display: block;
	color: #abc14f;
	text-decoration: none;
	}
	
/* --------
 * Fonts
 * --------
 *
 * 
 *
 */	
	
h1 {
	color: #666;   /* green was #abc14f*/
	font-size: 140%;
	margin-bottom: 10px;
	}
	#home h1 {
	font-size: 140%;
	}
	.homepagebody p {font-size:15px; width:440px;}
#content p {
	margin-bottom: 11px;
	}
	
address {
	font-style: normal;
	text-align: right;
	}
	
/* --------
 * Forms
 * --------
 *
 * 
 *
 */
 
input, textarea {
	width: 250px;
	border: 1px solid #b4b1a9;
	}
	textarea {
	height: 40px;
	}

button {
	background: none;
	border: 0;
	margin-top: 10px;
	border: 1px solid #b4b1a9;
	}
		
 
/* --------
 * Links
 * --------
 *
 * 
 *
 */
 
a {
	color: #42525a;
	}
a:hover {
	text-decoration: underline;
	}

.whitelink {color:#fff;}
 

 
/* --------
 * Foot
 * --------
 *
 * 
 *
 */ 
 
 

 
 
/* --------
 * Utility
 * --------
 *
 * 
 *
 */

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.clear {clear:both}	