@charset "utf-8";
/* CSS Document */

.txt_bardarkgrey { font-size: 11px; color: #B7D82E; }
.txt_footer { font-size: 10px; color: #666666; }
.txt_link_pages { font-family: Arial; font-size: 11px; color: #666666; }

/*LINKS*/
/*------------------*/

.link_pages:link		{ font-family: Arial; font-size: 11px; color: #666666; text-decoration:none }
.link_pages:visited		{ font-family: Arial; font-size: 11px; color: #666666; text-decoration:none }
.link_pages:hover		{ font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration:underline }
.link_pages:active		{ font-family: Arial; font-size: 11px; color: #666666; text-decoration:none }

.link_footer_menu:link		{ font-size: 11px; color: #333333; text-decoration:none }
.link_footer_menu:visited	{ font-size: 11px; color: #333333; text-decoration:none }
.link_footer_menu:hover		{ font-size: 11px; color: #FFFFFF; text-decoration:underline }
.link_footer_menu:active	{ font-size: 11px; color: #333333; text-decoration:none }

.titleGreen_left{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #97b227;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #137B4D;
	margin-top: 12px;
	font-size: 18px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7c9a04;
	margin-top: 12px;
	font-size: 18px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #7c9a04;
	margin-top: 12px;
	font-size: 16px;
}

.green{
	font-weight: bold;
	color: #97b227;
}

a.green {
	font-weight: bold;
	color: #97b227 !important;
	text-decoration: none !important;
}

a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #97b227;
	text-decoration: none;
}

.caption{
	font-size: 11px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.project{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

#bar_greydark a {
text-decoration:none;
color: #9ED843;
}

.specs td {
	font-size: 11px;
	vertical-align: top;
}

#left-product li {
	margin-left: -28px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(/images/icon_bulb.gif);
	margin-bottom: 10px;
}

#picture-slides-thumbnails li {
	margin: 0px;
	list-style: none;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
}
