/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body {
	border-top: 8px solid #333;
	}

html{	
	background: white url('../../../images/header-blue-bg.png') repeat-x; 
	}



a{color: #3399cc;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}

/* =====================================================
GENERAL MENU - NAVIGATION STYLES
======================================================== */
#navigation  {
	width: 131px;
	margin: 0px;
	}
#navigation li {
	width: 130px;
	margin: 6px 0px;
	}

#navigation li a{
	font-size: 1.1em;
	padding: 7px 0px;
	color: #555; 
	background: #f4f4f4;
	border-left: 6px solid #ccc;
	display: block;
	text-align: center;
	}
	
#navigation li a:hover{
	background: #eee;
	text-decoration: none;
	border-left: 6px solid #333;
	color: #000; 
	}	
	
#navigation li.nav_About  a {
	border-left: 6px solid #f98b07;
	}
#navigation li.nav_Services a {
	border-left: 6px solid #b1e519;
	}
#navigation li.nav_Contact a {
	border-left: 6px solid  #49c3f5;
	}
#navigation li.nav_Blog a {
	border-left: 6px solid  #999;
	}	

/*	
#navigation li .nav_About a:hover, 
#navigation li.nav_Services a:hover, 
#navigation li.nav_Contact a:hover, 
#navigation li.nav_Blog a:hover, {
	border-left: 6px solid #333;
	}
*/	
/*
.contact_btn{
	background: #fff; 
	height: 30px; 
	width: 105px; 
	display: block;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	top: 20px;
	}
li .contact_btn {
	padding-top: 5px;
	color:#666;
	filter:alpha(opacity=0.8);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: inline;
	float: left;
	}
li a.contact_btn {
	color:#FF6600;
	text-decoration:underline;
	}
a:hover.contact_btn {
	color:#666;
	text-decoration:none;
	}
*/
#tophat ul {
	width: 310px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;


	}
#tophat li {
	display: inline;
	width: 100px;
	float: left;
	color: #666;
	text-align: center;
	}
#tophat li a {
	color:#FF6600;	
	text-decoration:underline;
	}
#tophat li a:hover {
	color:#666;	
	text-decoration:none;
	}
#tophat li.right-line {
	border-right: 1px dotted #999;
	}
