#techHead { margin: 0 0 30px 0; }

#intro {
	width: 880px;
	margin: 0 auto 35px auto;
	overflow: hidden;
}

#intro h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #252525;
	margin: 0 0 10px 0;
}

.category {
	background-color: #F5F5F5;
	width: 860px;
	margin: 0 auto 10px auto;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
.category h2 {
	margin: 0;
}

.techList {
	background: url(/images/tech/techList_bg.gif) 0 1px repeat-y white;
	margin-top: -1px; /*hides the background pulled in at the top*/
	overflow: hidden;
}

.tech {
	float: left;
	width: 194px;
	height: 215px;
	padding: 0 10px;
	margin: 20px 0;
	border-right: 1px solid #D7D7D7;
	position: relative;
}

.tech .icon {
	text-align: center;
	height: 70px;
	position: relative;
	top: -5px;
}
.tech .icon a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 52px;
	background-position: center top;
	background-repeat: no-repeat;
}
.tech .icon a:hover {
	background-position: center -52px;
}

.tech h3 {
	font-size: 1.6em;
	letter-spacing: -.015em;
	color: #252525;
	margin: 0 0 12px 0;
}
.tech h3 a {
	color: #252525;
	text-decoration: none;
}

.tech p {
	font-size: 1.1em;
	line-height: 1.2em;
}

.tech .more {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 1.3em;
}

.tech .more a {
	color: #FF4E00;
	text-decoration: none;
	font-style: italic;
}
.tech .spaceHolder {
	height: 215px;
	background: url(/images/tech/spaceHolder_bg.gif);
}

/* START DEVELOPERS CSS */
.dev {
	float: left;
	width: 194px;
	height: 260px;
	padding: 0 10px;
	margin: 20px 0;
	border-right: 1px solid #D7D7D7;
	position: relative;
}
.dev .icon {
	text-align: center;
	height: 70px;
	position: relative;
	top: -5px;
}
.dev .icon a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 52px;
	background-position: center top;
	background-repeat: no-repeat;
}
.dev .icon a:hover {
	background-position: center -52px;
}

.dev h3 {
	font-size: 1.6em;
	letter-spacing: -.015em;
	color: #252525;
	margin: 0 0 12px 0;
}
.dev h3 a {
	color: #252525;
	text-decoration: none;
}

.dev p {
	font-size: 1.1em;
	line-height: 1.2em;
}

.dev .more {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 1.3em;
}

.dev .more a {
	color: #FF4E00;
	text-decoration: none;
	font-style: italic;
}
.dev .spaceHolder {
	height: 215px;
	background: url(/images/tech/spaceHolder_bg.gif);
}
.devList {
  background: url(/images/tech/hr_gray.gif) repeat-x;
  background-position: 0% 50%;
	background-color:#fff;
	margin-top: -1px; /*hides the background pulled in at the top*/
	overflow: hidden;
}
.starting {
  font-weight:bold;
  margin-top:15px;
}
.roundedCorners {
  height:130px;
  width:250px;
  position:relative;
  border:3px solid #FF4E00;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -khtml-border-radius:35px;
  behavior:url('css/border-radius.htc');
  border-radius:35px;
  font-size:19px;
  padding-top:50px;
  margin-top:30px;
  margin-left:70px;
  text-align:center;
}


.freeTrial {
	float: left;
	width: 860px;
	height: 35px;
	padding-top:10px;
  padding-right:0px;
  padding-bottom:5px;
  padding-left:0px;
	position: relative;
}
.freeTrial p {
  text-align:center;
  font-weight:normal;
	font-size: 2.3em;
	line-height: 1.2em;
}

.freeTrial a {
	color: #FF4E00;
	text-decoration: none;
	font-style: normal;
}
