
body {
  background: #ffffff;
  color: #070707;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align:center;
}
#page {
	DISPLAY: block;
	VISIBILITY: visible; 
	MARGIN-LEFT: auto; 
	WIDTH: 700px; 	
	MARGIN-RIGHT: auto; 
	POSITION: relative; 
	HEIGHT: auto; 
	TEXT-ALIGN: left;
}
* {
  margin: 0;
  padding: 0;
}

input {
  width: 115px;
  background: #fff;
  border: 1px solid #dec151;
  padding: 2px;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}


/* Body */

#preload {
  display: none;
}

#canvas {
  width: 700px;
  margin: 0 auto;
}


/* Header */

#header {
  width: 700px;
  height: 60px;
}

#header #logo {
  width: 380px;
  float: left;
  text-align: left;
  padding: 30px 0 0 0;
}

#header #top-menu {
  width: 320px;
  float: left;
}

#header #top-menu ul {
  float: left;
  list-style-image: none;
  list-style-type: none;
}

#header #top-menu li {
  float: left;
  list-style-image: none;
  list-style-type: none;
}

#header #top-menu li a {
  height: 32px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
}

#header #top-menu li#homepage a { width: 48px; background: transparent url(../images/top-menu-00.gif) top left no-repeat; }
#header #top-menu li#about-us a { width: 65px; background: transparent url(../images/top-menu-01.gif) top left no-repeat; }
#header #top-menu li#our-clients a { width: 78px; background: transparent url(../images/top-menu-02.gif) top left no-repeat; }
#header #top-menu li#apply a { width: 48px; background: transparent url(../images/top-menu-03.gif) top left no-repeat; }
#header #top-menu li#contact-us a { width: 78px; background: transparent url(../images/top-menu-04.gif) top left no-repeat; }


/* Navigation*/

#nav {
  float: left;
  width: 425px;
  height: 252px;
}

#nav ul {
  padding: 39px 0 0 10px;
  list-style-image: none;
  list-style-type: none;
}

#nav li {
  list-style-image: none;
  list-style-type: none;
}

#nav li a {
  height: 29px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
}

#nav li#cash-flow-program a { width: 179px; background: transparent url(../images/menu-01.gif) top left no-repeat; }
#nav li#factoring a { width: 179px; background: transparent url(../images/menu-02.gif) top left no-repeat; }
#nav li#faq a { width: 179px; background: transparent url(../images/menu-03.gif) top left no-repeat; }
#nav li#testimonials a { width: 179px; background: transparent url(../images/menu-04.gif) top left no-repeat; }
#nav li#resources a { width: 179px; background: transparent url(../images/menu-05.gif) top left no-repeat; }
#nav li#apply a { width: 179px; background: transparent url(../images/menu-06.gif) top left no-repeat; }
#nav li#contact a { width: 179px; background: transparent url(../images/menu-07.gif) top left no-repeat; }
#nav li#blog a { width: 179px; background: transparent url(../images/menu-08.gif) top left no-repeat; }

#nav li#cash-flow-program a:hover { width: 179px; background: transparent url(../images/menu-01-over.gif) top left no-repeat; }
#nav li#factoring a:hover { width: 179px; background: transparent url(../images/menu-02-over.gif) top left no-repeat; }
#nav li#faq a:hover { width: 179px; background: transparent url(../images/menu-03-over.gif) top left no-repeat; }
#nav li#testimonials a:hover { width: 179px; background: transparent url(../images/menu-04-over.gif) top left no-repeat; }
#nav li#resources a:hover { width: 179px; background: transparent url(../images/menu-05-over.gif) top left no-repeat; }
#nav li#apply a:hover { width: 179px; background: transparent url(../images/menu-06-over.gif) top left no-repeat; }
#nav li#contact a:hover { width: 179px; background: transparent url(../images/menu-07-over.gif) top left no-repeat; }
#nav li#blog a:hover { width: 179px; background: transparent url(../images/menu-08-over.gif) top left no-repeat; }

#nav-right {
  float: left;
  width: 275px;
  height: 252px;
  background: transparent url(../images/header-right.jpg) bottom left no-repeat;
}


/* Home Page */

#home {
  width: 700px;
  clear: both;
  background: transparent url(../images/home-bg.gif) repeat-y;
}

#home a.highlight {
  color: #070707;
  text-decoration: underline;
  font-size: 14px;
  font-family: verdana, arial, helvetica, sans-serif;
}

#home a.highlight:hover {
  color: #611113;
  text-decoration: underline;
}

#home-left {
  width: 450px;
  float: left;
}
#home-left1 {
  width: 350px;
  float: left;
}

#home-left p#welcome {
  font-size: 14px;
  line-height: 20px;
  font-family: verdana, arial, helvetica, sans-serif;
  background: transparent url(../images/triangle1.gif) 20px 26px no-repeat;
  padding: 25px 25px 25px 55px;
}

#home-left table {
  margin: 0 auto;
}

#home-left table td {
  padding: 5px;
}

#home-right {
  width: 250px;
  float: left;
}

#home-right h1 {
  height: 50px;
  display: block;
  font-size: 16px;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 48px;
  font-weight: normal;
  padding: 0 0 0 15px;
  background: #dec151;
}

#home-right #quote-left {
  margin: 10px 0 0 10px;
}

#home #quote-right {
  text-align: right;
  margin: 0 10px 10px 0;
}

#home-right p {
  padding: 0 35px 0 35px;
  text-align: justify;
}

p.login {
	font-size: 14px;
	color: #FFF;
	background-color: #CC3333;
	padding: 4px 4px;
	width: 150px;
	text-align: center;
	margin-left: 12px;
}
p.login a:link {color: #FFF; text-decoration: none;}
p.login a:visited {color: #FFF; text-decoration: none;}
p.login a:hover {color: #FFF; text-decoration: underline;}
p.login a:active {color: #FFF; text-decoration: none;}

/* Footer */

#footer {
  clear: both;
  width: 700px;
  margin: 12px 0 15px 0;
  font-size: 10px;
  text-align: center;
  color: #6f6f6f;
}

#footer a {
  color: #6f6f6f;
  text-decoration: none;
  }

#footer a:hover {
  color: #6f6f6f;
  text-decoration: underline;
  }


