@charset "utf-8";
/* CSS Document */


html {
height: 101%;
}

h1, h2, h3, h4, h5, h6, p {
  position: relative;
}

body {
padding: 0;
margin: 0 0 20px 0;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #303b3a;
background: url(../images/bg.jpg) repeat-x #fff;
}

h2 {
margin: 0;
padding: 5px 0 0 0;
}

h3 {
font-size: 11px; 
font-weight: bold;
}

p {
margin: 13px 0;
padding: 0;
}

ul {
list-style: none;
}

a {
color: #576b69;
}


#container {
margin: 0 auto;
width: 664px;
border-left: 1px #d7d7d7 solid;
border-right: 1px #d7d7d7 solid;
border-bottom: 1px #d7d7d7 solid;
background: url(../images/cotnr_bg.gif) repeat-y #fff;
}

/*    HEADER         */


#header {
border-bottom: 1px solid #fff; 
}

#header img {
display: block;
}

#logo {
	position: absolute;
	z-index: 99;
	left: 520px;
}

#nav {
border-bottom: 1px solid #fff; 
background: url(/images/nav_bg.jpg) repeat-x;
height: 25px;
padding: 0;
margin: 0;
}

#nav ul {
margin: 0;
padding: 0;
}

#nav li {
display: inline;
float: left;
margin: 0px;
padding: 0px;
list-style: none;
}

#nav li a {
text-decoration: none;
display: block;
padding: 7px 0px 3px 3px;
margin: 0px;
height: 15px;
overflow: hidden;
width: 80px;
text-align: center;
}

#nav li a:hover {
padding: 7px 0 3px 3px;
height: 15px;
color: #fff;
text-decoration: none;
background: url(/images/nav_bg_over.jpg);
text-transform: uppercase;
}

/*    MAIN CONTENT         */

#content {

}

#main {
margin: 0 182px 0 0;
padding: 16px 20px;
text-align: left;
line-height: 2em;
}

#main li, #mainwhite li {
background: url(/images/bullet.gif) no-repeat;
padding: 0 10px;
}

#mainwhite {
width: 100%;
text-align: left;
line-height: 2em;
background: #fff;
}

#across {
padding: 16px 20px 8px 20px;
}

.homebtn {
padding: 4px 20px 20px 0;
}

.homebtnend {
padding: 4px 0 20px 0;
}

#right {
float: right;
width: 152px;
background-color: #576b69;
color: #fff;
padding: 15px;
text-align: center;
}

#right img {
margin-top: 10px;
border: 1px solid #d7d7d7;
}

#right a {
color: #fff;
}

.howitworks {
border: 0!important;
margin: 0;
}

#right p, #right h3 {
text-align: left;
}

.terms {
float: right; 
margin: 0 5px 0 0;
}

.terms ul{
list-style: none;
display: inline;
}

.terms li {
display: inline;
padding: 0 10px;}

.terms a { 
text-decoration: none;
color: #e4e4e5;
}

.terms a:hover {
color: #fff;
}

/* TABLES AND FORMS */

.table {
padding: 0;
border: 1px solid #303b3a;
font-size: 80%;
margin-bottom: 15px;
}

.table th {
background: #576b69;
padding: 5px 10px;
border-bottom: 1px solid #303b3a;
font-weight: normal;
color: #fff;
vertical-align: bottom;
}

.table td {
background: #e4ded2;
padding: 5px 10px;
border-top: 1px solid #ebe6dd;
border-left: 1px solid #ebe6dd;
}


/*    FOOTER         */
#footer {
margin: 0;
background-color: #3ea99f;
height: 13px;
color: #e4e4e5;
padding: 6px;
text-align: left;
clear: both;
font-size: 9px;
border-top: 1px solid #fff;
}

#credit {
font-size: 9px;
padding: 10px 0;
color: #bebebe;
}

#credit a {
color: #a5a5a5; 
text-decoration: none;
}

/*Added by mighty me*/
.first{
	margin-top:0;
}
a.dblue{
	color:#336;
	text-decoration:none;
}
a.dblue:hover{
	text-decoration:underline;
}
.error{
	color:red;
}
.popup_descr{
	color: #303b3a;
	border:1px solid #ccc;
	width:200px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	display:none;
	z-index:100000;
}
input,textarea,select,.v_text{
	font-family:Verdana, sans-serif;
}
#clients_list td, #clients_list th{
	padding-right:15px;
}