img, div { behavior: url(iepngfix.htc) }
html 
	{
     overflow: -moz-scrollbars-vertical;
	}

.new_container
	{
	overflow:hidden;
	margin:0 auto;
	width:640px;
	}

#mainJoint
	{
	margin:0 auto;
	text-align:left;
	}
#portfolioBody
	{
	float:left;
	padding:0px 0 0 0;
	margin:0;
	clear:both;
	width:620px;
	}
	#portfolioBody h1
		{
		float:left;
		margin:0;
		padding:0;
		color:#000000;
		}
	#portfolioBody h2
		{
		font-size:23px;
		color:#000000;
		margin-bottom: 3px;
		}
	#portfolioBody h3
		{
		font-size:11px;
		color:#000000;
		margin: 3px 0 1px 0;
		}
.goto_list
	{
	color:#fff;
	}
	.goto_list a:link, .goto_list a:visited
		{
		color:#4B86B9;
		text-decoration:none;
		}
		.siteBit p
			{
			color:#000000;
			font-size:10px;
			}
		.siteBit a:link, .siteBit a:visited
			{color:#000000;}
	#portfolioTabs
		{
		text-align:center;
		width:165px;
		height:24px;
		margin-top:10px;
		background:#14110f;
		color:#7c580e;
		border:1px solid #37322e;
		border-bottom-style:none;
		}
		#portfolioTabs a:link, #portfolioTabs a:visited
			{
			margin:5px 5px 0 5px;
			text-decoration:none;
			color:#ecbe5e;
			line-height:20px;
			}
		#portfolioTabs a.prev:link, #portfolioTabs a.prev:visited
			{
			padding:0 0 0 15px;
			background:url(images/portfolio_tab_arrow_prev-over.gif) no-repeat 0 50%;
			}
		#portfolioTabs a.prev:hover
			{
			padding:0 0 0 15px;
			color:#7c580e;
			background:url(images/portfolio_tab_arrow_prev.gif) no-repeat 0 50%;
			}
		#portfolioTabs a.next:link, #portfolioTabs a.next:visited
			{
			color:#ecbe5e;
			padding:0 15px 0 0;
			background:url(images/portfolio_tab_arrow_next-over.gif) no-repeat center right;
			}
		#portfolioTabs a.next:hover
			{
			color:#7c580e;
			padding:0 15px 0 0;
			background:url(images/portfolio_tab_arrow_next.gif) no-repeat center right;
			}


a.WDOM_list:link, a.WDOM_list:visited
	{
	line-height:18px;
	text-decoration:none;
	color:#4B86B9;
	}
	a.WDOM_list:hover
	{color:#4B86B9;}


a.WDOM_master:link, a.WDOM_master:visited
	{
	text-decoration:none;
	color:#ecbe5e;
	}
	a.WDOM_master:hover
	{color:#7c580e;}
a img { border:none }
table#lnks th { text-align:left; border-bottom:1px dashed #666 }
table#lnks td { text-align:center }
.dottyDiv
	{
	margin-top:-5px;
	}
#clientList
	{
	width:640px;
	float:left;
	clear:both;
	margin:20px 0 30px 0;
	}
#clientList ul
	{
	margin:0;
	padding:0;
	width:185px;
	list-style-type:none;
	list-style-image:none;
	float:left;
	}
#clientList ul li
	{
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
	color:#fff;
	}
#clientList ul li.hot
	{background:url(images/client_list_block.gif) no-repeat 0 50%;}

#clientListTabs
	{

	z-index:500;
	line-height:20px;
	color:#ecbe5e;
	text-align:center;
	width:235px;
	height:24px;
	background:#1E1A17;
	border:1px solid #37322e;
	border-bottom-style:none;
	}
div#hold	{
    clear:both;
	position:relative;
    overflow:hidden;
	width:640px;
    height:230px;
    z-index:100;
	}
div#wn	{ 
	position:absolute; 
	width:640px; height:250px;  
	overflow:hidden;	
	z-index:1; 
	}
div.contentPort { 
	position:absolute;
	visibility:hidden; 
	z-index:2; 
	}
  
div#loading { visibility:visible; z-index:1; text-align:center }
div#linksLyr { position:absolute; left:210px; top:0; z-index:3 }
#imgTbl
	{
	margin:10px 0 0 0;
	float:center;
	width:6400px;
	}
.siteBit
	{
	float:left;
	width:640px;
	}
.port_site_text
	{
	float:left;
	width:300px;
	}
.port_site_text, .port_site_text p
	{
	margin:0 0 5px 0;
	font-size:11px;
	line-height:18px;
	}
.port_site_thumbs
	{
	float:right;
	width:370px;
	}
#imgTbl img 
{
margin:0 0 0 0;
}

/*
GLIDER STYLES
*/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 370px;
height: 285px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #15110E;
padding: 0;
visibility: hidden;
width: 370px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
text-align: right; /*How to align pagination links: "left", "center", or "right"*/
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
display:none !important;}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
display:none !important;
background: #1A48A4;
color: white;
}

.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 350px;
margin-top: 6px;
margin-left: 150px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
background: transparent url('images/portfolio_thumb_icon.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
width:16px;
margin-right: 6px;
height: 14px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

.cssbuttonstoggler a span{
display:none;
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background: transparent url('images/portfolio_thumb_icon-over.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
width:16px;
margin-right: 6px;
height: 14px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{
display:none;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
display:none !important;}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
display:none; !important}


	
