#vertical_slide  {
	background: #101010 url(../../images/content/portfolio/menu-back.png) bottom left no-repeat;
	color: rgb(52, 83, 144);
	font-weight: bold;
	width: 747px;
	text-align: left;
	top: 0px;
	font-size: 11px;
	padding: 23px 0 25px 0;
	border-left: 5px solid #505050;
	border-right: 5px solid #505050;
}
#menu {
	width: 757px;
	margin: 0px;
	left: 0px;
	margin-top: 5px;
	overflow: hidden;
}

#v_toggle {
	background-image: url(../../images/content/portfolio/menu-bar.png);
	background-position: top;
	background-repeat: no-repeat;
	behavior: url(http://www.nanonation.net/global/css/iepngfix.htc);
	height: 34px;
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 9px;*/
	}

#box {
	width: 747px;
	position: relative;
	background: #909090;
	border: Solid 4px #505050;
}
#float {
	position: absolute;
	width: 747px;
	text-align: center;
	/* visibility: hidden;
*/
; 		left: 0px;
}

#menu a:link {
	font-weight: bold;
	color: rgb(52, 125, 200);
	text-decoration: none;
}

#menu a:visited {
	font-weight: bold;
	color: rgb(52, 125, 200);
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
	color: rgb(52, 88, 144);
	text-decoration: underline;
}

#menu a:visited:hover {
	font-weight: bold;
	color: rgb(52, 88, 144);
	text-decoration: underline;
}

img, div {
}

#case-list {
	margin: 0;
	padding: 0;
	}
	
#menu-left {
	margin: 0;
	padding: 0 0 0 25px;
	float: left;
	width: 211px;
	height: auto;
}

#menu-right {
	margin: 0px;
	padding: 0 25px 0 0;
	float: right;
	width: 211px;
	height: auto;
}
#menu-center {
	margin: 0 268px;
	padding: 0;
	height: auto;
}
#menu h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #CCC;
	text-transform: uppercase;
}
#menu p {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	color: rgb(200, 105, 0);
}


.feature-case {
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#case-video {
	padding-bottom: 25px;
}

.gallery-row {
	margin-bottom: 15px;
}

.float-case {
	float: left;
	margin-right: 16px;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
