/*#############################################################
Name: Medtronic - OPCAB 
Date: 2009-01-06
Author: Jon Osmond
URL: http://osmondinteractive.com
#############################################################*/

h1 {
	height: 40px;
	background-image: url(../img/mdt-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 20px 0 0 0;
}
.header {
	margin:0;
	width:820px;
	float:left;
	padding: 0 0 29px 0;
}
.main {
	 width: 639px;  
	 float:left;
}

/* sidebar */
.sidebar {
	width: 181px;
	margin-right: 0; 	
	float:left;
	padding-right:0;
}
.sidebar img {
	margin-right: 0; 	
	float:right;
	padding-right:0;
}
.sidebar p {
	padding: 0 0 0 21px;
	margin: 0 0 0 0;
}
a.watch {
	display: block;
	width: 177px;
	height: 45px;
	text-decoration: none;
	background-image: url(../img/watch.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	text-indent:-9999px;
	overflow:none;
	outline: none;
	padding-bottom: 9px;
}
a.contact {
	display: block;
	width: 177px;
	height: 45px;
	text-decoration: none;
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	text-indent:-9999px;
	overflow:none;
	outline: none;
	padding-bottom: 17px;
	margin-top: 10px;
}
a:hover.watch, a:hover.contact {
	background-position: -177px 0;
}

/*rounded corners*/
.box-one			{
	width: 630px;
	margin: 0;
	background-image: url(../img/round-middle.gif);
	background-repeat: repeat-y;
	float: left;
}
.box-one .inside	{ padding: 0 20px; }
.box-one .thanks	{ padding: 0 20px; height:350px; }
em {	
	font-size:11px;
}
/* footer */
.footer {
	color: #000;
	font: normal 12px;
	padding: 20px 0px 10px 0;
	font-size:11px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* misc */
.left {float: left;}
.right {float: right;}

