@charset "UTF-8";
/* CSS Document */

/* Reset Styles */

html, body, div, span, img, 
dl, dt, dd, ol, ul, li, {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
body {
	line-height: 1.4;
	font-size: 62.5%;
	
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}


/* General Styles */

body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: white url(../images/background.jpg) no-repeat fixed center top;
}

a,
a:visited {
	color: #7BA42A;
}
a:hover {
	color: #666;
}
h1 {
	color: #7BA42A;
	font-size: 16px;
	padding-bottom: 12px;
}
h2 {
	color: #7D5300;
	font-size: 14px;
	padding-top: 24px;
}
h3 {
	font-size: 12px;
}

.fltlft {
	float: left;
}
.fltrgt {
	float: right;
}
.clrflt {
	clear: both;
}
.highlight {
	color: #7BA42A;
}
.smalltxt {
	font-size: 8px;
}
.bullets {
	list-style: square inside;
}

/* CSS3 Embed Fonts */


@font-face {
	font-family: 'HattoriHanzoLight';
	src: url('../files/hattori_hanzo.eot');
	src: local('HattoriHanzoLight'), local('HattoriHanzoLight'), url('../files/hattori_hanzo.ttf') format('truetype');
}



/************************************************************************************************************************/



/* LAYOUT STYLES */

#wrapper-outer {
	width: 100%;
	height: 100%;
}

#wrapper-inner {
	width: 940px;
	margin: 12px auto;
 	background: url(../images/container-background.png) repeat-y;
	/*opacity:0.8;
	filter:alpha(opacity=80);*/
}

#sidebar {
	width: 185px;
	float: left;
}

#mainColumn {
	margin-left: 185px;
}

#header {
	position: relative;
	height: 110px;
}

#mainContent {
	
}

#footer {
	height: 90px;
}



/* SIDEBAR STYLES */

#sidebar {
	padding-top: 130px;
	padding-bottom: 30px;
}
#navPrimary ul {
	margin-left: -40px;
}
#navPrimary li {
	font: 14px 'HattoriHanzoLight', Arial, sans-serif;
	height: 51px;
	width: 185px;
	line-height: 50px;
}
#navPrimary li.active {
	background: url(../images/active-bg.gif) no-repeat;
}

#navPrimary li:hover,
#navPrimary li.sfhover {
	background: url(../images/nav-bg.gif) no-repeat;
}
#navPrimary li a {
	color: #91c132;
	padding-left: 30px;
	display: block;
	width: 155px;
	text-transform: uppercase;
}
#navPrimary li:hover a,
#navPrimary li.sfhover a,
#navPrimary li.active a {
	color: #fff;
}

/* MAIN COLUMN STYLES */

#mainColumn {
	padding: 30px;
}
#fb-like-button {
	position: absolute;
	top: 0px;
	right: -24px;
}


/* MAIN CONTENT STYLES */

/* Home Page Teaser Images Styles - the span styles cause a text block to appear absolutely positioned next to the logo
with different text appearing depending on the image that is being rolled over */

#mainContent {
	position: relative;
}

.teaser-image {
	float: left;
	margin: 0 14px 14px 0;
}

div.teaser-image a span {
	display:none;
}

div.teaser-image a:hover span {
	display: block;
   	position: absolute; 
	top: -100px; 
	left: 400px; 
	width: 300px;
   	padding: 0; 
	margin: 0; 
	z-index: 100;
   	color: #fff;
   	font: 16px Arial sans-serif; 
}

.teaser-image {
	float: left;
	margin: 0 12px 12px 0;
}

.inner-page {
	background-color: #fff;
    color: #000;
    padding: 24px 24px 48px 24px;
}

img.fltrgt {
	padding: 0 0 12px 24px;
}

/* Service Page Styles */

.serviceBox {
	width: 200px;
	float: left;
	margin: 0px 15px 15px 0px;
}
h2.serviceTop  {
	background: url(../images/service_top.gif) no-repeat top right;
	width: 200px;
	height: 25px;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	border: 0;
}
.serviceBody {
	background: url(../images/service_body.gif) repeat-x;
	height: 150px;
}
p.serviceBody {
	padding: 0 16px;
	margin: 0;
}
p.serviceBottom {
	background: url(../images/service_bottom.gif) no-repeat bottom center;
	margin: 0;
	padding: 0;
}
.serviceBox h3 {
	padding: 20px;
	font-size: 24px;
	text-align: center;
}


/* Secondary Navigation Styles */

ul.navSecondary {
	padding-bottom: 24px;
	font-size: 11px;
	margin-left: -40px;
}

ul.navSecondary li {
	display: inline;
}


/* Testimonials Page Styles */

#testimonialsContent {
    /*overflow: auto;
    height: 470px;*/
    padding-right: 24px;
}

.testimonial {
	margin-bottom: 64px;
}

blockquote.testimonial-text {
	font: 12px;
  	padding-top: 10px;
  	padding-left: 15px;
  	border-left: 3px solid #ccc;
}

span.testimonial-name {
	float: right;
    font-style: italic;
    margin-bottom: 24px;
}


/* Contact Page Styles */

#EmailForm {
	width: 500px;
	margin-top: 36px;
}
.label {
	float: left;
	width: 150px;
	margin:	5px;
}
.labelSmall {
	float: left;
	width: 90px;
	margin:	5px;
	padding-left: 15px;
}
.text {
	margin: 5px;
}


/* Portfolio Page Styles */

#portfolioInProgress img,
#portfolioCompleted img {
	border: 1px solid #CCC;
}
#portfolioInProgress td.col1,
#portfolioCompleted td.col1 {
	width: 240px;
	vertical-align: top;
}
#portfolioInProgress td,
#portfoliipWorkCompleted td {
	vertical-align: top;
}
#portfolioInProgress td h3 {
	margin-top: 0;
}

#portfolioInProgress p a {
	color: #000;
}
#portfolioInProgress p a:hover,
#portfolioCompleted p a:hover {
	color: #999;
}

/* Sitemap Styles */

ul.sitemap li {
	list-style: square inside;
}
ul.sitemap li li {
	list-style: circle inside;
}

ul.sitemap a {
	color: #000;
}
ul.sitemap a:hover {
	color: #999;
}


/* FOOTER STYLES */
#footer {
	padding-top: 18px;
	font-family: 'HattoriHanzoLight', Arial, sans-serif;
	color: #fff;
	line-height: 1.4;
	clear: both;
}
col#abbrev {
	width: 25px;
}
col#detail {
	width: 220px;
}
.colLeft {
	float: left;
	width: 400px;
	color: #91c132;
}
.colLeft a {
	color: #91c132;
}
.colLeft a:hover {
	color: #999;
}
.colRight {
	float: right;
	width: 246px;
}
.colRight a {
	color: #fff;
}
.colRight a:hover {
	color: #666;
}
.copyright {
	font-size: 10px;
}

