/* ==================================================================
 *  shamrock.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */


BODY {
	margin				: 0;
	padding				: 0;
	font-family			: verdana, sans-serif;
	font-size			: small;
}

TD, INPUT, TEXTAREA {
	font-family			: verdana, sans-serif;
	font-size			: small;
}

A {
	font-weight			: bold;
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}

IMG {
	border				: 0;
}

/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
	padding-bottom		: 10px;
	background-repeat	: repeat-x;
}

#divPage {
	position			: relative;
	margin				: auto;
	width				: 955px;
	padding				: 0px;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	overflow			: visible;
	text-align			: left;
}



/* -------------------------------
 *  Top region
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 311px;
	overflow			: hidden;
	background-repeat	: no-repeat;
}


/* subsections */

#divSectionLogo {
	display				: block;
	width				: 374px;
	height				: 158px;
	overflow			: hidden;
	position			: absolute;
	top					: 105px;
	left				: 0;
	background-image	: url('logobg_cutout.png');
	z-index				: 1;
}

	/* IE6 */

.ie6 #divSectionLogo {
	background-image	: url('logobg_cutout.gif');
}



#divSectionHeader {
	display				: block;
	width				: 600px;
	height				: 158px;
	overflow			: hidden;
	position			: absolute;
	top					: 105px;
	right				: 0;
	background-image	: url('hdrphoto.jpg');
	z-index				: 0;
}

/* prevent the 'flash' effect if we're overlaying the header photo */
#divSectionHeader.photoWidgetImg {
	background-image	: none;
}


#divSectionTopNav {
	display				: block;
	width				: 100%;
	height				: 35px;
	overflow			: hidden;
	position			: absolute;
	bottom				: 0;
	left				: 0;
	overflow			: hidden;
}

#divSectionTopSecondaryNav {
	display				: block;
	width				: 100%;
	height				: 28px;
	position			: absolute;
	top					: 0px;
	right				: 0px;
	overflow			: hidden;
}



/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	min-height			: 400px;
	background-repeat	: repeat-y;
	overflow			: hidden;
	width				: 100%;		/* for container stretching in IE */
}


/* main column */

#divColumn99 {
}



/* left nav column */

#divColumn1 {
	color				: white;
	text-align			: left;
}


/* right nav column */

#divColumn2 {
	color				: white;
	text-align			: left;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	margin				: 0;
	padding				: 10px 10px;
}

/* subsections */

#divSectionBottomContent {
	margin-bottom		: 15px;
}

#divSectionBottomNav {
}

#divSectionCopyright {
	margin				: 5px auto;
}




/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionLogo IMG {
	display				: block;
	width				: 353px;
	height				: 158px;
}

#divSectionHeader IMG {
	display				: block;
	width				: 600px;
	height				: 158px;
}

#divColumn2 DIV.featurePhotoWidget IMG {
	width				: 150px;
}



/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: left;
	background			: url('menubg.gif') 0 -0px repeat-x;
}

#divSectionTopNav A {
	font-weight			: bold;
}

#divSectionTopNav UL {
	margin				: -11px 3px 0;
	padding				: 0;
	line-height			: 56px;
	white-space			: nowrap;
	overflow			: hidden;
}

#divSectionTopNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 12px;
	text-transform		: uppercase;
	padding				: 12px 14px 14px 17px;
	margin				: 0;
	background-position	: 0 14px;
	background-repeat	: no-repeat;
	background-image	: url('menu_separator_white.gif');
}

#divSectionTopNav UL LI:first-child,
#divSectionTopNav UL LI.navFirstItem
{
	background-image	: none;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}



/* Top Secondary Nav Menu */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav A {
	font-weight			: bold;
}

#divSectionTopSecondaryNav UL {
	display				: inline;
	float				: right;
	margin				: 0 auto;
	padding				: 7px 7px 8px;
	white-space			: nowrap;
	overflow			: visible;
}

#divSectionTopSecondaryNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 11px;
	text-transform		: uppercase;
	padding				: 0px 13px 0px 15px;
	background-position	: 0 2px;
	background-repeat	: no-repeat;
	background-image	: url('menu_separator_white.gif');
}

#divSectionTopSecondaryNav UL LI.selected {
}

#divSectionTopSecondaryNav UL LI:first-child,
#divSectionTopSecondaryNav UL LI.navFirstItem
{
	background-image	: none;
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}


/* Left Nav Menu */

#divLeftSideNav {
	padding-top			: 15px;
	padding-bottom		: 52px;
	font-family			: verdana, arial, sans-serif;
	font-weight			: bold;
	text-align			: left;
	color				: white;
	background-position	: left bottom;
	background-repeat	: no-repeat;
}

#divLeftSideNav DIV.widgetTitle {
	font-size			: 14px;
	text-transform		: uppercase;
	padding				: 6px 8px 6px 20px;
}

#divLeftSideNav UL {
	margin				: 0;
	padding				: 0;
	font-size			: 10px;
	text-transform		: uppercase;
	list-style			: none;
}

#divLeftSideNav UL.menuLevel1 {
}

#divLeftSideNav UL.menuLevel2 {
	display				: none;  /* but formatting is ready */
	font-size			: 10px;
}

#divLeftSideNav LI {
	line-height			: 23px;
	border-top			: 1px solid black;
}

#divLeftSideNav LI A {
	display				: block;
	padding-right		: 10px;
	background-repeat	: no-repeat;
	background-image	: none;
}

#divLeftSideNav LI A.menuLevel1 {
	padding-left		: 38px;
	background-position : 28px 10px;
}

#divLeftSideNav LI A.menuLevel2 {
	padding-left		: 54px;
	background-position : 47px 11px;
}

/* special settings for empty or one-item menus */

#divLeftSideNav.emptyMenu,
#divLeftSideNav.noSubmenu {
	padding-bottom		: 82px;
	min-height			: 1px;
	height				: auto !important;
	height				: 1px;
}

#divLeftSideNav.emptyMenu DIV.widgetTitle,
#divLeftSideNav.emptyMenu UL,
#divLeftSideNav.noSubmenu DIV.widgetTitle,
#divLeftSideNav.noSubmenu UL {
	display				: none;
}


/* Left Category Menu */

#divLeftShopCategories {
	padding-top			: 28px;
	padding-bottom		: 5px;
	font-family			: verdana, arial, sans-serif;
	font-weight			: bold;
	text-align			: left;
	color				: white;
}

#divLeftShopCategories DIV.categoryMenuTitle {
	display				: none;
}

#divLeftShopCategories UL {
	margin				: 0;
	padding				: 0;
	text-transform		: uppercase;
	list-style			: none;
}

#divLeftShopCategories UL.menuLevel0 {
	font-size			: 12px;
}

#divLeftShopCategories UL.menuLevel1 {
	margin-top			: 5px;
	font-size			: 10px;
}

#divLeftShopCategories UL.menuLevel2 {
	display				: none;
}

#divLeftShopCategories LI {
}

#divLeftShopCategories LI.menuLevel0 {
	padding-bottom		: 9px;
}

#divLeftShopCategories LI.menuLevel1 {
	border-top			: 1px solid black;
	line-height			: 23px;
}

#divLeftShopCategories LI A {
	display				: block;
	padding-right		: 10px;
	background-repeat	: no-repeat;
	background-image	: none;
}

#divLeftShopCategories LI.menuLevel0 A {
	padding-left		: 20px;
}

#divLeftShopCategories LI A.menuLevel1 {
	padding-left		: 38px;
	background-position : 28px 10px;
}




/* Bottom Tertiary Nav Menu */

#divSectionBottomNav {
	text-align			: center;
}

#divSectionBottomNav UL {
	margin				: 0 auto;
	display				: inline;
	padding				: 0;
	line-height			: 12px;
	white-space			: nowrap;
}

#divSectionBottomNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 7pt;
	text-transform		: uppercase;
	padding				: 3px 10px 3px 10px;
	background-position	: 0 5px;
	background-repeat	: no-repeat;
	background-image	: none;
}

#divSectionBottomNav UL LI:first-child,
#divSectionBottomNav UL LI.navFirstItem
{
	background-image	: none;
}

#divSectionBottomNav UL.menuLevel1 {
	display				: none;
}

#divSectionBottomNav UL LI A {
	font-weight			: normal;
	text-decoration		: none;
}

#divSectionBottomNav UL LI A:hover {
	text-decoration		: underline;
}

#divSectionBottomNav UL LI A.selected {
}

/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	margin-top 			: 1.2em;
	margin-bottom 		: 1.1em;
	line-height			: normal;
}

H1 { font-size: 200%; font-weight: bold; font-style: normal; }
H2 { font-size: 160%; font-weight: bold; font-style: normal; }
H3 { font-size: 140%; font-weight: bold; font-style: normal; }
H4 { font-size: 130%; font-weight: bold; font-style: normal; }
H5 { font-size: 120%; font-weight: bold; font-style: normal; }
H6 { font-size: 110%; font-weight: bold; font-style: normal; }



/* main content */

#divColumn99 {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 11px;
	line-height:normal;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 11px;
}

#divColumn99 A {
	text-decoration		: underline;
}

#divColumn99 A:hover {
	text-decoration		: none;
}


/* footer */

#divRegionBottom A {
	text-decoration		: underline;
}

#divRegionBottom A:hover {
	text-decoration		: none;
}

#divSectionBottomContent {
	font-family			: verdana, arial, sans-serif;
	font-size			: 8pt;
	text-align			: center;
}

#divSectionCopyright {
	font-family			: verdana, arial, sans-serif;
	font-size			: 7pt;
	text-align			: center;
}


/* -------------------------------
 *  Shopping cart
 * -------------------------------
 */
 
#divShoppingCartWidget {
	padding				: 5px 20px 15px;
	text-align			: left;
	font-family			: verdana, arial, sans-serif;
}

#divShoppingCartWidget DIV.cartTitle {
	font-weight			: bold;	
	font-size			: 14px;
	text-transform		: uppercase;
	padding				: 6px 8px 3px 22px;
	background-position : 0 10px;
	background-repeat	: no-repeat;
	background-image	: url('icon_cart.gif');
}

#divShoppingCartWidget DIV.cartItems {
	text-align			: left;
	font-size			: 10px;
	line-height			: 16px;
}

#divShoppingCartWidget DIV.cartItems A {
	display				: block;
	font-size			: 10px;
	font-weight			: normal;
}

/* PRODUCT SEARCH */

#scProductSearch {
	border							: solid white 0px;
	margin							: 14px 14px 4px 14px;
}
#scProductSearch .productSearchTitle {
	margin-bottom					: 8px;
	font-family						: verdana, arial, sans-serif;
	font-weight						: bold;	
	text-transform					: uppercase;
}
#scProductSearch .productSearchForm {
	padding							: 0px;	
}
#scProductSearch .productSearchForm .searchText {
	width							: 100%;
 	margin-bottom					: 6px;
}


/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

#divPageToolsWidget {
	padding-top			: 12px;
	padding-bottom		: 20px;
	font-family			: verdana, arial, sans-serif;
	text-transform		: uppercase;
}

#divPageToolsWidget DIV.pageToolsWidgetTitle {
	padding-left		: 15px;
	font-weight			: bold;
	font-size			: 14px;
}

#divPageToolsWidget DIV.pageToolsWidget {
	padding-top			: 15px;
	padding-bottom		: 5px;
}

#divPageToolsWidget DIV.pageToolsWidget UL {
	margin				: 0;
	padding				: 0;
	font-size			: 11px;
	text-transform		: uppercase;
	list-style			: none;
}

#divPageToolsWidget DIV.pageToolsWidget LI {
	padding-top			: 4px;
	padding-bottom		: 4px;
}

#divPageToolsWidget DIV.pageToolsWidget LI A {
	padding-left		: 28px;
	font-weight			: bold;
	background-repeat	: no-repeat;
	background-position : 12px 2px;
	background-image	: none;
}

#divPageToolsWidget DIV.pageToolsWidget LI A.print {
	background-image	: url('icon_pagetools_print.gif');
}

#divPageToolsWidget DIV.pageToolsWidget LI A.email {
	background-image	: url('icon_pagetools_email.gif');
}

#divPageToolsWidget DIV.pageToolsWidget LI A.bookmark {
	background-image	: url('icon_pagetools_bookmark.gif');
}

#divPageToolsWidget DIV.pageToolsWidget LI A.subscribe {
	background-image	: url('icon_pagetools_subscribe.gif');
}



/* -------------------------------
 *  Miscellaneous
 * -------------------------------
 */

.indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
}

/* NACTA logo widget */

#divPartnerLogo {
	text-align			: center;
	margin-top			: 10px;
}

/* Powered by Site Caddy logo widget */

#divBrandingLogo {
	text-align			: center;
	margin-top			: 10px;
}

/*---------------------------*/
/* Share & subscribe buttons */
/*---------------------------*/
a:link.scShareLink, a:visited.scShareLink, a:link.scSubscribeLink, a:visited.scSubscribeLink 
{display:block;width:100px;font:bold 12px verdana;letter-spacing:0.05em;padding:5px 0 6px 30px;margin:3px auto;}

/*share colours*/
a:link.scShareLink, a:visited.scShareLink {
color:#999;background:url(../../../../common/images/scShare.gif) no-repeat;text-decoration:none;}
a.scShareLink:hover{
color:#666;text-decoration:none;background:url(../../../../common/images/scShare.gif) no-repeat right;text-decoration:none;}
/*subscribe colours*/
a:link.scSubscribeLink, a:visited.scSubscribeLink {
color:#999;background:url(../../../../common/images/scSubscribe.gif) no-repeat left;text-decoration:none;}
a.scSubscribeLink:hover {
color:#666;background:url(../../../../common/images/scSubscribe.gif) no-repeat right;text-decoration:none;}
