﻿/*------------------------------------
*/
------------------------------------*/


/* --------Base Styles--------- */


body, html  {
  margin: 0;
  padding: 0;
}

body  {
  background: #404044 url("images/bg.png") left top;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:100%;
}

div.wrap  {
  width: 960px;
  margin: 50px
  ;
}

p.desc  {
}

p.desc a  {
  color: #000000;
  text-decoration: none;
  border-bottom: ;
}



/* ------- Navigation ----------- */

{ font: 20px; }

ul#top_nav  {
  border: ;
  margin: 0;
  padding: 0;
  width: 850px;
  margin-bottom: 25px;

  
}

ul#top_nav li {
  list-style: none;
  float: left;
}


  color: #000000;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
 
  background-image: ;
}

ul#top_nav li a:hover {
  text-shadow: ;
}

ul#top_nav li a:active  {
  background: #000000;
 
}

ul#top_nav li:first-child a {
  border-left: none;
}

ul#top_nav li:last-child a  {
  border-right: none;
}

/* ---------- Vertical --------*/
ul#vertical {
  margin: 0;
  padding: 0;
  width: 300px;
  border: 

 
  
  
}

ul#vertical li  {
  list-style-type: none;
  
    background-image: -moz-linear-gradient(top, #ffffff, #6497c6);
  
 
  

  
    opacity: 0.9;
	background-image: linear-gradient(top, #000000, );/* For IE8 and earlier */
}
ul#vertical li a  {
  border-bottom: ;
  display: block;
  padding: 12px 10px;
  color: #000000;
  font: 18px;
  text-decoration: none;
  text-shadow: 0 0px 0 #000;
}

ul#vertical li a:hover {
  background-color: #ffffff;
	opacity: 0.6;
	background-image: );
}

ul#vertical li a:active {
  background-color: #000000;
}


/* ---------- Clearfix ------- */
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*make the menu sub-menu items drop down on mouse hover */

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
