/* Portfolio - Additional CSS */
div#wrapper {
	background: transparent url(/images/bg_main_3.gif) repeat-x center top;
}

div#logo {
}

div#navigation {
	background: transparent url(/images/bg_h2_1.gif) no-repeat left top;
}

div#toolbar ul li.color3 a:link, div#toolbar ul li.color3 a:visited	{
	color: silver;
	background-color: #1c8649;	
	display: block;
	font-family: "Arial Narrow", Helvetica, Geneva, sans-serif;
	font-size: .9em;
	font-weight: 800;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
}
	
div#content {
	height: 425px !important;	
}

html>body div#content {
	height:auto !important;
}


div#info-content {
	float: left;
	display: block;
	text-align: left;		
	/*background-color: #434446; */
	margin: 0;
	margin-top: 39px;
	margin-left: 45px;
	margin-bottom: 21px;
	padding: 0;
	width: 534px;
	height: 150px;
	min-height: 140px;
	height:auto !important;
	_height:auto !important;
}

html>body div#info-content {
	margin-top: 35px;
	margin-left: 90px;
}

div#content h2 {
	float: none;
	display: block;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.1em;
	margin: 0;
	margin-bottom: 6px;
	padding: 1px;
	color: #989965;
}

div#content h2 a:link, 
div#content h2 a:visited	{
	padding: 2px;
	color: #999999;
	text-decoration: none;
}
	
div#content h2 a:hover	{
	text-decoration: none;
	color: #ffcd00;
	border-bottom: 2px solid #777777;
}

div#content p {
	float: none;
	display: inline;
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #989898;
}



div#item-path {
	display: block;
	/* background-color: #434446; */
	width: 540px;
	margin-left: 90px;
	margin-top: 34px;
	padding: 0;
	
}

div#item-path h3 {
	display: inline-table;
	font-family: "Arial Narrow", Helvetica, Geneva, sans-serif;
	font-size: .9em;
	font-weight: 200;
	line-height: 1.1em;
	color: #777777;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 6px;
	word-spacing: 0;
}

div#item-path h3 a:link, div#item-path h3 a:visited	{
	padding: 2px;
	color: #999999;
	text-decoration: none;
}
	
div#item-path h3 a:hover	{
	text-decoration: none;
	color: #ffcd00;
	border-bottom: 2px solid #777777;
}

div#side-in-item h3 {
	font-size: 1.7em;
	font-weight: normal;
}

div#side-in-item p {
	margin-top: 1em;
	font-weight: normal;
}

div.photo-wide {
	text-align: center;
	display: block;
	float: none;
	overflow: none;
	position: relative;
	width: 534px;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 80px;
	margin: 0;
	margin-top: 10px;
	margin-left: 90px;
	color: white;
	font-weight: bold;
	border: 5px solid #fff;
	background-color: white;
}

div.photo-wide img {
	border: 0;
}

div.photo-portrait {
	display: block;
	float: right;
	width: 216px;
	height: 345px;
	padding: 0;
	margin: 0;
	margin-bottom: 45px;
	margin-left: 20px;
	overflow: none;
	color: transparent;
	font-weight: bold;
	background: url(/images/thumb-portrait.gif) no-repeat;
	border: 5px solid #fff;
}

div.photo-portrait img {
	border: 0;
}


/* item table */

table.stats {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 534px;
	background-color: #444;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.stats td {
	background-color: #646464;
	color: #ddd;
	padding: 4px;
	text-align: left;
	border: 2px solid #4a4b4d;
	width: 50%;
}

table.stats td.head {
	background-color: #535353;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px solid #fff;
	font-size: 12px;
	font-weight: bold;
}



