/* Synapse Medical homepage styles */

/* ++ general homepage styles ++ */

#primaryContentHome {
	margin: 0 auto;
	width: 955px;
}

/* top feature area full page width */

#mainFeature {
	background: transparent url(../../img/common/bg_homeIntro_base.gif) bottom left no-repeat;
	padding: 20px;
}

#homeLeft {
	background-color: #ffffff;
	float: left;
	text-align: left;
	width: 450px;
}

#homeRight {
	float: right;
	width: 450px;
}

#homeLeft h1 {
	background-color: transparent;
	color: #bf2f38;
	font-size: 200%;
	font-weight: normal;
	padding: 0 0 0.5em 0;
}

#homeLeft h2 {
	border-bottom: none;
	font-size: 120%;
	font-weight: normal;
	padding: 0.5em 0;
}

#homeLeft ul {
	font-size: 100%;
	margin-left: 18px;
}

/* base multiple features */

#featureArea {
	background-color: #ffffff;
	border-top: 10px solid #ffffff;
	text-align: left;
	width: 955px;
}

#featureArea h2 {
	background-color: #bf2f38;
	border-bottom: none;
	color: #ffffff;
	font-size: 160%;
	font-weight: normal;
	margin: 0 1px 0.5em 3px;
	padding: 1.0em 20px 0.5em 16px;
}

div.featureSection {
	background: transparent url(../img/homepage/bg_featureSection.gif) top left repeat-y;
	border: 1px solid #999999;
	float: left;
	margin: 10px 0 0 20px;
	width: 445px;
	display: inline; /* fixing ie double margin bug */
}

div.featureSection img {
	float: left;
	margin-right: 10px;
	width: 215px;
}

div.featureSection div.featureText {
	float: left;
	width: 215px;
}

div.featureSection div.hrClear {
	background-color: #999999;
}

div.featureText a {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 150px;
	padding: 0 0 1px 10px;
	text-decoration: none;
}

div.featureText h3
{
	color:#999999;
}

div.featureText a:link, div.featureText a:visited {
	background: transparent url(../../img/common/icon_moreLink_out.gif) center left no-repeat;
	color: #bf2f38;
}

div.featureText a:hover, div.featureText a:active {
	background: transparent url(../../img/common/icon_moreLink_over.gif) center left no-repeat;
	color: #bf2f38;
}

#partnersSection {
	margin-left: 1px;
}

#partnersSection h3 {
	color: #bf2f38;
	margin: 0.3em 0 0 0;
	padding-left: 10px;
}

#partnersSection a {
	display: block;
	height: 45px;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 145px;
}

#partnersSection a.link_abbott { background: transparent url(../../img/homepage/logo_abbott.gif) no-repeat; }
#partnersSection a.link_microvention { background: transparent url(../../img/homepage/logo_microvention.gif) no-repeat; }
#partnersSection a.link_bolton { background: transparent url(../../img/homepage/logo_BoltonMedical.gif) no-repeat; }
#partnersSection a.link_Endologix { background: transparent url(../../img/homepage/logo_endologix.gif) no-repeat; }
#partnersSection a.link_balt { background: transparent url(../../img/homepage/logo_Balt.gif) no-repeat; }
#partnersSection a.link_celonova { background: transparent url(../../img/homepage/logo_celonova.gif) no-repeat; }

#partnersSection a:link, #partnersSection a:visited { background-position: top left; }

#partnersSection a:hover, #partnersSection a:active { background-position: bottom left; }

#partnersSection a span { display: none; }