/* ----- MAIN SETTINGS ---- */


BODY {
	MARGIN: 5px 5px;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	text-decoration:underline;
}

A:visited:hover {
	text-decoration:underline;
}
/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* ----- PAGE SECTIONS & HEADERS -----*/
/* Header is a large separating bar used in page layout */
/* Sections are used for output areas */
.header {
	BACKGROUND-COLOR: #828A92;
	FONT-SIZE: 14px;
	color : White;
	font-weight : bolder;
}
.section_title {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

/* Used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : Maroon;
}
A.section_footer {
	text-decoration : none;
}

.backnext {
	font-size: 11px;
}
A.backnext {
	text-decoration : none;
}

HR.thickline {
	size: 1;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* Wish list button */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}

/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
/*.cat_title_large {
	font : Arial, Helvetica, sans-serif;
	font-size: 28px;
}*/
.cat_title_large {
	     font : normal 18pt Georgia,serif;
		 font-weight: bold;
            margin-bottom: 0.25em;
            margin-top: 0.05em;
}
.cat_title_small {
	font-family: Georgia,Times,serif;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font : normal 12pt Georgia,Times,serif;
	font-weight: bold;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}
.subcatimg	{
padding:0;
	text-align:center;
	}
#subcatlink	{
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	text-align:center;
	font-weight:bold;
	font : normal 14pt Georgia,Times,serif;
	height: 63px;
	}
	
#subcatlink a {
 	text-decoration:none;
	}

#subcatlink a:hover {
 	text-decoration:none;
	}
	
#subcatteaser	{
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 21px;
	}

#subcatcontent	{
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 21px;
	}
/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 26px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-family: Georgia,Times,serif;
	font-size : 18pt;
	margin-bottom: 0.25em;
	margin-top: 0.05em;
	font-weight : bold;
}


/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font-weight: bold;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	text-align : center;
}

/* Style for Product price, if turned on */
.prodprice {
	font-size : 12px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Style for border around image on moreinfo page */
.listingimg {
	margin-right : 10px;
}

.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	padding : 10px;
	background-color: white;
}

.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}

/* product pages display attributes */

#prodleftnavtitle	{
	font : bold 8pt Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align:center;
	}
#prodcolorselection td	{
	font : normal 8pt Arial;
	height: 90px;
	}
	
/* ----- ORDER BOX & HIGHTLIGHT BOX -----*/
.BoxTitle {
	FONT-SIZE: 16px;  
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.BoxText {
	font-family : Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;  
}


/* ----- SHOPPING CART  -----*/

/* Style for shopping cart text */
.carttext {
	font-size : 11px;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-size : 10px;
}



/* ----- INPUT FORM ---------------------------------*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family: Georgia,Times,serif;
}
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family: Georgia,Times,serif;
}

.FormError {
	FONT-SIZE: 12px;
	color : Red;
}

.FormErrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

.FormTextSmall {
	FONT-SIZE: 10px; 
}

.FormTextVerySmall {
	FONT-SIZE: 9px;
	color:#666666;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #0178B4;
	FONT-SIZE: 12px;
}

.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #101F74;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

.FormButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	BORDER-BOTTOM: 1px outset;
	text-align : center;
}
A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;

}

/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 16px;
}
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}



/* MENUs --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page {
	font-size: 12px;
	COLOR: gray;
}
a.menu_page
{
	font-size: 12px;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


#menu_trail {
	padding-left: 27px;
	line-height: 19px;
}
a.menu_trail
{
	text-decoration : none;
}



.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}




.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}



/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  ---------------------------------*/
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* ---------- Links for the sitemap search --------------------- */
A.alphaon:link {
	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*-------------------------GABRIEL SPECIFIC------------------------------*/
body	{
	color: #000;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size : 8pt;
	font-weight : normal;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, Helvetica, sans-serif;
		font-size : 8pt;
		font-weight : normal;
		}
		
.hide	{
	display: none;
	}
	
img {
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : underline;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : underline;
	background: transparent;
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : underline;
	background: transparent; 
	}
	
h1	{
	color: #000000;
	font-family: Georgia,Times,serif;
	font-size : 18pt;
	margin-bottom: 0.25em;
	margin-top: 0.05em;
	font-weight : bold;	
	}

h2	{
	font-size : 12pt;
	font-family: Georgia,Times,serif;
	color : 000000;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	font-weight : bold;	
	}
	
#leftcolumn	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#E3E1E0;
	}
	
#rightcolumn	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#E3E1E0;
	}
	 
#topheader	{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#topnav	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#556F48 url(../images/header_back2.gif) repeat;
	}

#logo	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	height: 75px;
	}
	
#headerlinks	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}
	
#headerlinkssearch	{
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#signup	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	
#storeevents	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right: 1px solid #E3E1E0;
	background:#F4F2EF;
	}
	
#emailsignup	{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 12px;
	color:#67815A;
	}	
	
#content	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#copyright	{
	font : normal 7pt Verdana;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
	color:#67815A;
	}


	
/* topnavlist display attributes */

a.topnavlist { 
font : normal 8pt Tahoma, Verdana;
padding-top: 0px;
padding-right: 9px;
padding-bottom: 0px;
padding-left: 12px;
color:#CCCCCC;
text-decoration:none; 
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-align:left;

} 
a.topnavlist:visited{
color:#CCCCCC;
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-decoration:none; 

} 
a.topnavlist:hover{ 
color:#FFFFFF;
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em; 
text-decoration:none; 
}
a.topnavlist:visited:hover{
color:#FFFFFF;
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em; 
text-decoration:none; 
}
a.topnavlist:active{ 
color:#CCCCCC;
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-decoration:none; 
} 
	
/* topnavlist display attributes */

a.footerlinkslist { 
font : normal 8pt Tahoma, Verdana;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
color:#67815A;
text-decoration:none; 
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-align:left;

} 
a.footerlinkslist:visited{
font : normal 8pt Tahoma, Verdana;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 12px;
color:#67815A;
text-decoration:none; 
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-align:left; 

} 
a.footerlinkslist:hover{ 
font : normal 8pt Tahoma, Verdana;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 12px;
color:#435B37;
text-decoration:none; 
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-align:left; 
}
a.footerlinkslist:visited:hover{
font : normal 8pt Tahoma, Verdana;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 12px;
color:#435B37;
text-decoration:none; 
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-align:left;
}
a.footerlinkslist:active{ 
font : normal 8pt Tahoma, Verdana;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 12px;
color:#67815A;
text-decoration:none; 
background: url(../images/arrow1.gif) no-repeat;
background-position: 0 .3em;
text-align:left; 
} 
	
	
	
/* topnav display attributes */


A.topnavlinkcolor{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#59A633;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
} 
A.topnavlinkcolor:visited{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#59A633;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
} 
A.topnavlinkcolor:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#59A633;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
}
A.topnavlinkcolor:visited:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#59A633;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
}
A.topnavlinkcolor:active{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#59A633;
text-align:center;
display:block;
line-height: 25px;
text-decoration:none; 
} 
	
/* topnav display attributes */	
	
A.topnavlinkskin{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#5E99B7;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
} 
A.topnavlinkskin:visited{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#5E99B7;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
} 
A.topnavlinkskin:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#5E99B7;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
}
A.topnavlinkskin:visited:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#5E99B7;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
}
A.topnavlinkskin:active{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#5E99B7;
text-align:center;
display:block;
line-height: 25px;
text-decoration:none; 
} 

/* topnav display attributes */	
	
A.topnavlinkzuzu{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#828689;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
} 
A.topnavlinkzuzu:visited{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#828689;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
} 
A.topnavlinkzuzu:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#828689;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
}
A.topnavlinkzuzu:visited:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#828689;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
}
A.topnavlinkzuzu:active{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#828689;
text-align:center;
display:block;
line-height: 25px;
text-decoration:none; 
} 

/* topnav display attributes */	
	
A.topnavlinkkids{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#C55116;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
} 
A.topnavlinkkids:visited{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#C55116;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
} 
A.topnavlinkkids:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#C55116;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
}
A.topnavlinkkids:visited:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#C55116;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
}
A.topnavlinkkids:active{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#C55116;
text-align:center;
display:block;
line-height: 25px;
text-decoration:none; 
} 

/* topnav display attributes */	
	
A.topnavlinkevents{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#8D8DAD;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
} 
A.topnavlinkevents:visited{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#8D8DAD;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
} 
A.topnavlinkevents:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#8D8DAD;
text-align:center;
display:block; 
line-height: 25px;
text-decoration:none; 
}
A.topnavlinkevents:visited:hover{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#8D8DAD;
text-align:center;
display:block;
line-height: 25px; 
text-decoration:none; 
}
A.topnavlinkevents:active{ 
font : normal 8pt Georgia,serif; 
color:#FFFFFF;
background:#8D8DAD;
text-align:center;
display:block;
line-height: 25px;
text-decoration:none; 
} 

/* homepage display attributes */


	
#home	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#7F9DB9;
	}

#home a {
 	text-decoration:none;
	}

#home a:hover {
 	text-decoration:none;
	}

.homeadtitle {
font : normal 14pt Georgia,serif; 
}

.homeadlink {
font : normal 8pt;
text-decoration:none;
}

/* sub pages display attributes */


#leftnav	{
	font : bold 8pt Tahoma;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	}
	
#leftnavtitle	{
	font : bold 8pt Tahoma;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	}
#leftnavtitle2	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2px;
	}
	
#leftnavtitle2 a	{
	font : bold 8pt Tahoma, Verdana;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration:none; 
	background: url(../images/arrow_back.gif) no-repeat;
	background-position: 0 .8em;
	text-align:left;
	display:block;
	}

#leftnavsub	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 149px;
	display:block;
		}
	
#leftnavsub a	{
	font : bold 8pt Tahoma, Verdana;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 14px;
	text-decoration:none;
	text-align:left;
	display:block;
	}
	
##categorymain	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#categorymaincontent {
	padding: 0;
	padding-right: 22px;
	padding-bottom: 22px;
	}

#categorymain img	{
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#categorytitle	{
	font : normal 18pt Georgia,serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	}
	


/*------------------------------------------------------------------------------
leftnavlinkIGATION

Styles for leftnavlinkigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.leftnavlink
{
	margin: 0;
	margin-top: 12px;
	width: 150px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
ul.leftnavlink li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.leftnavlink li a
{
	display: block;
	padding: 5px 12px 4px 27px;
	font-weight: bold;
	
}
ul.leftnavlink a:link, ul.leftnavlink a:visited
{
	text-decoration: none;
	font-weight: bold;
}
ul.leftnavlink a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.leftnavlink li a.on
{
	background-color: #f8f8f8;
	background-image: url("../images/skycss/leftnavlink/leftnavlink-square-on.gif");
}

/* for parent links not open/on */
ul.leftnavlink li a.parent
{
	background-image: url("../images/skycss/leftnavlink/leftnavlink-arrow-right.gif");
}

/* for parent links that have a child element with on state */
ul.leftnavlink li a.parent-open
{
	background-image: url("../images/skycss/leftnavlink/leftnavlink-arrow-down.gif");
}

/* for parent links that are on */
ul.leftnavlink li a.parent-on
{
	background-color: #f8f8f8;
	color:#000;
	background-image: url("../images/skycss/leftnavlink/leftnavlink-arrow-down-on.gif");
}
ul.leftnavlink ul.leftnavlink
{
	margin: 0;
	border: 0;
}
ul.leftnavlink ul.leftnavlink li a
{
	padding-left: 27px;
	background-position: 25px 50%;
	font-weight:normal;
	line-height: 13px;
}
ul.leftnavlink ul.leftnavlink li a:hover
{
	padding-left: 27px;
	background-position: 25px 50%;
	font-weight:normal;
	line-height: 13px;
}
ul.leftnavlink ul.leftnavlink li a:visited:hover
{
	padding-left: 27px;
	background-position: 25px 50%;
	font-weight:normal;
	line-height: 13px;
}
ul.leftnavlink ul.leftnavlink ul.leftnavlink li a
{
	padding-left: 48px;
	background-position: 37px 50%;
	font-weight:normal;
}




#ingredients
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#ingredients li a
{
font-family: Georgia,Times,serif;
color: #556F48;
font-size: 16px;
font-weight: bold;
padding-left: 18px;
line-height: 16pt;
font-weight: bold;
background-image: url(../images/ingredients_box.gif);
background-repeat: no-repeat;
background-position: 0.1em;
}

a.ingredientslink:link {
color: #556F48;
font-size: 16px;
font-weight: bold;
text-decoration:none;
}
a.ingredientslink:hover {
color: #556F48;
font-size: 16px;
font-weight: bold;
}
a.ingredientslink:visited  {
color: #556F48;
font-size: 16px;
font-weight: bold;
}
a.ingredientslink:visited:hover {
color: #556F48;
font-size: 16px;
font-weight: bold;

}
a.ingredientslink:active {
color: #556F48;
font-size: 16px;
font-weight: bold;
}
/* -------------------------- */
/* suckerfishnav... */
/* -------------------------- */

#suckerfishnav {
    font-size:14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
	z-index: 999;
	position:relative;
	text-transform:uppercase;
	
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:28px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    text-decoration:none;
    padding:0px 27px;
	font-weight:bold;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
	


#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:156px;
    font-weight:bold;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #848aac;
    }
#suckerfishnav li li {
    width:154px;
    border-bottom:1px solid #848aac;
    border-left:1px solid #848aac;
    border-right:1px solid #848aac;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:135px;
    font-size:14px;
    color:#304572;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 155px;
    }
#suckerfishnav li li:hover {
    background:#ffffff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#304572;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#304572;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#304572;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#dcdee9;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {

    }
#gabrielcontent {

	padding: 18px;
	min-height:350px; /* added jda */
	height:expression(this.scrollHeight > 350 ? "auto":"350px"); /* added jda */
}
#gabrielhome {

	padding: 0;
	margin:0;
}
#gabrielhome img{

	padding: 0;
	margin:0;
}
/* -------------------------- */
/* -------------------------- */
#featurelink{
	line-height: 36px;
	color: #999;
	font-size: 11px;
	padding-left: 16px;
}


#featurelinks, #featurelinks ul {
	float: left;
	list-style: none;
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#featurelinks li {
	float: left;
	padding: 0;
	border-right: #fff solid 1px;
}

#featurelink a {
	padding: 0;
	line-height: 11px;
	color: #fff;	
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	
}
#featurelink a:hover {
	color: #fff;
	text-decoration:underline;	
}
#featurelink a.last {
border-right: none;

}
/* -------------------------- */
/* -------------------------- */

/* -------------------------- */
/* -------------------------- */
#footerlink{
	line-height: 27px;
	color: #999;
	font-size: 11px;
	padding-left: -21px;
	padding-top: 6px;
}


#footerlinks, #footerlinks ul {
	float: left;
	list-style: none;
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#footerlinks li {
	float: left;
	padding: 0;
	border-right: #fff solid 1px;
}

#footerlink a {
	padding: 0;
	line-height: 11px;
	color: #fff;	
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	
}
#footerlink a:hover {
	color: #fff;
	text-decoration:underline;	
}
#footerlink a.last {
border-right: none;

}
/* -------------------------- */
/* -------------------------- */
.colorname {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
}
.smallpic{
padding: 2px;
display:inline;
border: #ffffff solid 1px;
}
.smallpicOn{
padding: 2px;
display:inline;
border: #a2a08b solid 1px;
}
#dealerlocatorhome{
width: 358px;
	background: transparent url(/images/dealerlocatorback.gif) no-repeat;
	padding-top: 24px;

}
#dealerlocator {
margin: 0;
padding:0;
padding-left: 6px;
height: 180px;
margin-top: 14px;

}
#dealerlocator p{
margin: 0;
margin-bottom: 9px;
}
#dealerlocator label{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight: bold;
margin-left: 54px;
margin-top: 0px;
}
.tooltipContent
{
	background-color: #FFFFCC;
	width: 200px;
}
#eventtable{

border: #ccc solid 1px;
}

#eventtable td{
background-color: #f7f3f7;

}
