html{
	background: #FFF;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	font-size: 9px;
	color: #000;
}
#wrapper{
	margin: 0 auto;
	width: 970px;
}
#headHolder{
	position: relative;
	z-index: 1;
	background: url('/images/assets/top_bg.jpg') repeat-x;
	height: 52px;
	width: 100%;
}
#header{
	position: relative;
	margin-top: -52px;
	z-index: 2;
	background: url('/images/assets/top_bg.jpg') repeat-x;
	height: 52px;
}
#content{
	position: relative;
	z-index: 2;
	min-height: 200px;
}
#footHolder{
	position: relative;
	z-index: 1;
	background: url('/images/assets/bottom_bg.jpg') repeat-x;
	height: 76px;
	width: 100%;
	margin-top: -96px;
}
#footer{
	padding-top: 20px;
	position: relative;
	z-index: 2;
	background: url('/images/assets/bottom_bg.jpg') repeat-x;
	height: 76px;
	color: #FFF;
	font-size: 11px;
}

#footer a{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
}

#footer img{
	padding: 4px;
}

h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #0054a6;
	font-weight: bolder;
}

h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0054a6;
	font-weight: bolder;
}

a{
	font-family: Arial, Verdana, sans-serif;
	color: #0054a6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.subSec{
	font-weight: bolder;
}


#productCategoryTable a{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0054a6;
	text-decoration: none;
}

#productCategoryTable a:hover{
	text-decoration: underline;
}

#nyroModalContent h1{
	margin-bottom: 10px;
}

#nyroModalContent{
	line-height: 17px;
}

/*Leftover classes from the old site*/
.nav2_link {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #990000}
.body_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal; font-weight: normal; color: #666666}
.bottom_nav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; font-variant: normal; color: #0000CC}
.smll_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: normal; font-weight: normal; color: #000000}
.body_text_bold { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; line-height: normal; font-weight: bold; color: #666666 }
.titley_bold_red { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: bold; color: #CC0033}
.white { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; font-variant: normal; color: #FFFFFF}
.smll_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: normal; font-weight: normal; color: #000000 }
.titley_bold_white_lrg { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: bold; color: #FFFFFF}
.body_text_xtrabold { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9px; line-height: normal; font-weight: bolder; color: #333333}
.body_text_bld_smll { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9px; line-height: normal; font-weight: bold; color: #666666 }

.body_text_lrg { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; line-height: normal; font-weight: normal; color: #333333 }
.titley_bold_white_xlrg { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: normal; font-weight: normal; color: #FFFFFF }
.body_text_lrg_xtrabold { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 18px; line-height: normal; font-weight: bolder; color: #000000}
.body_text_smll { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: normal; font-weight: normal; color: #666666 }
.body_text_lrg_nutri { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9px; line-height: normal; font-weight: normal; color: #333333 }
.body_text_nutri { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: normal; font-weight: normal; color: #666666 }
.body_text_bld_smll_red { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9px; line-height: normal; font-weight: normal; color: #FF0000}
.link_smll { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9px; line-height: normal; font-weight: normal; color: #0033CC}

.searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	border: 1px solid #666666;
}

.searchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #9C9ECE;
	border: 1px solid #ACB0BD;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	cursor: pointer;
}

.contactUsForm{
	width: 300px;
}
