@charset "utf-8";
/* CSS Document */


html, body 
{

	height: 100%;
	margin: 0px;
  	text-align: center;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	background: white;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear:both;
}

.pinstripe_divider
{
	background: transparent url('../images/pinstripe_border.jpg') center no-repeat; 
	height: 	3px;
	width: 		951px;
}

.uppercase
{
	font-size:		17px;
	text-transform: uppercase;
}

.indent
{
	font-size: 12px;
	position: relative;
	top: 3px;
}

.padding{
	
	height:60px;
	width:8px;

}

.home_news_image , .news_image
{
	width: 116px;
	height: 60px;
}

.home_news_image
{
	background: white;
	position: 	absolute;
	top: 10px;
	left: 285px;
}

.news_image_holder
{
	
	top: 5px;
	right: 26px;
	
}

#drop_shadow 
{

	position: absolute;
	background: #ffffff url('../images/ivp_drop_shadow.jpg') center no-repeat;
	width: 1040px;
	height: 728px;
	left: 50%;
	margin-left: -511px;
	top: 50%;
	margin-top: -362px;
	z-index: 1;
	
}

div 
{

	position: relative;
	z-index: 0;
	text-align: left;

}

img 
{
	border:0;
}

.clear { clear: both; }

#all 
{

	width: 951px;
	height: 645px;
	left: 50%;
	margin-left: -475px;
	top: 50%;
	margin-top: -322px;
	z-index: 2;
	position: absolute;

}

#everything_else { height: 559px; top: 88px;  }

#banner, #banner_wrapper 
{
	width:951px;
	height:88px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#banner { background: transparent url('../images/banner_background.png') top left no-repeat; }

#banner_wrapper 
{
	z-index: 2;
}

#logo 
{
	width:320px;
	height:51px;
	margin-left:40px;
	margin-top:20px;
	float:left;
	z-index: 3;
	background: transparent url('../images/logo.png') top left no-repeat;
}

#logo a
{
	width:320px;
	height:51px;
	float:left;
	z-index: 3;
}


#search 
{
	position: absolute;
	top: 58px;
	right: 10px;
	color:white;
	font-size:14px;
	z-index: 4;
}

#search a 
{
	color:white;
	text-decoration:none;
}

#menu 
{
	height: 34px;
}

#menu a 
{
	display: block;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
	text-transform:uppercase;
	color:#3b556f;
	margin-bottom: 8px;
}

#menu a:hover 
{
	text-decoration: none;
	cursor: pointer;
	color:#a4b0bc;
}

#menu ul 
{ 
	margin: 0px;
	padding: 0px;
}

#menu li 
{ 
	float: left;
	display: inline;
	padding-top: 9px;
}

#menu .left_padding { margin-right: 43px; }
#menu .about_us { margin-right: 37px; }
#menu .portfolio { margin-right: 36px; }
#menu .team { margin-right: 34px; }
#menu .case_studies { margin-right: 36px; }
#menu .news_events { margin-right: 37px; }
#menu .info_for_lps { margin-right: 36px; }
#menu .right_padding { margin-right: 45px; }

h1 
{
	font-size:17px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 
{
	font-size:16px;
	padding: 0;
	margin: 0;
	font-weight:normal;
}

.date 
{
	font-size:10pt;
	font-weight:bold;
}

.back 
{

	margin-top: 10px;
	font-size: 15px;
	
}
#content 
{
	width:951px;
	height:503px;
}

#main_image 
{
	height:264px;
}

#home_main_image_left 
{
	background:url('../images/home_image_left.jpg') top left no-repeat;
	width:328px;
	height:264px;
	float:left;
}

#home_main_image_right {
	width:623px;
	height:264px;
	float:left;
}

#home_main_image_right div{
	width:623px;
	height:264px;
}

#home_logos_box, #home_logos_swap {
	width: 947px;
	height: 78px;
	padding-top: 5px;
	padding-left: 4px;
	text-align: center;
}

#home_logos_swap {
	top: 267px;
	position: absolute;
}

.home_logos
{
	text-align: center;
	margin: 0px 5px;
	width: 145px;
	height: 75px;
	overflow: hidden;
}

#home_logos_box a, #home_logos_swap a{
	display: block;
	float: left;
	margin: 0px 6px;
	width: 145px;
	height: 75px;
}

#portfolio div.spacer, #portfolio div.portfolio_logo_box
{
	width: 145px;
	height: 75px;
	margin: auto;
}



div.portfolio_logo_box{

	display:none;
	
}

#portfolio div.Active{

	display:block;	

}

#portfolio #company_text div.portfolio_logo_box{

	display:block;
	
}

#company_text div.portfolio_logo_box
{

	margin: 0px;
	
}

#home_foot_box {
	width: 951px;
	height: 165px;
}

#home_about_box
{
	float: left;
	width: 500px;
	height: 163px;
	border-right: 1px dotted black;
}

#home_about_title
{
	position: absolute;
	color: #3b556f;
	font-weight: bold;
	left: 36px;
	top: 22px;
	font-size: 13px;
}

#home_about_content
{
	position: absolute;
	left: 36px;
	top: 52px;
	padding-right: 34px;
	font-size: 11px;
	text-align: justify;
}

#home_about_more
{
	font-size: 12px;
	text-align: right;
}

#home_about_more a
{
	color: #3b556f;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	right: 36px;
	top: 128px;
	
}

#home_news_box
{
	float: left;
	width: 448px;
	height: 163px;
}

#home_news_box .left
{

	height:	157px;
	width:	322px;

}

#home_news_box .right
{

	height: 157px;
	width: 118px;
	padding: 0px 4px;
	
}

#home_news_title, .news_title
{

	color: #3b556f;
	font-weight: bold;
	font-size: 13px;
	
}

#home_news_title
{

	position: absolute;
	left: 36px;
	top: 22px;
	
}

#home_news_date, .date
{
	
	padding-bottom: 1pt;
	font-weight: bold;
	font-size: 13px;
}

#home_news_date
{

	margin-top: 2em;
	position: absolute;
	left: 36px;
	top: 22px;

}

#home_news_content, .news_content
{
	height: 54px;
	overflow: hidden;
	font-size: 11px;
	text-align: justify;
}

#home_news_content
{

	position: absolute;
	left: 36px;
	top: 68px;
	padding-right: 16px;

}

#home_news_box .left #home_news_content
{

	padding-right: 0px;

}

#home_news_more
{
	font-size: 12px;
	text-align: right;
}

#home_news_more a
{
	color: #3b556f;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	right: 36px;
	top: 128px;
	
}

#home_news_box .left #home_news_more a
{
	right: 3px;
}

#flash_error{
	
	display:none;

}

#flashcontent{

	top: 0px;
	left: -12px;
	
}
#midbar 
{
	height:64px;
	background:url('../images/portf_mid_bg.jpg') top left repeat-x;
}

#column1 
{
	width:170px;
	height: 22px;
	border-right:dotted 1px white;
	float:left;
	padding: 21px 0px;
	text-transform:uppercase;
	font-size: 14px;
	color: white;
	font-weight:normal;
}

#column2, #column3, #column4 
{
	height: 40px;
	width: 193px;
	border-right:dotted 1px white;
	float:left;
	padding: 12px 0px;
	font-size: 14px;
	text-transform:uppercase;
	color: white;
	font-weight:normal;
}

#column5 
{
	height: 40px;
	width:198px;
	float:left;
	padding: 12px 0px;
	text-transform:uppercase;
	font-size: 14px;
	color: white;
	font-weight:normal;
}

#midbar .content
{

	text-align: center;
	top: 4px;

}

#column1 .content
{

	top: 3px;
	
}

div.selected
{
	background-image:url('../images/active_type.jpg');
}




#portfolio_contents
{

	overflow-y: auto;
	overflow-x: hidden;
	top: 18px;
	height: 434px;
}


div#vertical_fix 
{

	width: 170px;
	height: 18px;
	left: 0px;
	background-color: #4f657d;
	position: absolute;

}

div#portfolio_overlay 
{

	background-image: url('../images/navbar_shadow_portfolio.gif');
	background-repeat: no-repeat;
	display:block;
	height:439px;
	width: 781px;
	left: 170px;
	position: absolute;

}

#portfolio_results
{

	height: 434px;
	
}

#search_results 
{ 
	height: 516px;
}

div.column_divider
{
	width: 1px;
	border-left:dotted 1px black;
	height: 100%;
	float: left;
}

#analysts div.column_divider
{
	width: 1px;
	border-left:dotted 1px black;
	float: left;
}

#column1_down, #column1_search_down
{
	z-index: 2;
	background: #4f657d;
	width: 170px;
	height: 452px;
	float: left;
	text-align: right;
	color: white;
	font-size: 90%;
}

#column1_search_down{

	height: 516px;

}

#search_filler{
	
	height: 64px;
	background-color: #4f657d;
	
}
#column1_down p
{

	height: 18px;
	margin: 0px;
	padding: 0px;
}

#column1_down a
{
	color: white;
	font-weight: normal;
}

#column2_down, #column3_down, #column4_down, #column5_down
{
	display:block;
	width:192px;
	float:left;
	text-align:center;
}

#column2_down
{
	width:194px;
}

#column5_down
{
	width:179px;
}

#portfolio .image_bottom, #search_results .image_bottom
{
	background-image: url('../images/case_image_2.png');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

#portfolio .image_bottom a
{
	font-family:"Helvetica Light",Helvetica,Arial,sans-serif;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
}



#team_content, #team_member_content, #team_member_content_overlay
{
	height:517px;
	width:951px;
}

#team_member_content{ overflow-y:  auto; }

#team_member_content_overlay
{ 
	background: transparent url('../images/team_bg.jpg') repeat-x scroll left -20px; 
	position: absolute;
}

#team_content
{
	background: transparent url('../images/team_bg.jpg') repeat-x scroll left top;
}

.teambox 
{
	margin:120px 18px;
	display:block;
	width:200px;
	height:270px;
	background:#445870;
	border: 0;
	float:left;
}

#investment_box
{
	background-image: url(../images/team_investment_off.jpg);
	margin-left:23px;
}

a.large  {

font-size: 16px;
font-weight: bold;
height: 19px;

}

#onsite_box
{
	background-image: url(../images/team_onsite_off.jpg);
}

#executive_box
{
	background-image: url(../images/team_executive_off.jpg);
}

#operations_box
{
	background-image: url(../images/team_operations_off.jpg);
}

.teambox a 
{
	display:block;
	height: 270px;
}

#team .teambox a { font-size: 20px; }

#team_content_left 
{
	display:block;
	width:183px;
	margin-bottom: -1px;
	background:#445870;
	float:left;
	color:white;
	font-size: 18px;
}

#team_content_left a 
{
	padding-left:10px;
	text-decoration:none;
	color:white;
	font-size: 9px;
}

#team_content_left a:hover 
{
	color:#CCCCCC;
}


#title_left 
{
	border-bottom: 1px dotted white;
	height: 35px;
	padding-top:10px;
	padding-left:10px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}

.list 
{
	border-bottom:1px solid white;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	font-size:13px;
}

#team_content_right 
{
	display:block;
	width:751px;
	height:503px;
	float:left;
}

#team_content_right a
{
	text-decoration:none;
	font-size: 10pt;
	cursor: pointer;
	margin-left: 1em;
	color:Black;	
}

#team_content_right_holder
{

	padding: 37px 0px;
	
}

#team_content_right_holder h1,
#team_content_right_holder h2
{

	font-weight:bold;

}

#mem_img, .mem_img 
{
	width: 119px;
	height: 150px;
	border: 3px solid #445870;
	overflow: hidden;
}

#column1_team, .column1_team 
{
	display:block;
	width: 137px;
	float:left;
	padding-top:8px;
	padding-left:15px; 
}

#column2_team, .column2_team 
{
	display:block;
	float:left;
	width: 290px;
	padding: 8px;
	text-align:justify;
}

#column3_team, .column3_team 
{
	display:block;
	float:right;
	width: 247px;
	padding:20px 15px;
	text-align:justify;
}

.black 
{
	color:black;
	font-size:13px;
}

.phone 
{
	margin-left: 1em;
}

.analyst, .news_item, .full_news 
{

	border-bottom: 	dotted 2px black;
	float:		   	left;
	padding: 	   	10px 0px;
}

.analyst {width: 748px;}
.news_item {width: 568px; height: 102px;}
#news_content .news_footer { height: 50px; padding: 6px 0px;}

.with_image {width: 400px;}

.full_news 
{
	width: 			568px;
	border-top: 	dotted 2px black;
}

div.last 
{

	border: none;
		
}

div.flat
{
	
	height: auto;

}

#column1_case 
{
	width:186px;
	height:22px;
	top: 3px;
	border-right:dotted 1px white;
	float:left;
	padding: 21px 0px;
	text-align:center;
	color: white;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
}

#column2_case 
{
	width:762px;
	height: 64px;
	float:left;
	/** padding: 20px 0px; **/
	text-align:left;
	color: white;
	font-size:14px;
}

#column2_case div
{
	
	margin-left: 40px;
	margin-top:  14px;

}

#column1_case_down
{
	display:block;	
	background:#4f657d url('../images/case_image.png') bottom left no-repeat; */
	width:186px;
	height: 452px;
	float:left;
	color: white;
	text-align: left;
}

#column2_case_down h2 { font-size: 17px; }

#column1_case_down p
{
	font-size: 11px;
	padding: 3px 1em 0px;
	margin: 0px;
	margin-top: 2px;
	width: 164px;
}

#column1_case_down a
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.case_type
{
	margin-left:10px;
	font-size: 10px;
}

#case_overlay
{
	width: 765px;
	height: 18px;
	position: absolute;
	left: 186px;
	z-index: 2;
	background: url(../images/navbar_shadow_portfolio.gif) top center no-repeat;
}

#column1_case_down p:hover, #column1_case_down p.selected_case, #case_hover
{
	background-color: #97AFBB;
}

#case_no_hover
{	
	background-color: #4f657d;
}


#column2_case_down 
{
	display: block;
	width:762px;
	height: 452px;
	float:left;
	text-align:center;
	font-size:12px;
}

#news_left 
{
	width: 327px;
	height: 516px;
	float:left;
}

#news_left_up 
{
	background:url('../images/news_image.jpg') top left no-repeat;
	width: 327px;
	height: 423px;
}

#news_left_down 
{
	background:url('../images/news_links_bg.jpg') top left repeat-x;
	width: 327px;
	height: 93px;
	
}

#news_left_links
{

	padding-top:	11px;

}

#news_left_down p
{

	padding: 		0px;
	margin-top: 	12px;
	margin-bottom:  0px;
	width: 			327px;
	color: 			#e5e5e5;
	font-size:		15px;
	text-transform:	uppercase;
	
}

#news_p_no_hover
{
	background: none;
	color: 		#e5e5e5;
}

#news_left_down p:hover, #news_p_hover
{

	color:		white;
	background:	#a4b0bc;

}

#news_left_down a 
{
	
	color: 			#e5e5e5;
	margin-left: 	20px;
	text-decoration:none;

}

#news_left_down a:hover
{
	
	color: 			white;

}

#news_right_overlay
{

	background: transparent url('../images/side_shadow.png') top left repeat-y;
	position:	absolute;
	left: 		327px;
	width: 		18px;
	height: 	516px;
	z-index: 	2;
	
}

#news_right, #news_right_body 
{
	overflow-y:auto;
	width:624px;
	height:498px;
	float:left;
	text-align:left;
}

#news_right_body
{
	background: transparent url('../images/team_bg.jpg') top left repeat-x;
}

#news_right 
{
	/*background: transparent url('../images/top_shadow.png') top center no-repeat;*/
}

#news_right a, #news_right_body a
{

	text-decoration:none;
	color:#3b556f;
	
}

#news_right a:hover, #news_right_body a:hover
{
	
	text-decoration:none;
   	color:#a4b0bc;

}

#news_content 
{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#contact_image 
{
	background:url('../images/contact_image.jpg') top left no-repeat;
	width: 951px;
	height: 262px;
	padding-bottom:28px;
}

#contact_column1, #contact_column2 
{
	width:315px;
	border-right: dotted white 1px;
	float:left;
	padding: 12px 0px;
	text-align:center;
	text-transform:uppercase;
	color: white;
	font-size: 16px;
	height: 41px;
}

#contact_column3 
{
	width:315px;
	float:left;
	padding: 12px 0px;
	text-align:center;
	text-transform:uppercase;
	color: white;
	font-size: 16px;
	height: 41px;
}

#contact_column1_down, #contact_column2_down 
{
	display:block;	
	width:315px;
	border-right:dotted 1px black;
	float:left;
	height:162px;
}

#contact_column3_down 
{
	display:block;	
	width:316px;
	float:left;
	height:149px;
}

#contact_text1 
{
	padding-top:20px;
	padding-left:90px;
	font-size:13px;
	text-align: justify;
}

#contact_text2 
{
	padding-top:40px;
	padding-left:55px;
	font-size:13px;
	text-align:justify;
	width:205px;
}

#contact_text2 a
{
	color:#3b556f;
}

#contact_text3 
{
	padding-top:15px;
	padding-left:31px;
	font-size:13px;
	text-align: justify;
	width:254px;
}

#info #left_section 
{

	margin: 0px;
	padding: 0px;
	float: left;

}

#info #right_section 
{

	margin: 50%;
	padding: 0px;

}

#info #image 
{

	width: 327px;
	height: 424px;
	background-color: black;

}

#info #date 
{

	font-size: 14px;
	color: black;

}

#info #text 
{

	width: 376px;
	height: auto;
	display: block;

}
/* ADDED BY SEXY EVER */

#company_content
{
	/*background-image: url('../images/navbar_shadow_portfolio.gif');*/
	background-repeat: no-repeat;
	float: 			left;
	text-align: 	left;
	height:			434px;
	width: 			781px;
	overflow-y: 	auto;
	overflow-x: 	hidden;
}

#search_content
{
	background-image: url('../images/navbar_shadow_portfolio.gif');
	background-repeat: no-repeat;
	float: 			left;
	text-align: 	left;
	height:			452px;
	width: 			781px;
	overflow-y: 	auto;
	overflow-x: 	hidden;
}

#search_content{
	background-image: url('../images/team_bg.jpg');
	background-repeat: repeat-x;
	height: 516px;
}

#company_list
{
	top:			18px;
	overflow: 		auto;
	float: 			left;
	text-align: 	left;
	height:			435px;
	width: 			781px;
	color:			#2F4458;
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
}

#company_list ul 
{
	list-style: none;
}

#company_list a 
{
	text-decoration: none;
	font-size: 11pt;
	color:	#2F4458;
}

#company_list a:hover 
{
	color: #a4b0bc;
}
#company_text, #search_list
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 		13px;
	padding-left:	3em;
	padding-top:	2em;
	padding-bottom: 2em;
	width: 50%;
	color: #2f4458;
}

#company_text strong
{
	font-size: 		14px;
}

#company_text img
{
	padding-bottom: 2em;
}

#company_backdrop, #search_backdrop, #legal_backdrop, #alphabetical_backdrop
{
	background-repeat: no-repeat;
	position: absolute;
	width: 345px;
	height: 452px;
	left: 607px;
	top: 64px;
	z-index: 1;
}

#company_backdrop
{
	background-image: url('../images/company_right.png');
}

#alphabetical_backdrop {


	marign-left: 1px;
	width: 328px;
	top: 131px;
	height: 385px;
	background: url('../images/alphabetical_companies_right.jpg') no-repeat bottom left;

}

#search_backdrop
{
	top: 0px;
	height: 516px;
	background-image: url('../images/search_right.png');
}

#legal_backdrop
{
	top: 0px;
	height: 516px;
	background-image: url('../images/legal_right.jpg');
}

#cs_column_1, #cs_column_2, #cs_column_3
{
	width: 228px;
	height: 390px;
	border: 2px solid #a43335;
	float: left;
	margin: .5em;
	text-align: left;
	text-align: justify;
}

#cs_quadrant_1, #cs_quadrant_2, #cs_quadrant_3, #cs_quadrant_4
{
	width: 355px;
	height: 180px;
	border: 1px solid red;
	float: left;
	margin: 1em;
	text-align: left;
}

.title_left
{
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 11px;
	padding-top: 9px;
}

.title_left span { border-bottom: 1px dotted white; }

.cs_list
{
	text-align: right;
	color: white;
	font-size: 9px;
	text-transform: uppercase;
	
}

.cs_list input
{

	position: relative;
	top:	  3px;
}

#search form
{
	display: inline;
}

#featured_testimonial_title
{
	color: white;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 18px;
}

#featured_content, #testimonial_source
{
	margin-top: 5px;
	margin-left: 22px;
	margin-right: 22px;
	width: 268px;
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
	text-align: justify;
}

#testimonial_source
{

	font-style: normal;
	font-weight: bold;
	text-align: right;
}

#featured_more
{
	margin-top: 5px;
	margin-left: 17px;
}

#featured_more a
{
	font-weight: normal;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#featured_case
{
	position: absolute;
	left: 17px;
	top: 243px;
}

#featured_case a
{
	font-weight: normal;
	font-size: 12px;
	color: #496177;
	text-decoration: none;
}

#featured_entrepeneur
{
	margin-left: 18px;

}

#featured_entrepeneur a
{
	color: #496177;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#team_text_menubar { top: 0px; right: 105px; height: 18px; position: absolute; z-index: 100; }
	#team_text_menubar a { padding: 5px; color: white; font-weight: bold; text-decoration: none; font-size: 11px; }
	#team_text_menubar a:hover { color: #3b556e; }
	#team_text_menubar span.left { background: url(../images/team_text_menu_bg.gif) bottom left; width: 15px; height: 18px; float: left; }
	#team_text_menubar span.middle { background-color: #abbfc8; height: 16px; padding-top: 2px; float: left; }
	#team_text_menubar span.right { background: url(../images/team_text_menu_bg.gif) bottom right; width: 15px; height: 18px; float: left; }

#footer 
{
	position: absolute;
	width: 100%;
	left:	0px;
	text-align: center;
	top: 50%;
	margin-top: 340px;
	z-index: 4;

}

#footer h1
{ 
	margin: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #46505c;
	text-decoration: none;

}

.sitemap  li b
{
font-size: 11px;

}

.sitemap  li
{
line-height: 11px;

}

.sitemapWrap
{
  width:720px;
  margin-left: auto;
  margin-right: auto;
  padding-top:55px;

}

.sitemap 
{
	display:block;
	width:240px;
	height:auto;
	border: 0;
	float:left;
}

.sitemap a
{ 
	font-weight: normal;
	font-size: 10px;
	color: #46505c;
	text-decoration: none;
	
}

.sitemap ul
{
list-style: none;
padding: 0;
margin: 5px;
margin-left: 15px;

}

#footer ul 
{ 

	margin: 0px;
	padding: 0px;

}

#footer a 
{

	font-size: 14px;
	text-transform: uppercase;
	color: #46505c;
	text-decoration: none;

}

#footer p { color: #46505c; }

#footer a:hover, .sitemap a:hover { color: black; }

#footer li 
{

	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #8f979a;

}

#footer li.last 
{

	border-right: none;
	
}

/** JS FIX CSS CLASSES ONLY **/
 
#all_fix_resize_x
{
	
	left: 0%;
	margin-left: 36px;
	
}


#all_fix_resize_y
{
	
	margin-top: 40px;
	top: 0%;
	
}

#footer_fix_resize_x
{

	left: 167px;
	width: auto;
	
}


#footer_fix_resize_y
{

	margin-top: 705px;
	top: 0%;
	
}

#drop_shadow_fix_resize_x
{

	left: 0%;
	margin-left: 0px;
	
}


#drop_shadow_fix_resize_y
{

	top: 0%;
	margin-top: 0px;
	
}

/** END JS FIX CSS CLASSES **/