/*-------------------------------------------------------------------- */
/* Global Styling */
/*-------------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
/*	background-image: url('http://www.medicaltoys.com/graphics/dev_ruler.gif'); */
/*	background-repeat: repeat-y; */
/*	background-position: center; */
}

a:link {
	text-decoration: none;
	color: #00f;
}

a:visited {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
	color: #00f;
}

img {
	margin: 0px;
	border-style: none;
}

/*-------------------------------------------------------------------- */
/* Global Text Styling */
/*-------------------------------------------------------------------- */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

/*-------------------------------------------------------------------- */
/* Header -> Page Menu formatting */
/*
/* Includes brushed metal tab background and links to product category */
/* pages  															   */
/*-------------------------------------------------------------------- */

table.PrimaryNavContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

table.PrimaryNavContainer td.SolidWhite {
	background-color: #fff;
}

table.PrimaryNavContainer td.SolidRed {
	background-color: #b00000;
}

table.PrimaryNavContainer td.RedSatin {
	background-image: url("http://www.medicaltoys.com/graphics/common/bg-red-satin.jpg") ;
}

table.PrimaryNavContainer td.BrushedMetal {
	background-image: url("http://www.medicaltoys.com/graphics/common/bg-brushed-metal.gif");
	text-align: center;
}


table.PageMenu {
	color: #000;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-top: #b00000 0px solid;
	border-bottom: #b00000 0px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	width: 985px;
}

/* td.Pagemenu is defined in the section-specific css file */

td.PageMenu P {
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

table.PageMenu A:link {
	color: #000;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

table.PageMenu A:visited {
	color: #000;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

table.PageMenu A:hover {
	color: #000;
	text-decoration: underline;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

img.HeaderTopMargin {
	height: 79px;
	width: 1px;
}

/*-------------------------------------------------------------------- */
/* Header -> MedicalToys.com Name Banner */
/*-------------------------------------------------------------------- */

div.BrandBox {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	width: 100%;
	text-align: center;
}

table.BrandContainer {
	width: 985px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
}

table.BrandContainer td {
	text-align: left;
}

img.MTCBanner {
	height: 65px;
	width: 531px;
	margin: 10px 0px 0px 10px;
}

/*-------------------------------------------------------------------- */
/* Formatting specific to the header navigation */
/*-------------------------------------------------------------------- */

div.HeaderNavBox {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-style: none;
}

table.HeaderNavContainer {
	width: 985px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
}

table.HeaderNavContainer td {
	text-align: right;
	border-style: none;
}

p.Phone {
	margin: 0px 13px 0px 0px;
	padding: 0px;
	border: #fff 0px solid;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

p.HomeAndCart {
	margin: 15px 8px 0px 0px;
	padding: 0px;
	border: #fff 0px solid;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------------------------------------------- */
/* Formatting specific to the header tabs */
/*-------------------------------------------------------------------- */

div.TabsBox {
	position: absolute;
	top: 73px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

div.Tabs {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 985px;
	text-align: left;
}

table.TabsContainer {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	border-style: none;
}

img.Tab {
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------- */
/* Product Menu */
/*-------------------------------------------------------------------- */

table.ProductMenu {
	width: 75%;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

table.ProductMenu td {
	text-align: left;
	vertical-align: top;
}

ul.ProductMenu li {
	font-size: 14px;
	font-weight: normal;
}


/*-------------------------------------------------------------------- */
/* Body */
/*-------------------------------------------------------------------- */

div.Body {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
	text-align: center;
}

table.Body {
	width: 985px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
	text-align: left;
}

/*-------------------------------------------------------------------- */
/* Footer */
/*-------------------------------------------------------------------- */

table.FooterContainer {
	width: 100%;
	background-image: url("http://www.medicaltoys.com/graphics/common/bg-red-satin.jpg") ;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

table.FooterContainer tr.SolidGray {
	background-color: #999;
}

table.FooterContainer tr.Transparent {
	background-color: transparent;
}

table.FooterContainer tr.SolidWhite {
	background-color: #fff;
	color: #000;
}

table.FooterContainer td {
	text-align: center;
}

table.Footer {
	width: 985px;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
}

table.Footer td.Column {
	width: 14%;
	vertical-align: top;
	text-align: left;
}

table.Footer td.Gutter {
	width: 4%;
	vertical-align: top;
	text-align: left;
}

p.FooterHeader {
	margin: 3px 0px 3px 0px;
	color: #fff;
	font-size: 12px;
}

p.FooterMenuItem {
	margin: 2px 0px 2px 0px;
	color: #fff;
	font-size: 12px;
}

img.Copyright {
	height: 21px;
	width: 447px;
	margin: 30px 0px 0px 0px;
}

div.HackerSafe {
	margin: 10px 0px 0px 0px;
}

img.FooterTopMargin {
	height: 20px;
	width: 1px;
}

img.FooterColMinWidth {
	height: 1px;
	width: 140px;
}

/*-------------------------------------------------------------------- */
/* Spacer used to determine minimum page width  */
/*-------------------------------------------------------------------- */

img.MinPageWidth {
	height: 1px;
	width: 985px;
}

/*-------------------------------------------------------------------- */
/* Other formatting  */
/*-------------------------------------------------------------------- */

h1.PageTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
}

