* {
	margin:0px;
	padding:0px;
}

body {
	background:#fff url('/files/30/css_images/background.jpg') repeat-x;
	text-align:center;
	font:11px "Trebuchet MS";
	margin:0px;
	color:#666;
}

a {
	color:#17799D;
	text-decoration:none;
	outline:none;
}

a:hover { text-decoration:none; }

a img { border:0px; }

h3 {
	color:#50668B;
	text-transform:uppercase;
	font: bold 16px "Trebuchet MS";
	width:100%;
	padding-bottom:4px;
	margin-bottom:10px;
	border-bottom:1px solid #EFF2F7;
}

h4 {
	font: bold 16px "Trebuchet MS";
	color:#333;
	margin: 0 0 12px 18px;
}

#main  {
	background: url('/files/30/css_images/content.jpg') no-repeat bottom;
	margin:auto auto;
	width:980px;
	text-align:left;
}

#content {
	background: url('/files/30/css_images/logo_bg.jpg') no-repeat;
	margin-top:11px;
}

#header {
	height:77px;
	padding-top:10px;
	padding-left:325px;
}

#panel {
	float:left;
	margin-top:18px;
	margin-left:74px;
}

#navigation {
	width:120px;
	height:273px;
	background:url('/files/30/css_images/panel.png') no-repeat;
	padding-top:90px;
	padding-left:40px;
}

ul li ul {
	background-color:#6E8EC3;
	display:inline-table;
	left:116px;
	position:relative;
	top:-29px;
	width:115px;
	z-index:1;
}

#navigation li {
	display: block;
	margin-right:10px;
	margin-top:9px;
	height:20px;
	list-style:none;
	color:#fff;
}

#navigation li a {
	display:block;
	float: left;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	padding:0 0 0 22px;
	height:20px;
	line-height:20px;
}

#navigation ul li a  { 
    padding: 0 16px 0 20px;
	display: block;
	color: inherit;
    width: auto;
}

#navigation ul li a:hover,#navigation ul li a.active {
    color: inherit;
	text-decoration:none;
    background: url('/files/30/css_images/navi.png') 0 0 no-repeat;
}

#navigation ul li:hover ,#navigation ul li.active  {
	color: #333;
    display: block;
    width: auto;
    background: url('/files/30/css_images/navi.png') 100% 0 no-repeat;
}

#right-top {
	width:732px;
	height:85px;
	float:left;
	background:url('/files/30/css_images/right-top.png') no-repeat;
	position:relative;
	margin-top:-56px;
}

#right {
	float:left;
	width:732px;
	min-height:400px;
	background:url('/files/30/css_images/right.png') repeat-y left;
	padding-bottom:30px;
}

#text {
	float:left;
	width:422px;
	margin-left:30px;
	margin-right:25px;
	position:relative;
	margin-top:-20px;

	line-height:120%;
}

#text h2{
margin-top:10px;
margin-bottom: 20px;

}

#products-top {
	float:left;
	width:249px;
	height:15px;
	background:url('/files/30/css_images/products.png') no-repeat;
	position:relative;
	margin-top:-80px;
}

#products {
	float:left;
	width:225px;
	background:url('/files/30/css_images/products.png') no-repeat bottom;
	min-height:450px;
	position:relative;
	margin-top:-70px;
	padding: 4px 12px 4px 12px;
}

#footer {
	width:100%;
	height:18px;
	background:url('/files/30/css_images/footer.jpg') repeat-x;
	text-align:center;
	font-size:10px;
	color:#fff;
	padding-top:4px;
}

.clear { clear:both; }




#products li {
	display: block;
	margin-right:10px;
	margin-top:9px;
	height:20px;
	list-style:none;
}

#products li a {
	display:block;
	float: left;
	color:#666666;
	font-size:13px;
	font-weight:normal;
	padding:0 0 0 22px;
	height:20px;
	line-height:20px;
}

#products ul li a  { 
    padding: 0 16px 0 20px;
	display: block;
    width: auto;
}

#products ul li a:hover,#products ul li a.active {
    color: #333;
	text-decoration:none;
    //background: url('/files/30/css_images/navi.png') 0 0 no-repeat;
}

#products ul li:hover ,#products ul li.active  {
    display: block;
    width: auto;
    background: url('/files/30/css_images/navi.png') 100% 0 no-repeat;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
