@charset "UTF-8";

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}


hr {
        width:500px;
	background-color:#a0a0a1;
        border:0;
        height:1px;
}

p {
        font-family:Helvetica,Arial,san-serif;
	color:#a0a0a1;
	line-height:15px;
        font-size:13px;
	text-decoration:none;
}

a:link, a:visited {
	font-family:Helvetica,Arial,san-serif;
	color:#a0a0a1;
	line-height:20px;
        font-size:13px;
	text-decoration:none;
}

a:hover, a:active {
	font-family:Helvetica,Arial,san-serif;
	color:#666666;
	line-height:20px;
	font-size:13px;
	text-decoration:none;
}


body > #wrap {
	height: auto;
	min-height: 100%;
}

ul, li	{
	list-style:none;
}

body {
background-color: #fff;
font-size: 12px;
font-family:Helvetica, Arial, Sans-Serif;
color: #564b47;  
padding: 0px;
margin: 0px;
}

img {
border: 0px solid #fff;
}

#contactHolder {
	left: 72px;
	border: 0px;
	position: absolute;
	top: 72px;
}

.contact-72 {
	padding-left:72px;
}

#imageHolder {
	margin-left: 177px;
}

/*
.galleryTitle {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	bottom:-30px;
	left:-16px;

}
*/

#images span {
display:inline;
}

.imgWrap {
	display: inline;
	position: relative;
}


.galleryTitle {
	bottom:-10px;
	height:0;
	left:0px;
	margin:0;
	padding:0;
	position:absolute;
	width:500px;
}


#images {
	width: 100%;
	height: 660px;
	border: 0px;
	padding-left: 3px;
	overflow-x: scroll;
	white-space: nowrap;
	float: right;
	position: relative;
	top: 85px;
}

#images p{

	display: inline;
}

#images span{

	display: inline;
}

#imagesTest {
	width: 100%;
	height: 630px;
	border: 0px;
	padding-left: 3px;
	overflow-x: scroll;
	overflow-y:hidden;
	white-space: nowrap;
	float: right;
	position: relative;
	top: 85px;
}




#home {
	width: 100%;
	height: 90%;
	border: 0px;
	padding-left: 3px;
	float: right;
	position: relative;
	top: 85px;
}


#images img {
padding-right: 20px;
height: 600px;
}


#imagesTest img {
padding-right: 20px;
height: 600px;
}

/*
#imagesTest h1 {
font-family:Helvetica,Arial,san-serif;
color:#a0a0a1;
font-size:13px;
display:block;
height: 600px;
float:left;
padding-right:20px;
padding-top:580px;
width:215px;
}

*/

#imagesTest h1 {
font-family:Helvetica,Arial,san-serif;
color:#a0a0a1;
font-size:13px;
display:block;
background-color: #000000;
margin:0;
padding: 10px;
position: absolute;
bottom:300px;
left: 0px;
}






#images .titleText {
padding-right: 20px;
height: 600px;
}


#images p.text {
font-family:Helvetica,Arial,san-serif;
color:#a0a0a1;
font-size:13px;
display:block;
height 600px;
float:left;
padding-right:20px;
padding-top:580px;
width:215px;
}




#logo {
	display: block;
	clear: both;
	height: 14px;
	width: 132px;
	left: 20px;
	top: 24px;
	position: absolute;
}

#nav {
	display: block;
	width: 300px;
	left: 20px;
	top: 85px;
	position: absolute;
	padding-left:20px;
}

.navText {
	font-family:Helvetica,Arial,san-serif;
	color:#a0a0a1;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}

.navText a:link, .navText a:visited {
	font-family:Helvetica,Arial,san-serif;
	color:#a0a0a1;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

.navText a:hover, .navText a:active {
	font-family:Helvetica,Arial,san-serif;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

#nav .current_page_item a {
        font-family:Helvetica,Arial,san-serif;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}


#contact {
	display: block;
	clear: both;
	height: 14px;
	width: 59px;
	left: 20px;
	position: absolute;
}

#copywright {
	display: block;
	clear: both;
	height: 13px;
	width: 169px;
	right: 20px;
	float: right;
	padding-right: 20px;
}

#footer {
	position: relative;
	margin-top: -27px; /* negative value of footer height */
	height: 27px;
	clear:both;
} 

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

#main {padding-bottom: 27px;}  /* must be same height as the footer */



/* CLEAR FIX*/
.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 */

