

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 ;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}




#myGallery, #myGallerySet, #flickrGallery
{
	width: 800px;
	height: 80px;
	margin-left: 20px;
	z-index:5;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 608px;
	height: 280px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}






body{
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #ddd /*#839EB2*/;
	color: #000;
}
	
div#wholepage{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

h3{
	margin: 0px;
	color: #000;
}
	
#page {
	background: #35729E;
    background: -o-linear-gradient(top , #35729E 0%, #D8E4EC 88px, #D8E4EC 95%, #35729E 100%);
    background: -moz-linear-gradient(top , #35729E 0%, #D8E4EC 88px, #D8E4EC 95%, #35729E 100%);
    background: -webkit-linear-gradient(top , #35729E 0%, #D8E4EC 88px, #D8E4EC 95%, #35729E 100%);
    border: 1px solid #034F86;
    border-radius: 18px 18px 18px 18px;
    -o-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    float: left;
    margin: 10px auto 40px;
    padding: 0;
    width: 100%;
	box-shadow: 8px 8px 20px rgba(0,0,0,0.5), 1px 1px 0 #6E8EFE inset, -1px -1px 0 #6E8EFE inset;
	-o-box-shadow: 8px 8px 20px rgba(0,0,0,0.5), 1px 1px 0 #6E8EFE inset, -1px -1px 0 #6E8EFE inset;
	-webkit-box-shadow: 8px 8px 20px rgba(0,0,0,0.5), 1px 1px 0 #6E8EFE inset, -1px -1px 0 #6E8EFE inset;
}
	
.fhtop {
	width: 960px;
	height: 94px;
	float: left;
	/*background: url("images/page/fhtop.png") no-repeat right top;*/
	margin: 0px;
	padding: 0px;
	text-align: left;
}	

#menustretch{
	/*background: url('images/page/fhmiddle.png') repeat-y left top;*/
	width: 960px;
	height: 26px;
	float: left;
	/*border-right: 1px solid #000;*/
	/*border-left: 1px solid #000;*/
	margin: 0px;
	padding: 0px;
}
		
#menubox {
	width: 100%;
	height: 30px;
	background: url("images/page/barback2.png") repeat right top;
	background: -0-linear-gradient(top , #FFD717 0%, #FAFFB1 99%);
	background: -moz-linear-gradient(top , #FFD717 0%, #FAFFB1 99%);
	background: -webkit-linear-gradient(top , #FFD717 0%, #FAFFB1 99%);
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #06008F;
	border-left: none;
	border-right: none;
}

#menuitem {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
}

li.menu {
	width: 126px;
	height: 26px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 3px 0 1px;
}
	
#info {
	/*background: url('images/page/fhmiddle.png') repeat-y left top;*/
	width: 960px;
	height: 100%;
	float: left;
}
	
#info_sub {
	text-align: left;
	width: 865px;
	float: left;
	padding: 20px;
}
	
.section {
	width: 855px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.infowidth {
	background: url('images/page/infowidthbg.png') no-repeat left top;
	margin-bottom: 15px;
	margin-left: 7.5%;
	margin-top: 20px;
	float: left;
	width: 718px;
	height: 228px;
	padding: 10px;
}

.infowidthleft{
	width: 220px;
	float: left;
}

.infowidthright{
	width: 440px;
	float: left;
}

.infowidthhead{
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #bbb;
	margin: 10px 0px 0px 0px;
}

.infospan {
	background-color: #fff;
	border: 1px solid #bbb;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 860px;
	min-height: 120px;
	padding: 10px 0px 10px 10px;
	 -o-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
}

.infospanleft{
	width: 220px;
	float: left;
}

.haminfospan {
	background-color: #fff;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 20px;
	float: left;
	width: 380px;
	border: 1px solid #888;
	min-height: 90px;
	padding: 10px 0px 10px 10px;
	 -moz-border-radius: 20px;
	 border-radius: 20px;
}

.hamspanleft{
	width: 140px;
	float: left;
}

.infospanright{
	width: 600px;
	float: left;
}

.hamspanright{
	margin: 15px 0px 0px 0px;;
	width: 200px;
	float: left;
}

.infospanhead{
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px;
	margin: 10px 0px 0px 0px;
}

.hamspanhead{
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px;
	margin: 10px 0px 0px 50px;
}

.infotall {
	position: relative;
	background-color: #fff;
	float: left;
	width: 245px;
	min-height: 512px;
	padding: 12px;
	margin: 10px;
	-moz-border-radius: 20px;
	-moz-box-shadow: 5px 5px 15px #888;
	border-radius: 20px;
	box-shadow: 5px 5px 15px #888;
}

#awards td{
	width: 180px;
	height: 120px;
}

#products{
	width: 872px;
	float: left;
	margin: 0px 0px 30px 20px;
}

.info_desc{
	height: 100px;
	font-size: 14px;
}

.info_desc_tall{
	min-height: 140px;
	font-size: 12px;
}

.message{
	width: 400px;
	background-color: #fff;
	padding: 10px;
	margin: 30px auto;
	-moz-border-radius: 20px;
	-moz-box-shadow: 5px 5px 15px #888;
	border-radius: 20px;
	box-shadow: 5px 5px 15px #888;	
}

#downloads{
	width: 700px;
	background-color: #fff;
	padding: 20px;
	-moz-border-radius: 20px;
	-moz-box-shadow: 5px 5px 15px #888;
	border-radius: 20px;
	box-shadow: 5px 5px 15px #888;	
	margin: 50px auto 40px auto;
}

#tableid{
	width: 850px;
	margin: 10px 0px 30px 0px;
	float: left;
}

.tableish{
	 border: 0px solid #000;
	 background-color: #fff;
	 -moz-box-shadow: 5px 5px 15px #888;
	 box-shadow: 5px 5px 15px #888;
	 -moz-border-radius: 20px;
	 border-radius: 20px;
	 padding: 5px 5px 15px 15px;
}

.righty{
	text-align: right;
}

.red{
	color: #990000;
}

.testimonial {
	width: 360px;
	float: left;
	background-color: #fff;
	-moz-box-shadow: 5px 5px 15px #888;
	box-shadow: 5px 5px 15px #888;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	padding: 10px;
	margin: 0px 0px 20px 30px;
	line-height: 18px;
}

.check{
	color: green;
	text-align: center;
	width: 125px;
}

.check a {
	text-decoration: none;
}

.buttons{
	width: 420px;
	margin-left: 40px;
}

#lil_menu{
	width: 918px;
	height: 21px;
	background: url("images/page/barback2.png") repeat right top;
	border-left: 1px solid #000;
	text-align: left;
	padding: 5px 0px 0px 40px;
}

.no_dec{
	text-decoration: none;
	margin-right: 50px;
}

.block_img{
	margin: 0px 0px 0px 50px;
	width: 90px;
	height: 90px;
	border: 3px solid #fff !important;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.block_img2{
	margin: 0px 0px 0px 36px;
}
	
.menu a {	
	padding: 5px 0px 0px 0px;
	width: 126px;
	height: 21px;
	margin: 0px;
	color: #000;
	text-align: center;
	list-style-type: none;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	/*letter-spacing: .35em;*/
}

.hamspanleft a .block_img{
	border: none !important;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.menu a:hover {
	color: #6771AA;
	/*border-right: 1px solid #06008F;
	border-left: 1px solid #06008F;*/
}
	
a {
	color: #CFA009;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #034F86;
	}
	

	
.hidden {
	display: none;
	}
	
.main {
	width: 130px;
	float: left;
	height: 100%;
	}
	
.date {
	font-size: 8.5px;
	color: #034F86;
	margin: 0px;
	text-align: center;
	background-color: #9EB6CA;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	}
	
form {
	font-size: 11px;
	}
	
.list {
	list-style: none;
	width: 110px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	line-height: 32px;
	}
	
.list li {
	width: 100px;
	}
	
.list a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}
	
.list a:hover {
	color: #F2BB19;
	}

ul.list li ul li {
	list-style: circle;
	font-size: 10px;
	}
		
.sublist li {
	width: 120px;
	}
	
.sublist a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	}
	
.sublist a:hover {
	color: #F2BB19;
	}
	
.sublist {
	list-style-type: disc;
	float: left;
	width: 120px;
	font-size: 9px;
	margin: 0px 0px 0px 10px;
	line-height: 16px;
	text-align: left;
	color: #fff;
	}
		
.doublediv {
	width: 870px;
	float: left;
	margin: 20px 0px 20px 0px;
	line-height: 20px;
	}
	
hr {
	color: #fff;
	}
	
.side1 {
	width: 580px;
	float: left;
	}
	
.side2 {
	width: 240px;
	float: left;
	}
	
#feature {
	width: 500px;
	float: left;
	text-align: center;
	}
	
#previous {
	width: 110px;
	float: left;
	text-align: right;
	}
	
#next {
	width: 90px;
	float: right;
	text-align: right;
	}
	
#bottom {
	/*background: url('images/page/fhbottom.png') no-repeat left bottom;*/
	width: 960px;
	min-height: 90px;
	float: left;
	text-align: center;
	padding-bottom: 30px;
	text-shadow: 1px 1px 1px #666;
	font-weight: bold;
	}
		
.listbox {
	width: 680px;
	height: 110px;
	float: left;
	border: 1px solid #000;
	border-bottom: none;
	padding: 10px;
	background-color: #fff;
	}
	
.listimgbox a{
	width: 64px;
	height:64px;
	float: left;
	display:block;
	background: url("../images/icon_Video-ReelBig.gif") no-repeat right top;
	color: #000;
	}
	
.listimgbox {
	width: 70px;
	height:70px;
	float: left;
	background-color: #fff;
	}
	
.listimgbox a:hover {
	background-position: 0px -78px;
	}
	
.listinfo {
	width: 560px;
	float: left;
	padding: 12px;
	color: #000;
	}
	
.pageimg img {
	border: 3px solid #000;
	margin-left: 40px;
	}
	
.blue {
	color: #034f86;
	text-shadow: 1px 1px 1px #000;
	}
	
h2 {
	color: #000;
	}
	
h1.uses{
	text-shadow: 1px 1px 10px #6C98B8;
	color: #000;
}
	
.head_link a{
	font-size: 26px;
	text-decoration: none;
	color: #000;"
}
	
.head_link a:hover {
	color: #F2BB19;
}
	
.blue2 {
	color: #97DAF4;
	text-shadow: 2px 2px 2px #000;	
	}
	
.yellow {
	color: #F6CF5C;
	text-shadow: 2px 2px 2px #000;	
	}
	
.listbox .yellow {
	color: #0579B7;
	}
	
.bold {
	font-weight: bold;
	text-decoration: underline;
	line-height: 4px;
	margin: 20px 0px 0px 0px;
	}
	
#bar {
	width: 206px;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	}
	
li.submenu {
	height: 18px;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}

.fhprod a {
	width: 243px;
	height: 254px;
	background: url('../images/fhprod.gif') no-repeat right top;
	float: left;
	}
	
.fhprod a:hover {
	background-position: 0px -255px;
	}
	
li.listlink {
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	}
	
li.listlink a {
	color:#ffb600;
	text-decoration: none;
	}
	
li.listlink a:hover  {
	color: #fff;
	}
	
.picandtext {
	width: 700px;
	float: left;
	}
	
.picpart {
	width: 120px;
	height: 80px;
	float: left;
	}
	
.textpart {
	width: 570px;
	float: left;
	}
	
#head {
	line-height: 24px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	text-shadow: 2px 2px 2px #000;	
	}
	
#subtext {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #FFE186;
	}
	
.imagelink {
	border: none;
	margin: 15px 0px 0px 15px;
	}
		

.video_menu{
			list-style: none;
			width: 110px;
			float: left;
			text-align: center;
			padding: 2px;
			margin: 0px 5px 2px 5px;
		}
		
		.video_menu a {
			background: url('images/page/fhdownbuttonsmall3.png') no-repeat left top;
			width: 110px;
			height: 23px;
			padding-top: 11px;
			display: block;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 10px;
			background-position: 0px -34px;
			float: left;
			text-shadow: 1px 1px 3px;
		}
		
		.video_menu a:hover {
			background-position: 0px 0px;
			color: #fff;
		}	
	
	
	
	
	

		
		.lef1{
			width: 400px;
			height: 300px;
			float: left;
		}
		
		.right1{
			width: 290px;
			height: 300px;
			margin-top: 50px;
			float: left;
		}
		
		div.button{
			width: 210px;
			float: left;
		}
		
		div.button a {
			background: url('images/page/fhdownbutton2.png') no-repeat left top;
			width: 200px;
			height: 44px;
			padding-top: 18px;
			display: block;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 20px;
			background-position: 0px -61px;
			text-shadow: 1px 1px 2px;
		}
		
		.button a:hover{
			background-position: 0px 1px;
			color: #fff;
		}
		
		input#submit {
			background: url('images/page/fhdownbutton2.png') no-repeat left top;
			width: 200px;
			height: 44px;
			padding-top: 18px;
			display: block;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 24px;
			background-position: 0px -61px;
			text-shadow: 1px 1px 2px;
		}
		
		input#submit:hover{
			background-position: 0px 1px;
			color: #fff;
		}
		
		div.smallbutton a {
			background: url('images/page/fhdownbuttonsmall2.png') no-repeat left top;
			width: 130px;
			height: 29px;
			padding-top: 11px;
			display: block;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 16px;
			background-position: 0px -41px;
			float: left;
			text-shadow: 1px 1px 3px;
		}
		
		.smallbutton a:hover{
			background-position: 0px 0px;
			color: #fff;
		}
		
		.lilplugin{
			background: url('images/page/pluginbackgr.png') no-repeat right top;
			width: 200px;
			height: 190px;
			margin-left: 20px;
			display: block;
			float: left;
			background-position: 0px 0px;
		}
		
		div.smallerbutton a {
			background: url('images/page/fhdownbuttonsmaller2.png') no-repeat left top;
			width: 81px;
			height: 19px;
			padding-top: 6px;
			display: block;
			text-align: center;
			color: #000;
			text-decoration: none;
			font-size: 11px;
			background-position: 0px -26px;
			float: left;
			text-shadow: 1px 1px 3px;
			margin-left: 9px;
		}
		
		.smallerbutton a:hover{
			background-position: 0px 0px;
			color: #fff;
		}
		
		.lil_plugin_image {
			width: 55px;
			float: left; 
			margin: 20px 0px 3px 65px;
		}
