@charset "UTF-8";
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #CCC;
}
.patent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	color: #BBB;
	padding-right: 15px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #E20;
}
.splashbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:100;
	color: #888;
	padding-left: 35px;
	padding-top: 80px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:100;
	color: #888;
	padding-top: 20px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #E20;
}
.clientheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #888;
	padding-top: 20px;
}
.imagespace {
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #E20;
     font-weight: 100;
}
a:link {
     text-decoration: none;
}
a:visited {
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
a:active {
     text-decoration: none;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: 12px arial}
	
#sddm li a
{	display: block;
	border-color: #FFF;
	border-left: 1px solid;
	border-top: 1px solid;
	margin: 0 px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #E20;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #FFF;
    color: #E20;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: none}

#sddm div
{	position: absolute;
	visibility: hidden;
	width: 175px;
	margin: 0;
	padding: 0;
	background: #E20;
	border: 1px solid #FFF;
	border-bottom: 0px}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #E20;
		color: #FFF;
		border-left: none;
		border-top: none;
		border-bottom: 1px solid #FFF;
		font: 12px arial}

	#sddm div a:hover
	{	background: #FFF;
		border-left: 1px;
		border-bottom: none;
		color: #E20}

