a img {
   border-style: none;
}
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #8da6bf;
  font-size: 15px;
}

a {
	color: #003163;
}

ul {
  margin-bottom: 1em;
}

#page {
	width: 960px;
	margin: 20px auto;
	border-top: 5px solid #306199;
	border-bottom: 5px solid #306199;
	padding: 1px 0px;
  background: url(/images/blue.gif) white top left repeat-y;
}

#header {
	background: url(/images/photos.gif) top right no-repeat;
	height: 113px;
}

#header h1 a {
	display: block;
	height: 113px;
	width: 242px;
	background: url(/images/logo.gif) top left no-repeat;
}

#header h1 a span {
	display: none;
	visibility: hidden;
	font-size: 5px;
}

#nav ul {
	list-style-type: none;
}

#nav {
	width: 242px;
	float: left;
	background: #e0e9f3;
	border-top: 1px solid white;
}

#nav ul li a, #nav ul ul li strong {
  display: block;
	padding: 10px;
	border-bottom: 1px solid white;
	text-decoration: none;
}

#nav ul ul li a, #nav ul ul li strong {
  padding: 5px 20px;
  font-size: 12px;
}

#nav ul ul li strong {
  color: #608ec3;
  background: url(/images/shadow.gif) top left repeat-x #e0e9f3;
}

#nav ul li a:hover {
	background: #003163;
	color: white;
}

#nav ul li a.selected {
	background: #306199;
	color: white;
}

#footer {
	border-bottom: 10px solid #003163;
  padding: 5px;
  padding-left: 277px;
  padding-top: 35px;
	clear: both;
}

#main {
  padding: 35px;
  margin-left: 242px;
  background: url(/images/shadow.gif) top left repeat-x;
  min-height: 200px;
}

p {
  margin-bottom: 1em;
}

h3 {
  font-size: 15px;
  margin-bottom: 1em;
  color: #003163;
  border-bottom: 1px solid #003163;
}

h2 {
  padding: 8px 0px;
  color: #003163;
  font-size: 150%;
}

.application img {
  float: right;
  margin-bottom: 1em;
  border: 1px solid #003163;
  margin-left: 1em;
}

.application {
  clear: right;
  border-bottom: 1px solid #003163;
  margin-bottom: 1em;
}

.application strong {
display: block;
}

span.clear {
  display: block;
  clear: right;
}

.product ul {
  margin-bottom: 1em;
  list-style-type: square;
}

.product img {
   float: right;
   margin-left: 20px;
   margin-bottom: 20px;
}
.product_index {
   width: 300px;
   padding-top: 30px;
}
.product_index_right {
   float: right;
}
.product_index_right li {
   text-align: right;
   padding: 10px 0px 10px 13px;
}
.product_index li {
   /*height: 18px;*/
   font-weight: bold;
   font-size: 12pt;
   margin: 10px 0 60px 0;
   padding: 10px 13px 10px 0px;
   background: url(/images/shadow.gif) top left repeat-x;
}
.product_index a:hover {
   color: #306199;
}
.product_index ul {
   list-style-type: none;
}
.product_index img {
   margin: -40px 10px 0px 10px;
   float: left;
   z-index: 100;
}
.product_index_right img {
   float: right;
   margin: -40px 0px 0px 10px;
}
.product_index a {
   text-decoration: none;
}

#logos {
   padding-top: 50px;
   border-top: 1px solid #306199;
   text-align: center;
}

#logos img {
   padding: 4px 8px;
}

#featuredapps {
   margin-left: 35px;
   margin-bottom: 20px;
   width: 150px;
   float: right;
}

#featuredapps h3 {
   border-bottom: 0px;
   padding: 0px;
   border: 0px;
}

#featuredapps a {
   text-decoration: none;
}

#featuredapps a span {
   display: block;
   margin-bottom: 10px;
}

form {
  width: 200px;
  float: right;
  padding: 1em;
  padding-top: 0px;
  background: #EEE;
  margin-right: 200px;
}
form ul li {
  list-style-type: none;
}

form ul li label {
  display: block;
  font-weight: bold;
  padding-top: 0.5em;
}

form ul li input, form ul li textarea {
 width: 100%;
}

form ul li.submit input {
  width: auto;
}

form ul li.submit {
  text-align: right;
}

form sub {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

form {
  border-bottom: solid white 1em;
}

form strong {
  margin: 0px;
  padding-top: 10px;
  font-size: 10px;
  color: red;
  display: block;
}

h3.phone {
  border: 0px;
  height: 10px;
  padding-top: 10px;
  margin-top: -35px;
  text-align: right;
  font-style: oblique;
  color: #608ec3;
}