/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* tabsigation */
#tabs {
	background:#f7941d/*url(/landing/img/h300_reverse.png)*/;
	height:50px;	
}

#tabs ul {	
	width:700px;
	margin: 0px;
}

#tabs li {	
	border-right:1px solid #ddd;
	float:left;
	width:100px;
	list-style-type:none;
	text-align:center;
	line-height:90%;
	height:50px;
}

#tabs ul a.current{	
	color:#000;
}

#tabs a.current h4 {
	color: #000;	
	line-height: 90%;
}

#tabs a {
	color:#333333;
	display:block;
	padding:20px 5px;	
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:10px;
	text-decoration:none;
}	

#tabs a.current {
	background:url(/landing/img/down_tabs.gif);	
}

#tabs img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#tabs h4 {
	color:#000000;
	font-size:1.1em;
	line-height:110%;
	margin:-2px;
	text-align:center;
	text-transform:none;
}

#tabs h4#e-commerce {
	color:#000000;
	font-size:1.1em;
	line-height:110%;
	text-align:center;
	text-transform:none;
}

#tabs strong {
	display:block;		
	font-size:13px;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 700px;
	font-size: 1.2em;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding:2px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	float: left;
	font-size: 1.4em;
}

ul.topnav li a:hover {
	color: #d57a04; text-decoration: none;
}

ul.topnav li span {  /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/landing/img/mainNav_arrow.png) no-repeat center top;
	margin-top:3px;
	padding:9px;
}

ul.topnav li span:hover {
background:url("/landing/img/mainNav_arrow_select.png") no-repeat scroll center top transparent;
float:left;
height:35px;
margin-top:3px;
padding:9px;
width:17px;
}

/*ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;}  /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 24px;
	margin: 5px 0px 0px 10px;
	display: none;
	float: left;
	border: 1px solid #000;
	width: 170px;
	font-size: 1em;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	background-color: #e9e8e7;
	clear: both;
	width: 170px;
	border: 1px solid #ccc;
}

html ul.topnav li ul.subnav li a {
	float:left;
	font-size: 11px;
	margin:4px;
	padding-left:15px;
	color: #00aeef;
}

#mainNav ul, #mainNav li {
	border:0 none;
	list-style:none outside none;
}
  
#mainNav li {
	display:inline;
	margin-right:10px;
	position:relative;
	z-index:101;
	height: 100%;
}

/* panes */
#panes {
	background: transparent url(/landing/img/h300_reverse.gif) repeat scroll center bottom;
	/*border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;*/
/*	width:743px;	*/
	height:400px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:650px; 
}

#panes img {
	float:left;
	margin-right:20px;		
	margin-bottom:225px;
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin-bottom:10px;
	font-size:22px;
	font-weight:normal;
	text-align:left;
	color:#333333;
	font-weight:bold;
}

#panes p {
font-size:0.9em;
margin:5px 0;}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

.case-text{float: left;}

#video {float: left;
margin-bottom:225px;
margin-right:20px;}
