/*
 *  handheldstyle.css
 *
 *
 *  This file was created by Fly. 
 *  June 10, 2009.
 *
 */
 
 
 /* Navigation */
#navimenu{
margin: 0;
padding: 0;
}

#navimenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
}

* html #navimenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#navimenu ul li{
display: inline;
}

#navimenu ul li a{
width: 100%;
float: left;
font-size: 14px;
color: #bbbbbb;
line-height: 20px;
font-weight: bold;
padding: 0 0 0 0;
text-decoration: none;
border-top: 10px solid #eb6c25;
padding-top: 0;
margin: 0 40px 0 0;
}

#navimenu ul li a:hover{
color: #999999;
border-top: 10px solid #999999;
padding-top: 0;
margin: 0px 40px 0 0;
}

#navimenu ul li a.active{
color: #999999;
border-top: 10px solid #bbbbbb;
padding-top: 0;
margin: 0px 40px 0 0;
}

@font-face {font-family:'droidsans'; src: url('DroidSans.ttf') format('truetype'); font-weight:normal;}
@font-face {font-family:'droidsans'; src: url('DroidSans-Bold.ttf') format('truetype'); font-weight:bold;}

body{background: #ffffff; margin: 10px 10px 10px 10px; }

p{margin: 0 0 20px 0; padding: 0; font-family: droidsans, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; color: #999999; }
em{color: #eb6c25; font-style: normal; }

a { cursor: pointer; font-weight: bold; text-decoration: none; }
a:link { color: #eb6c25; }
a:visited { color: #eb6c25; }
a:hover {
  color: #c6c6c6;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

h1, h2, h3, h4, h5, li {
letter-spacing: -1px;
font-weight: bold;
font-family: droidsans, Helvetica, Arial, sans-serif;
}

h1{
letter-spacing: -1px;
}

h1.titles{ font-size: 22px; margin: 0 0 0 0; color: #eb6c25; }
h2.titles{ font-size: 14px; margin: 0 0 10px 0; color: #bbbbbb; line-height: 16px; }
h3.content{ font-size: 16px; margin: 0 0 10px 0; color: #999999; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
}