#slider {
	width: 960px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 16px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	background-repeat: repeat-x;
}
#socialmedia {
	float: right;
	margin-top: 30px;
}


#wrapper #contentcontainer {
	background-color: #FFFFFF;
}
#wrapper #logo {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper #logo #logoimage {
	width: 447px;
	float: left;
}
#wrapper #logo #rss {
	float: right;
	padding-top: 33px;
}

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*CSS SPRITE NAVIGATION*/
#nav {
	width: 960px;
	height: 38px;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(navigation-buttons.png);
}
#nav li {
float: left;
}
#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/navigation-buttons.png);
	background-repeat: no-repeat;
}
/*up state*/
li#nav_home a {
left: 0;
width: 137px;
background-position: 0 0;
}
li#nav_about a {
left: 137px;
width: 137px;
background-position: -137px 0;
}

li#nav_products a {
left: 274px;
width: 137px;
background-position: -274px 0;
}

li#nav_gallery a {
left: 411px;
width: 137px;
background-position: -411px 0;
}

li#nav_tutorials a {
left: 548px;
width: 137px;
background-position: -548px 0;
}

li#nav_support a {
left: 685px;
width: 137px;
background-position: -685px 0;
}

li#nav_contact a {
	left: 822px;
	width: 137px;
	background-position: -822px 0;
}
/*hover state*/
li#nav_home a:hover {
background-position: 0 -38px;
}

li#nav_about a:hover {
background-position: -137px -38px;
}

li#nav_products a:hover {
background-position: -274px -38px;
}

li#nav_gallery a:hover {
background-position: -411px -38px;
}

li#nav_tutorials a:hover {
background-position: -548px -38px;
}

li#nav_support a:hover {
background-position: -685px -38px;
}
li#nav_contact a:hover {
background-position: -822px -38px;
}
/*current state*/
#body_home li#nav_home a {
background-position: 0 -76px;
}

#body_about li#nav_about a {
background-position: -137px -76px;
}

#body_products li#nav_products a {
background-position: -274px -76px;
}

#body_gallery li#nav_gallery a {
background-position: -411px -76px;
}

#body_tutorials li#nav_tutorials a {
background-position: -548px -76px;
}

#body_support li#nav_support a {
background-position: -685px -76px;
}

#body_contact li#nav_contact a {
background-position: -822px -76px;
}

#slideshow {
	position: relative;
	width: 960px;
	height: 316px;
	overflow: visible;
			}

#slideshow img {
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 316px;
	overflow: hidden;
}
#dropshadow   {
	background-repeat: repeat-x;
	height: 24px;
	float: none;
	background-color: #E2E2E2;
	background-image: url(images/dropshadow.png);
}
#contentcontainer   {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 30px;
}
#contentleft      {
	float: left;
	width: 240px;
	padding-left: 38px;
	background-color: #FFFFFF;
	padding-right: 37px;
	margin-right: 0px;
	padding-top: 0px;
}
#contentright      {
	float: right;
	width: 240px;
	padding-right: 38px;
	background-color: #FFFFFF;
	padding-left: 38px;
}
#contentmiddle      {
	float: none;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 38px;
	padding-left: 38px;
	background-color: #FFFFFF;
}
#footer      {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 60px;
	padding-top: 10px;
	background-color: #65AA14;
}
#clientslide      {
	background-color: #FFFFFF;
	height: auto;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.aboutusgif     {
	width: 45px;
	height: 37px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentimg {
	float: left;
	margin-right: 20px;
}
a.readMore {
	width : 80px;
	height : 20px;
	font-family : verdana;
	font-size : 10px;
	color : #FFFFFF;
	text-align : center;
	float : left;
	cursor : pointer;
	background-color: #69B016;
	background-image: url(images/readmorebg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-top: 13px;
	margin-bottom: 15px;
}

a.readMore:hover {
	cursor : pointer;
	color : #03537B;
	cursor : pointer;
}

/*LINK STYLES*/
a:link {
	color: #2C2C2C;
	text-decoration: underline;
}

a:active {
	color: #446C13;
	text-decoration: underline;
}
a:visited {
	color: #2c2c2c;
	text-decoration: underline;
}
a:hover {
	color: #85D525;
	text-decoration: none;
}
#body_home #wrapper #contentcontainer #contentproducts {
	padding-left: 10px;
	width: 490px;
}

h1.latestnews {
	width: 157px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(images/latestnewsandevents.png);
	float: left;
	margin-top: 15px;
}
h1.ourproducts {
	width: 99px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(images/ourproducts.png);
	float: left;
	margin-top: 15px;
}
h1.aboutus {
	width: 72px;
	height: 10px;
	text-indent: -9999px;
	background-image: url(images/aboutus1.png);
	float: left;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.hr     {
	background-color: #E9E9E9;
	border: #E9E9E9;
	height: 1px;
	margin-bottom: 12px;
}
.imagethumb2 {
	float: left;
	height: 130px;
	width: 160px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;
	background-image: url(images/thumbbg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-left: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 2px;
	line-height: 0px;
}
.h1 {
	font-family: Verdana, Helvetica, sans-serif, "Myriad Pro";
	font-size: 18px;
	color: #68ae16;
	font-weight: normal;
	top: 0px;
	right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #68ae16;
	font-weight: bold;
	top: 0px;
	right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.style1 {
	font-family: Verdana, Helvetica, sans-serif, "Myriad Pro";
	font-size: 12px;
	color: #989898;
	font-style: normal;
	font-weight: normal;
	padding-right: 15px;
}
.style4 {color: #FFFFFF; font-size: 14px;}
.style5 {font-size: 14px; font-variant: normal; font-weight: normal; font-style: normal; color: #616161;}


.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #616161;
}
.p2 {
	font-family: Verdana, Helvetica, sans-serif, "Myriad Pro";
	font-size: 14px;
	color: #FFFFFF;
}
.p3 {
	padding-top: 10px;
	font-family: Helvetica, sans-serif, "Myriad Pro";
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #1E9AB3;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif
}
#socialicons {
	background-color: #FFF;
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 30px;
}

