body {
	background: #fff;
	color: #222;
	font: small/1.7 Tahoma, "Times New Roman", Times, serif
}

body, html, ul#navlist, #footer ul, ul.subnav {
	margin: 0;
	padding: 0;
}

h1 {
	font-size:250%;
	margin: 0 auto;
	color: #bcc8ba;
	text-align: right;
	line-height: 1.0;
}

h2 {
	color: #bcc8ba;
	font-size: 167%;
	font-weight: normal;
	text-transform: lowercase;
}

a {
	color: #f5911e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ------------ LAYOUT ------------ */

#wrap {
	width: 782px;
	margin: 0 auto; 
	font-size: 90%;
	position: relative;
}


#home-logo {
	margin: 50px 0 20px 0;
	text-align: center;
}

img.logo {
	float: left;
}

#header {
	margin-top: 40px;
	line-height: 1.8;
	font-size: 120%;
	color: #363636;
}

#left-col {
	width: 240px;
	float: left;
	margin-left: 15px;
	display: inline;
}

#right-col {
	width: 240px;
	float: right;
	margin-right: 5px;
	display: inline;
}

#mid-col {
	width: 240px;
	float: right;
	display:inline;
	margin-right: 25px;
}

#mid-col p, #left-col p, #right-col p {
	color: #707070;
}


#text {
	width: 530px;
	float: right;
	display: inline;
	margin-top: 10px;
	padding-bottom: 30px;
}

/* ------------ SIDEBAR ------------ */

#sidebar {
	text-align: right;
	width: 150px;
	margin: 0 0 0 30px;
	position: absolute;
	top: 224px;
	font-size: 120%;
}


ul#navlist {
	list-style: none;
}

ul#navlist a {
	text-decoration: none;
	color: #363636;
	display: block;
	width: 130px;
	padding-right: 3px;
	line-height: 1.2;
}


ul#navlist a:hover,
#home ul#navlist li#nav-home a,
#about ul#navlist li#nav-about a,
#services ul#navlist li#nav-services a,
#method ul#navlist li#nav-method a,
#case ul#navlist li#nav-case a,
#portfolio ul#navlist li#nav-portfolio a,
#contact ul#navlist li#nav-contact a,
ul#navlist li:hover a {
	background: #f7901e;
	color: #fff;
}

ul#navlist li {
	padding-top: 0;
	margin-bottom: 18px;
}


/* SUBNAV */
ul.subnav {
	font-size: 90%;
	list-style: none;
	text-align: right;
	padding-top: 5px;
}

ul#navlist li ul.subnav li {
	margin-bottom: 0;
	margin-top: 5px;
}

ul#navlist ul.subnav a, #case ul#navlist li#nav-case ul.subnav a {
	background: #fff;
	color: #A6B0A5;
}

ul#navlist ul.subnav a:hover, 
#case ul#navlist li#nav-case ul.subnav a:hover,
.case1 ul#navlist li#nav-case ul.subnav li#nav-case1 a,
.case2 ul#navlist li#nav-case ul.subnav li#nav-case2 a,
.case3 ul#navlist li#nav-case ul.subnav li#nav-case3 a {
	color: #f7901e;
}


/* TESTIMONIALS */
p.testimonial {
	float: right;
	width: 530px;
	position: relative;
}

p.author {
	margin-right: 10px;
	float: right;
	margin-top: 5px;
	text-align: right;
}

.start-testimonial { padding-left: 31px; }

img#left-quote {
	position: absolute;
	top: -1px;
}

img#right-quote {
	position: absolute;
	bottom: 0px;
}

/* ------------ FOOTER ------------ */

#footer {
	padding-bottom: 50px;
	clear:both;
}

#footer p {
	font-size: 90%;
	color: #707070;
	text-align: right;
	margin-top: 40px;
	border-top: 3px solid #c9e3b7;
	padding-top: 10px;
	padding-right: 1px;
}

#home #footer p {
	text-align: center;
	padding-right: 0;
}

#footer ul {
	border-top: 3px solid #c9e3b7;
	text-align: center;
	font-size: 100%;
	margin-top: 10px;
	padding-top: 10px;	
}

#footer li {
	display: inline;
	padding: 10px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #f7901e;
}



/* ------------ EXTRA ------------ */

img.us {
	margin-top: 18px;
}

.f-right {
    float: right;
    margin: 10px 0 11px 10px;
}

.f-left {
    float: left;
    margin: 10px 10px 11px 0;
}

.create {
	float: left;
	margin: 0 10px 0 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

