html {
	height: 100%;
	overflow-y: scroll;
}
body {
	margin: 0px;
	background: #000000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	color: #506C65;
}
a {
	color: #506C65;
	text-decoration: none;
	outline:none;
}
a:hover {text-decoration: underline;}
a.skipnav {
	color: #777777;
	position: absolute;
	top: 3px;
	right: auto;
	left: -10000px;
}
a.skipnav:focus {
	outline: dotted 1px;
	left: auto;
	right: 3px;
}
.bold {font-weight: bold;}

#header {
	height: 105px;
	/*padding-top: 490px;*/
	position: relative;
    background: #202020 url(images/box/t.jpg) bottom repeat-x;
}
div.inner {
    width: 970px;
    margin: auto;
    position: relative;
    height: 100%;
}
#top-heading {
	position: absolute;
	top: auto;
	left: -10000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#logo {
	height: 153px;
	width: 428px;
	position: absolute;
	top: 18px;
	left: 32px;
	z-index: 100;
	background: url(images/logo2.jpg) no-repeat;
}
#personal {
    position: absolute;
    width: 40em;
    bottom: 25px;
    right: 38px;
    text-align: right;
    color: #bbb;
    font-size: 13px;
}
#personal a {
    float: right;
    padding: 7px 11px;
    background: #333;
    color: #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 0px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 15px;
    background-color: #aaa;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(128,128,128)),
        color-stop(1, rgb(235,235,235))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(128,128,128) 0%,
        rgb(235,235,235) 100%
    );
    background-image: -o-linear-gradient(rgb(235,235,235),rgb(128,128,128));
    text-shadow: 0px 1px #ccc;
}
#personal a:hover {
    background-color: #ccc;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(148,148,148)),
        color-stop(1, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(148,148,148) 0%,
        rgb(255,255,255) 100%
    );
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(148,148,148));
    text-shadow: 0px 1px #eee;
}
/*#portfolio-button.down, #portfolio-button:active {
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.8);
    -ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.8);
    -o-box-shadow: inset 0 1px 5px rgba(0,0,0,0.8);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.8), 0 1px 0 0 #303030;
}*/
#content {
    min-height: 430px;
    background: #fff url(images/box/b.jpg) bottom repeat-x;
}

/* -- Navigation -- */
#nav-box {
    display: none;
    width: 100px;
    height: 37px;
    position: absolute;
    top: 45px;
    left: 0px;
    background: url(images/nav-active.png);
    color: #B08DAF;
    padding-top: 8px;
    text-align: center;
    font-size: 17px;
}
#navigation {
	position: absolute;
	height: 36px;
	width: 450px;
	top: 110px;
	left: 500px;
	z-index: 101;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
    float: left;
    margin-right: 8px;
}
#navigation li.active {
    padding-bottom: 9px;
	background: url(images/nav-arrow.png) no-repeat bottom center;
}
#navigation a {
    display: block;
    float: left;
    height: 29px;
    text-align: center;
    color: #444;
    padding: 0px 12px;
    padding-top: 7px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;  
    background: #f4f4f8;
}
#navigation li.active a, #navigation li.away a:hover {
    background: url(images/nav-over.png) no-repeat top center;
}
#navintro.active a, #navintro.away a:hover {color: #B08DAF;}
#navportfolio.active a, #navportfolio.away a:hover {color: #dee8ea;}
#navservices.active a, #navservices.away a:hover {color: #96c2e5;}
#navcontact.active a, #navcontact.away a:hover {color: #86ceba;}
/* -- End Navigation -- */

/* -- Left Content -- */
#left-content, div.left-content {
	width: 500px;
	padding-top: 68px;
	padding-left: 38px;
	padding-bottom: 50px;
}
.left-heading {
	height: 0px;
	width: 400px;
	margin: 0px;
	margin-top: 21px;
	padding-top: 26px;
	overflow: hidden;
}
#left-content p, div.left-content p {
	font-size: 15px;
	color: #506C65;
	margin-top: 8px;
	margin-left: 23px;
	margin-bottom: 8px;
	line-height: 19px;
}
/* -- End Left Content -- */

/* -- Side Bar -- */
#sidebar, div.sidebar {
	position: absolute;
	top: 102px;
	right: 8px;
	width: 257px;
}
/* --- End Sidebar --- */

#copyright {
    display: none;
	width: 900px;
	margin: auto;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
}

#my-area {
    position: absolute;
    top: -700px;
    left: 0px;
    width: 100%;
}
#portfolio {
    width: 930px;
    margin: auto;    
    position: relative;
}
#gal-prev, #gal-next {
    width: 50px;
    height: 0px;
    position: absolute;
    top: 33%;
    background: #888;
    z-index: 2000;
    padding-top: 80px;
    overflow: hidden;
    background: url(images/gal-nav.png) no-repeat;
}
#gal-prev {
    left: 0px;
    background-position: bottom left;
}
#gal-prev:hover {
    background-position: top left;
}
#gal-next {
    right: 0px;
    background-position: bottom right;
}
#gal-next:hover {
    background-position: top right;
}
#gal-hide {
    position: absolute;
    top: -1px;
    right: 30px;
    width: 35px;
    height: 26px;
    padding: 0;
    border: 0;
    margin: 0;
    z-index:2000;
    cursor: pointer;
    background: url(images/gal-hide2.png) bottom;
}
div.tn3-gallery #gal-hide {
    bottom: 9px;
    right: 6px;
    top: auto;
    left: auto;
    width: 30px;
    background: url(images/gal-hide3.png) bottom;   
}
div.tn3-gallery #gal-hide:hover {
    background-position: top;
}
