/*
TEST
Orange - f6821F
Light Blue - B3B7DC

*/
.smallwhite
{
	font-size:10px;
	color:white;
	text-align:left;
}

h1 {
	margin-top:-5px;
	margin-bottom:-5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/Orange_Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
label {
	display:block;
	margin-top:10px;
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
}
a:active {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 24408F;
}
a:visited {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 24408F;
	text-transform: uppercase;
	text-decoration: none;
}
a:link {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 24408F;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: F8981D;
	text-decoration: underline;
	line-height: normal;

}

/* Product Category Navigation Links */
a.leftbarselected {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.leftbarselected:visited {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.leftbarselected:hover {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	/*color: f6821F;  ORANGE */
	color: FFFFFF;
	text-decoration: underline;
}
a.leftbar {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #B3B7DC;
	text-decoration: none;
}
a.leftbar:visited {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #B3B7DC;
	text-decoration: none;
}
a.leftbar:hover {
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: FFFFFF;
	text-decoration: underline;
}

/* Promotional Page Link */
a.promolink {
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.promolink:visited {
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.promolink:hover {
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: FFFFFF;
	text-decoration: underline;
}

/* Product Category Links */
.catlink {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: 24408F;
	text-decoration: none;
}
a.catlink:link {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 24408F;
}
a.catlink:visited {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 24408F;
}
a.catlink:hover {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: F8981D;
	text-decoration: underline;
}

/* Product Section Layout */
.MainCell {
	width:999px;
	margin:0 auto;
	text-align:center;
	padding-top:55px;
}
.SecondaryCell {
	width:890px;
	height:590px;
	margin:0 auto;
	padding-left:3px;
}
.HeaderCell {
	width:890px;
	margin:0 auto;
	text-align:left;
	padding-left:3px;
	/*padding-left:3px;*/
}
.LeftNavCell {
	margin-left:29px;
	float:left;
	width:150px;
	height:555px;
	background-image:url(images/blue_background.jpg);
}
.RightNavCell {
	float:left;
	width:150px;
	height:575px;
	background-image:url(images/blue_background.jpg);
}
.ContentCell {
	margin-left:5px;
	margin-bottom:5px;
	float:left;
	width:680px;
	height:525px;
	background-color:#FFF;
}
.FooterCell {
	background-image:url(images/blue_background.jpg);
	float:left;
	height:25px;
	width:685px;
}

.error {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.CategoryDescription {
 	width:95%; 
	text-align:justify;
	color:#999999;
}
.ClientImage {
	margin:0 auto;
}
.formfield {
	border-top:2px solid #989ca0;
	border-right:1px solid #989ca0;
	border-bottom:1px solid #989ca0;
	border-left:2px solid #989ca0;
}
.hrule {
	background-image: url(images/hline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.vorange {
	background-image: url(images/v_or_line.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.vorange_horizontal {
	background-image: url(images/v_or_line.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.location {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: f6821F;
}
.prodnum {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #4B87C2;
}
.locate2 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: f6821f;
	text-align:center;
	margin-bottom:5px;
}
.asterisk {
	color: red;
}

/*** HEADER ***/
.TopNav{
	margin-top:16px; 
	width:650; 
	height:23px; 
	background-image:url(images/blue_background.jpg);	
	text-align:center;
	vertical-align:middle;
}

/*** SUB CATEGORY PAGE ***/
.thumbNailListItem {
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 12px;
    border: 1px #CCCCCC solid;
    width: 56;
    height: 56;
}
.thumbNailListItemMulti {
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 12px;
    border: 3px #FF9900 solid;
    width: 56;
    height: 56;
	cursor: pointer;
}
#MultipleImageViewText 
{
	color:f6821F;
	font-weight:800;
}

/*** BOTTOM NAV ***/
.BottomNav {
	float:right;
	/* margin-top:3px; */
    text-align: center;
}
.BottomNavLink {
	margin-right:15px;	
	margin-left:15px;
}
a.BottomNavLink:link {
	color: #FFFFFF;
	text-transform: capitalize;
	font-size:11px;
	font-weight:600;
}
.BottomNavLink:hover {
	color: f6821F;
	text-transform: capitalize;
	text-decoration: none;
}
.BottomNavLink:visited {
	color: #FFFFFF;	
	text-transform: capitalize;
	font-size:11px;
	font-weight:600;
}

/*** File Upload Page ***/
#FileUpload{
	margin: 5px;
	text-align:left;
}

#FileUploadContent{
	padding-left:10px;
	margin:0 auto;
}

/*** Contact Page ***/
.Contact_Column1{
	text-align:left;
	width: 250px; 
	float: left;
	margin-top:5px;
}

#Contact{
	margin: 5px;
	text-align: left;
}

.ContactAddress{
	text-align: center;
	color:#000099;
	line-height: 2.0;
	font-size: 12px;
}

.ContentHeader{
	background-image:url(images/blue_background.jpg);
	color: white;
	padding: 5px;
}

/* Home Page */
.Home_Warning_Header{
	width:97%;
	color:#4B87C2;
	font-weight:800;
	font-size:16px;
	word-spacing: 6;
	margin:0 auto;
	text-align:center;
	line-height: 1.8;
}
.Home_Warning_Text{
	width:94%;
	color:#666666;
	margin:0 auto;
	text-align:justify;
}
#Home_Warning{
	width:100%;
	height:260px;
	text-align:center;
	margin-top:10px;
}
#Home_Testimonials{
	width:97%;
	height:228px;
	text-align:center;
	margin:0 auto;
	/*border:1px red solid;*/
	
}
#Home_Testimonials_Image{
	border:3px #f6821f solid;
	float:left;
	margin:7px;
}
#Home_Testimonials_Text{
	height:200px;
	width:342px;
	font-size:12px;
	text-align:left; 
	float:left;
	margin:7px;
}
.HomePageContentCell {
	margin-left:29px;
	margin-bottom:7px;
	margin-top:7px;
	margin-right:7px;
	float:left;
	width:600px;
	height:517px;
	background-color:#FFF;
}
.HomePageFooterCell {
	float:left;
	margin-left:29px;
	background-image:url(images/blue_background.jpg);
	height:80px;
	width:835px;
	text-align:left;
	vertical-align:middle;
}
.HomePageRightNavCell {
	float:left;
	width:228px;
	height:531px;
	background-image:url(images/blue_background.jpg);
}
.Home_Cat_Image {
	margin-top:10px;
	border: 0px white solid;
}

/* PROMO PAGES */
#PromoPageMainCell {
	text-align:center;
	width:96%;
	margin:0 auto;
}
.PromoFeaturedItemBackground {
	text-align:center;
	width:100%;
	height:370px;
	margin:0 auto;
	padding-top:20px;
	background-image:url(images/featureditemsbackground.jpg);
	background-repeat:no-repeat;
}
.PromoFeaturedItemImage {
	height:244px;
}
.PromoFeaturedItemLink {
	height:30px;
	color:white;
}
.PromoFeaturedItemText {
	height:50px;
	text-align:left;
	width:95%;
	margin:0 auto;
	font-size:10px;
}
.PromoPageProductText {
	margin-left:10px;
	margin-right:10px;
}
.PromoPageShortHRule {
	width:50px;
	float:left; 
	height:200px;
}
.PromoPageLongHRule {
	width:400px;; 
	float:left; 
	height:200px;
}
#Promo1Product1 {
	width:625px;
	height:225px;
	background-image:url(images/promo1product1.jpg);
	border:1px #FFFFFF solid;
	margin:0 auto;
	background-repeat:no-repeat;
}
#Promo1Product2 {
	width:625px;
	height:200px;
	background-image:url(images/promo1product2.jpg);
	border:1px #FFFFFF solid;
	margin:0 auto;
	background-repeat:no-repeat;
}
#Promo1Text1{
	margin-left:250px;
	margin-top:85px;
	font-size:10px;
	margin-right: 13px;
	color:white;
	font-weight:600;
}
#Promo1Text2{
	margin-left:15px;
	margin-top:100px;
	font-size:10px;
	margin-right: 260px;
	color:black;
	font-weight:600;
}
#Promo2Product1 {
	width:625px;
	height:225px;
	background-image:url(images/promo2product1.jpg);
	border:1px #FFFFFF solid;
	margin:0 auto;
	background-repeat:no-repeat;
}
#Promo2Product2 {
	width:625px;
	height:200px;
	background-image:url(images/promo2product2.jpg);
	border:1px #FFFFFF solid;
	margin:0 auto;
	background-repeat:no-repeat;
}
#Promo2Text1{
	margin-left:250px;
	margin-top:85px;
	font-size:10px;
	margin-right: 13px;
	color:white;
	font-weight:600;
}
#Promo2Text2{
	margin-left:15px;
	margin-top:100px;
	font-size:10px;
	margin-right: 260px;
	color:black;
	font-weight:600;
}


/* ADMIN PAGE */
#AdminHeader {
	width: 95%;
	height: 30px;
	background-image: url(images/v_or_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto;
}

#AdminContent {
	text-align: left;
	padding: 15px;
}

#AdminContentColumn {
	float: left;
	width: 325px;
	height: 300px;
}

#AdminContentColumn2 {
	float: left;
	width: 275px;
	height: 300px;
}

#AdminContentColumn3 {
	float: left;
	width: 25px;
	height: 300px;
	padding-top: 125px;
	padding-right: 75px;
}

#AdminFooter {
	text-align: center;
}

.AdminHeaderLink {
	margin-right:30px;	
	margin-left:30px;
}

