
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.0; 
      background-image: url('../images/bg1.gif');
	  background-repeat: repeat-x;
	  background-color: #FFF
      margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	color: #011c47; 
	font-family: Verdana, Arial;
	font-size: 85%;
}

a {
	color: #f5621c;
	text-decoration: none;
}

a:hover {
	color: #e2001a;
}


#container {
	width: 648px;
	margin: auto;
	padding-top: 65px;
	padding-bottom: 50px;
}

#container #logo {
	background: url(../images/head2.gif) no-repeat top left;
	height: 62px;
	padding-bottom: 5px;
    border-bottom: 2px solid #011c47;
	margin-bottom: 15px; 
}

#container #logo h1 {
font-size: 2.2em;
	margin: 0;
	color: #eb571b;
}
#container #logo h2 {
    font-size: 1.5em;
	margin: 0;
	color: #011c47;
}
#footer {
	margin-top: 15px;
    border-top: 2px solid #011c47;
	padding-top: 5px;
	color: #0d0f49;
	font-size: 0.9em;
}
#signup {
	margin-top: 15px;
    /*border-top: 2px solid #011c47;*/
	padding-top: 15px;
	color: #0d0f49;
	font-size: 0.9em;
}
#signup2 {
	margin-top: 15px;
	margin-bottom: 10px;
    border-bottom: 2px solid #011c47;


	color: #0d0f49;
	font-size: 0.9em;
}
#footer form {
	float: center;
}

.home #footer {
	border: none;
	margin-top: 20px;
}

.nav {
	float: right;
	margin-top: -15px;
}



h2 {
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #011c47;
}

h3 {
	font-size: 1.9em;
	margin-top: 20px;
	/*border-bottom: 1px solid #011c47;*/
	margin-bottom: 10px;
	color: #607293;
}

h4 {
	font-weight: bold;
}
.hr {
    border-top: 1px solid #011c47;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #0d0f49;
}
.desc {
	margin: -15px 0 40px 0;
    color:#011c47;
}

.desc p {
	margin-bottom: 6px;
	color:#011c47;
}

.home .menuItem h3 {
	font-size: 1.8em;
	line-height: 1.0em;
	float: none;
	position: relative;
	display: block;
	border-bottom: none;
	margin: 0;
}

.home .menuItem p {
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	display: block;
	border-bottom: none;
}

.home .menuItem {
	display: block;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #797979;
	outline: none;
	cursor: pointer;
	height: 40px;
	border-bottom: 1px solid #005A87;
}

.home  .menuItem:hover {
	background-color: #f1f1f1;
}

.home h2 {
	color: #354158;
	margin-bottom: 0px;
}

.arrow {
	font-size: 4em;
	position: absolute;
	right: 0px;
	top: -16px;
	color: #b9b9b9;
}

.home  .menuItem:hover .arrow {
	right: -4px;
}


.home .imagemenu {
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}

.home .roundedcorners {
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}


h3.example {
	height: 30px;
	text-indent: -9999px;
}

h3.features {
	height: 30px;
	text-indent: -9999px;
}


ul {
	margin-left: 25px;
	color: #011c47;
}

ol {
	margin-left: 25px;
	color: #011c47;
}

dt {
	float: left;
}

dd {
	margin-left: 150px;
	margin-bottom: 10px;
}

.description {
	margin-top: 6px;
}

code {
	font-family: Courier;
}

#usage p {
	margin: 10px 0px 5px 0px;
}