/* ==================================================================
 * nua.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

HTML, BODY {
	font-family			: verdana, sans-serif;
	font-size			: 11pt;
}

TD, INPUT, TEXTAREA {
	font-family			: verdana, sans-serif;
	font-size			: 11pt;
}

A {
	font-weight			: bold;
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}



/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
	background-repeat	: repeat-x;
	padding-bottom		: 30px;
}

#divPage {
	position			: relative;
	margin				: auto;
	width				: 955px;
	padding				: 0;
	margin-top			: 0;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	overflow			: visible;
	text-align			: left;
}


/* -------------------------------
 *  Top region elements
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 283px;
	overflow			: visible;
}


/* subsections */

#divSectionLogo {
	display				: block;
	width				: 307px;
	height				: 232px;
	overflow			: hidden;
	position			: absolute;
	top					: 5px;
	left				: 5px;
}

#divSectionLogo.photoWidgetNoImg {
	background-color	: white;
}


#divSectionHeader {
	display				: block;
	width				: 638px;
	height				: 202px;
	overflow			: hidden;
	text-align			: right;
	position			: absolute;
	top					: 40px;
	right				: 0;
	background			: url('hdrphoto.jpg');
}

/* prevent the 'flash' effect if we're overlaying the header photo */
#divSectionHeader.photoWidgetImg {
	background-image	: none;
}


#divSectionTopNav {
	display				: block;
	width				: 100%;
	height				: 41px;
	overflow			: hidden;
	position			: absolute;
	top					: 242px;
	left				: 0;	
}

#divSectionTopSecondaryNav {
	display				: block;
	width				: 633px;
	height				: 30px;
	overflow			: hidden;
	position			: absolute;
	top					: 8px;
	right				: 5px;;	
}



/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	min-height			: 250px;
	background-repeat	: repeat-y;
	width				: 100%;	/* IE6 needs this */
	overflow			: hidden;
}


/* main column */

#divColumn99 {
	border-top			: 13px solid black;
}



/* left nav column */

#divColumn1 {
	text-align			: left;
	border-top			: 13px solid black;
	padding-bottom		: 10px;
}

#h2Col1Links {
	margin-top			: 25px;
	margin-left			: 10px;
	background-color	: white;
	color				: black;
	font-family			: arial, sans-serif;
	font-size			: 11pt;
	font-weight			: bold;
	text-transform		: uppercase;
	padding				: 5px 8px;
}


/* right nav column */

#divColumn2 {
	text-align			: left;
	padding-top			: 25px;
	padding-bottom		: 25px;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	position			: relative;
	padding-bottom		: 15px;
	overflow			: hidden;
	clear				: both;
}

/* subsections */

#divSectionBottomContent {
	display				: block;
	padding-top			: 10px;
	margin-top			: 0px;
	margin-bottom		: 15px;
	
}

#divSectionCopyright {
	display				: block;
	margin				: 5px auto 2px;
}




/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionLogo IMG {
	width				: 307px;
	height				: 232px;
}

#divSectionHeader IMG {
	width				: 638px;
	height				: 202px;
}

DIV.featurePhotoWidget IMG {
	width				: 180px;
}


/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: left;
}

#divSectionTopNav UL {
	margin				: auto;
	display				: block;
	padding				: 14px 5px 6px;
	line-height			: 20px;
	white-space			: nowrap;
}

#divSectionTopNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 13px;
	text-transform		: uppercase;
	padding				: 0 0 0 2px;
	background-position : 0 2px;
	background-repeat	: no-repeat;
	background-image	: url('menusep.gif');
}

#divSectionTopNav UL LI:first-child,
#divSectionTopNav UL LI.navFirstItem {
	background-image	: none;
}

#divSectionTopNav A {
	font-weight			: bold;
	padding				: 7px 14px 0;
}

#divSectionTopNav A.selected {
	border-top			: 9px solid black;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}

/* IE fix */

.ie6 #divSectionTopNav UL LI,
.ie7 #divSectionTopNav UL LI {
	background-position	: 0 9px;
}



/* Top Secondary Nav */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav A {
	font-weight			: bold;
}

#divSectionTopSecondaryNav UL {
	margin				: auto;
	display				: inline;
	padding				: 0;
	line-height			: 25px;
	white-space			: nowrap;
}

#divSectionTopSecondaryNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 11px;
	text-transform		: uppercase;
	padding				: 0 11px 0 13px;
	background-position : 0 2px;
	background-repeat	: no-repeat;
	background-image	: url('menusep_sm.gif');
}

#divSectionTopSecondaryNav UL LI:first-child,
#divSectionTopSecondaryNav UL LI.navFirstItem {
	background-image	: none;
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}



/* Left Nav Menu */

#divLeftSideNav {
	margin-top			: 15px;
	margin-bottom		: 20px;
	margin-left			: 13px;
	margin-right		: 18px;
}

#divLeftSideNav DIV.noSubmenu, 
#divLeftSideNav DIV.emptyMenu {
	display				: none;
}

#divLeftSideNav DIV.sidebarNavTitle {
	display				: none;
}

#divLeftSideNav UL {
	padding				: 0;
	margin				: 8px 0 8px 2px;
	text-align			: left;
	list-style-type		: none;
}

#divLeftSideNav UL LI {
	padding				: 0;
	margin				: 0 0 6px;
	font-family			: verdana, arial, sans-serif;
	font-size			: 10px;
	line-height			: 16px;
	text-transform		: uppercase;
}

#divLeftSideNav UL A {
	font-weight			: bold;
	color				: white;
	background-repeat	: no-repeat;
	background-image	: none;
}


#divLeftSideNav UL.menuLevel0 {
	margin-top			: 10px;
}

#divLeftSideNav UL LI.menuLevel0 {
	font-size			: 12px;
	text-transform		: uppercase;
}

#divLeftSideNav UL A.menuLevel0 {
	font-weight			: bold;
}


#divLeftSideNav UL.menuLevel1 {
	margin-left			: 12px;
}

#divLeftSideNav UL A.menuLevel1 {
	padding-left		: 12px;
	background-position	: 0 3px;
}


#divLeftSideNav UL.menuLevel2 {
	margin-left			: 16px;
}

#divLeftSideNav UL A.menuLevel2 {
	padding-left		: 12px;
	background-position	: 0 3px;
}


#divLeftSideNav UL.menuLevel3 {
	display				: none;
}



/* Left Categories Menu */

#divLeftShopCategories {
	margin-top			: 15px;
	margin-bottom		: 20px;
	margin-left			: 22px;
	margin-right		: 21px;
}

#divLeftShopCategories DIV.noSubmenu, 
#divLeftShopCategories DIV.emptyMenu {
	display				: none;
}

#divLeftShopCategories DIV.sidebarNavTitle {
	display				: none;
}

#divLeftShopCategories UL {
	padding				: 0;
	margin				: 8px 0 8px 2px;
	text-align			: left;
	list-style-type		: none;
}

#divLeftShopCategories UL LI {
	padding				: 0;
	margin				: 0 0 10px;
	font-family			: verdana, arial, sans-serif;
	font-size			: 10px;
	line-height			: 16px;
	text-transform		: uppercase;
}

#divLeftShopCategories UL A {
	font-weight			: bold;
	color				: white;
	background-repeat	: no-repeat;
	background-image	: none;
}


#divLeftShopCategories UL.menuLevel0 {
	margin-top			: 10px;
}
#divLeftShopCategories UL LI.menuLevel0 {
	font-size			: 11px;
	text-transform		: uppercase;
}

#divLeftShopCategories UL A.menuLevel0 {
	font-weight			: bold;
}


#divLeftShopCategories UL.menuLevel1 {
	margin-left			: 12px;
}

#divLeftShopCategories UL A.menuLevel1 {
	padding-left		: 12px;
	background-position	: 0 3px;
}

#divLeftShopCategories UL.menuLevel2 {
	display				: none;
}



/* Bottom Secondary Nav Menu */

#divSectionBottomLegalNav {
	text-align			: center;
	padding				: 1px;
	margin-top			: 3px;
	margin-bottom		: 4px;
}

#divSectionBottomLegalNav UL {
	margin				: 0 auto;
	display				: inline;
	padding				: 0;
	white-space			: nowrap;
}

#divSectionBottomLegalNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 8pt;
	text-transform		: uppercase;
	padding				: 0 8px 0 8px;
	border-left			: 1px solid white;
}

#divSectionBottomLegalNav A {
	font-weight			: bold;
}

#divSectionBottomLegalNav UL LI:first-child,
#divSectionBottomLegalNav UL LI.navFirstItem
{
	border-left			: 0;
}

#divSectionBottomLegalNav .menuLevel1 {
	display				: none;
}




/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	color 				: #666666;
	margin-top 			: 15px;
	margin-bottom 		: 0;
}

H1 { font-size: 150%; font-weight: bold; font-style: normal; }
H2 { font-size: 130%; font-weight: bold; font-style: normal; }
H3 { font-size: 120%; font-weight: bold; font-style: normal; }
H4 { font-size: 110%; font-weight: bold; font-style: normal; }
H5 { font-size: 100%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }


H1 {
	padding-bottom		: 10px;
	border-bottom		: 1px solid #A0A0A0;
}



/* main content */

#divColumn99 {
	font-family			: verdana, sans-serif;
	font-size			: 10pt;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: verdana, sans-serif;
	font-size			: 10pt;
}

#divColumn99 A {
	font-weight			: bold;
	text-decoration		: underline;
}

#divColumn99 A:hover {
	text-decoration		: none;
}




/* footer */

#divSectionBottomContent A,
#divSectionCopyright A {
	font-weight			: bold;
	text-decoration		: underline;
}

#divSectionBottomContent A:hover,
#divSectionCopyright A:hover {
	text-decoration		: none;
}

#divSectionBottomContent {
	font-family			: verdana, sans-serif;
	font-size			: 8pt;
	font-weight			: bold;
	text-align			: center;
}

#divSectionBottomContent LABEL {
	font-weight			: bold;
	padding-left		: 5px;
}

#divSectionCopyright {
	font-family			: verdana, sans-serif;
	font-size			: 8pt;
	text-align			: center;
}



/* -------------------------------
 *  Shopping cart
 * -------------------------------
 */

DIV.shoppingCartWidget {
	margin				: 18px 9px 21px 0;
	padding				: 0;
	color				: black;
}

DIV.shoppingCartWidget DIV.cartTitle {
	font-family			: arial, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	text-transform		: uppercase;
	letter-spacing		: 1px;
	line-height			: 30px;
	padding-top			: 5px;
	padding-left		: 55px;
	background-repeat	: no-repeat;
	background-position	: 15px 10px;
}

DIV.shoppingCartWidget A {
	display				: block;
	font-size			: 8pt;
	padding-right		: 8px;
	font-weight			: normal;
	text-align			: center;
	line-height			: 35px;
}

DIV.shoppingCartWidget DIV.cartItems {
	margin-top			: 4px;
	margin-bottom		: 2px;
}



/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

#divPageToolsWidget {
	margin				: 16px 0 10px;
	padding				: 0 0 5px;
	font-size			: 7pt;
}

#divPageToolsWidget DIV.widgetTitle {
	padding				: 5px 0 5px 20px;
	font-family			: arial, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	letter-spacing		: 1px;
	line-height			: 30px;
	text-align			: left;
	text-transform		: uppercase;
}

#divPageToolsWidget UL {
	margin-top			: 12px;
	margin-bottom		: 18px;
}

#divPageToolsWidget LI {
	margin				: 0 0 6px;
	font-family			: verdana, arial, sans-serif;
	font-size			: 11px;
	line-height			: 16px;
	text-transform		: uppercase;
}

#divPageToolsWidget LI A {
	font-weight			: bold;
}



/* -------------------------------
 *  Miscellaneous
 * -------------------------------
 */


#divColumn99 .indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
}

#divColumn99 UL LI {
	margin-top			: 1em;
	margin-bottom		: 1em;
}

/* NACTA logo widget */

#divPartnerLogo {
	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;}