body {
	margin: 0;
	padding: 0;
	background: #cccc99;
	color: black;
}

a {
	color: #004831
}

a:visited {
	color: #002200
}

a:hover {
	text-decoration: none;
	background-color: #ccc
}

a:active {
	color: lime;
}

h2  {
	color: #004831;
	line-height: 1
	}


h3 {
	color: #960;
	font-style: italic
}

input {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #f5f5f5
}

.breakout {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	padding: 10px
}


.breakoutsmall {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left
}

.intro {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 10px 20px
}

.leftmenu {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 4px 20px
}

img {
	vertical-align: top
}

#products {
	z-index: 50;
	left: 90px
}

.text {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 10px 20px
}

.textnoborder {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.textsmall {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 5px 10px
}

li {
	margin-bottom: .4em;
}

/* New header + nav */

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo:hover {
	background: none;
}

#header {
	position: relative;
	background: #ccdbe0 url(../images/header_shadow.jpg) repeat-x 0 bottom;
	height: 100px;
}

.worldmap {
	width: 320px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/header_world.jpg);
}

#nav {
	position: absolute;
	bottom: 0;
	clear: both;
	height: 20px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #004831;
	z-index: 10;
}

#nav li,
#nav li a {
	position: relative;
	float: left;
	margin: 0;
	text-decoration: none;
	color: white;
	font-family: Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

#nav li a {
	padding: 0 1em;
}

#nav li a:hover,
#nav li:hover,
#nav li.over {
	background-color: #c93;
}

/* 1st dropdown */
#nav li ul {
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	background: #c93;
	padding: 0;
	margin: 0;
	width: 13em;
	z-index: 20;
}

#nav li ul li,
#nav li ul li a {
	float: none;
	list-style: none;
	display: block;
	font-size: 13px;
	font-weight: normal;
 	color: #004831;
 }

#nav li ul li a {
	border-top: 1px #d1a348 solid;
}

#nav li ul li a:hover,
#nav li ul li:hover,
#nav li ul li.over {
	background-color: #b4811b;
	color: white;
}

#nav li:hover ul,
#nav li.over ul {
	position: absolute;
	display: block;
}

/* 2nd dropdown */

#nav li ul li ul,
#nav li:hover ul li ul,
#nav li.over ul li ul {
	display: none;
	background-color: #b4811b
}

#nav li:hover ul li:hover ul,
#nav li.over ul li.over ul {
	display: block;
	position: absolute;
	left: 14em;
	top: 0;
	z-index: 30;
}

#nav li ul li ul a,
#nav li ul li ul li {
	color: #48340b;
}

#nav li ul li ul a:hover {
	background-color: #906716;
	color: white;
}

li#curve {
	position: absolute;
	right: -50px;
	height: 20px;
	width: 50px;
	background: url(../images/nav_curve.png) no-repeat right top;
	z-index: 10;
}

h1 {
	color: white;
	text-align: center;
	font-size: 18pt;
	margin-bottom: .75em;
	text-shadow: #333 3px 3px 3px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	font-family: Helvetica, Arial, sans-serif
}
