
/* BODY ATTRIBUTES */
body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	color: #999999;
	text-decoration: none; 	
	letter-spacing: 1.5px;
}


a { 
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	text-decoration: none; 
	color: #666666;  
	background:transparent; 
}

a:visited {
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	text-decoration: none; 
	color: #666666;  
	background:transparent; 
}

a:hover {
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	text-decoration: none; 
	color: #333333;
	background: transparent;
}



/* CONTAINERS */ 

#left {
	position:absolute;
	top:0;
	left:10;
	width: 200px;
	height:500px; 
}


#rightTop{
	position:absolute;
	left:225; /* also change right bottom */
	top: 35;
	width: auto;
	height: 20px;
}

#rightTop img{
	
	vertical-align:middle;
}

#rightThumbs {
	position:absolute;
	left:220;
	top: 60;
	width: auto;
	height:auto;
		
}

#rightThumbs img {
padding: 5px;
border: 1px solid #CCCCCC;
}

#loadarea{
	position:absolute;
	left:225;
	top: 165;
	width:auto;
	height:auto;
}



/* 
 *
	NAV LIST PROPERTIES 
	FOR PORTFOLIO AND EDITORIAL
*
*/


#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 100px;
}


#navlist li {
	list-style: none;
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin: 0;
	padding: 12px 0px 12px 8px;
	border-top: 1px solid #CCCCCC;
	background: #fff; /* IE6 Bug */
}

#navlist li a { 
	display: block;
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none; 	
	letter-spacing: 2.5px;
}

#navlist li a:hover { 
	position: relative;
	color: #666666;
	text-decoration: none; 
}


#navlist li ul {
	position: relative;
	left: 10;
	top: 10;
	display: none;
}


#navlist li:hover ul, li.over ul { 
	display: block;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
/* SUBLIST PROPERTIES */

#sublist {
padding-left: 0;
margin-left: 0;
border: none;
width: 200px;
}

#sublist li {
list-style: none;
margin: 0;
padding: 10px 0;
border: none;
background: #fff; /* IE6 Bug */
}

#sublist li a { 
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none; 	
	letter-spacing: 2.5px;
}

#sublist li a:hover { 
	color: #666666;
	text-decoration: none; 
}


/* 
 *
	NAV LIST FOR COMMERCIAL PAGES
*
*/



#navComm {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid CCCCCC;
	width: 100px;
}


#navComm li {
	list-style: none;
	margin: 0;
	padding: 12px 0px 12px 8px;
	border-top: 1px solid CCCCCC;
	background: #fff; /* IE6 Bug */
}

#navComm li a { 
	display: block;
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none; 	
	letter-spacing: 2.5px;
}

#navComm li a:hover { 
	position: relative;
	color: #666666;
	text-decoration: none; 
}


#navComm li ul {
	position: relative;
	left: 10;
	top: 10;
}


/* SUBLIST PROPERTIES */

#subComm {
padding-left: 0;
margin-left: 0;
border: none;
width: 200px;
}

#subComm li {
list-style: none;
margin: 0;
padding: 10px 0;
border: none;
background: #fff; /* IE6 Bug */
}

#subComm li a { 
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none; 	
	letter-spacing: 2.5px;
}

#subComm li a:hover { 
	color: #666666;
	text-decoration: none; 
}