* { padding:0; margin:0; outline:0; }
body {
	background:#ccc;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#252525;
}
input, textarea, select { font-family: Arial, sans-serif; font-size:12px; }

.notext { font-size:0; line-height:0; text-indent: -4000px; display:block; }

a img { border:0; }

a { color:#9d5f0e; text-decoration: underline; cursor:pointer; }
a:hover { text-decoration: none; }

.left, .alignleft { float:left; display:inline; }
.right, .alignright { float:right; display:inline; }

.cl { font-size:0; line-height:0; clear:both; display:block; height:0; }

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

h2 { font-size:34px; line-height:34px; text-transform: uppercase; color:#fff; }
h2 span{ color:#13b512; }
h3 { font-size:22px; line-height:24px; }
h4 { font-size:18px;}

h2, h3,
#navigation,
#slider-navigation,
#footer { font-family: "Trebuchet MS", Arial, sans-serif;}

h1#logo { font-size:0; line-height:0; width:395px; height:103px; float:left; }
h1#logo a{ display:block; height:103px; text-indent: -4000px; background:url(images/logonew.png) bottom no-repeat; }

.shell { width:980px; margin:0 auto;}

#header { height:113px; background:url(images/header.gif); }

#navigation { float:right; }
#navigation ul{ float:left; list-style-type: none; }
#navigation ul li{ float:left; display:inline;/* height:21px; background:url(images/nav-border.gif) repeat-y right 0; padding:0 20px*/ 0 0; margin-right:1px; position:relative; margin-top:20px;}
#navigation ul li.last{background:transparent; padding-right:0; margin-right:0; }
#navigation ul li a{ float:left; color:#000; text-decoration: none;}

#slider { height:298px; /*background:url(images/slider2.gif);*/ background:url(../images/slidenew1.jpg) no-repeat center left; }

/*.btxt { background-color: #ccc; padding:5px;  opacity: 0.8;}*/
.btxt { color:#fff;}

.slides { width:980px; height:298px; position:relative; overflow:hidden; color:#b6b6b6; }
.slides .jcarousel-clip { width:980px; height:298px; position:relative; overflow:hidden; }
.slides ul { width:980px; height:298px; position:relative; overflow:hidden; list-style-type: none;}
.slides ul li{ float:left; display:inline; width:980px; height:280px; position:relative; overflow:hidden; padding-top:8px;}

.slide-info { float:left; width:720px; padding-top:20px;}
.slide-info h2{ padding-bottom:20px; text-shadow: 2px 2px 2px #000;}
.slide-info h3{ padding-bottom:15px; color:#13b512; text-shadow: 2px 2px 2px #000; /*background-color: #ccc; padding:5px;  opacity:0.8;*/}
.slide-info p{ padding-bottom:15px; color:#fff; font-weight:700; text-shadow: 1px 1px 10px #000;}
.slide-image { float:right; width:249px; height:240px;  }
.image1 { background:url(images/slide-image.png) no-repeat; margin-top:38px; margin-left:10px; width:249px; }
.image2 { background:url(images/slide-image1.png) no-repeat; margin-top:38px; margin-left:10px; width:249px; }
.image3 { background:url(images/slide-image2.png) no-repeat; margin-top:38px; margin-left:10px; width:249px; }

#slider-navigation { height:67px; background:url(images/slider-nav.gif); }
#slider-navigation ul{ list-style-type: none; position:relative; width:1003px; margin-right:-23px; height:67px;}
#slider-navigation ul li{ float:left; display:inline; position:relative; margin:-35px 95px -22px 0;}
#slider-navigation ul li.last{ margin-right:0;}
#slider-navigation ul li a{ float:left; width:171px; height:79px; background:url(images/slide-button.png) no-repeat 0 0; position:relative; 
	left:-10px; color:#686767; font-size:14px; text-decoration: none; font-weight: bold; padding:45px 0 0 100px;}
	
#slider-navigation ul li a strong { display:block; font-size:23px; line-height:23px; color:#fff;}
#slider-navigation ul li a em{ position:absolute; top:43px; left:20px; }

#slider-navigation ul li a em.ico1 { width:58px; height:59px; background:url(images/ico1.png); left:28px;}
#slider-navigation ul li a em.ico2 { width:41px; height:61px; background:url(images/ico2.png); left:36px;}
#slider-navigation ul li a em.ico3 { width:71px; height:64px; background:url(images/ico3.png)}

#slider-navigation ul li a.active,
#slider-navigation ul li a:hover { background:url(images/slide-button-active.png); color:#a6a6a6; }

#slider-navigation ul li a.active strong,
#slider-navigation ul li a:hover strong{ color:#000; }


#main { width:100%; background:#d3d4ce; padding:50px 0;}
#main h3{ padding-bottom:10px; }
#main p{ padding-bottom:15px; }

a.more { font-size:10px; background:url(images/more.gif) no-repeat 0 center; padding-left:10px; }

.cols {}
.col { float:left; width:250px; margin-right:115px;}
.colmed { float:left; width:440px; margin-right:85px;}
.colcom { float:left; width:320px; margin-right:85px;}
.collarge { float:left; width:500px; margin-right:115px;}
.col-last { margin-right:0;}



#footer { height:190px; background:url(images/footer.gif); color:#6d6d6d; padding-top:33px; }
#footer .shell{ padding-top:28px;}
#footer .right { white-space:nowrap; font-size:14px; text-align: right; padding-top:30px;}
#footer .right span{ padding:0 1px;}
#footer .right a{ text-decoration: none; color:#939393;}
#footer .right a:hover{ color:#f6cb44;}
/*.footer-logo { float:left; width:169px; height:34px; background:url(images/footer-logo.gif);*/ }

@-webkit-keyframes .pulse {
	from {
		-webkit-transform: scale(1.0);
		opacity: 0.75;
	}
	50% {
		-webkit-transform: scale(1.2);
		opacity: 1.0;
	}
	to { 
		-webkit-transform: scale(1.0);
		opacity: 0.75;
	}
}

.pulse { opacity: 0.75; }
.pulse:hover { 
	-webkit-animation-name: pulse; 
	-webkit-animation-duration: 0.5s; 
	-webkit-animation-iteration-count: 10; 
}

/*comment fonts*/
.goo1 { font-family: 'Homemade Apple', arial, serif; font-size:18px; }
.goo2 { font-family: 'Kristi', arial, serif; 
 font-size:26px;}
.goo3 { font-family: 'Reenie Beanie', arial, serif; 
font-size:24px;}

