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

/* supersized */
*{
			margin:0px;
			padding:0px;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
		}
		#content{
			margin:0px;
			height:670px;
			width:530px;
			top:0px;
			left:0px;
			z-index: 3;
			position:absolute;
			border:none;
		}
		#content_portfolio{
			margin:0px;
			height:425px;
			width:375px;
			top:0px;
			left:-20px;
			z-index: 3;
			position:absolute;
			border:none;
		}
		
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(styles/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
			cursor: default;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
/* Start Portfolio_Galery */
#portfolio_gallery {
	width:40%;
	height:80%;
	margin:5% auto 5% auto;
	z-index:5;
	position:absolute;
	left:25%;
	overflow-y:scroll;
	background-image:url(../images/white_trans_bk.png);
	background-repeat:repeat;
	border:1px #666 solid;
}
#portfolio_gallery img {
	border:1px #999 solid;	
}
#portfolio_gallery a {
	border:none;
	text-decoration:none;
}
#portfolio_gallery a:hover {
	text-decoration:none;	
}
#studio {

}
.thumbs {
	display:block;
	width:95%;
	padding:10px;
	margin:0px auto 0px auto;
	float:left;
	clear:both;
	border-bottom:1px #ccc solid;
}
.thumbs ul {
	list-style-type:none;	
}
.thumbs ul li {
	height:100px;
	padding:10px;
	float:left;
}

/* models */

#models {
	width:100%;
	height:20px;
	padding:0px 0px 5px 10px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#fff;
	background-color: #030;
	border-top:1px solid #333;
	z-index:4;
}
#models a {
	color:#fff;
	font-weight:bold;
}

/* about */

#about {
	width:730px;
	height:209px;
	position:absolute;
	margin:0px auto 0px auto;
	bottom:0px;
	left:15%;
	background-image:url(../images/about_box_bk_10.png);
	background-repeat:no-repeat;
	color:#fff;
	z-index:4;
}
#about p {
	display:block;
	padding:30px 30px 10px 30px;
	line-height:17px;
	font-size:10pt;
}
#about a {
	color:#FC0;	
}
#about a:hover {
	color:#fff;	
}

/* contact */

#contact {
	width:30%;
	height:70%;
	padding:20px;
	margin:0px auto 0px auto;
	position:absolute;
	top:15%;
	left:25%;
	z-index:4;
	background-image: url(../images/white_trans_bk.png);
	background-repeat:repeat;
	border:1px #ccc solid;
}
#contact p {
	line-height:25px;
	padding:5px 0px;
	font-size:10pt;
}
.contact_field {
	color:#666;	
}
