body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/bogy_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	line-height: normal;
}
a {
	text-align: center;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #C03;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

a:hover {
	color: #79001F!important;	/* LINK HOVER COLOR */
	text-decoration: none;
	text-align: center;
}

#container {
	width: 732px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
} 

#header {
	height: 405px;
	width: 732px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
} 

#header-products {
	height: 200px;
	width: 732px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
} 

#header-products p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
} 


h3 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#header_nav {
	height: 130px;
	width: 732px;
}
#top {

	background-color: background: transparent;
	height: 0px;
	width:100%;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topbar {		/* THIS BOX HOLDS THE NAVIGATION LIST */
	float: right;		/* MOVE TOPBAR BOX FLUSH RIGHT */
	height: 0px;		/* THIS BOX IS ONLY ALLOWED TO BE 200PX HIGH */
	width: 435px;		/* NO MARGINS */
	text-align: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.topmenu {		/* THIS IS THE LIST THAT THE NAV ITEMS ARE IN */
	float: right;		/* FLOAT THE LIST TO THE RIGHT SIDE OF BOX */
	list-style-type: none;	/* REMOVE BULLETS FROM LIST ITEMS */
	width: 338px;		/* NO PADDING (SPACE ON THE INSIDE) */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

ul.topmenu li {		/* THIS DEFINES THE INDIVIDUAL ITEMS */
	float: left;		/* DISPLAY ITEMS HORIZONTALLY, NOT VERTICALLY */
	display: block;	/* ALLOW SPACE BEFORE EACH ITEM */
	text-transform: capitalize;
	color: #666666;
	height: 25px;
	margin-right: 5px;
	width: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.topmenu li a {
	font-size: 10px;
	text-align: left;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #C03;		/* LINK COLOR */
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
}

ul.topmenu li a:hover {
	color: #79001F!important;	/* LINK HOVER COLOR */
	text-decoration: none;		/* LINK DECORATION */
	text-transform: capitalize;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


ul.csrtopmenu {		/* THIS IS THE LIST THAT THE NAV ITEMS ARE IN */
	float: right;		/* FLOAT THE LIST TO THE RIGHT SIDE OF BOX */
	list-style-type: none;	/* REMOVE BULLETS FROM LIST ITEMS */
	width: 338px;		/* NO PADDING (SPACE ON THE INSIDE) */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;	
}

ul.csrtopmenu li {		/* THIS DEFINES THE INDIVIDUAL ITEMS */
	float: right;		/* DISPLAY ITEMS HORIZONTALLY, NOT VERTICALLY */
	display: block;	/* ALLOW SPACE BEFORE EACH ITEM */
	text-transform: capitalize;
	color: #666666;
	height: 25px;
	margin-right: 0px;
	width: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.csrtopmenu li a {
	font-size: 10px;
	text-align: left;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #C03;		/* LINK COLOR */
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
}

ul.csrtopmenu li a:hover {
	color: #79001F!important;	/* LINK HOVER COLOR */
	text-decoration: none;		/* LINK DECORATION */
	text-transform: capitalize;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


#header a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 

#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
#header-products a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 

#header-products a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 

#header-acids p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
} 
#header-acids a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 
#header-acids a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 

.breadcrumbs {
	padding:3px 8px;
	font-size:10px!important;
	color:#f0f0f0;
	
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color:#fff!important;
	font-size:10px!important;
	font-family: Verdana, Geneva, sans-serif!important;
}
.breadcrumbs a:hover {
	color:#fff!important;
	text-decoration:underline;
}
.SubPageImageHeaderLeft {
	width:275px;
}
.SubPageImageHeaderRight {
	background-image:url(images/subpageimageheader_right_back.jpg);
	background-repeat:no-repeat;
	color:#aba6a3;
	font-size:28px;
	letter-spacing:2px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
	width:387px;
}

#sidebar {
	float: right;
	width: 220px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sidebar h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #C03;
} 
#sidebar h3 {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4e4a4e;
} 

#sidebar ul {
	margin-left: 5px;
	padding-left: 15px;
} 

#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	line-height: 18px;
	font-weight: bold;
	list-style-image: url(images/bullets.gif);
	padding-left: 0px;
	margin-left: 0px;
} 

#account_login {
	background-attachment: scroll;
	background-image: url(images/account_login.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 155px;
	width: 222px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#account_login a {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	color: #4e4a4e;
}
#account_login a:hover {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	color: #4e4a4e;
}
#account_login table {
	table-layout:fixed;
	height: 125px;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
}

#account_login table tr {
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#account_login table td {
	height: 10px;
	margin: 0px;
	padding: 0px;

}


#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 65px;
	margin-right: 20px;
} 
#loginContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
	margin-right: 20px;
} 
#shopContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-right: 20px;
}
#shopContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #C03;
} 
#shopContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #C03;
} 

#shopContent ul {
	margin-left: 0px;
	padding-left: 15px;


} 

#shopContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 5px;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif);
	text-align: left;
} 




#RegContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
	margin-right: 20px;
}
#RegContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #C03;
} 
#RegContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #C03;
} 

#RegContent ul {
	margin-left: 0px;
	padding-left: 15px;


} 

#RegContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 5px;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif);
	text-align: left;
} 




#ProListContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-right: 20px;
}
#ProListContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #C03;
} 
#ProListContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #C03;
} 

#ProListContent ul {
	margin-left: 0px;
	padding-left: 15px;


} 

#ProListContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 5px;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif);
	text-align: left;
}




#prodContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
#prodList {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
#mainContentAbt {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 65px;
} 
#mainContentAbt h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #C03;
} 

#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #C03;
} 
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #C03;
} 

#mainContent ul {
	margin-left: 0px;
	padding-left: 15px;


} 

#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 5px;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif);
	text-align: left;
} 

.bodytop {
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	color: #4e4a4e;
	line-height: normal;
}

.bodytxt {
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	line-height: normal;
} 
.bodytxtBold {
	font-weight: bold;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	line-height: 24px;
}


.bodytxtRed {
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	color: #ff0000;
	line-height: normal;
}
 
#mainContent li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4a4e;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif);
	text-decoration: none;
	text-align: left;

} 
#mainContent li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C03;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif);
	text-decoration: none;
	text-align: left;
} 

#bottom_acids li a {
	padding-top:20px;
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;

}


#acids-table-top {
	padding-top:20px;
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-attachment: scroll;
	background-image: url(images/acid_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#acids-table-middle {
	padding-top:20px;
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-attachment: scroll;
	background-image: url(images/acidtable_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#acids-table-bottom {
	padding-top:10px;
	clear: both;
	height: 25px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/acidtable_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom_product {
	clear: both;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;

}

#bottom_acid_table {
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/acidtable_bg.gif);
	padding: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
}
#bottom_acid_table ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#bottom_acid_table li {
	float:none;
	font-size:12px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 15px;
	text-align: left;
}
#bottom_acid_table li a{
	float:none;
	font-size:12px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}
#bottom_acid_table li a:hover{
	float:none;
	font-size:12px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}

#bottom_acids {
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bottom_acid_table table  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 90%;
	border-bottom-color: #FFF;
	text-align: left;
}


.bottom_acid_table_test{
	height: 10px;
	border-bottom-style:none;
	border-bottom-width: 0px;
}

#bottom_acid_table table tr td {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#bottom_acid_table p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CF002E;
	text-align: left;
}
#bottom_acid_table h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #605753;
}
#bottom_acid_table h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9B928D;
	margin-bottom: 10px;
}

.bottom_acid_table_h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #9B928D;
	margin-bottom: 10px;
}


#bottom_acid_table h1 {
	background-attachment: scroll;
	background-image: url(images/acid_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	height: 47px;
	width: 650px;
}



#bottom_home_table {
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/acidtable_bg.gif);
	padding: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
}
#bottom_home_table ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#bottom_home_table li {
	float:none;
	font-size:11px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 15px;
	text-align: left;
}
#bottom_home_table li a{
	float:none;
	font-size:11px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}
#bottom_home_table li a:hover{
	float:none;
	font-size:11px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}

#bottom_homes {
	clear: both;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bottom_home_table table  {
	
	width: 90%;
	border-bottom-color: #FFF;
	text-align: left;
}

#bottom_home_table table tr td {
	height: 10px;
	

}
#bottom_home_table p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CF002E;
	text-align: left;
}
#bottom_home_table h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #605753;
}
#bottom_home_table h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9B928D;
	margin-bottom: 10px;
}

.bottom_home_table_h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #9B928D;
	margin-bottom: 10px;
}


#bottom_home_table h1 {
	background-attachment: scroll;
	background-image: url(images/acid_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	height: 47px;
	width: 650px;
}



#purchaselarge {
	text-align: center;
	clear: both;
}
#bottom  {
	clear: both;
	height: 250px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 20px;
	background-attachment: scroll;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-left:30px;
}

#bottom a {
	font-size: 11px;
	text-align: center;	/* ALIGN LINKS TO THE LEFT SIDE OF THE LI */
	color: #C03;		/* LINK COLOR */
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-left: 0px;
	text-decoration: none;
}

#bottom a:hover {
	color: #79001F!important;	/* LINK HOVER COLOR */
	text-decoration: none;		/* LINK DECORATION */
	text-transform: capitalize;
	text-align: center;
	font-size: 11px;
}
#bottom h2 {
	font-size:14px;
	font-weight:normal;
	text-transform:capitalize;
	margin:0;
	padding-top: 30px;
	
}
#bottom-1 {
	float:left;
	width:150px;
	margin-right:12px;
	margin-left: 10px;
}
#bottom-2 {
	float:left;
	width:185px;
	margin-right:12px;
}
#bottom-3 {
	float:left;
	width:190px;
	margin-right:12px;
}
#bottom-4 {
	float:left;
	width:75px;
}

#bottom ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#bottom li {
	float:none;
	font-size:12px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 15px;
	text-align: left;
}
#bottom li a{
	float:none;
	font-size:12px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}
#bottom li a:hover{
	float:none;
	font-size:12px;
	margin-top:6px;
	clear: right;
	list-style-position: outside;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	background-attachment: scroll;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 142px;
	margin-top: 20px;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
	font-size: 10px;
	text-align:center;
}

#footer a {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #807571;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
}
#footer a:hover {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #4D4644;
	padding-left: 5px;
	font-style: normal;
	text-align: left;
	}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.tImg1 {
	
	background-image: url(images/Sub_Nav_Amino_off.jpg);
	background-repeat: no-repeat;
	cursor:hand;

} 
.tImg1o {
	
	background-image: url(images/Sub_Nav_Amino_over.jpg);
	background-repeat: no-repeat;
	cursor:hand;
} 

.tImg2 {
	
	background-image: url(images/Sub_Nav_Difference_off.jpg);
	background-repeat: no-repeat;
	cursor:hand;
} 
.tImg2o {
	
	background-image: url(images/Sub_Nav_Difference_over.jpg);
	background-repeat: no-repeat;
	cursor:hand;
} 
.tImg3 {
	
	background-image: url(images/Sub_Nav_Research_off.jpg);
	background-repeat: no-repeat;
	cursor:hand;
} 
.tImg3o {
	
	background-image: url(images/Sub_Nav_Research_over.jpg);
	background-repeat: no-repeat;
	cursor:hand;
} 

#topImg1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding-top:26px;
	padding-bottom:26px;
	text-decoration: none;
	background-image: url(images/Sub_Nav_Amino_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	

} 
.Validator{font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	border-color: #001; font-size:12px; font-weight:bold; color:#ff0000; }

#topImg1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding-top:26px;
	padding-bottom:26px;
	text-decoration: none;
	background-image: url(images/Sub_Nav_Amino_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
} 

#topImg2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding-top:26px;
	padding-bottom:26px;
	text-decoration: none;
	background-image: url(images/Sub_Nav_Difference_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;

} 

#topImg2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding-top:26px;
	padding-bottom:26px;
	text-decoration: none;
	background-image: url(images/Sub_Nav_Difference_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
} 
#topImg3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding-top:26px;
	padding-bottom:26px;
	text-decoration: none;
	background-image: url(images/Sub_Nav_Research_off.jpg);
	background-repeat: no-repeat;
	background-position:left center;

} 

#topImg3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #C03;
	margin: 0px;
	padding-top:26px;
	padding-bottom:26px;
	text-decoration: none;
	background-image: url(images/Sub_Nav_Research_over.jpg);
	background-repeat: no-repeat;
	background-position:left center;
} 

#terms 
{
	border : solid 1px #7f9db9;  padding : 4px; width : 370px; height : 150px; overflow : auto;
}
/*for tab*/
.PanelsTab {
	position: relative;
	top: 0px;
	float: left;
	background-color: #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-attachment: scroll;
	background-image: url(images/product_info_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 26px;
	width: 207px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C03;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

.PanelsTabSelected {
	border-bottom: 1px solid #EEE;
	background-attachment: scroll;
	background-image: url(images/product_info_off.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 26px;
	width: 207px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C03;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#PanelsContent {
	padding: 20px;
	background-image:url(images/product_info_sides.gif);
	background-repeat:repeat-y;
}
#ContentBottom {
	background-image:url(images/product_info_bottom.gif);
	background-repeat:no-repeat;
	width:636px;
	height:27px;
}
#ContentTop {
	background-image:url(images/product_info_top.gif);
	background-repeat:no-repeat;
	width:636px;
	height:20px;
}

DIV#links A {
	TEXT-ALIGN: left; PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; FONT: bold 1em sans-serif; BACKGROUND: #fff; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #505; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px
}
DIV#links A:hover {
	BORDER-RIGHT-WIDTH: 0px; TEXT-INDENT: 0px; BACKGROUND: #fff; FLOAT: none; COLOR: #00f
}
DIV#links A SPAN {
	MARGIN: 0px; DISPLAY: none
}
DIV#links A:hover SPAN {
	Z-INDEX: 100; POSITION: absolute; BORDER-BOTTOM-COLOR: #001; TEXT-ALIGN: justify; PADDING-BOTTOM: 10px; BORDER-TOP-COLOR: #001; MARGIN: 2px; PADDING-LEFT: 10px; WIDTH: 300px; PADDING-RIGHT: 10px; DISPLAY: block; FONT: 10px Verdana, sans-serif; BACKGROUND: #ddd; COLOR: #000; BORDER-RIGHT-COLOR: #001; BORDER-LEFT-COLOR: #001; TOP: 400px; PADDING-TOP: 10px; LEFT: 400px
}

/*for */
#shopping_grid table  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 90%;
	border-bottom-color: #BFB5AC;
	text-align: left;
}

#shopping_grid table tr td {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFB5AC;

}
.test
{
	background-image :url(../images/addToCarts.gif);
}
