/*---------------------------------------------------------------------------------------
Pulcher & Company: Navigation Styles
Author:  Mario S. Cisneros
Version 1: 29 May 2008
Email: mario@webnetts.com 
-----------------------------------------------------------------------------------------*/

/* GLOBAL NAVIGATION BAR
----------------------------------------------------------------------------------------*/
#global
{width: 760px;
  margin: 5px auto 20px;
  height: 30px; 
  font: bold 0.8em "trebuchet ms", arial, verdana, sans-serif;}

#global ul
{position: relative;
  margin: 0;
  padding: 0;
  list-style: none;}

#global ul li
{display: inline;
  line-height: 2.7;
  margin: 0;
  padding: 0;}

#global ul li a:link, #global ul li a:active, #global ul li a:visited
{color: #000; /* #006220 */
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 12px;}
 
#global ul li a:hover
{color: #990000;
  text-decoration: none;
  border-bottom: none;
  padding: 9px 12px;
  background: transparent url(/img/navon.jpg) no-repeat scroll center bottom;}


/*SIDE BAR background-color: #004674;
----------------------------------------------------------------------------------------*/
#sidenav ul
{margin: 0 0 25px 0;
  padding: 10px 0 5px 0;
  list-style: none;
  width: 200px;
  background-color: #183585;}

#sidenav ul li
{display: block;
  border-bottom: 1px solid #666;
  background-color: #F9F9F9;}

#sidenav ul li a:link, #sidenav ul li a:visited
{color: #004674;
  font: bold 0.8em "trebuchet ms", arial, verdana, sans-serif;
  display: block;
  padding: 8px 0 5px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: none;}

#sidenav ul li a:hover
{color: #BB5E00;
  text-decoration: none;
  border-right: 5px solid #BB5E00;}

.topcap
{border-top: 1px solid #ddd;}


/* LINKS 
-----------------------------------------------------------------*/
a:link, a:active, a:visited 
{color: #004674; 
  font-weight: normal; 
  text-decoration: underline;}

a:hover
{color: #990000; 
  font-weight: normal; 
  text-decoration: none;}

span.arrow
{color: #FFF;
  font-weight: bold;
  padding-left: 2px;}

a:link span.seearrow, a:active span.seearrow, a:visited span.seearrow
{color: #004674;
  font-weight: bold;
  padding-left: 2px;
  text-decoration: none;}


/*FOOTER: HOMEPAGE
----------------------------------------------------------------------------------------*/
#homefooterwrap
{position: relative;
  width: 100%;
  height: 65px;
  text-align: center;
  padding-top: 22px;
  border-top: 2px solid #000;
	background-color: #2D7CA3;}

#homefooter
{position: relative;
  width: 760px;
  color: #fff;
	font-size: 0.8em;
  text-align: center;
  margin: 0 auto;}

#homefooter #copyright
{position: relative;
  float: left;
  margin-left: 5px;
  padding: 0;}

#homefooter #copyright p
{text-align: center;
  margin: 0 0 5px 0;
  padding: 0;}

#homefooter #copyright p span
{padding: 0 5px;}

#homefooter #webnet
{position: relative;
  float: right;
  margin-right: 5px;
  padding: 0;}

#homefooter #webnet p 
{text-align: left;
  margin: 0 0 5px 0;
  padding: 0;}

#homefooter #webnet p a
{text-transform: none;}

#homefooter #webnet li span
{color: #B3C2D1;}

#homefooter ul
{list-style: none;
  margin: 0;
  padding: 0;}

#homefooter ul li
{display: inline;
  padding-left: 0;
  background: none;}

#homefooter a:link, #homefooter a:visited
{text-decoration: underline;
  text-transform: lowercase;
	color: #FFF;
  padding: 0 3px;}

#homefooter a:hover
{text-decoration: none;
  color: #D3CE48;
  border-bottom: none;}


/*FOOTER: CORE PAGES
----------------------------------------------------------------------------------------*/
#footerwrap
{position: relative;
  clear: both;
  
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid #000;
	background-color: #2D7CA3;}

#footer
{position: relative;
  width: 760px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin: 0 auto;}

#footer ul
{list-style: none;
  margin: 0;
  padding: 0;}

#footer ul li
{display: inline;
  background: none;}

#footer a:link, #footer a:visited
{text-decoration: none;
  text-transform: capitalize;
	color: #FFF;
  padding: 0 5px;}

#footer a:hover
{text-decoration: underline;
  color: #D7E0E8;
  border-bottom: none;}

  
/*SAME NAVIGATION CODE ON EVERY PAGE
----------------------------------------------------------------------------------------*/
body#home #nav-home a,
body#about #nav-about a,
body#hosting #nav-hosting a,
body#design #nav-design a,
body#testimonials #nav-testimonials a,
body#contact #nav-contact a
{color: #990000 !important;
  background: transparent url(/img/navon.jpg) no-repeat scroll center bottom;}