#head {
	float: left;
	width: 790px;		
}

#logo {
	float: left;
	width: 221px;		
	padding: 23px 0 10px 15px;
}

#logo a {
  display: block;
	background: url(../images/nilesh_mistry.png) no-repeat 0px 0px;
	width: 201px;
	height: 25px;
	margin-left: 10px;
}

#logo a:hover {
  background: url(../images/nilesh_mistry.png) no-repeat 0px -25px;
}

#nav {
	float: left;	 
	width: 549px;
	padding: 20px 0 0 0;
	margin-top: 5px;
}		

#nav ul {
	float: right;	 
	font-size: 0.95em;
}

#nav li {
	float: left;	 
	margin: 0 10px 0 0;
	padding: 0 4px;
	height: 23px;
} 

#nav li a {
	color: #fff;	 
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 23px;
}

#nav .index {
  background: url(../images/nav.png) no-repeat 0px -23px;
	width: 85px;
}
#nav .index:hover {
  background: url(../images/nav.png) no-repeat 0px 0px;
	width: 85px;
}

#nav .profile {
  background: url(../images/nav.png) no-repeat -100px -23px;
	width: 67px;
}
#nav .profile:hover {
  background: url(../images/nav.png) no-repeat -100px 0px;
}

#nav .contact {
  background: url(../images/nav.png) no-repeat -180px -23px;
	width: 85px;
}
#nav .contact:hover {
  background: url(../images/nav.png) no-repeat -180px 0px;
}

#currentcat {
  margin: 0px 20px 0pt 267px;
	padding-top: 20px; 
	color: #fff; 
	float: left; 
	background: url(../images/bg/downarrow.png) no-repeat 0px 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#currentcat h2 {
  font-size: 0.9em;
}

#page {
	background: url(../images/bg/animals.png) no-repeat top left;
	height: 37em;			 
}

#content {
	float: left;
	width: 790px;
	height: 29.5em;			 
}

#categories {
  margin: 10px 0 0 27px;
}

#categories li {
	float: left;
	border: 1px solid #666;
	width: 168px;
	margin: 0 16px 17px 0;
	height: 12.9em;					
	padding: 2px 0 1px 2px;
}

#categories a {
	color: #111;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	height: 100%;
}

#categories a span strong {
	position: relative;
	top: -1.8em;
	background: #111;
	display: block;
	width: 162px;
	padding: 2px;	
	color: #fff;
}

#categories a:hover {
  color: #000;
	text-decoration: none;	
}

#categories a:hover span strong {
  color: #111;
	background: #fff;
	text-decoration: none;	
}

#categories a.last {
  margin-right: 0;
}

#foot {
  float: left;
	width: 790px;
	text-align: right;
	color: #fff;
	font-size: 0.7em;
	text-transform: uppercase;
}

#foot p {
	margin-right: 20px;		
}

/* Home page category images */
#catimages {
	float: left;				 
  margin: 23px 0 0 32px;
	height:29.6em;
}

#catimages li {
  float: left;
	height: 450px;
	margin-right:5px;
}

#catimages a {
  display: block;
	height: 450px;
	text-decoration: none;
}

#catimages span {
  height:1px;
  left:0px;
  overflow:hidden;
  position:absolute;
  left:-999em;
  width:1px;}

#catimages #homeware {
  background: url(../images/categories/homeware.jpg) no-repeat -153px 0;
	width: 98px;
}
#catimages #monsters {
  background: url(../images/categories/monsters.jpg) no-repeat -168px 0;
	width: 103px;
}
#catimages #costumes {
  background: url(../images/categories/costumes.jpg) no-repeat -100px 0;
	width: 80px;
}
#catimages #birds {
  background: url(../images/categories/birds.jpg) no-repeat -115px 0;
	width: 63px;
}
#catimages #architecture {
  background: url(../images/categories/architecture.jpg) no-repeat -75px 0;
	width: 49px;
}
#catimages #animals {
  background: url(../images/categories/animals.jpg) no-repeat -160px 0;
	width: 113px;
}
#catimages #dancers {
  background: url(../images/categories/dancers.jpg) no-repeat -140px 0;
	width: 114px;
}
#catimages #landscapes {
  background: url(../images/categories/landscapes.jpg) no-repeat -120px 0;
	width: 73px;
}

#catimages #homeware:hover {
  background: url(../images/categories/homeware.jpg) no-repeat -20px 0;
	width: 98px;
}
#catimages #monsters:hover {
  background: url(../images/categories/monsters.jpg) no-repeat -30px 0;
	width: 103px;
}
#catimages #costumes:hover {
  background: url(../images/categories/costumes.jpg) no-repeat -7px 0;
	width: 80px;
}
#catimages #birds:hover {
  background: url(../images/categories/birds.jpg) no-repeat -17px 0;
	width: 63px;
}
#catimages #architecture:hover {
  background: url(../images/categories/architecture.jpg) no-repeat -11px 0;
	width: 49px;
}
#catimages #animals:hover {
  background: url(../images/categories/animals.jpg) no-repeat -22px 0;
	width: 113px;
}
#catimages #dancers:hover {
  background: url(../images/categories/dancers.jpg) no-repeat -1px 0;
	width: 114px;
}
#catimages #landscapes:hover {
  background: url(../images/categories/landscapes.jpg) no-repeat -2px 0;
	width: 73px;
}
/* End of category images */

/* Profile page */
.profile {
  height: 27.8em;
}

.profile p {
	margin: 20px 25px;
	color: #fff;
	font-size: 0.9em;
}

.profile img {
  float: left;
	margin: 22px 15px 0 25px;
	border: 1px solid #fff;
	padding: 2px;
}

.profile h2 {
  margin: 10px 0 0 25px;
	font-size: 1.2em;
}
/* End of profile styles*/