/* projects */
.projectItem{clear:both; background:#ECECEC; height:190px; padding:10px; padding-top:20px; border-top: 1px solid #dedede; overflow:auto;}

	.projLeft{width:232px; float:left; padding-left:10px;}
	.projRight{float:right; width:555px;  margin-top:2px; }
	
	
		
		#tabs{margin-left:8px; padding-left:15px; width:525px;font-size:11px;line-height:normal; background:url(../images/tab_head_bg.gif) repeat-x left bottom;}
			#tabs ul {list-style-image:none;list-style-position:outside;list-style-type:none;}	

			#tabs li {background:transparent url(../images/tab_left.gif) no-repeat scroll left top;float:left;margin:0;padding:0 0 0 4px; margin-right:5px; margin-bottom:1px;}
			#tabs a {
				float:left;
				display:block;
				background:url("../images/tab_right.gif") no-repeat right top;
					padding:5px 12px 4px 9px;
					text-decoration:none;
					font-weight:bold;
					color:#666;
				}
			#tabs .currentProjTab{background-image:url("../images/tab_sel_left.gif");margin-bottom:0;}	
			#tabs .currentProjTab a {
				background-image:url("../images/tab_sel_right.gif");
				color:#1F6B8B;
				padding-bottom:6px;
				}	
				
			  /* Commented Backslash Hack
				 hides rule from IE5-Mac \*/
			  #tabs a {float:none;}
			  /* End IE5-Mac hack */
			
			.tab_content{background:url(../images/tab_content_bg.png) no-repeat center bottom; clear:left; position:relative; height:160px;font-size:11px; line-height:11px; overflow:hidden;}
				.tab_content_btm{position:relative; left:0; bottom:0; background:url(../images/proj_tabs_btm.jpg) no-repeat left bottom; height:7px; line-height:7px;}
				.tab_inner{margin:15px; margin-top:10px;}
					.tabLeft_c{float:left; width:45%; padding:0 10px;}
					.tabRight_c{float:right; width:45%; padding:0 10px;}
					
					
					.tab_inner ul li{background:url(../images/small_arrow_blue.png) no-repeat left 5px; padding-left:10px; margin-top:2px;line-height:12px;}
					.tab_inner ul.techs li{background:none; padding-left:0;}
					.linkMoreTab{padding:10px 20px; }
						.tab_inner ul li a, .tab_inner ul.techs li a{text-decoration:underline}
					
					.tab_inner p{padding:8px 20px;}
					.projFolder, .projImages, .projFlash{line-height:16px; padding:0; padding-left:20px; margin-top:10px; margin-bottom:0; color:#333}
					.projFolder{background:url(../images/folder_ico.png) no-repeat left 1px;}
					.projImages{background:url(../images/image_ico.png) no-repeat left 1px;}					
					.projFlash{background:url(../images/flash_ico.png) no-repeat left 1px;}	
					
			* html .projRight{width:510px; margin-right:10px;}	
			* html #tabs{width:525px;}	