html, body 
{
	padding:0;
	margin:0;
	border: none;
	min-width: 820px; 
	font-size: 0.85em;
	font-family: Arial,Helvetica,Arial,sans-serif;
	color: #000;
	background-color: #fff;
}

img 
{
	border: 0;
}

a
{
	cursor: pointer;
	border-bottom: 1px dashed #009;
	text-decoration: none;
	color: #009;
}

a:hover
{
	color: #f90;
	border-bottom: 1px solid #f90;
}


#wrapper 
{
	min-width: 900px;
	margin: 20px;
	border: 1px solid #006;
}

#header 
{
	min-height: 100px;
	border-bottom: 1px dashed #666;
}

/*\*/
* html #header 
{
	height: 100px;
}
/**/

#header h1 {
	font-size: 2em;
}

#content-wrap 
{
	width: 100%;
	background: #fff url(/content-bg.gif) repeat-y top left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content 
{
	float: right;
	min-height: 450px;
	width: 630px;
}

#content h1 
{
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: #333;
}

#content legend {
	color: #00f;
	margin: 5px 0;
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 3px;
}

#content fieldset 
{
	min-height: 450px;
	border: 1px solid #009;
}

#content #subcat
{
	min-height: 60px;
}

#content #subcat ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

#content #subcat ul li 
{
	float: left;
}

#content #subcat ul li a
{
	color: #009;
}

#content #subcat ul li a:hover
{
	color: #f90;
}

/* div to hold photos in list  mode */
#photos div.pbox 
{
	width: 150px;
	height: 165px;
	text-align: center;
	float: left;
	margin-left: 5px;
	padding-bottom: 5px;
}

#photos div.pbox p {
	margin: 0;
	padding: 0;
}

/*div.shadow 
{
	background: url(/portfolio/images/clients/shadow.gif) no-repeat bottom right;
	float: left;
	margin-top: 5px;
}

div.shadow img 
{
	float: none;
	margin:0;
	background-color: #fff;
	border: 1px solid #ccc;
	position: relative;
	left: -8px;
	top: -8px;
}*/

#menu 
{
	float: left;
	width: 200px;
	background-color: #009;
	color: #fff;
	min-height: 450px;
}

/*\*/
* html #menu, * html #content 
{
	height: 450px;
}
/**/

#menu h2 
{
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}

#menu a 
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover 
{
	font-weight: normal;
}

#menu ul
{
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: square;
	font-size: 1.3em;
}

#menu ul ul 
{
	margin-left: 15px;
	list-style-type: circle;
	font-size: 0.9em;
}


#menu ul ul ul 
{
	list-style-type: disc;
	font-size: 0.85em;
}

#menu li.current 
{
	font-weight: bold;
}

#menu li.current a 
{
	
}

#menu li.current ul 
{
	font-weight: normal;
}

#footer 
{
	clear: both;
	min-height: 20px;
	line-height: 20px;
	border-top: 1px dashed #666;
	color: #009;
	padding: 5px;
}

#footer a
{
	text-decoration: none;
}

#nav 
{
	text-align: center;
}

#nav a
{
	border: 0;
}

#nav a:hover
{
	text-decoration: underline;
}


#detail 
{
	width: 635px;
	padding-bottom: 10px;
}

#detail img 
{
	margin-left: 7px;
}

#detail #prev 
{
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}

#detail #next
{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

#detail #dl a
{
	color: #009;
	font-size: 1.4em;
	font-weight: bold;
	background: #fff url(/download.gif) no-repeat right top;
	padding-right: 35px;
	line-height: 32px;
	display: block;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 32px;
	border: none;
}

/* table to show photo info */
table.info
{
	border-collapse: collapse;
	border-top: 1px solid #99f;
	border-left: 1px solid #99f;
	width: 540px;
	margin-left: 50px;
}

table.info caption 
{
	color: #fff;
	background-color: #99f;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0 0 49px;
}

table.info td
{
	border-right: 1px solid #99f;
	border-bottom: 1px solid #99f;
	vertical-align: top;
	padding: 5px;
}

#search
{
 float: right;
}

#search input
{
	width: 150px;
	border: 1px solid #009;
	font-size: 12px;
}

/* style links for page navigation */
div.paginator 
{
	text-align: center;
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
}

div.paginator ul
{
	margin: 0 auto;
	padding: 2px 2px;
	list-style-type: none;
}

div.paginator ul li 
{
	color: #900;
	line-height: 25px;
	display: inline;
}


div.paginator ul.large li
{
	display: block;
	float: left;
}

div.paginator a
{
	background-color: #fff;
	padding: 2px 4px;
	margin: 0 2px;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
}

div.paginator a:hover
{
	background-color: #666;
	color: #fff;
}