/* Sisk Healthcare 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: #cb0639;
	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: #ffffff url(../../img/homepage/bg_feature_sides.gif) top left repeat-y;
	border-top: 10px solid #ffffff;
	text-align: left;
	width: 955px;
}

#featureBase {
	background: transparent url(../../img/homepage/bg_feature_base.gif) bottom left no-repeat;
	padding-bottom: 10px;
	text-align: right;
	width: 955px;
}

div.featureColumn {
	float: left;
	margin: 0 10px 0 3px;
	width: 228px;
	display: inline; /* fixing ie double margin bug */
}

div.featureColumnLast {
	float: left;
	margin: 0 0 0 3px;
	width: 228px;
}

div.featureColumn .go_p, div.featureColumnLast .go_p {
	color: #999999;
	padding: 0.3em 15px 0.3em 8px;
}


/* multi-coloured aspects in each feature */

#featureBase a {
	color: #606060;
	font-size: 85%;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#featureBase a.moreMedLink, #featureBase a.moreMedLink:link, #featureBase a.moreMedLink:visited {
	background: transparent url(../../img/homepage/icon_moreMed.gif) center left no-repeat;
}

#featureBase a.moreMedLink:hover, #featureBase a.moreMedLink:active { color: #5c6cac; }

#featureBase a.moreCardiacLink, #featureBase a.moreCardiacLink:link, #featureBase a.moreCardiacLink:visited {
	background: transparent url(../../img/homepage/icon_moreCardiac.gif) center left no-repeat;
}

#featureBase a.moreCardiacLink:hover, #featureBase a.moreCardiacLink:active { color: #009788;}

#featureBase a.moreTeknoLink, #featureBase a.moreTeknoLink:link, #featureBase a.moreTeknoLink:visited {
	background: transparent url(../../img/homepage/icon_moreTekno.gif) center left no-repeat;
}

#featureBase a.moreTeknoLink:hover, #featureBase a.moreTeknoLink:active { color: #00b0d2; }

#featureBase a.moreSynapseLink, #featureBase a.moreSynapseLink:link, #featureBase a.moreSynapseLink:visited {
	background: transparent url(../../img/homepage/icon_moreSynapse.gif) center left no-repeat;
}

#featureBase a.moreSynapseLink:hover, #featureBase a.moreSynapseLink:active { color: #bf2f38; }

h2.medSurgical, h2.cardiac, h2.tekno, h2.synapse {
	border: none;
	cursor:pointer;
	height: 90px;
	margin: 0;
	padding: 0;
	width: 228px;
}

h2.medSurgical { background: transparent url(../../img/homepage/header_medSurgical.gif) top left no-repeat; }

h2.cardiac { background: transparent url(../../img/homepage/header_cardiac.gif) top left no-repeat; }

h2.tekno { background: transparent url(../../img/homepage/header_tekno.gif) top left no-repeat; }

h2.synapse { background: transparent url(../../img/homepage/header_synapse.gif) top left no-repeat; }


div.med_divider, div.cardiac_divider, div.tekno_divider, div.synapse_divider {
	height: 10px;
	width: 228px;
}

div.med_divider { background: transparent url(../../img/homepage/divider_featureMed.gif) top left no-repeat; }

div.cardiac_divider { background: transparent url(../../img/homepage/divider_featureCardiac.gif) top left no-repeat; }

div.tekno_divider { background: transparent url(../../img/homepage/divider_featureTekno.gif) top left no-repeat; }

div.synapse_divider { background: transparent url(../../img/homepage/divider_featureSynapse.gif) top left no-repeat; }


h2.medSurgical span, h2.cardiac span, h2.tekno span, h2.synapse span, div.med_divider hr, div.cardiac_divider hr, div.tekno_divider hr, div.synapse_divider hr{
	display: none;
}