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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#000;
	color:#ccc;
}

.clr-left {
	clear:left;
}

.clr-right {
	clear:right;
}

.clr {
	clear:both;
}

#wrap {
	width:980px;
	margin:0 auto;
	border:1px #000 solid;
}

#header {
	width:980px;
}

#header-top {
	background:url(images/header-top.png) no-repeat;
	width:980px;
	height:49px;
	overflow:hidden;
}

#header-top ul {
	width:562px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#header-top ul li {
	float:left;
	padding:0;
	margin:0 0 0 2px;
}

#header-top ul li a {
	background:url(images/nav-bg.png) no-repeat;
	width:138px;
	height:38px;
	padding-top:12px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:18px;
}

#header-top ul li a:hover {
	background:#b0f350;
	color:#000;
}

#header-top ul li a.active {
	background:#b0f350;
	color:#000;
}

#header-middle {
	background: url(images/background-middle.png) no-repeat;
	width:980px;
	height:251px;
}

#header-bottom {
	background:url(images/header-bottom.png) no-repeat;
	width:980px;
	height:50px;
}

#search {
	width:250px;
	float:left;
	padding:15px 0 0 50px;
}

#search input {
	width:195px;
	height:15px;
	padding-left:5px;
}

#logo {
	width:500px;
	float:right;
}

#content {
	width:980px;
	background:#2e2d2d;
	padding-top:13px;
}

#content-holder {
	width:932px;
	margin:0 auto;
	border-top:15px #b0afaf solid;
	border-bottom:15px #b0afaf solid;
	border-left:14px #b0afaf solid;
	border-right:14px #b0afaf solid;
}

#content-left {
	width:465px;
	float:left;
	padding-bottom:10px;
}

#text-header-bg {
	background:url(images/text-header-bg.png) repeat-x;
	height:32px;
	padding-top:6px;
	margin:10px 0;
}

#text-header-bg h2 {
	margin:0 0 0 35px;
	font-size:20px;
	color:#fff;
}

#content-left p {
	margin:7px 10px;
	text-align:justify;
	padding:3px 0;
}

span.style1 {
	font-weight:bold;
	font-style:italic;
	line-height:35px;
	display:block;
}

span.style2 {
	font-weight:bold;
}

#content-left p.left-text {
	width:210px;
	float:left;
	margin:7px 0;
	padding:0 10px;
}

#img-holder {
	width:220px;
	float:right;
	border:4px #b0afaf solid;
	border-right:none;
	padding:4px 0 0 4px;
}

#content-right {
	border-left:14px #b0afaf solid;
	width:453px;
	float:left;
	padding-top:60px;
}

#img-holder2 {	
	width:387px;
	margin:0 auto;
}

#img-holder2 img {
	border:3px #7fb038 solid;
}

#selection-panel {
	background:url(images/selection-panel-strip.png) repeat-x;
	height:30px;
	width:386px;
	margin:22px auto;
}

.pager {
	width:235px;
	padding:5px 0 0 10px;
	float:left;
}

span.disabled { 
	background:#000;
	border:1px #444343 solid;
	padding:0 3px;
	color:#444343;
	font-size:11px;
}

span.current {
	background:#000;
	color:#444343;
	border:1px #000 solid;
	padding:0 3px;
	font-size:11px;
}

.pager a {
	text-decoration:none;
	background:#444343;
	border:1px #ccc solid;
	color:#ccc;
	padding:0 3px;
	font-size:11px;
}

.right-panel {
	width:auto;
	float:right;
	padding:5px 10px 0 0;
}

.right-panel a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

#img-txt {
	width:386px;
	margin:0 auto;
	padding-bottom:12px;
}

.left-img {
	float:left;
	width:98px;
}

.left-img img {
	border:3px #636161 solid;
}
	

.right-txt {
	float:left;
	width:277px;
	padding-left:10px;
}

.right-txt h3 {
	color:#7fb038;
	margin:3px 0;
	font-size:14px;
}

.right-txt p {
	font-size:12px;
	margin:3px 0;
}
.right-txt a {
	color:#636161;
	font-size:12px;
	text-decoration:none;
}

#footer {
	background:url(images/footer-strip.png) repeat-x;
	height:57px;
	margin-top:12px;
	padding-top:5px;
}

#footer p {
	text-align:center;
	color:#ccc;
	font-size:12px;
}

/* about us page */

h2 {
	color:#7fb038;
	margin:5px 20px;
	font-size:20px;
}

.content-txt {
	border-top:2px #7fb038 solid;
	padding:0 20px;
}

#center-img {
	width:183px;
	margin:15px auto;
}

.ext-m {
	margin-top:40px;
}

#carousel-bg {	
	background:url(images/carousel-bg.png) no-repeat;
	width:896px;
	height:305px;
	margin:30px auto;
}

#carousel-bg h3 {
	margin:0 20px;
	font-size:18px;
	color:#7fb038;
	padding-top:20px;
}	

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width:550px; /*Width of Carousel Viewer itself*/
	height:220px; /*Height should enough to fit largest content's height*/
	margin:15px auto;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 171px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel a {
	display:block;
	color:#ccc;
	text-align:center;
	text-decoration:none;
}
	
.panel a img {
	border:4px #636161 solid;
}

.panel a img:hover {
	border:4px #7fb038 solid;
}


/* contact */

#left-panel {
	width:469px;
	float:left;
}

.content-txt h3 {
	color:#7fb038;
	font-size:14px;
}

.content-txt2 {
	border-top:2px #b0afaf solid;
	padding:0 20px;
}

.sub-txt1 {
	color:#636161;
	margin:10px 0;
	font-weight:bold;
}

.sub-txt2 {
	color:#898686;
	margin:10px 0;
}

.indented-txt {
	color:#ccc;
	margin:10px 0;
	padding-left:20px;
}

.content-txt2 ul {
	margin:0 0 10px 50px;
	padding:0;
}

#right-panel {	
	float:left;
	width:452px;
	padding-bottom:10px;
}

#links {
	width:222px;
	margin:0 auto;
}

#links-header {
	background:url(images/links-header-strip.png) repeat-x;
	width:222px;
	height:34px;
	padding-top:5px;
	margin-top:10px;
}

#links-header h3 {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	margin:0;
}

#links-bg {
	background:url(images/links-strip.png) repeat-y;
	width:222px;
}

#links-bg ul {
	list-style:none;
	margin:0;
	padding:0;
}

#links-bg ul li {
	margin:0;
	padding:0;
}

#links-bg ul li a {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:8px 0 8px 30px;
	width:192px;
}

#links-bg ul li a:hover {
	background:url(images/delta.png) #7fb038 no-repeat 5% 50%;
	color:#000;
}







