
* { 
	margin: 0; 
	padding: 0; 
}

html, body, #wrap {  
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff; 
}

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

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:visited {
	color: #999999;
}

a:active
{
outline: none; /* DOTTED-BORDER FIX */
}

a:focus
{
-moz-outline-style: none; /* DOTTED-BORDER FIX */
}

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

#footer {
	position: relative;
	margin-top: -22px; /* negative value of footer height */
	height: 22px;
	clear:both;
	font-size: 10px;
	padding-left: 25px;
	background-color: #fff;
} 

img {
	border: none;
}

.italic {
	font-style: italic;
}

/* =============== HOME =============== */


#homenav {
	width: 355px;
	margin: 15px 0 0 25px;
	padding: 0;
	float: left;
}




#name-home {
	background:url('../images/name-main.gif') no-repeat;
	height: 30px;
	width: 204px;
	margin: 0 0 6px 0;
	padding: 0px;
}

#name-home span {
	display: none;
}

#nav-home {
	background:url('../images/sprite-main.gif') no-repeat;
	width:550px;
	height:33px;
	margin: 0;
	padding:0;
}

#nav-home span {
	display: none;
}

#nav-home li, #nav-home a {
	height:33px;
	display:block;
}

#nav-home li {
	float:left;
	list-style:none;
	display:inline;
}

#work-home {
	width: 106px;
}

#about-home {
	width: 117px;
}

#contact-home {
	width: 132px;
}

#work-home a:hover {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#about-home a:hover {
	background:url('../images/sprite-main.gif') -106px -33px no-repeat;
}

#contact-home a:hover {
	background: url('../images/sprite-main.gif') -223px -33px no-repeat;
}

/* =============== MAIN =============== */

#wrapper-main {
	margin: 0;
	padding: 15px 0 0 25px;
}

#name-main {
	/* background:url('../images/name-main.gif') no-repeat; */
	height: 30px;
	width: 204px;
	margin: 0 0 6px 0;
	padding: 0px;
}

#name-main span {
	display: none;
}

#nav-main {
	background:url('../images/sprite-main.gif') no-repeat;
	width:355px;
	height:33px;
	margin: 0;
	padding:0;
}

#nav-main span {
	display: none;
}

#nav-main li, #nav-main a {
	height:33px;
	display:block;
}

#nav-main li {
	float:left;
	list-style:none;
	display:inline;
}

#work-main {
	width: 106px;
}

#work-main-active {
	width: 106px;
}


#about-main {
	width: 117px;
}

#contact-main {
	width: 132px;
}

#work-main a:hover {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#work-main-active a {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#work-main-active a:hover {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#about-main a:hover {
	background:url('../images/sprite-main.gif') -106px -33px no-repeat;
}

#contact-main a:hover {
	background: url('../images/sprite-main.gif') -223px -33px no-repeat;
}

/* =============== SLIDE =============== */

#nav-slide {
	background:url('../images/sprite-main.gif') no-repeat;
	width:355px;
	height:23px;
	margin: 0;
	padding:0;
}

#nav-slide span {
	display: none;
}

#nav-slide li, #nav-slide a {
	height:23px;
	display:block;
}

#nav-slide li {
	float:left;
	list-style:none;
	display:inline;
}

#work-slide {
	width: 106px;
}

#work-slide-active {
	width: 106px;
}


#about-slide {
	width: 117px;
}

#about-slide-active {
	width: 117px;
}

#contact-slide {
	width: 132px;
}

#contact-slide-active {
	width: 132px;
}

#work-slide a:hover {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#work-slide-active a {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#work-slide-active a:hover {
	background: url('../images/sprite-main.gif') 0px -33px no-repeat; 
}

#about-slide a:hover {
	background:url('../images/sprite-main.gif') -106px -33px no-repeat;
}

#about-slide-active a {
	background: url('../images/sprite-main.gif') -106px -33px no-repeat; 
}

#about-slide-active a:hover {
	background: url('../images/sprite-main.gif') -106px -33px no-repeat; 
}


#contact-slide a:hover {
	background: url('../images/sprite-main.gif') -223px -33px no-repeat;
}

#contact-slide-active a {
	background: url('../images/sprite-main.gif') -223px -33px no-repeat; 
}

#contact-slide-active a:hover {
	background: url('../images/sprite-main.gif') -223px -33px no-repeat; 
}


/* =============== THUMBNAILS =============== */

#thumbnails {
	margin: 6px auto;
	width: 1000px;
	padding-left: 20px;
}

#thumbnails img {
	margin: 10px;
	border: 0px solid #ccc;
	width: 210px; /* Width and height for IE (because we have to) */
	height: 150px;
}

#thumbnails a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}

/* =============== STEP CAROUSEL =============== */

.stepcarousel {
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 630px; /*Height should enough to fit largest content's height*/
border-top: 1px solid #000;
margin-bottom: 10px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 27px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 24px;
}

.prevnext {
	text-align: right;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}

.prevnext a:link {
	color: #000;
	text-decoration: none;	
}
.prevnext a:visited {
	color: #000;
	text-decoration: none;	
}
.prevnext a:hover {
	color: #000;
	text-decoration: underline;	
}
.prevnext a:active {
	color: #000;
	text-decoration: none;	
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	text-align: left;
	float: left;
	padding-left: 24px;
	padding-top: 5px;
}

#nav-carousel {
	background:url('../images/sprite-carousel.gif') no-repeat;
	width:90px;
	height:16px;
	margin: 0;
	padding:0;
}

#nav-carousel span {
	display: none;
}

#nav-carousel li, #nav-carousel a {
	height:16px;
	display:block;
}

#nav-carousel li {
	float:left;
	list-style:none;
	display:inline;
}

#prev {
	width: 45px;
}

#prev a:hover {
	background: url('../images/sprite-carousel.gif') 0px -16px no-repeat; 
}

#next {
	width: 45px;
}

#next a:hover {
	background: url('../images/sprite-carousel.gif') -45px -16px no-repeat; 
}

#close {
	width: 28px;
}

#close a:hover {
	background: url('../images/sprite-carousel.gif') -98px -16px no-repeat; 
}

/* =============== ABOUT =============== */

#about-wrap {
	width: 100%;
	border-top: 0px solid #000;
}

#biography {
	background: url('../images/biography.gif') no-repeat;
	font-size: 16px;
	margin: 25px 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	width: 450px;
	line-height: 1.2em;
	text-align: justify;
}

#clients {
	background: url('../images/clients.gif') no-repeat;
	font-size: 16px;
	margin: 25px 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	margin-bottom: 10px;
	width: 450px;
	line-height: 1.2em;
	text-align: justify;
}

/* =============== CONTACT =============== */

#contact-wrap {
	width: 100%;
	border-top: 0px solid #000;
}

#email {
	background: url('../images/email.gif') no-repeat;
	font-size: 16px;
	margin: 25px 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	width: 450px;
	line-height: 1.1em;
}

#phone {
	background: url('../images/phone.gif') no-repeat;
	font-size: 16px;
	margin: 25px 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	width: 450px;
	line-height: 1.1em;
}

#address {
	background: url('../images/address.gif') no-repeat;
	margin: 25px 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	margin-bottom: 10px;
	width: 450px;
	line-height: 1.1em;
}

