﻿
html
{
	/* scroll bar fix: firefox, etc. */
	min-height: 100%;
	margin-bottom: .01em;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-size: 90%;
}

h3
{
	font-size: 20px;
	color: #f3680f;
	font-family: Times New Roman;
	margin-left:3px;
}

.block-title
{
	position:relative;
	width:56px; 
	height:23px; 
	text-align:center;
	color:#fff; 
	background-color:#F5601F;
}

.block-title span
{
	position:absolute;
	top:0px;
	left: 9px;
	font-size:12px;
	padding-top:5px;
	text-transform:uppercase;
	font-weight:bold; 
	color:#fff; 
	background-color:#F5601F;
	letter-spacing:1.1px;
}

.item-title
{
	font-size: 20px;
	color: #f3680f;
	font-family: Times New Roman;
}

#siteShell
{
	position: relative;
	background: url(_images/header_bg.gif) top left repeat-x;
}

#pageShell
{
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
}

#headerShell
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 745px;
	height: 67px;
	z-index: 1000;
}

#menuShell
{
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 0px;
	text-align: left;
	padding-left: 150px;
}

#siteLogo
{
	position: absolute;
	display: block;
	top: auto;
	bottom: 0px;
	left: 0px;
	background: url(_images/site_logo.gif) top left no-repeat;
	width: 130px;
	height: 32px;
	z-index: 2000;
	cursor: pointer;
}

#contentShell
{
	position: relative;
	margin: 0px auto 0px auto;
	width: auto;
	background-color: #FFFFFF;
}


#innerContentShell
{
	position: relative;
	margin: 0px auto 0px auto;
	padding-top: 86px;
	width: 745px;
	min-height: 400px;
	text-align: left;
	/*border: 1px solid #666666;*/
}
#breadCrumbShell
{
	position: relative;
	padding-left: 160px;
	display:none;
}

#siteContent
{
	position: relative;
	left: 0px;
}
.portfolio-item-desc a,
.portfolio-item-desc a:visited
{
	color: #F5601F;
}

#footerShell
{
	position: relative;
	margin: 0px auto 0px auto;
	width: auto;
	width: 745px;
	height: 250px;
	color: #626466;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	text-align: left;
}

#clientLogin
{
	padding-top: 24px;
}

#footerContent
{
	position: absolute;
	width: auto;
	left: 0px;
	top: 42px;
}

#footerContent a, #footerContent a:visited
{
	color: #626466;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}


#footerLogo
{
	position: absolute;
	width: 288px;
	height: 37px;
	background: url(_images/footer_logo.gif) top left no-repeat;
	left: 0px;
	top: 0px;
}



.siteMapNode
{
	font-size: 30px;
}




.portfolio-item-title
{
	position: absolute;
	width:400px;
	top: -2px;
	font-size: 18px;
	color: #F5601F /* #f3680f */;
	font-family: Times New Roman;
}

.portfolio-image-desc-shell
{
	overflow:auto;
	scrollbar-face-color: #eeeeee; 
	scrollbar-shadow-color: #888888; 
	scrollbar-highlight-color: #888888; 
	scrollbar-3dlight-color: #eeeeee; 
	scrollbar-darkshadow-color: #eeeeee; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-arrow-color: #666666;
}

.portfolio-item-desc
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

.portfolio-item-grid
{
	position: absolute;
	top: auto;
	bottom: 7px;
	left: 0;
	width: 145px;
}

.portfolio-item-grid table
{
	width: 145px;
}

.portfolio-item-grid a
{
	font-family: Arial;
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}


.portfolio-image-list-shell
{
	position:absolute;
	top:auto;
	bottom:0px;
	width:192px;
	height:79px;
	overflow:auto;
	scrollbar-face-color: #eeeeee; 
	scrollbar-shadow-color: #888888; 
	scrollbar-highlight-color: #888888; 
	scrollbar-3dlight-color: #eeeeee; 
	scrollbar-darkshadow-color: #eeeeee; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-arrow-color: #666666;
}



.item-selector
{
	margin-bottom: 5px;
}

.item-selector td
{
	background-color: #f3f1f1;
	width: 20px;
	height: 20px;
}

.item-selector td a
{
	background-color: #d3d1d1;
	display: block;
	height: 20px;
}

.item-selector td a:hover
{
	background-color: #999999;
}


.item-selector td a.selected
{
	background-color: #999999;
}



.form-table td
{
	padding:5px;
}



input[type="button"], input[type="submit"]
{
	border:1px solid #999999;
	background-color: #ececec;
	padding: 2px 5px 2px 5px;
	font-family: Arial;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#4c4c4c;
	text-align:center;
	cursor:pointer;
}

/*
input[type="button"]:hover, input[type="submit"]:hover
{
	color:#efefef;
	background-color: #757575;
}
*/


#login-shell
{
	font-family: Arial;
}


#login-shell label
{
	padding-left:10px;
	cursor:pointer;
}

#login-shell table tr td table
{
	margin:10px;
}


#login-shell table tr td table tr td
{
	padding:5px;
}







#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 150%;
	
	background: url("_images/overlay.gif");
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 3000;
}

#dialogue #close
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 27px;
}

#dialogue #close a
{
	font-family: Arial;
	display:block;
	padding-top:2px;
	width:27px;
	height:25px;
	color: #666;
	text-decoration:none;
	font-size:16px; 
	text-align:center;
	position:absolute;
	top: 0px;
	right:0px;
}

#dialogue
{
	position: absolute;
	left: 50%;
	border: 1px solid #333;
	background-color: #FFFFFF;
	z-index: 8000;
}

#dialogueContentPlaceHolder
{
	padding:25px;
}
