/* A+ Medical Equipment */
/* Website Redesign - November 2007 */
/* Ron Dick - SpyderWeb Concepts */

/********************************* Colors *********************************************/
/* Blue: #4E319F
/* Light Blue: #87CEFA
/* Red: #E31104
/* Light Red: #F75D59

/********************************* General Styles *************************************/

body {
	background-image: url("../images/Background 01.gif");
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	border-left: #4E319F 2px solid;
	border-right: #4E319F 2px solid;
}

hr {
	background-color: #4E319F;
	color: #4E319F;
	width: 90%;
	height: 4px;
}

ul {
	list-style-image: url(../images/Bullet01.gif);
}

/* Turn off borders for lined images */
img {
	border: 0;
}

.mainTable {
	background-color:#FFFFFF;
	border:  #4E319F thin solid;
	padding: 6px;
}

.footer {
	background-image: url(../images/Footer/Left Bkgrd.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 100%;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #4E319F;
	text-decoration: none;
}

/********************************* Text Styles *************************************/
.pageName {
	font-size: 180%;
	font-weight: bold;
	color: #4E319F;
	vertical-align: middle;
}

.paragraphTitle {
	font-size: 140%;
	color: #4E319F;
	font-weight: bold;
}

.formLabels {
	font-size: 90%;
	font-style: italic;
}

.subParagraphTitle {
	font-size: 100%;
	font-weight: bold;
}

.tagLine {
	font-size: 120%;
	color: #0000FF;
	font-style: italic;
	padding-right: 10px;
}

.reverseBlue {
	font-size: 110%;
	font-weight: bold;
	line-height: 200%;
	color: #FFFFFF;
	background-color: #4E319F;
}

/********************************* Table Styles *************************************/
/* .equipment {
	background-image: url(../images/About 01.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 0px;
} */

.equipmentRight {
	background-image: url(../images/divider01.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 6px;
}


.equipmentLeft {
	background-image: url(../images/Equipment/Equip 04.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.news {
	border: #4E319F thin solid;
	margin: 8px;
	padding: 4px;
	font-size: 90%;
	background-image: url(../images/News 01.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.manufacturers {
	margin-left: 10px;
	padding: 4px;
	width: 28%;
	float: right;
	font-size: 90%;
	color: #0000FF;
	line-height: 120%;
	border-left: #0000FF thin solid;
}

.manufacturers ul {
	list-style-image: url(../images/Bullet03.gif);
}

.table1 {
	border: #4E319F thin solid;
	margin: 8px;
	padding: 4px;
	font-size: 90%;
}

.table2 {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #4E319F;
	border-collapse: collapse;
}

.table2 th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #4E319F;
	background-color: #ffffff;
	-moz-border-radius: ;
}

.table2 td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #4E319F;
	background-color: #ffffff;
	-moz-border-radius: ;
}

.table3 {
	background-color: #87CEFA;
	padding: 4px;
}


/********************************* Image Styles *************************************/
.img1Left {
	position: relative;
	border-bottom: #4E319F medium solid;
	border-right: #4E319F medium solid;
	left: 0px;
	top: 0px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: -8px;
	margin-top: -8px;
}

.img2Right {
	margin-left: 8px;
}

.img2Left {
	margin-right: 8px;
}

.img3 {
	border: #4E319F solid thin;
	margin: 6px;
}

.img4Left {
	border: #4E319F solid 2px;
	margin-right: 6px;
	margin-bottom: 6px;	
	margin-top: -5px;	
	margin-left: -5px;		
}
.staff {
/*	border-left: #000000 solid 1px;
	border-top: #000000 solid 1px; */
	border-right: #87CEFA solid medium;
	border-bottom: #87CEFA solid medium;
}