/* -- RESET --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

strong { font-weight: bold;}







html{ background: #a4bdba url(img/bg_top.jpg) top center repeat-x;text-align: center; } 
body { width: 960px; margin: 0 auto;text-align: left; background-color: transparent; font-family: 'lucida grande', verdana, arial, sans-serif; color:#525251;}
.header { background: #fff url(img/nav_bg.gif) top center no-repeat;height: 120px; }
.logo { float: left;margin: 0 0 0 3px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale');}
.logo a img { opacity: 1.0; }
.logo a:hover img { opacity: 1.0 }
			
			
/* Navigation */
.nav ul { padding: 0;  margin: 40px;  float: right;  height: 40px;  width: 382px;  list-style:none;  color: #fff; }
.nav li { float: left; height: 40px; }
.nav li a { display: block;  padding-top: 30px;  height: 0px !important;  overflow: hidden; border-bottom:none; list-style:none;}

/* Set Normal Position */
.nav li#home,.nav li#home a:link,.nav li#home a:visited,.nav li#home a:active { background: transparent url(img/nav.jpg) 0 0 no-repeat;border-bottom:none; width: 56px }
.nav li#services, .nav li#services a:link,.nav li#services a:visited,.nav li#services a:active { background: transparent url(img/nav.jpg) -57px 0 no-repeat;border-bottom:none; width: 83px }
.nav li#portfolio, .nav li#portfolio a:link,.nav li#portfolio a:visited,.nav li#portfolio a:active  { background: transparent url(img/nav.jpg) -142px 0 no-repeat;border-bottom:none; width: 89px }
.nav li#blog, .nav li#blog a:link,.nav li#blog a:visited,.nav li#blog a:active { background: transparent url(img/nav.jpg) -226px 0 no-repeat;border-bottom:none; width: 67px }
.nav li#contact, .nav li#contact a:link,.nav li#contact a:visited,.nav li#contact a:active { background: transparent url(img/nav.jpg) -285px 0 no-repeat;border-bottom:none; width: 81px }

/* Set Hover Position */
.nav li#home a:hover { background: url(img/nav.jpg) 0 -40px;}	 		
.nav li#services a:hover { background: url(img/nav.jpg) -57px -40px;}
.nav li#portfolio a:hover { background: url(img/nav.jpg) -142px -40px;}
.nav li#blog a:hover { background: url(img/nav.jpg) -226px -40px;}			
.nav li#contact a:hover { background: url(img/nav.jpg) -285px -40px;}			

/* Set Active Position + Auto Nav Selection */
#home_page .nav li#home a:link,#home_page .nav li#home a:visited, #home_page .nav li#home a:active { background: url(img/nav.jpg) 0 -80px;}
#services_page .nav li#services a:link,#services_page .nav li#services a:visited,#services_page .nav li#services a:active { background: url(img/nav.jpg) -57px -80px;}
#portfolio_page .nav li#portfolio a:link,#portfolio_page .nav li#portfolio a:visited,#portfolio_page .nav li#portfolio a:active{ background: url(img/nav.jpg) -142px -80px !important;}
#blog_page .nav li#blog a:link,#blog_page .nav li#blog a:visited,#bog_page .nav li#blog a:active { background: url(img/nav.jpg) -226px -80px;}
#contact_page .nav li#contact a:link,#contact_page .nav li#contact a:visited,#contact_page .nav li#contact a:active { background: url(img/nav.jpg) -285px -80px;}



a, a:link, a:active {
	color: #6b7c31;
}

a:hover {
	color: #505d24;
}

a: visited {
	color: #838c63;
}


.text_hide{
	display: block;
	text-indent: -9999px;
}


#home_page .footer {
	padding: 20px 0;
	font-size: 11px;
	margin: 0 20px 20px 20px; 
}


.footer {
	padding: 20px 0;
	font-size: 11px;
	margin: 0 20px 20px 20px; 
}


.footer li {
	display: inline;
	
}

.footer li a {
	padding: 3px 10px;
	text-decoration: none;
	display: block;
	float: left;
	border-right: 1px solid #bac6c2;
	color: #5a6d71;
	
}


.footer li a {
	padding-left: 30px;
	border-right: none;
}
	
.footer a.first {
	padding-left: 0;
}

strong {
	font-weight: bold;
}



<style type="text/css">
img, div, logo { behavior: url(iepngfix.htc) }
</style> 



/* IE6 css fixer v0.7: Sun, 21 Feb 2010 19:14:18 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.logo,
.nav ul,
.nav li,
.footer li a {display:inline;}

/* add zoom:1 to overflow:hidden */
.nav li a {zoom:1;}

/* add transparancy */
* html .logo
{background:none;
float:left;
 width:150px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale');
}
	/* */

.logo a img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.logo a:hover img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}





