/* CSS Document */

* {margin:0px; padding:0px;} /* Get rid of browser default margins and padding */



body {
	font-family:Arial, Helvetica, sans-serif;
	color:#06163E;
	background-color: #90a4c6;
	margin-top: 1em;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
table {border-collapse:collapse;}
#mainBox {
	background-color: #FFFFFF;
	width: 978px;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #031454;
	border-right-color: #031454;
	border-bottom-color: #031454;
	border-left-color: #031454;
	background-image: url(images/red_side.jpg);
	background-repeat: repeat-y;
}
.contentImage {
	background-image: url(images/image_cardiowrap.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}
.logo {
	width: auto;
	text-align: left;
}


td.topBG{
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-bottom: 20px;
}

p, .copy12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #06163E;
}
p, h1, h2{
	margin-top: 6px;
	margin-right: 50px;
	margin-bottom: 6px;
	margin-left: 146px;
}
p.introText {margin-left: 121px; margin-right:327px; margin-top: 0px;}
p.contactText {margin-right:327px; margin-bottom:12px;}

h1 { margin-top: 16px;
	font-size: 16px;
	line-height: 20px;
	color: #CC0000;
}
#mainBox #form1 {
	margin-right: 45px;
	margin-left: 150px;
	text-align: left;
	margin-top: 4px;
}


a {color:#CC0000; text-decoration:underline;}


a:hover {
	color:#0A38C5; text-decoration:underline;
}
#formTableLeft td, #formTableRightTop td, #formTableRight td, #formTableRightBottom td{
	font-size: 12px;
	line-height: 14px;
}

#formTableLeft td{
	padding: 0px 2px 3px 2px;
}
#formTableRightTop td, #formTableRight td, #formTableRightBottom td{
	padding: 0px 2px 8px 2px;
}

input.formField {
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 12px;
	height: 18px;
	color: #06163E;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
textarea.productsUsed, textarea.comments{
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 14px;
	color: #06163E;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
textarea.productsUsed {height: 30px;}

textarea.comments {height: 50px;}

.contact_sub_btn {
		background-image: url(images/btn_submit.gif);
		border:0px;
		width:97px;
		height:28px;
	}
/*FOOTER STYLES*/

#footBox {
	margin-top:16px;
	margin-bottom: 16px;
	width: 980px;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	padding-bottom: 10px;

}
#footBox #footTable td {
line-height: 14px; padding-bottom: 10px;
}
#footBox p, #footBox #footTable td p{
font-size: 11px; text-align: center; line-height: 14px; margin:2px 4px;
}

#footBox a, #footBox #footTable td a {color: #06163E; text-decoration: underline;}
#footBox a:hover, #footBox #footTable td a:hover {color: #fff; text-decoration: underline;}

.txtReq {color:#CC0000;}
