body {
	background-color: #E5E5CC;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #797979;
	text-decoration: none;
}
a:visited {
	color: #797979;
	text-decoration: none;
}
a:hover {
	color: #5C5C29;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #5C5C29;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
}
.green {
	color: #66CC00;
}
.yellow {
	color: #FFCC33;
}
.blue {
	color: #003399;
}
.orange {
	color: #FF6600;
}
div {
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFCC33;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-track-color: #F2F2EF;
}
.master-nav {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}
.nav-sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 140px;
	border-top: 1px solid #000000;
	padding: 3px;
}
.nav-sub-subcat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 128px;
	border-top: 1px dotted #999999;
	margin-left: 15px;
	padding: 1px;
}

/* menu navigation */
#header {
	background: url(/imgs/bg-navbar.gif);
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 29px;
}

#menu {
	height: 29px;
	margin: 0;
	padding: 0;
	list-style: none;
	//min-width: 637px;
	min-width: 637px;
	width: 637px;
	text-align: left;
}

#header li {
	float: left;
}

#header li a {
	display: block;
	height: 29px;
}

#header #products {
	background: url(/imgs/n-products.gif) 0 0 no-repeat;
	width: 91px;
}

#header #products:hover {
	background: url(/imgs/n-productso.gif) 100% 0 no-repeat;
}

#header #services {
	background: url(/imgs/n-services.gif) 0 0 no-repeat;
	width: 91px;
}

#header #services:hover {
	background: url(/imgs/n-serviceso.gif) 100% 0 no-repeat;
}

#header #company {
	background: url(/imgs/n-company.gif) 0 0 no-repeat;
	width: 91px;
}

#header #company:hover {
	background: url(/imgs/n-companyo.gif) 100% 0 no-repeat;
}

#header #events {
	background: url(/imgs/n-events.gif) 0 0 no-repeat;
	width: 91px;
}

#header #events:hover {
	background: url(/imgs/n-eventso.gif) 100% 0 no-repeat;
}

#header #sadie {
	background: url(/imgs/n-sadie.gif) 0 0 no-repeat;
	width: 91px;
}

#header #sadie:hover {
	background: url(/imgs/n-sadieo.gif) 100% 0 no-repeat;
}

#header #support {
	background: url(/imgs/n-support.gif) 0 0 no-repeat;
	width: 91px;
}

#header #support:hover {
	background: url(/imgs/n-supporto.gif) 100% 0 no-repeat;
}

#header #login {
	background: url(/imgs/n-login.gif) 0 0 no-repeat;
	width: 91px;
}

#header #login:hover {
	background: url(/imgs/n-logino.gif) 100% 0 no-repeat;
}

#header li ul {
	display: none;
	width: 200px;
}

#header li:hover ul, #header li.over ul {
	display: block;
	position: absolute;
	background: #CCCC99;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li li {
	float: none;
	width: 200px;
}

#header li li a {
	display: block;
	height: 14px;
	padding: 1px 10px;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#header li li a:hover {
	background: #FFCC33;
	color: #5C5C29;
}
#flashcontent {
	height: 100%;}
	
.img-left {
	float:left;
	padding: 0 10px 10px 0;
	}
