
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #FFF;
}
a {
	text-decoration: none;
	color: #FFF;
}
body,p {
	font: 10pt Verdana,Arial,Sans-serif;
}

#wrapper {
	margin: 0px auto;
}

#content {
	margin: 0;
	padding: 0;
	position: relative;
}

#splash {
	margin: 5px auto;
	width: 1200px;
	height:800px;
	background: transparent url('../images/background4.jpg') no-repeat top left;
}

#cat-links {
	list-style: none;
	text-align: left;
	padding: 20px 0 0 10px;
}
#cat-links li {
	padding: 5px 0;
}
#_beauty {
	height: 70px;
	width: 387px;
	background: url('/images/cat_beauty.png') no-repeat top left;
	cursor:pointer;
}
#photos {
	margin-top: 17px;
}
#_nude {
	height: 70px;
	width: 259px;
	background: url('/images/cat_nude.png') no-repeat top left;
	cursor:pointer;
}
#_fashion {
	height: 70px;
	width: 407px;
	background: url('/images/cat_fashion.png') no-repeat top left;
	cursor:pointer;
}
#_beauty:hover, #_nude:hover, #_fashion:hover   {
	background-position: 0 -70px;
}
#cat-links img {
	border: none;
}
#cat-links img.title {
	margin-bottom: 90px;
}
.txt {
	color: #FFF;
	font: 13pt "Times New Roman", Times, serif;
}
.selected {
	text-decoration: underline;
}

#header {
	position: fixed;
	top: 0;
	background: #DDD;
	width: 100%;
	height: 20px;
	padding: 0;
	margin:0;	
	list-style: none;
	text-align: left;
	z-index:1;
}
#header li {
	display: inline;
	padding: 3px 0 3px 10px;
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #555;
}
#header li a {
	text-decoration: none;
	color: #555;
}
#header li.copy {
	 float:right;
	 padding-right: 5px;
	 font-weight:normal;
}
#header li a:hover {
	text-decoration: underline;
}
.sortableProjects {
	clear: both; 
	padding: 10px 0 10px 0;
	width: 90%;
}

.sort-li {
	float: left;
	width: 200px;
	padding:5px;
	list-style:none; 
	text-align:left;		
}

.del-icon  {
	background:transparent url(../images/delete.png) no-repeat scroll left top;
	margin: 5px 5px 5px 175px;
	height: 20px;
	width: 20px;
	position:absolute;
	z-index:100;
	cursor: pointer;
}

#contactform,#aboutpage {
	padding: 60px;
}

#contactform .form_title {
	color: #999;
	text-align:right;
}

#contactform textarea {
	background-color: #DDD;
	border: 1px #666 solid;
	color: #000;
	font: 11pt Arial, Helvetica, sans-serif;
	width: 330px;
	height:150px
}
#contactform input.txtfield {
	background-color: #DDD;
	border: 1px #666 solid;
	color: #000;
	width: 330px;
	height: 20px;
	font-size: 11pt;
	padding-left: 2px;
}
