@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a { 
	border:0;
	outline: none;
	margin:0;
	padding:0;
}
a { text-decoration: none;}
a:hover {text-decoration: underline;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body { background-color: #eae8dc; font-family: Arial, Helvetica, sans-serif;}
.content { width: 775px; margin: 0 auto;}

#top { height: 100px;}
#top a img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
}
#top .top-slogan {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#menu { background-image:url(../images/menu-bg.png); background-position: center; height: 74px;}
#menu ul { height:13px; padding: 31px 50px 10px 50px; width: 675px;}
#menu ul li { float:left; background-image:url(../images/menu-separator.jpg); background-repeat:no-repeat; background-position:right;}
#menu ul li.no-separator { background-image: none;}
#menu ul li a {
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	padding: 11px 17px 8px 17px;
}
#menu ul li a:hover, #menu ul li a.current { background-color: #fff; color: #086308; text-decoration: none;}

#flow-gallery {
	height: 330px;
	background-image:url(../images/content-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}

#content { background-image:url(../images/content-bg.png); background-repeat: repeat-y; background-position: center;}
#content ul{
	width:690px;
	padding: 0px 42px 0 44px;
	height:auto;
	overflow: auto;
	position: relative;
}
#content ul li {
	width: 240px;
	height: 300px;
	float: left;
	padding-right: 15px;
	position: relative;
	overflow: auto;
}
#content ul li h2 { color: #0e7d1d; font-size: 16px; font-weight: bold; padding: 5px 0;}
#content ul li h3 a{
	color: #000;
	font-size: 12px;
	font-weight: 900;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ul li h3 a:hover { text-decoration: underline;}
#content ul li h4 {
	color: #333;
	font-size: 12px;
	font-weight: 100;
	padding-top: 5px;
	line-height: 13px;
	text-align: justify;
	padding-right: 25px;
}

#content ul li .link-to-gallery {
	background-color:#118848;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #118848;
}
#content ul li .link-to-gallery:hover {  border: 1px solid #999;}
#content ul li .more {
	text-indent: -666em;
	width: 42px;
	height: 16px;
	background-image:url(../images/more.png);
	background-repeat: none;
	position: absolute;
	left: 0px;
	bottom: 15px;
}
#content ul li .more:hover { background-position: 0 16px;}

/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         {
	width: 770px;
	height: 330px;
	position: relative;
	margin: 0 auto 15px;
}
.anythingSlider .wrapper                {
	width: 729px;
	overflow: hidden;
	height: 300px;
	margin: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 730px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 32px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -200px; cursor: pointer; z-index: 1000;}
.anythingSlider .forward                { background-position: 0 0; right: -12px; }
.anythingSlider .forward:hover 			{ background-position: 0px -33px; right: -12px; }
.anythingSlider .back                   { background-position: -67px 0;	left: -12px;}
.anythingSlider .back:hover             { background-position: -67px -33px;	left: -12px;}


.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             { display: none; z-index: 10; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
#flow-gallery  img#gallery-bg {
	position: absolute;
	left: 22px;
	top: 0px;
	z-index: 10;
}
#content ul li img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 80px;
	width: 100px;
}
#content ul .w180 {
	width: 180px;
	padding-right: 0px;
}

/* testimonials rotator*/
#content ul .w180 #quotes {
	background-color:#fff;
	font-size: 13px;
	color: #ababab;
	width:170px;
	height:200px;
	margin:0;
	padding:10px 10px 10px 0px;
	position:relative;
	text-align: justify;
	font-style: italic;
}
.testimonials-text{
	background-color:#fff;
	font-size: 13px;
	color: #ababab;
	margin:0;
	padding:10px 10px 10px 10px;
	position:relative;
	text-align: justify;
	font-style: italic;
}
#content ul .w180 #author {
	color:#000;
	font-weight: 900;
	position:absolute;
	bottom:10px;
	left: 0px;
	text-align: left;
}

#content ul .gallery-right .testimonials-auth {
	font-size: 14px;
	color:#000;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
/*footer*/

#footer {
	background-image:url(../images/footer-bg.png);
	background-repeat: no-repeat;
	backgroung-position: right;
	height: 215px;
	padding-top: 40px;
	padding-left: 240px;
	width: 535px;
	position: relative;
	margin-bottom: 10px;
	
}
#footer h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#footer .footer-contact-info {
	display: block;
	height: 160px;
	width: 500px;
	margin-top: 20px;
}
#footer .footer-contact-info li {
	float: left;
}
#footer .footer-contact-info .footer-contact-det {
	padding-left: 25px;
}
.big a {
	font-size: 20px;
	color: #333;
	font-weight: 900;
}

.small a{
	font-size: 12px;
	color: #333;
	padding: 0;
}
#footer .footer-contact-info .footer-contact-det h4 {
	font-size: 12px;
	color: #ababab;
	padding-top: 5px;
	width: 360px;
}
#footer .footer-contact-info .footer-contact-det h4 strong {
	font-size: 12px;
	color: #000;
	font-weight: 700;
}
#footer .footer-contact-info .footer-contact-det h4 strong a {
	color: #0F7940;
}
#footer #approved {
	height: 197px;
	width: 94px;
	position: absolute;
	left: 65px;
	bottom: 25px;
}
#content ul li a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
.green {
	color: #0F7940;
	font-weight: bold;
}
#content ul .two-columns {
	width: 345px;
	height: 420px;
	overflow: auto;
	padding-right: 0px;
}
#content ul .two-columns .service-list {
	padding-right: 10px;
	padding-left: 10px;
	width: 280px;
	padding-top: 25px;
}
#content ul .two-columns .service-list li {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #ababab;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}
#content ul .two-columns .service-list li .gallery-examples {
	font-size: 10px;
	padding-left: 5px;
	color:#0F7940;
}
#content p {
	width:690px;
	padding: 0px 42px 20px 44px;
	color: #ababab;
	font-size: 12px;


	
}
#content p a {
	color: #ababab;
	font-size: 12px;
	font-weight: 500;
	}
#content p a.green {
	color: #0F7940;
	font-weight: 500;
}
#content ul .gallery-left {
	width: 200px;
	float: left;
	height: auto;
}
#content ul .gallery-right {
	width: 460px;
	float: left;
	height: auto;
}
#content ul .gallery-left a {
	font-size: 12px;
	color: #ababab;
	font-weight: bold;
	height: 12px;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content ul .gallery-left a:hover ,#content ul .gallery-left a.active {
	color: #0F7940;
	font-weight: bold;
}
#content ul .gallery-right .gallery-item {
	height: 102px;
	width: 130px;
	display: inline-block;
	background-image: url(../images/port-bg.jpg);
	background-repeat: no-repeat;
	margin: 5px;
}
#content ul .gallery-right .gallery-item img {
	height: 90px;
	width: 120px;
	padding-right: 5px;
	padding-left: 5px;
}





#contact-wrapper fieldset {
	border:none;
}
	#contact-wrapper label {
	display:block;
	height:14px;
	overflow:hidden;
	width: 150px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
		#contact-wrapper input {
	width:auto;
	padding:6px;
	border:1px solid #a5a5a5;
	background:none;
	color:#a8a8a8;
		}

		#contact-wrapper textarea {
			width: 300px;
			padding: 6px;
			height:208px;
			background:none;
			overflow:auto;
			border:1px solid #a5a5a5;
			color:#a8a8a8;
			margin-bottom:18px;
		}
#contact-wrapper {
	width: 400px;
	overflow: hidden;
}
#content ul .gallery-left .grey {
	color: #ababab;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content ul .gallery-left .grey strong {
	color: #000;
	font-weight: 700;
	padding: 4px;
}
#content ul .gallery-left .grey strong a {
	color: #0F7940;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#content ul .gallery-right.contact-form {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 440px;
}
#content ul .gallery-right.contact-form #contact-wrapper .error {
	padding: 10px;
}
#content ul .gallery-right.contact-form #contact-wrapper p {
	padding: 10px;
	width: auto;
}
#content ul .gallery-right.contact-form #contact-wrapper #contactform div input {
	color: #ababab;
}

#gallery-nav { float: left; height: 75px; width: 150px; margin-left: 8px;}
#gallery-nav a {display: block; float: left;margin-right: 2px; padding: 4px 7px 2px 7px; border: 1px solid #ccc; color: #ccc;}
#gallery-nav a:hover, #gallery-nav a.active { color: #0F7940; }
