body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.2em;
	margin: 0;
	}
	
.testititle{ font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif; font-size:16px; font-weight:normal; color:#001969; font-style:italic;}

.testcopy{ font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif; font-size:14px; font-weight:normal; color:#000000;  }

.red1{ font-family:Tahoma; font-size:24px; font-weight:bold; color:#800000; }
.red1-yellow{ font-family:Tahoma; font-size:24px; font-weight:bold; color:#800000; background:#FFFF00; }
.tahoma14{ font-family:Tahoma; font-size:18px; font-weight:normal; color:#000000;}
.blue{ font-family:Tahoma; font-size:16px; font-weight:normal; color:#001969;}
.impact1{ font-family:Impact; font-size:25px; color:#FFFF00;}
.impact2{ font-family:Impact; font-size:42px; color:#990000;}
.impact3{ font-family:Impact; font-size:54px; color:#D40000; line-height:54px;}
.yashsmall{font-family:Tahoma; font-size:10px; color:#999999; }
.upperscript{ text-transform: lowercase; font-size:10px;}
.footer{ font-family:Tahoma; font-size:14px; color:#FFFFFF; font-weight:normal;}




ul, li {
	margin: 0;
	padding :0;
	
	}
	
a {
	color:#000066;
	}
	
h2 {
	color: #000066;
	margin-top: 18px;
	padding-top: 0;
	}
	
h1 {
	color: #000066;
	font-size: 20px;
	margin-top: 18px;
	}

h3 {
margin-top: 18px;
}
	
table.siteTable {
	margin: 0 auto;
	width: 900px;
	background: url(../../images/content-bg.gif) repeat-y;
	}
	
table.siteTable tr td {
	vertical-align: top;
	}
	
div.absContainer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	}
	
div.mainNav {
	position: absolute;
	top: 149px;
	width: 485px;
	left: 400px;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	text-align: right;
	z-index: 2;
	}
	
div.vid {
	top: 222px;
	left: 205px;
	position: absolute;
	z-index: 3;
	}
	
div.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div.mainNav ul li {
	display: inline;
	margin-left: 15px;
	}
	
div.mainNav ul li a {
	color: #fff;
	text-decoration: none;
	}

table.siteTable tr td tr td.col1, table.siteTable tr td tr td.col3 {
	width: 182px;
	}
	
table.siteTable tr td tr td.col3, table.siteTable tr td tr td.col2 {
	padding-top: 18px;
	}
	
table.siteTable tr td tr td.col3 div {
	margin-left: 7px;
	width: 175px;
	}
	
table.siteTable tr td tr td.col2 {
	padding: 0 17px 0 22px;
	width: 497px;
	}
	
table.siteTable tr td tr td.col2 ol {
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
	}

table.siteTable tr td tr td.col2 ol li {
	margin: 7px 0;
	}

table.siteTable tr td tr td.col1 ul.sideNav {
	list-style: none;
	margin: 17px 0 0 0;
	padding: 0;
	}
	
table.siteTable tr td tr td.col1 ul.sideNav li {
	line-height: 1.5em;
	color: #333;
	margin-left: 15px;
	font-weight: bold;
	}
	
table.siteTable tr td tr td.col1 ul.sideNav li a {
	color: #333;
	text-decoration: none;
	}
	
p.testimonial {
	font-size: 11px;
	line-height: 1.4em;
	}
	
p.testimonial span.testtitle {
	color: #990000;
	font-size: 15px;
	}
	
td.footer {
	color: #ccc;
	background: #333333;
	padding: 7px;
	font-size: 11px;
	}
	
td.footer a {
	color: #ccc;
	text-decoration: none;
	}

#pcStoreSearch {
	z-index: 4;
	top: 12px;
	left: 680px;
	width: 200px;
	position: absolute;
	
	font-weight: bold;
	
}

#pcStoreSearch a {
	color: #fff;
	}

li#sp {
	padding-top: 12px;
	color: #990000;
	background: url(../../images/mexico.gif) 0 13px no-repeat;
	padding-left: 20px;
	}
	
li#sp a {
	color: #990000;
	}
	
li#en {
	padding-top: 12px;
	color: #990000;
	}
	
li#en a {
	color: #990000;
	}
	
#pcCustomerLogin, #pcShowCart {
	background: none;
	margin: 12px 0;
	}
	
/*-----------------------------------------------------------------------------------------
	 Storefront Tables - Styles within the table are defined later 
	----------------------------------------------------------------------------------------*/

	/* pcMainTable is the container for all information displayed on the
     by ProductCart on the page */
		.pcMainTable {
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}

	/* pcShowProducts is the table that organizes the display of products
	   (e.g. in a category or when viewing best sellers or new arrivals.
		 By default it's set to 100% width and to align in the center of the page. */
		.pcShowProducts {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			border: 1px dotted #E1E1E1;
			margin-top: 10px;
			padding: 5px;
		}
		
		.pcShowProducts td {
			padding: 3px;
		}
		
	/* pcShowContent is the table that organizes the display of information other than
	   products. It does not have a dotted border around it. 
		 By default it's set to 100% width and to left of the page. */
		.pcShowContent {
			text-align: left;
			margin-left: 0;
			width: 100%;
			border: 0;
			border-collapse: collapse;
			margin-top: 5px;
			padding: 5px;
		}
		
		.pcShowContent td {
			padding: 3px;
			vertical-align: top;
		}
		
	/* pcShowCart is the table that organizes the display of information on
		 the shopping cart page */
		.pcShowCart {
			text-align: left;
			margin-left: 0;
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}

		.pcShowCart td {
			padding: 1px;
			vertical-align: top;
		}
		
	/* pcShowList is used when showing a list of items such as quantity discounts */
		.pcShowList {
			text-align: left;
			width: 80%;
			border: 1px solid #e1e1e1;
			border-collapse: collapse;
		}

/* Styles within MAIN TABLE */

	/* Style the page title 
	.pcMainTable h1 {
		background-color: #E5E5E5;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 5px;
	}*/
	
	/* Style the table title (e.g. table showing quantity discounts) 
	.pcMainTable h2 {
		background-color: #F5F5F5;
		font-size: 15px;
		margin: 0 0 5px 0;
		padding: 5px;
	}*/
	
	.pcMainTable h3 {
		font-size: 12px;
		margin-top: 10px;
		margin: 5px 0 5px 0;
		padding: 5px;
	}
	
	/* Style the table headings */
	.pcMainTable th {
		background-color: #FFFFCC;
		font-size: 12px;
		font-weight: bold;
		padding: 4px;
		border-bottom: 1px solid #E1E1E1;
	}
	
	/* Remove the default marging from paragraphs */	
	.pcMainTable p {
		/*margin: 0 0 0 5px;*/
	}
	
	a img {
		border: 0;
		}
		
	.life {
		font-size: 14px;
		color: #990000;
		font-weight: bold;
		}
