@charset "UTF-8";
/* CSS Document */

body, html{

height: 100%;
width: 100%;
padding: 0;
margin: 0;
min-width: 1100px;

}

a img{

border: 0;

}

a{

color: #aaa;

}

ul{

padding: 0;
margin-left: 12px;

}

h2{

margin: 0 0 15px 0;
padding: 0 0 10px;
border-bottom: 1px solid #555;

}

h3{

margin-bottom: 0;

}

.contact-us h3{

color: white;

}

hr{

border: 1px solid #555;
border-width: 0 0 1px;
height: 1px;

}

body{

background: #000 url(../images/grungebg.jpg) bottom left fixed;
overflow: scroll;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;

}

.container{

background: url(../images/mtnsbg2.png) repeat-x top center;
height: 100%;
min-width: 1100px;

}

.wrapper{

width: 1040px;
margin: auto;
height: 100%;

}

.header{

height: 230px;

}

.header div{

float: left;

}

.logo img{

position: relative;
top: 45px;
left: 40px;
width: 300px;
padding-right: 40px;

}

.logo-icon{

position: relative;
width: 355px;

}

.logo-icon img{

position: relative;
top: 25px;
left: -15px;
width: 375px;
padding-right: 40px;

}

.nav{

width: 515px;
position: relative;
top: 50px;
left: 30px;

}

.nav ul{

list-style: none;
margin: 0;
padding: 0;

}

.nav li{

display: inline-block;
margin: 0;
padding: 0;

}

.nav a.rollover {
	display: inline-block;
	height: 35px;
	
}

.nav a.rollover:hover, #currentpage{
	
background-position: -150px 0;

}

.displace {

display: none;
	
}

.home{
	
text-decoration: none;
width: 93px;
background: url("../images/home_link.png");
	
}

.services{
	
text-decoration: none;
width: 115px;
background: url("../images/services_link.png");
	
}

.portfolio{
	
text-decoration: none;
width: 139px;
background: url("../images/portfolio_link.png");
	
}

.contact{
	
text-decoration: none;
width: 115px;
background: url("../images/contact_link.png");
	
}

.tree{

position: relative;
bottom: 0;
right: 0;
float: right;

}

.tree div{

position: absolute;
top: 0;
left: 25px;
background: url(../images/hkrtree3.png) no-repeat bottom left;
width: 200px;
height: 200px;

}

.tree a{

position: absolute;
right: 65px;
top: 110px;
width: 25px;
height: 25px;
z-index: 10px;
background: none;

}

.testimonials, .quote{

position: fixed;

}

.testimonials div a{

position: fixed;
background: #444;
top: 250px;
right: 0;
width: 30px;
     -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -khtml-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;

}

.quote div a{

position: fixed;
background: #444;
top: 435px;
right: 0;
width: 30px;
     -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -khtml-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;

}

.testimonials div a:hover, .quote div a:hover{

background: #3d9d3d;

}

.testimonials img, .quote img{

padding: 10px 0 20px;

}

.content{

padding: 10px 40px 40px;
color: #aaa;
display: table;
background: #222 url(../images/dark_grad.png) repeat-x top left;
border: 1px solid #222;
border-width: 0 1px 1px;
min-height: 400px;
width: 1040px;
min-width: 960px;
max-width: 960px;

}

.content h2{

color: white;
width: 960px;

}

.content div{

float: left;

}


div.testimonials-page{

max-width: 960px;
border-bottom: 1px dotted #333;
color: #555;

}

div.testimonials-page{

color: #aaa;

}

div.testimonials-page p{

background: url(../images/quotes.png) no-repeat top;
padding: 15px 60px;
min-height: 110px;
font-style: italic;

}

div.testimonials-page p{

background: url(../images/quotes_green.png) no-repeat top;

}

div.testimonials-page p b{

color: #3D9D3D;
font-size: 18px;
line-height: 20px;
font-weight: bold;

}

div.testimonials-page .name{

padding: 25px 0;
font-size: 14px;
font-weight: bold;
float: right;

}

.content div.left{

margin-top: 15px;

}

.round{

-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
border-radius: 12px;

}

.specialities a,  a, .intro h3{

color: white;

}

.intro ul{

margin-left: 24px;
color: white;

}

.intro li{

padding: 5px 0;

}

.footer{

text-align: center;
padding: 25px;
position: relative;
top: -50px;
height: 115px;

}

.footer, .footer a{

color: #555;

}

.footer a:hover{

color: green;

}

.footer-logo{

text-align: center;
margin-bottom: 10px;
width: 100%;

}

.footer-logo img{

padding-bottom: 5px;

}

.shadow, .portfolio-thumbs img{

box-shadow: 3px 3px 15px #111;
-webkit-box-shadow: 3px 3px 15px #111;
-moz-box-shadow: 3px 3px 15px #111;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#111, offX=3, offY=3, positive=true);

/* For IE 8 */
	-ms-filter: none;
	/* For IE 5.5 - 7 */
	filter: none;

}

input, textarea{

margin-top: 6px;

}

textarea {

    resize: none;
}

.contact-form{

padding: 50px 0 0 15px;
display: none;

}

.contact-form span{

color: green;
font-size: 24px;
line-height: 0;
vertical-align: middle;
margin-left: 4px;

}

.featured div{

padding: 20px;
width: 425px;
min-height: 250px;
background: #333;
font-size: 16px;

}

.featured ul{

padding-left: 16px;
margin: 8px 0;

}

.featured b{

background: #555;
display: block;
padding: 5px;

}

.featured a{

text-decoration: none;
display: block;
padding: 5px;

}

.featured a:hover{

background: #666;

}

.featured a:hover:after{

content: "More Info »";
float: right;
font-size: 12px;
font-weight: bold;
line-height: 20px;
color: #333;

}

.portfolio-thumbs{

padding: 20px 0 0 10px;

}

.portfolio-thumbs img{

display: inline;
width: 450px;
height: 300px;
margin: 10px 10px 0;


}

.portfolio-thumbs div p{

background: #444;
padding: 18px 15px 12px;
margin: 0 10px 10px;
color: #fff;
font-size: 13px;
font-weight: bold;
 -moz-border-radius: 0 0 8px 8px;
 -webkit-border-radius: 0 0 8px 8px;
 -khtml-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;

}

.portfolio-thumbs div p a, .portfolio-thumbs div p span {

color: white;
float: right;
font-weight: normal;
font-size: 11px;

}

.portfolio-thumbs div div{

height: 0;
width: 0;
position: relative;

}

.portfolio-thumbs div div img.comingsoon {

background: none;
display: none;
width: 175px;
height: 103px;
margin: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
filter: none;
-ms-filter: none;
filter: none;
position: absolute;
left: 288px;
top: 7px;

}

.portfolio-thumbs small{

font-style: italic;
color: #aaa;
}

.featured-image{

width: 465px;
height: 300px;
border: 1px dotted #333;

}

.secret{

height: 400px;
width: 960px;
text-align: center;

}

div#slideshow {
	width: 465px;
	height: 300px;
	padding: 0;
	position: relative;
	display: block;
}

	div#slideshow ul#slides {
		list-style: none;
		margin: 0;
		padding: 0;
}

#slides img{
width: 465px;
height: 300px;
border: 1px dotted #333;
margin: 2px 0 0 2px;

}

div.fadehover div {
	position: relative;
	}
 
img.a {
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
	h3.trigger{

	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

h3.trigger a{
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666;
	padding: 15px 0; 
}

h3.trigger a:after{

font-size: 10px;
content: "[Expand +/-]";
color: #666;
padding-left: 10px;

}

h2.trigger a:hover{

color: #069;
text-decoration: underline;

}

.toggle_container {
	
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.toggle_container .block{

	padding: 0 0 0 15px; /*--Padding of Container--*/
	text-align: left;
}

.third{

width: 279px;
padding: 10px 20px 15px;
line-height: 20px;

}

.third h2{

width: 100%;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
font-size: 15px;

}

.feature{

background: #333;
padding: 20px;

}

.facebook{

float: right;
width: 32px;

}

.facebook img{

}