@charset "UTF-8";
/* CSS Document */

/**********************************
Overides default styling for home page
*********************************/

#stage {
	background-image: url(../templates/img/bg_home.jpg);
	background-position: top;
}
#header {
	height: 140px;
}
#content {
	width: 100%;
	padding-bottom: 0px;
}
/**********************************
Home page styling
*********************************/

#main-quote {
	color: #014975;
	width: 415px;
	margin-left: 120px;
	font-size: 14px;
}
#main-quote span {
	color: #0079C1;
	font-size: 25px;
	display: block;
	text-align: center;
}
img#home-quote {
	padding-left: 135px;
}
#home-box-head {
	height:80px;

}
#home-box-head p {
	width: 298px;
	display: block;
	float: left;
	text-align: center;
	color: #0079c1;
	font-size: 15px;
}
#home-box {
	background-image: url(../img/home_box_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a9a9a;
	clear: both;
}
#home-box p {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1em;

}
#home-box img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 15px;
}

#home-box-head p.news-events{
    position:relative;
    bottom:15px;
	font-size: 20px;
	color: #0079c1;
}
#home-box-head p.news-events span{
    position:relative;
    top:2px;
    font-size: 25px;
   	color: #97C9E4;
}
#home-surgbio-box {
	border: thin solid #FFFFFF;
	position: relative;
	top: -300px;
	width: 220px;
	height: 175px;
	margin-top: 2em;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #c3d0d4;
	filter: alpha(opacity=70);
	opacity: .7;
	behavior: url(ie-css3.htc);
}
#home-surgbio-box p {
	font-size: 14px;
	color: #014975;
	filter: alpha(opacity=0);
	opacity: 1;
}
#home-surgbio-box span {
	color: #0079C1;
	font-size: 25px;
	display: block;
}
#box-left, #box-center, #box-distributors {
	background-image: url(../img/grad_hydro_colla.jpg);
	background-repeat: repeat-x;
	height: 195px;
	width: 298px;
	float: left;
	background-position: bottom;
	margin-top: 10px;
}
#box-left {
	color: #0A73BD;
	
}
#box-left a {
	float:left;
	margin-left: 38px;
	margin-top: 28px;
}
#box-center {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9a9a9a;
	border-left-color: #9a9a9a;
	color:#058886
}
#box-center img {
	border: 1px solid #058886;
}
#box-distributors {
	background-image: url(../img/grad_distributors.jpg);
}
#box-distributors form {
	background-image: url(../img/bg_map-box.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 170px;
	width: 298px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#box-distributors form label {
	color:#656565;
	display:block;
	padding-top: 95px;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
}
#box-distributors form label select {
	margin-top: 10px;
}

#surgbio-home{
	width: 180px;
	height: 110px;
	font-size: 14px;
	position: relative;
	bottom: 503px;
	left: 665px;
	filter: alpha(opacity=40);
	opacity: .4;
	background-image: url(../img/surgbio/roundedcornr_smaller.gif);
}
#surgbio-home-txt{
	width: 165px;
	height: 105px;
	position: relative;
	bottom: 608px;
	left: 670px;
}
#surgbio-home-txt span{	
	color: #0079C1;
	font-size: 14px;
	display: block;
}
#surgbio-home-txt p{
	font-size: 10px;
	color: #014975;
	position: relative;
	bottom: 20px;
}
#surgbio-home-txt img{
	position: relative;
	bottom: 28px;
}
#surgbio-home-txt h4{
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	position: relative;
	bottom: 41px;
}
