@charset "UTF-8";
/* ------------ BASE ------------ */
body { background: url(../_images/enfocus_top_bg.png) repeat-x top left; }
#header
{
	background-image: url(../_images/enfocus_top.png);
	background-repeat: no-repeat;
}
/* ------------ MENU ------------ */
ul.MenuBarHorizontal a
{
	color: #333;
	text-transform: uppercase;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #99cc00;
	color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #99cc00;
	color: #FFF;
}
/* --------- CONTENT CSS -------- */
#mainContent
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(../_images/e.gif);
	background-repeat: repeat-y;
	font-size: .9em;
}
#mainContent a { color: #84aee0; }
#mainContent a:hover { color: #990000; }
#mainContent a.active { color: #990000; }
#mainContent #Content p { text-indent:30px; }
#mainContent #Content ul { }
#mainContent #Content
{
	float:right;
	width:700px;
	font-size: 12px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom: 20px;
}
#mainContent #Content p.first { margin-top: 35px; }
#mainContent #leftSidebar
{
	font-size:12px;
	width: 200px;
	float: left;
}
#mainContent #leftSidebar ul { margin:2em 0 1em 20px; list-style:none; }
#mainContent #leftSidebar ul li { padding-bottom: .5em; }
#mainContent #leftSidebar ul li a { color: #000000; font-size:1.2em; }
#mainContent #leftSidebar ul li a:hover { color: #99cc00 }
#mainContent #leftSidebar ul li a.active { color: #000000; }

#Content a {
    font-size: 10px;
    color: rgb(153, 204, 0);
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration:none;
}
#Content a:hover {
    color: rgb(153, 204, 0);
	text-decoration:underline;
}
.title {
    font-size: 16px;
	font-weight:bold;
    color: rgb(102, 0, 153);
}
.titlepurple {
    font-size: 12px;
    color: rgb(102, 0, 153);
    font-weight: bold;
}
.titlegreen {
    font-size: 10px;
    color: rgb(153, 204, 0);
	font-weight: bold;
	letter-spacing:3px;
}
.dots {
	background:url(../_images/line.gif) repeat-x;
	height:1px;
	line-height:1px;
	margin-bottom:5px;
}
#products {
	font-size:11px;
}
.title_prod {
    font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	width:650px;	
}
.logomenu a
{
	display:block;
	width:150px;
	padding-bottom:3px;
	border-bottom:3px solid #FFFFFF;
}
.logomenu a:hover
{
	border-bottom:3px solid rgb(153, 204, 0);
}