* {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans, sans-serif;
	font-size: 10px;
	line-height: normal;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #333333;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	overflow: hidden;
	margin: 0;
	z-index: 9999;
}

#top-nav {
	width: 890px;
	height: 90px;
/*
	background: url(img/topnav.png) 0 0 no-repeat;
*/
	overflow: hidden;
	margin: 0 auto;
}

#top-nav a {
	float: left;
	height: 90px;
	overflow: hidden;
	text-indent: -1000px;
	white-space: nowrap;
	background: url(img/topnav.png) 0 0 no-repeat;
}
#top-nav a.current {
}

#logo {
	width: 390px;
	background: url(img/topnav.png) 0 0 no-repeat;
	height: 90px;
}
a#top-1 {
	width: 130px;
	background-position: -390px 0;
}
a#top-2 {
	width: 100px;
	background-position: -520px 0;
}
a#top-3 {
	width: 75px;
	background-position: -620px 0;
}
a#top-4 {
	width: 67px;
	background-position: -695px 0;
}
a#top-5 {
	width: 53px;
	background-position: -762px 0;
}
a#top-6 {
	width: 73px;
	background-position: -815px 0;	
}
a#top-1:hover {
	width: 130px;
	background-position: -390px  -110px;
}
a#top-2:hover  {
	width: 100px;
	background-position: -520px  -110px;
}
a#top-3:hover  {
	width: 75px;
	background-position: -620px  -110px;
}
a#top-4:hover  {
	width: 67px;
	background-position: -695px  -110px;
}
a#top-5:hover  {
	width: 53px;
	background-position: -762px  -110px;
}
a#top-6:hover  {
	width: 73px;
	background-position: -815px -110px;	
}

#curve {
	width: 890px;
	height: 20px;
	background: transparent url(img/curve.png) 0 0 no-repeat;
	margin: 0 auto;
}

#wrap {
	background: white;
	width: 100%;
	height: 375px;
	position: absolute;
	top: 94px;
	left: 0;
	overflow: hidden;
}

#content {
	background: #cccccc;
	margin: 0 auto;
	height: 375px;
	width: 890px;
	overflow: hidden;
	padding: 0;
}

#content h3 {
}

#photo {
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
}

a.orange {
	color: #ff3300;
}

a.green{
    color: green;
}

#footer {     
	position: absolute;
	top: 465px;
	left: 0;
	width: 100%;
}

#sub-nav {
	width: 890px;
	height: 93px;
	overflow: hidden;
	margin: 20px auto 0 auto;
	white-space: nowrap;
	background: white url(img/footer.png) 0 0 no-repeat;
}

#sub-nav a {
	display: block;
	overflow: hidden;
	float: left;
}
#sub-nav a:hover {
	text-decoration: underline;
}
a#nav-product-1 {
	width: 444px;
	height: 20px;
	background: url(/img/product-menu.png) 0 0 no-repeat;
	overflow: hidden; 
}
a#nav-product-1:hover, a#nav-product-1.selected {
	background: url(/img/product-menu.png) 0 -20px no-repeat;
}
a#nav-product-2 {
	width: 223px;
	height: 20px;
	background: url(/img/product-menu.png) -444px 0 no-repeat;
}
a#nav-product-2:hover, a#nav-product-2.selected {
	background: url(/img/product-menu.png) -444px -20px no-repeat;
}
a#nav-product-3 {
	width: 223px;
	height: 20px;
	background: url(/img/product-menu.png) -667px 0 no-repeat;
}
a#nav-product-3:hover, a#nav-product-3.selected {
	background: url(/img/product-menu.png) -667px -20px no-repeat;
}

#panel-1 {
	width: 444px;
	overflow: hidden;
	float: left;
	padding-top: 3px;
}
#panel-2, #panel-3 {
	width: 223px;
	overflow: hidden;
	float: left;
	padding-top: 3px;
}

a.submenu, div.current {
	display: block;
	margin: 0 0 0 31px;
	width: 144px;
	text-decoration: none;
	font: normal 12px/16px Arial,Helvetica,sans-serif;
	height: 16px;
	overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	color: #444;
}

#panel-2 a.submenu, #panel-2 div.current {
	margin-left: 36px;
}

#panel-3 a.submenu, #panel-3 div.current {
	margin-left: 34px;
}

a.submenu:hover {
	text-decoration: underline;
}

a.current {
	color: black;
	text-decoration: none;
}

#copyright {
	width: 890px;
	height: 32px;
	overflow: hidden;
	background: url(img/footer.png) 0 -93px no-repeat;
	margin: 0 auto;
}

a#fb-link, a#tw-link {
	width: 80px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
}