*{
	padding: 0px;
	margin: 0;
}

:focus,:active { outline: 0; }
body {
	font: 12px Tahoma, Arial, Sans-Serif;
	color: #000;
	background: #fdebf8;
	background-image:url(../images/body.png);
	background-repeat:repeat;
	background-position: top, center
}
a {
	text-decoration: none;
	color: #39C;
}
	a:hover {
	color: #3F6;
}
.x { clear: both; }

p {
	line-height: 24px;
	color: #666;
}
img { border: 0; }

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	background-image: url(images/bgnd-heading.jpg);
}
h2 { font-size: 22px; color: #2d5900; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500; }
h3 { font-size: 18px; color: #5e5e5e; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
h4 { font-size: 18px; font-weight: normal; float: left; margin: 3px 0 10px; width: 460px; }


#wrapper {
	margin: 0 auto;
	width: 980px;
	border: 1px solid #999;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; 
	
}

.logoimg {
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#logo {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
	#logo h1 { font: bold 24px Arial; text-shadow: 1px 1px 1px #fff; letter-spacing: 4px; }
		#logo h1 a { color: #333; }
		#logo h1 a span { color: #000; }
#content {
	width: 980px;
	background-color: #FFF;	
}

#navigation { height: 52px; padding-top: 4px; font-family: 'Ubuntu', sans-serif; font-weight: 700; background: url(../images/navigation.png) repeat-x 0 0; box-shadow: 0px -1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); -o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);  }
#navigation ul { list-style: none; list-style-position: outside; }
#navigation ul li { float: left; padding-right: 2px; line-height: 52px; background: url(images/nav-border.png) no-repeat right 0;  font-size: 13px; text-transform: uppercase; }
#navigation ul li a { display: block; padding: 0 32px 0 28px; color: #878787;  }
#navigation ul li a:hover,
#navigation ul li.active a  { text-decoration: none; color: #2b9208; }
#navigation ul li.first a { padding-left: 38px; }
#navigation a.nav-btn { display: none; }

.slider-holder { position: relative; z-index: 5; }
.slider-holder span.slider-b {
	background: url() no-repeat 0 0;
	width: 660px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.slider-holder span.slider-shadow {
	background: url() no-repeat 0 0;
	width: 660px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: block;
}
.slider {
	width: 660px;
	height: 350px;
	position: relative;
	background: url(images/slide-img.png) no-repeat 0 0;
}
.slider ul.slides { list-style: none; list-style-position: outside; }
.slider ul.slides li {
	width: 990px;
	height: 350px;
	float: left;
	position: relative;
	overflow: hidden;
}

.slider ul.slides li .img-holder {
	width: 741px;
	height: 308px;
	position: absolute;
	bottom: 0px;
	right: -86px;
}
.slider ul.slides li .img-holder img {
	width: 620px;
	height: 291px;
}

.slider ul.slides li .slide-cnt {
	width: 300px;
	padding: 33px 0 0 34px;
	position: absolute;
	left: 0;
	top: 20px;
}
.slider ul.slides li .slide-cnt h2 { font-size: 44px; line-height: 44px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Arial', sans-serif; font-weight: 700; }
.slider ul.slides li .slide-cnt p { color: #fff; font-size: 14px; padding-bottom: 22px; }
.slider ul.slides li .slide-cnt a.grey-btn { background: url(images/grey-btn.png) no-repeat 0 0; width: 186px; height: 45px; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; }
.slider ul.slides li .slide-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }
.flex-control-nav { left: 280px; }
	
.menu {
	list-style:none;
	width: 900px;
	float: left;
	margin-top: 14px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 10px;
}
	.menu li {
	float: left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
	.menu li a { display: block; font-size: 14px; padding: 14px 24px; border: 1px solid #fff; }
	.menu a:hover, .menu li.current a { border: 1px solid #ddd; }

		.menu li ul {
	display: block;
	background: #f7d5eb;
	margin: -1px 0 0;
	position: absolute;
	display: none;
	z-index: 2;
	border: 1px solid #ddd;
}
		.menu li ul li { float: none; display: inline; margin: 0; padding: 0; }
		.menu li ul li a { width: auto; margin: 4px; white-space: nowrap; }

#search { float: right; width: 275px; margin: 23px 18px; display: inline; }
	#search .text { width: 227px; height: 16px; border: 1px solid #ddd; padding: 5px; float: left; color: #888; }
	#search .submit { float: right; border: 0; background: #000 url(../images/search.gif) no-repeat center 8px; width: 32px; height: 28px; padding-top: 1px; }

		
#left {
	width: 600px;
	float: left;
	margin-left: 25px;
	display: inline;
}
	#left img {
	float: left;
	margin: 5px 20px 2px 0;
	padding: 3px;
}
	#left form { padding-left: 45px; }
	#left label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; }
		#left .lcurrent { font-weight: bold; }
	#left label img { vertical-align: middle; }
	#left input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#left textarea { height: 200px; }
	#left select { width: 366px; }
	#left input.radio {  }
		#left input:focus { border-color:#aaa; }
		#left textarea:focus { border-color: #aaa; }	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit { border: 0; background: #000; color: #fff; padding: 5px; float: left; margin-left: 150px; }
	
ul { color: #666; margin: 0 0 10px 30px; line-height: 18px; }
ol { color: #666; margin: 5px 0 5px 30px; line-height: 18px; }
	
	#contact-back { margin: 12px 40px 0 0; float: right; }

.post {
	position: relative;
	margin-bottom: 20px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C06;
}
.post-options { position: relative; margin: -37px 0 40px 0; font-size: 10px; color: #666; }

#right { width: 260px; float: right; border-left: 1px solid #ccc; padding-left: 36px; margin-right: 25px; display: inline; }
	
#feature { margin-left: 25px; padding-bottom: 10px; }
	.small-post { float: left; width: 260px; margin-right: 75px; }
		.small-post img { border: 1px solid #ccc; padding: 3px; margin-bottom: 10px; }
	.last { margin-right: 0; }
	#feature ul { margin-top: -11px; }
	
	.product_img {
	margin-right: 20px;
	margin-left: 10px;
	padding: 6px;
	background-color: #ccc
}

.product_img2 {
	margin-right:30px;
	margin-bottom:20px;
	padding:6px;
	background-color:#CCC
}
	
	.socials { background: url(../images/socials-bg.png) repeat-x 0 0;  height: 49px;  }
.socials-inner {
	background: url(../images/socials-inner.png) repeat-x 0 0;
	padding-left: 50px;
}
.socials h3 { float: left; font-size: 18px; line-height: 49px; padding-right: 19px; padding-bottom: 0; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
.socials ul { list-style: none; list-style-position: outside; line-height: 49px;  }
.socials ul li { font-size: 11px; padding-right: 18px;  color: #7c7c7c; background: transparent; text-transform: uppercase; float: left; }
.socials ul li a { color: #7c7c7c; text-decoration: none; display: block; padding-left: 28px; position: relative;  }
.socials ul li a span {
	background: url(../images/socials.png) no-repeat 0 0;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}
.socials ul li a:hover { color: #333; }

.socials ul li a.facebook-ico span { background-position: 0 0; }
.socials ul li a.twitter-ico span { background-position: -22px 0; }
.socials ul li a.rss-feed-ico span { background-position: -44px 0; }
.socials ul li a.myspace-ico span { background-position: -67px 0; }
.socials ul li a.john-doe-123-ico span { background-position: -89px 0; }
	
#footer { background: url(../images/footer-cols.png) repeat 0 0; }
#footer h2 { font-size: 23px; color: #fff; font-family: 'Ubuntu', sans-serif; font-weight: 400; padding-bottom: 18px;  }
.footer-cols {
	padding: 20px 24px;
	background: url(../images/footer-lights.png) no-repeat center 0px;
}
.footer-cols .col {
	float: left;
	width: 700px;
}
.footer-cols .col + .col { padding-left: 54px;  }
.footer-cols .col ul { list-style: none; list-style-position: outside; }
.footer-cols .col ul li { color: #7dc33a; font-size: 16px;  padding-bottom: 4px; background: url(../images/arr-footer-col.png) no-repeat 0 8px; padding-left: 9px;  }
.footer-cols .col ul li a { color: #7dc33a; }

.footer-bottom { background: url(../images/footer-bottom.png) repeat 0 0; height: 38px; padding-top: 24px; padding: 24px 20px 0; border-top: 1px solid #262c2c;  }
.footer-bottom .footer-nav { float: left; line-height: 11px;  }
.footer-bottom .footer-nav ul { list-style: none; list-style-position: outside; }
.footer-bottom .footer-nav ul li { display: inline;  font-size: 11px; color: #9e9e9e; border-left: 1px solid #1a1f20; padding: 0 11px; }
.footer-bottom .footer-nav ul li.first { padding-left: 0; border: 0;  }
.footer-bottom .footer-nav ul li a { color: #5f6261; }
.footer-bottom .footer-nav ul li a:hover,
.footer-bottom .footer-nav ul li.active a { color: #9e9e9e; text-decoration: underline; }

.footer-bottom p.copy { float: right; line-height: 11px; font-size: 11px; color: #5f6261; }
.footer-bottom p.copy span { padding: 0  11px;  }
.footer-bottom p.copy a { color: #2b9208; text-decoration: underline; }
.footer-bottom p.copy a:hover { text-decoration: none; }
.footer-bottom p.copy strong { font-weight: normal; }

.post-info { font-size: 11px; color: #999; }
.read-more { background: url(../images/link.gif) no-repeat center left; padding-left: 13px; font-size: 10px; }
.break { border-top: 1px solid #ccc; margin: 30px 0; display: block; }
	.no-border { border: 0; }
.space { margin-bottom: 20px; }

.portfolioitem {
	padding:10px;
}

.text{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
