@charset "utf-8";
html, body, #wrapper {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 100%;
}
#wrapper {
	text-align: center;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menuplaceholder {
	height: 30px;
	left: 0px;
	right:0px;
	bottom: 15px;
	position:absolute;
	z-index:100;
	width:auto;
	padding: 0 0 0 30px;
	background-color:#FFFFFF;
}
#feature1 {
	top: 0px;
	right: 0px;
	position:absolute;
	background-image:url(../img/feature1.gif);
	background-repeat:no-repeat;
	width:235px;
	height:298px;
}
#feature1v2 {
	top: 0px;
	right: 0px;
	position:absolute;
	background-image:url(../img/feature1.gif);
	background-repeat:no-repeat;
	width:235px;
	height:298px;
	background-position: 0px -125px;
}
#feature2{
	z-index: 50;
	left: 0px;
	top: 0;
	position:absolute;
	background-image:url(../img/feature4.gif);
	background-position: 0 -180px;
	width:168px;
	height:238px;
}


#blackbottomline{
	height: 10px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	position:absolute;
	z-index:100;
}


/* NAVIGATION */
/* nav home */
#navhome a span{
	display:none;
}
#navhome a:link, #navhome a:visited{
	z-index:100;
	display:block;
	height:30px;
	width:100px;
	background-repeat:no-repeat;
	background-image:url(../img/navhome.gif);
	background-position: 0 0;
	position:relative;
	float: left;
}

#navhome a:link:hover, #navhome a:visited:hover{
	display:block;
	height:30px;
	width:100px;
	background-image:url(../img/navhome.gif);
	background-position: 0 -33px;
}

#navhome a:link:active, #navhome a:visited:active{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../img/navhome.gif);
	background-position: 0 -65px;
}

/* nav gallery */
#navgallery a span{
	display:none;
}
#navgallery a:link, #navgallery a:visited{
	z-index:100;
	display:block;
	height:30px;
	width:100px;
	background-repeat:no-repeat;
	background-image:url(../img/navgallery.gif);
	background-position: 0 0;
	position:relative;
	float: left;
}

#navgallery a:link:hover, #navgallery a:visited:hover{
	display:block;
	height:30px;
	width:100px;
	background-image:url(../img/navgallery.gif);
	background-position: 0 -33px;
}

#navgallery a:link:active, #navgallery a:visited:active{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../img/navgallery.gif);
	background-position: 0 -65px;
}


/* nav web */
#navweb a span{
	display:none;
}
#navweb a:link, #navweb a:visited{
	z-index:100;
	display:block;
	height:30px;
	width:100px;
	background-repeat:no-repeat;
	background-image:url(../img/navweb.gif);
	background-position: 0 0;
	position:relative;
	float: left;
}

#navweb a:link:hover, #navweb a:visited:hover{
	display:block;
	height:30px;
	width:100px;
	background-image:url(../img/navweb.gif);
	background-position: 0 -33px;
}

#navweb a:link:active, #navweb a:visited:active{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../img/navweb.gif);
	background-position: 0 -65px;
}
/* nav contact */
#navcontact a span{
	display:none;
}
#navcontact a:link, #navcontact a:visited{
	z-index:100;
	display:block;
	height:30px;
	width:100px;
	background-repeat:no-repeat;
	background-image:url(../img/navcontact.gif);
	background-position: 0 0;
	position:relative;
	float: left;
}

#navcontact a:link:hover, #navcontact a:visited:hover{
	display:block;
	height:30px;
	width:100px;
	background-image:url(../img/navcontact.gif);
	background-position: 0 -33px;
}

#navcontact a:link:active, #navcontact a:visited:active{
	display:block;
	width:100px;
	height:30px;
	background-image:url(../img/navcontact.gif);
	background-position: 0 -65px;
}

/* HOMEPAGE ONLY */

#homefeature{
	z-index: 80;
	left: 50px;
	bottom: 20%;
	position:absolute;
	background-image:url(../img/feature4.gif);
	width:168px;
	height:238px;
}

#homemenu {
	z-index:95;
	text-align: center;
	vertical-align: middle;
	
}

/* GALLERY ONLY */
#galleryplaceholder{
	height:450px;
	position:absolute;
	z-index:93;
	left:0px;
	right:0px;
	top:10%;
	background-color:#000000;
	overflow-y:hidden;
	overflow-x:scroll;
	padding:0;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	width:100%;
}
/* WEB ONLY */
#webplaceholder{
	height:450px;
	position:absolute;
	z-index:93;
	left:0px;
	right:0px;
	top:10%;
	background-color:#000000;
	overflow-y:hidden;
	overflow-x:scroll;
	padding:0;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	width:100%;
}
#webcontent{
	vertical-align:bottom;
	text-align:right;
	padding: 0 50px 50px 0;
	color:#FFFFFF;
	text-decoration: none;
}
#webcontent a:link, #webcontent a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#webcontent a:link:hover, #webcontent a:visited:hover{
	color:#FFFFFF;
	
}



/* ABOUT ONLY */
#aboutplaceholder{
	height:450px;
	position:absolute;
	z-index:93;
	left:0px;
	right:0px;
	top:10%;
	background-color:#000000;
	overflow-y:hidden;
	overflow-x:scroll;
	padding:0;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	width:100%;
}
#aboutplaceholder .content{
	height:450px;
	float:left;
	z-index:95;
	padding: 0 20px 0 0;
}
#aboutplaceholder .content h1{
	font-family: "Century Gothic", Arial, Helvetica;
	font-size:24px;
	color: #FFFFFF;
	font-weight: bold;
}
#mypictureprofile{
	height:450px;
	z-index:94;
	width:600px;
	vertical-align:top;
}
#mybriefinfo{
	width:400px;
	padding: 0 40px 0 60px;
	vertical-align:top;
	text-align:justify;
}
#myworkhistory{
	width:400px;
	padding: 0 20px 0 20px;
	vertical-align:top;
	text-align:justify;
}
#myfavtools{
	width:250px;
	padding: 0 20px 0 20px;
	vertical-align:top;
	text-align:justify;
}
#mycontact{
	width:250px;
	padding: 0 20px 0 20px;
	vertical-align:top;
}


/* ---- ABOUT ENDS HERE -----*/

#deco1placeholder{
	height:90%;
	position:absolute;
	z-index:94;
	left:0px;
	top:0;
}