/* CSS Document */

body {
	background-color:#f2f2f2;
	background-image: url(../images/back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	margin: 0px;
	line-height: 19px;
}

a:link {
	color: #3399CC;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
	
}
a:hover {
	
}
a:active {
	color: #3399CC;
}

hr {
	clear: both;
	width: 860px;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CDCDCD;
	margin: 0;
	}

#doc {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background-color: #FFF;
	} 

#hd {
	background: #FFF left top no-repeat url(../images/header.gif);
	padding: 20px 0 0 0;
	margin: 0 50px 10px 50px;
	width: 860px;
	height: 170px;
	text-align: right;
	overflow: hidden;
	color: #999;
	}

#hd a {
	color: #999;
	text-decoration: none;
	}

#hd a:hover {
	color: #666;
	}
	
#vcard {
	vertical-align: text-bottom;
	}

#bd {
	margin: 20px 30px 0 50px
	}

#ft {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	color: #999;
	}

#intro {
	width: 530px;
	float: left;
	padding: 0 25px 25px 0;
	}

.introbody{
	display: block;
	float: left;
	width: 245px;
	margin: 0;
	padding: 0 20px 0 0;
	}

.bodycolumn {
	padding-top: 40px;
	float: left;
	width: 440px;
	}
	
.portfolioitem {
	margin: 0;
	padding: 0 0 45px 0;
	}

.pthumbnail {
	display: block;
	position: absolute;
	}

.pbody {
	display: block;
	position: relative;
	padding: 0 20px 0 0;
	margin: 2px 0 0 130px;
	line-height: 18px;
	height: 70px;
	} 

.pworkrightcolumn {
	float: left;
	padding: 0 0 0 10px;
	width: 195px;
	}

.listheading {
	clear: both;
	padding: 2px 0 5px 0;
	margin: 0;
	}

.listheading2 {
	clear: both;
	padding: 7px 0 5px 0;
	margin: 0;
	}

.listcredits {
	clear: both;
	padding: 5px 5px 2px 0;
	margin: 0;
	color: #999;
	}

.list{	
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
	}
	
.list li{
	margin-left: 10px;
	white-space: nowrap;
	float: left;
	list-style-image: url(../images/bul1.gif);
	padding: 0 25px 2px 2px;
	text-indent: 0px;
	}
	
.pworkcontainer {
	background-color: #FFF;
	}

.pwork {
	padding: 10px 25px 10px 25px;
	margin: 10px 25px 0 0; 
	border: 1px solid #CDCDCD;
	background-color: #FFF;
	}

#feature {
	width: 313px;
	height: 200px;
	float: left;
	margin-top: 15px;
	}

#pfolio {
	display: block;
	float: left;
	padding: 0px;
	margin: 5px 0 0 0;
	height: 69px;
	width: 313px;
	}

#pfolio a{
	width: 313px;
	height: 69px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/downloadpfolio.gif);
	display: block;
	}
 
#pfolio a:hover{
	background-position: bottom left;
	}

#cv {
	display: block;
	float: left;
	padding: 0px;
	margin: 5px 0 0 0;
	height: 69px;
	width: 313px;
	}

#cv a{
	width: 313px;
	height: 69px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/downloadcv.gif);
	display: block;
	}
 
#cv a:hover{
	background-position: bottom left;
	}

.viewworkbtn {
	display: inline;
	position: absolute;
	padding: 0px;
	margin: 4px 0 0 0px;;
	height: 15px;
	width: 78px;
	}

.viewworkbtn a{
	width: 78px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/b-viewwork.gif);
	display: block;
	}
 
.viewworkbtn a:hover{
	background-position: 0 -15px;
	}


.popup{
	padding-right: 15px;
	background: right no-repeat url(../images/popup.gif);
	}

/* SIFR */

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
	}

h1 {
	display: block;
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #454545;
	letter-spacing: -2px;
	}

h2 {
	display: block;
	font-size: 23px;
	padding: 0 0 0 127px;
	color: #454545;
	}

h3 {
	display: block;
	font-size: 8px;
	padding: 0 0 0 127px;
	color: #666666;
	}
	
.hide {display: none;}
.clearspace {padding: 0; margin: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.clearfloat {clear: both; line-height: 0px; height: 0px; display: block;}
.noborder {border: 0;}
br {clear: left;}
img {border: 0px;}
strong {font-weight: bold;}