@charset "UTF-8";
/* CSS Document */

/* cases page CSS*/



div#header_left {
background: url("../images/logo_cases.gif") no-repeat;
}

/* main layout */

div#cases_title {
float: left;
width: 800px;
height: 100px;
margin-top: 5px;
}

html>body #cases_title {
background: url(../images/cases_title.gif) top left;
margin-top: 0;
}

div#cases_content {
font-size: 85%;
float: left;
width: 800px;
background-color: #FFFFFF;
}

div#cases_content_group {
float: left;
width: 800px;
height: auto;
background: url(../images/cases_content_bg.gif) top left repeat-y;
margin: 19px 0 10px 0;
display: inline;
}

/*cases text */
div#casestext {
float: left;
width: 216px;
margin: 0 20px 0 10px;
display: inline;
}

p#cases {
padding: 0 0 10px 0;
margin: 0;
}

/*cases items left clickable panel*/
.casestabletitle {
font-size: 125%;
font-weight: bold;
padding: 0 0 10px 0;
}

div#casesitems {
float: left;
width: 250px;
margin: 0 20px 0 10px;
display: inline;
}

div#casesitems  {
cursor: pointer;
}

.casesrows:hover, .casesrows:active {
background-color: #9966CC;
}

.casesrows td {
padding-bottom: 15px;
}

.casesorgcell {
padding-right: 12px;
}


/*cases detail right content panel*/

div#casesdetail {
float: left;
width: 480px;
margin: 0 20px 0 10px;
display: inline;
line-height: 130%;

}

div#casesimage {
float: left;
margin: 0 20px 0 10px;
display: inline;
}


/*div#casesstudy {
float: left;
width: 216px;
margin: 0 20px 0 10px;
display: inline;

}
*/

/*other parts to page*/

div#bottom_border {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../images/cases_border_bottom.gif") no-repeat;
height: 0px !important; 
height /**/:20px; 
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_CaseStudies {
	background-image: url(../images/nav/cases.gif);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0;
}