body {
	margin: 0px;
	text-align: center;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#wrapper {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #b0b2b4;
	background-color: #fff;

}

#main_panel {
	background-color: #ccc;
	width: 934px;
	height: 420px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
	margin-bottom: 10px
}

/*
#client_panel {
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
}*/

.logo {

	margin-left: 40px;

}

UL {

	margin: 0px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 0px;

}


IMG { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

.left { 
	float: left;
	}
	
.right { 
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.round {
	background-color: #cccccc;
}

/* Slider CSS*/
#slider {
  width: 882px;/* 895px originally*/
  height: 341px; 
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 277px; /* Original value == 360px */
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  /* background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom; */
}

.scrollContainer div.panel {
  background-color: #ccc;
  /*padding: 20px;*/
  /*height: 210px;*/
  /*width: 560px;*/ /* change to 560px if not using JS to remove rh.scroll */
	height: 257px; /* == 390 - (Tag line height + tab height) */
	width: 895px;/*adding 3 */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

#client_panel {
	overflow: hidden;
	height: 100px;
	width: 894px;
	border-left: solid 20px #ccc; 
	border-right: solid 20px #ccc; 
	border-bottom: solid 20px #ccc; 
	border-top: solid 1px #ccc; 
	margin-left: 35px;
	margin-right: 35px;
	left: 10px;
}

#ourclients {
	color: #636466; 
	font-size: 14px; 
	font-family: Arial, Verdana, Sans-Serif;
	width: 924px;
	margin-left: 35px;
	margin-right: 35px;
	text-align: left;
	background-color: #ccc;
	padding-left: 10px;
	padding-top: 5px;

}

#client_panel ul {
	width: 4250px;
	list-style-type: none;
}

#client_panel li {
	float: left;
	/* cursor: pointer; */
	/*margin-left: 10px;*/
}

/* Center Content */

.dropshadow {
	width: 292px;
	height: 390px;
	background-image: url("../images/productdropshadow.png");
	text-align: left;
	margin: 0px;
	padding: 0px;

}

.productCTA {

	background-image: url("../images/hometextbackground.jpg");
	width: 285px;
	height: 123px;
	overflow: hidden;
	font-family: Arial, verdana, Sans Serif;
	font-size: 14px;
	color: #fff;	

}

.panel {
	background-color: #ccc;
	background-image: url('../images/panelBackgroundBlackNoShadowThinAlt.jpg');
	background-repeat: repeat-x;
	width: 895px; /*adding 3 */
	height: 341px;
	padding: 10px;
	text-align: left;
	color: white; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navDiv {
	position: relative;
	top: -25px;
	left: 10px;
}
.panelContent {
	width: 320px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}

.panelImage {
	background-image: url('../images/panelImageBackThin.png');
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 480px;
}

.panelImageCallouts {

text-align: center; 
width: 154px; 
float: left;
font-size: 12px;
}

.panelImage img {
	padding: 2px;
}

#showForm {
	margin-right: 40px;
	margin-top: 50px;
}

#form {
	padding: 10px;
	position: absolute;
	right: 0;
	width: 280px;
	border: solid 1px #b0b2b4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	text-align: left;
	float: left;
	z-index: 2000;	
}

#inLineForm {
	height: 175px;
	margin-left: 15px;
	margin-right: 10px;
	position: relative;
	text-align: left;
	width: 475px;
	border: solid 1px #b0b2b4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	
}

#form .formNames{

width: 85px;
}


.demoRoll {
	position: absolute;
	/*left: 750px;*/
	right: 100px;

	top: 350px;
	background-color: #fff;
	height: 270px;
	width: 675px;
	display: none;
	border: solid 1px #b0b2b4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #636363;
	text-decoration: none;
}

.demoRoll  A {

float: left;
text-decoration: none;
margin-right: 5px;	
margin-left: 5px;
color: #636363;
}

#demoShow {
	float: right; 
	margin-top: 5px; 
	margin-right: 30px;
}

#demoShow1 {
	float: right; 
	margin-top: 5px; 
	margin-right: 30px; 
}

.red { 
	color: #f00;
	text-align: left;
}
