@charset "UTF-8";

/*PAGE SET-UP*/

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	margin: auto;
	width: 900px;
	background-color: #FC3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

/*HEADER*/

#header {
	height: 110px;
}
#header img {
	float: left;
}
#signature {
	position: relative;
	left: -80px;
	float: left;
}
#headerNav {
	position: relative;
	top: 63px;
	left: 0px;
	width: 343px;
	height: 36px;
	float: right;
}
#headerNav li {
	float: left;
	list-style-type: none;
}

/*MAIN AREA - SET-UP*/

#main {
	background-image: url(../images/mainHomeBG.gif);
	background-repeat: no-repeat;
	height: 420px;
	clear: left;
}

#mainFolio {
	background-image: url(../images/mainFolioBG.gif);
	background-repeat: no-repeat;
	height: 420px;
	clear: left;
}

/*PHOTO NAVIGATION*/

#photoNav {
	position: relative;
	top: 10px;
	left: 95px;
	width: 802px;
	clear: left;
}
#photoNav li {
	float: left;
	list-style-type: none;
}
#photoNav img {
	float: left;
}

/*ICON NAVIGATION*/

#iconNav {
	position: relative;
	top: 20px;
	left: 293px;
	width: 335px;
	clear: left;
}
#iconNav li {
	float: left;
	list-style-type: none;
}

/*ICON NAV FOR PROTFOLIO PAGES*/

#iconNavFolio {
	position: relative;
	top: 31px;
	left: 293px;
	width: 335px;
	clear: left;
}
#iconNavFolio li {
	float: left;
	list-style-type: none;
}

/*PROTFOLIO PAGE ELEMENTS*/

#folioTitle {
	position: relative;
	top: 21px;
	left: 25px;
	float: left;
	width: 425px;
}

#folioText {
	position: relative;
	top: 30px;
	left: -25px;
	width: 414px;
	padding: 5px;
	float: right;
}
#folioText p {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #DDD;
	-webkit-text-shadow: 0px 1px 0px #DDD;
	-moz-text-shadow: 0px 1px 0px #DDD;
}

/*PROTFOLIO THUMBNAILS*/

#folioThumbs {
	position: relative;
	left: -25px;
	top: 30px;
	width: 424px;
	float: right;
}
#folioThumbs li {
	float: left;
	list-style-type: none;
	padding: 5px;
}
#folioThumbs img {
	float: left;
}

/*PROTFOLIO THUMBNAILS PHOTO*/

#folioGraphicsThumb01 {
	background-image: url(../images/folioGraphicsThumb01.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#folioGraphicsThumb02 {
	background-image: url(../images/folioGraphicsThumb02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioGraphicsThumb03 {
	background-image: url(../images/folioGraphicsThumb03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioGraphicsThumb04 {
	background-image: url(../images/folioGraphicsThumb04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#folioWebThumb01 {
	background-image: url(../images/folioWebThumb01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioWebThumb02 {
	background-image: url(../images/folioWebThumb02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioWebThumb03 {
	background-image: url(../images/folioWebThumb03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioWebThumb04 {
	background-image: url(../images/folioWebThumb04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#folioVideoThumb01 {
	background-image: url(../images/folioVideoThumb01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioVideoThumb02 {
	background-image: url(../images/folioVideoThumb02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioVideoThumb03 {
	background-image: url(../images/folioVideoThumb03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioVideoThumb04 {
	background-image: url(../images/folioVideoThumb04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#folioAudioThumb01 {
	background-image: url(../images/folioAudioThumb01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioAudioThumb02 {
	background-image: url(../images/folioAudioThumb02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioAudioThumb03 {
	background-image: url(../images/folioAudioThumb03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#folioAudioThumb04 {
	background-image: url(../images/folioAudioThumb04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/*HIDDEN PHOTOS FOR LIGHTBOX*/

#hidden {
	display: none;
}

/*CONTACT/ABOUT AREA*/

#info {
	background-image: url(../images/infoBG.gif);
	height: 290px;
	position: relative;
	top: 0px;
	clear: left;
}
#infoText {
	position: relative;
	top: 20px;
	float: left;
	width: 350px;
}
#infoText h1 {
	font-size: 21px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 14px;
	text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
}
#infoText p {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 14px;
	text-shadow: 0px -1px 0px black;
	-webkit-text-shadow: 0px -1px 0px black;
	-moz-text-shadow: 0px -1px 0px black;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact {
	position: relative;
	top: 10px;
	float: right;
	width: 550px;
	height: 122px;
}
#contact img {
	float: right;
}

/*FOOTER*/

#footer {
	background-image: url(../images/footerBG.gif);
	position: relative;
	top: 0px;
	height: 30px;
	clear: left;
}
#footerNav {
	position: relative;
	top: 6px;
	left: 568px;
	width: 332px;
	height: 19px;
}
#footerNav li {
	float: left;
	list-style-type: none;
}
#footerNav img {
	float: left;
}
