@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/********************************
#basic & common styles	
/*******************************/


#webWrapper {
	
	width: 1000px;
	margin:0;
	pading:0;
	}


p{
color: #000000;
font-family: "Century Gothic",Arial;
font-size:10px;
text-decoration:none;
padding: 0 0 .5em 0
}

a{
color: #000;
text-decoration:none;
outline: 0px;
}

a:hover{
color:#F97FD8;
text-decoration:none;
outline: 0px;
}

a img{
border:none;
outline: 0px;
}

.current {
	color:F97FD8;
	outline: 0px;
	}


	.titleONE {
		font-family:"Century Gothic";
		font-size:9px;
		color:#000;
		}
	
/********************************
#basic & common styles	
/*******************************/
#header {
	width:1000px;
	background-image:url(../backgrounds/header_bg.gif);
	background-repeat:no-repeat;
	height:125px;
	}

/*Main Navigation*/
#navWrapper{
	position: absolute;
	top: 78px;
	left: 234px;
	width: 780px;
	
	
	}
#navigation {
font-family: Century Gothic, arial;
font-size: 11px;
color: #969696;
text-shadow: 0px 0px 2px #969696;
letter-spacing: 1px;
} 
#navigation ul {
 width: 100%;
 list-style: none; 
 margin: 0; 
 padding: 0px 0px 0px 0px; 
} 
#navigation li { 
 display: inline;
 padding: 0px 55px 0px 0px;
} 
#navigation a:link, {
color: #969696;
text-shadow: 0px 0px 2px #969696
text-decoration: none;

 }
 
 #navigation a:visited { 
 color: #969696;
 } 
 
#navigation a:hover { 
text-shadow: 0px 0px 2px #F97FD8; 
color:#F97FD8;

}

#navigation .current {
color: #F97FD8;
		}


/*BlurFx IE */
.blurFx {
	   height:50;
       width:40;
       font-size:20pt;
       font-weight:bold;
       filter:Blur(Direction=45, Strength=45)
	   }	
/*BlurFx IE  */		
		
		
/*Main Navigation  ENDS */

/*==================== WORKS WORKS WORKS AREA =========================*/	
	
/* leftColum  STARTS */	

#worksContent {
	float:left;
    margin-top:10px;
	width: 955px;
	margin-left:50px;
	background-position:top right 0px;
	background-repeat:no-repeat;
	height: 455px;

}

.StyleONE {
	font-family:"Century Gothic";
    font-size:18px;
}

/*==================== works Mouse Over FX =========================*/


/*==================== thumbnail =========================*/
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail {
color: #000000;
}


.thumbnail img{
border: 0px solid black;
margin: 140px 0px 0px 0px;
}

.thumbnail:hover{
background-color: transparent;
color: #F97FD8;

}

.thumbnail:hover img{
border: 0px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
top: 0px;
left: 0px;
background-color: transparent;
padding: 0px;
left: -500px;
border: 0px #fff;
visibility: hidden;
color: black;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 600px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/*==================== thumbnail =========================*/
/*==================== WORKS WORKS WORKS AREA =========================*/


#rightColum {
	float:left;
	margin-top:100px;
	margin-left: 10px;
	width:255px;
	background: white;
	height:100%;
}







/*  this is a bkup for thumbnails
}

.thumbnail {
color: #000000;
}


.thumbnail img{
border: 0px solid black;
margin: 0px 0px 0px 0px;
}

.thumbnail:hover{
background-color: transparent;
color: #F97FD8;
}

.thumbnail:hover img{
border: 0px solid white;
}

.thumbnail span{ 
position: absolute;
top: 0px;
left: 0px;
background-color: transparent;
padding: 0px;
left: -500px;
border: 0px #fff;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 500px; 
z-index: 50;
}
*/
