html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px 0px 3em;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #fff url(/_images/background-red.jpg) repeat-y scroll left top;
}
#logo {
	position: absolute;
	z-index: auto;
	left: 130px;
	top: 50px;
	height: 100px;
	width: 300px;
}
#nav {
	float: left;
	width: 175px;
}
#content {
	float: left;
	margin: 275px 0px 50px 150px;
	width: 400px;
}
#bigimg {
	height: auto;
	width: 250px;
	position: absolute;
	top: 10px;
	left: 560px;
}
#bigimg img {
	height: 265px;
}
#nav ul {
	list-style: none;
	margin: 250px 0px 0px;
	padding: 0px;
	width: 100%;
}
#nav ul li {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
}
#nav ul li ul {
	width: 130px;
	position: absolute;
	top: 18px;
	left: 175px;
	display: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav ul li ul li {
	height: 15px;
	width: auto;
	padding-left: 0px;
}
#nav ul li ul li ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 115px;
	visibility: inherit;
	height: auto;
}
#nav ul li ul li.bigone {
	height: 75px;
}
#nav ul li ul li ul li {
	padding: 0px 0px 0px 10px;
}
#nav #products ul {
	background: #7946a5; !important
}
#nav #about ul {
	background: #e54800; !important
}
ul, p, address {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p {
	line-height: 1.4em;
}
ul ul {
	font-size: 1em;
}
a img {
	border-style: none;
}
#map {
	width: 600px;
	position: absolute;
}
#content a {
	color: #93173b;
}
#nav a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav ul li ul li a:hover {
	font-weight: normal;
}
#nav ul li a {
	line-height: 50px;
	padding-left: 70px;
}
#nav ul li ul li a {
	line-height: 1.4em;
	padding: 0px 0px 0px 5px;
	font-size: 1em;
	background: url(none);
}
#nav #about li a:hover {
	background: #ec7640;
}
#nav #products li a:hover {
	background: #9b74bc;
}
#about a {
	background: url(/_images/squares-r.jpg) no-repeat 0px -50px;
}
#about a:hover {
	background: url(/_images/squares-r.jpg) no-repeat -175px -50px;
}
#facilities a {
	background: url(/_images/squares-r.jpg) no-repeat 0px -150px;
}
#facilities a:hover {
	background: url(/_images/squares-r.jpg) no-repeat -175px -150px;
}
#products a {
	background: url(/_images/squares-r.jpg) no-repeat 0px -200px;
}
#products a:hover {
	background: url(/_images/squares-r.jpg) no-repeat -175px -200px;
}
#contact a {
	background: url(/_images/squares-r.jpg) no-repeat 0px -250px;
}
#contact a:hover {
	background: url(/_images/squares-r.jpg) no-repeat -175px -250px;
}
.waiting {
	color: #ofo;
}
.clear {
	clear: both;
}
