/* elegant.css
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

HTML, BODY {
	font-family			: arial, sans-serif;
	color				: #000000;
	text-align			: center;
}

TD, INPUT, TEXTAREA {
	font-family			: arial, sans-serif;
	font-size			: 12px;
	color				: #000000;
}

A, A:visited, A:active {
	color				: blue;
	text-decoration		: underline;
}

A:hover {
	color				: yellow;
	text-decoration		: none;
}

IMG {
	border				: 0;
}



/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
}

#divPage {
	margin				: auto;
	position			: relative;
	overflow			: visible;
	width				: 960px;
	text-align			: left;
	background-repeat	: repeat-y;
	background-position : 0 60px;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
}



/* -------------------------------
 *  Top region elements
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 381px;
}


/* logo section */

#divSectionLogo {
	display				: block;
	width				: 261px;
	padding				: 0px;
	overflow			: hidden;
	position			: absolute;
	top					: 5px;
	left				: 36px;
	text-align			: center;
	z-index				: 3;
}

#divSectionLogo.photoWidgetNoImg .patchbox_content {
	background-color	: white;
}

#divSectionLogo .patchbox_content {
	height				: 194px;
	margin-top			: -7px;
	margin-bottom		: -7px;
	text-align			: center;
}

#divSectionLogo .patchbox_content IMG {
	display				: block;
	margin				: auto;
	background-color	: white;
}

.ie6 #divSectionLogo .patchbox_content IMG {
	position			: relative;
}



/* header image section */

#divSectionHeader {
	display				: block;
	width				: 960px;
	overflow			: hidden;
	text-align			: right;
	position			: absolute;
	top					: 128px;
	left				: 0;
}

#divSectionHeader .patchbox_bg {
	background			: transparent url('cottage.jpg') 8px 8px no-repeat;
}

/* prevent the 'flash' effect if we're overlaying the header photo */
#divSectionHeader.photoWidgetImg .patchbox_bg {
	background-image	: none;
}


#divSectionHeader .patchbox_content {
	min-height			: 227px;
	height				: auto !important;
	height				: 227px;
	margin-top			: -7px;
	margin-bottom		: -7px;
	text-align			: center;
}

#divSectionHeader .patchbox_content IMG {
	display				: block;
	margin				: auto;
}

.ie6 #divSectionHeader .patchbox_content IMG {
	position			: relative;
}



/* top nav section */

#divSectionTopNav {
	display				: block;
	width				: 620px;
	height				: 30px;
	overflow			: hidden;
	position			: absolute;
	top					: 80px;
	left				: 340px;
}



/* secondary nav section */

#divSectionTopSecondaryNav {
	display				: block;
	height				: 48px;
	overflow			: hidden;
	position			: absolute;
	top					: 5px;
	right				: 0px;
}




/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	padding-top			: 16px;
}

.ie6 #divRegionMiddle {
	width				: 100%; /* Because IE6 is stupid */
}


/* main column */

#divColumn99 {
	color				: black;
}

/* left nav column */

#divColumn1 {
	text-align			: left;
	color				: black;
}

/* right nav column */

#divColumn2 {
	text-align			: left;
	color				: black;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	display				: block;
	position			: relative;
	padding-top			: 1px;		/* thwarts Firefox margin-collapse */
	margin-top			: 8px;
	clear				: both;
}

#divRegionBottom .edgebox {
	height				: auto;
}

#divRegionBottom .edgebox_content {
	padding				: 10px;
}

/* subsections */

#divSectionBottomContent {
	display				: block;
}

#divSectionCopyright {
	display				: block;
}

#divSectionBottomLegalNav {
	display				: block;
	overflow			: hidden;
}




/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionLogo IMG {
	width				: 245px;
	height				: 194px;
}

#divSectionHeader IMG {
	width				: 944px;
	height				: 227px;
}


#divFeaturePhoto {
	padding-bottom		: 1px;
	margin-bottom		: 4px;
}

#divFeaturePhoto.photoWidgetNoImg {
	display				: none;
}

#divFeaturePhoto .patchbox_content {
	text-align			: center;
	margin-top			: -7px;
	margin-bottom		: -7px;
	overflow			: hidden;
}

#divFeaturePhoto .patchbox_content IMG {
	display				: block;
	margin				: 0 auto;
	width				: 138px;
}

.ie6 #divFeaturePhoto .patchbox_content IMG {
	position			: relative;
}

.ie6 #divFeaturePhoto DIV {
	vertical-align		: top;
}



/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: left;
}

#divSectionTopNav A {
	display				: block;
	text-decoration		: none;
	padding				: 0 10px 0 13px;
	line-height			: 30px;
	background-repeat	: no-repeat;
	background-position	: left top;
	background-image	: none;
}

#divSectionTopNav A:hover {
	text-decoration		: underline;
}

#divSectionTopNav UL {
	margin				: auto;
	padding				: 0;
	white-space			: nowrap;
}

#divSectionTopNav UL LI {
	margin				: 0;
	padding				: 0;
	display				: inline;
	float				: left;
	height				: 100%;
	list-style-type		: none;
	font-family			: arial, sans-serif;
	font-size			: 13px;
	text-transform		: uppercase;
	background-repeat	: no-repeat;
	background-position	: right top;
	background-image	: none;
}

#divSectionTopNav UL LI A.navFirstItem {
	padding-left		: 10px;
	background-position	: -3px top;
}

#divSectionTopNav UL LI.selected {
	background-color	: black;
}

#divSectionTopNav UL LI.selected A {
	color				: white;
}

#divSectionTopNav UL LI.selected A:hover {
	text-decoration		: none;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}



/* Top Secondary Nav Menu */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav .patchbox_content {
	position			: relative;
	margin-top			: -7px;
	padding-top			: 3px;
	padding-bottom		: 2px;
}

#divSectionTopSecondaryNav TABLE {
	border-width		: 0px;
	border-spacing		: 0px;
	border-collapse		: collapse;
	margin				: 0 4px;
}

#divSectionTopSecondaryNav TABLE TD {
}

#divSectionTopSecondaryNav UL {
	margin				: auto;
	padding				: 0;
	white-space			: nowrap;
	overflow			: auto;
}

#divSectionTopSecondaryNav UL LI {
	margin				: 0;
	padding				: 0;
	display				: inline;
	float				: left;
	height				: 100%;
	list-style-type		: none;
	font-family			: arial, sans-serif;
	font-size			: 11px;
	text-transform		: uppercase;
	background-repeat	: no-repeat;
	background-position	: right 2px;
	background-image	: url('bottomnav_separator.gif');
}

#divSectionTopSecondaryNav UL LI.navLastItem {
	background-image	: none;
}

#divSectionTopSecondaryNav UL LI.selected {
}

#divSectionTopSecondaryNav LI A {
	display				: block;
	font-weight			: bold;
	text-decoration		: none;
	padding				: 0 10px 0 10px;
	background-repeat	: no-repeat;
	background-position	: left top;
	background-image	: none;
}

#divSectionTopSecondaryNav LI A:hover {
	text-decoration		: underline;
}

#divSectionTopSecondaryNav LI A.navFirstItem {
	padding-left		: 9px;
}

#divSectionTopSecondaryNav LI.selected A {
}

#divSectionTopSecondaryNav LI.selected A:hover {
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}

	/* IE6 */

.ie6 #divSectionTopSecondaryNav .patchbox_content {
	margin-top			: -5px;
}




/* Left Category Menu */

#divCategoryMenu {
	padding-bottom		: 1px;
	margin-bottom		: 4px;
}

#divCategoryMenu.menuNoItems {
	display				: none;
}

#divCategoryMenu .capbox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
}

DIV.shopCategoryWidget UL {
	text-align			: left;
	margin-top			: 10px;
	margin-right		: 18px;
	margin-left			: 12px;
	margin-bottom		: 10px;
	padding-left		: 0;
	list-style			: none;
	font-family			: arial, sans-serif;
	font-size			: 12px;
	text-transform		: capitalize;
}

DIV.shopCategoryWidget UL LI {
	margin-top			: 9px;
	line-height			: 16px;
	padding-left		: 3px;
}

DIV.shopCategoryWidget UL LI.selected {
}

DIV.shopCategoryWidget UL A {
	font-weight			: bold;
	text-decoration		: none;
	color				: #666666;
}

DIV.shopCategoryWidget UL A:hover {
	text-decoration		: underline;
}

DIV.shopCategoryWidget UL UL.menuLevel1 {
	margin-left			: 3px;
	padding-left		: 3px;
}

DIV.shopCategoryWidget UL A.menuLevel1 {
	padding-left		: 10px;
	background-repeat	: no-repeat;
	background-position	: 0 5px;
	background-image	: none;
}



/* Left Primary Nav Menu */

#divPrimaryNavSide {
	padding-bottom		: 1px;
	margin-bottom		: 4px;
}

#divPrimaryNavSide.menuNoItems {
	display				: none;
}

#divPrimaryNavSide .capbox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
}

DIV.sidebarNavWidget UL {
	text-align			: left;
	margin-top			: 10px;
	margin-right		: 18px;
	margin-left			: 12px;
	margin-bottom		: 10px;
	padding-left		: 0;
	list-style			: none;
}

DIV.sidebarNavWidget UL LI {
	font-family			: arial, sans-serif;
	font-size			: 12px;
	text-transform		: capitalize;
	margin-top			: 9px;
	line-height			: 16px;
	padding-left		: 3px;
}

DIV.sidebarNavWidget UL LI.selected {
}

DIV.sidebarNavWidget UL A {
	font-weight			: bold;
	text-decoration		: none;
	color				: #666666;
	padding-left		: 10px;
	background-repeat	: no-repeat;
	background-position	: 0 5px;
	background-image	: none;
}

DIV.sidebarNavWidget UL A:hover {
	text-decoration		: underline;
}




/* Bottom Secondary Nav Menu */

#divSectionBottomLegalNav {
	text-align			: center;
	padding				: 1px;
}

#divRegionBottom #divSectionBottomLegalNav A {
	font-size			: 11px;
	text-transform		: uppercase;
	text-decoration		: none;
}

#divRegionBottom #divSectionBottomLegalNav A:hover {
	text-decoration		: underline;
}

#divSectionBottomLegalNav UL {
	margin				: auto;
	display				: inline;
	white-space			: nowrap;
	padding				: 0;
}

#divSectionBottomLegalNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: arial, sans-serif;
	padding				: 0 8px 0 9px;
	background			: url('bottomnav_separator.gif') left 2px no-repeat;
}

#divSectionBottomLegalNav UL LI:first-child,
#divSectionBottomLegalNav UL LI.navFirstItem {
	background-image	: none;
}

#divSectionBottomLegalNav UL.menuLevel1 {
	display				: none;
}




/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	font-family			: arial, sans-serif;
	margin-top 			: 0.6em;
	margin-bottom 		: 0.3em;
}

H1 { font-size: 22pt; font-weight: normal; font-style: normal; }
H2 { font-size: 16pt; font-weight: normal; font-style: normal; }
H3 { font-size: 12pt; font-weight: bold; font-style: normal; }
H4 { font-size: 11pt; 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; }


/* main content */

#divColumn99 {
	font-family			: arial, sans-serif;
	font-size			: 11pt;
}

#divColumn99 H1 {
	margin-top			: 0.5em;
	margin-bottom		: 20px;
}

#divColumn99 H1:first-child {
	margin-top			: 0;
	margin-bottom		: 20px;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: arial, sans-serif;
	font-size			: 10pt;
}

#divColumn99 A {
	font-weight			: normal;
}

#divColumn99 A:hover {
	background-color	: blue;
}

.ie6 #divColumn99 {
	margin-right:-3px;		/* stops the duplicated text bug from hell */
}


/* footer */

#divRegionBottom {
	font-size			: 12px;
	padding-bottom		: 15px;
}

#divRegionBottom A {
	text-decoration		: underline;
	font-weight			: normal;
}

#divRegionBottom A:hover {
	text-decoration		: none;
}

#divSectionBottomContent {
	font-family			: arial, sans-serif;
	font-size			: 14px;
	text-align			: center;
	padding				: 2px 0;
}

#divSectionCopyright {
	font-family			: arial, sans-serif;
	font-size			: 11px;
	text-align			: center;
	padding				: 1px 0 0;
}



/* -------------------------------
 *  Pagelets/Widgets
 * -------------------------------
 */

.widgetTitle {
	text-align			: left;
	line-height			: 24px;
	font-size			: 14px;
	font-family			: arial, sans-serif;
	font-weight			: bold;
	padding-left		: 10px;
	margin				: 3px 4px 0;
	background-color	: black;
	color				: white;
}


/* -------------------------------
 *  Shopping cart
 * -------------------------------
 */

#divShoppingCart {
	display				: block;
	padding-bottom		: 1px;
	margin-bottom		: 4px;
}

#divShoppingCart .capbox_bg {
}

#divShoppingCart .capbox_content {
	padding				: 2px 8px 4px 12px;
	text-align			: left;
	font-family			: arial, sans-serif;
	font-weight			: normal;
	font-size			: 12px;
	color				: #666666;
}


DIV.shoppingCartWidget UL {
	margin				: 0;
	padding				: 0 0;
	list-style			: none;
}

DIV.shoppingCartWidget LI {
	line-height			: 24px;
	padding-left		: 0px;
	background-repeat	: no-repeat;
	background-position	: 0 6px;
}

DIV.shoppingCartWidget A {
	text-transform		: capitalize;
	text-decoration		: none;
}

DIV.shoppingCartWidget A:hover {
	text-decoration		: underline;
}

DIV.shoppingCartWidget DIV.cartTitle {
	font-size			: 16px;
	font-weight			: bold;
}

DIV.shoppingCartWidget DIV.cartItems {
	border				: 1px solid #CECE9C;
	margin-top			: 7px;
	margin-bottom		: 7px;
	margin-right		: 6px;
	padding				: 1px 6px;
	color				: black;
	font-size			: 11px;
	font-weight			: bold;
	line-height			: 16px;
}

/* PRODUCT SEARCH */

#scProductSearch {
	margin-bottom					: 4px;
}
#scProductSearch .capbox_content {
	padding				: 1px 0;	/* thwarts Firefox from collapsing margins */
}
#scProductSearch .searchText {
	margin-bottom					: 6px;
}
#scProductSearch .productSearchForm {
	padding							: 10px;	
}


/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

#divPageTools {
	display				: block;
	padding-bottom		: 1px;
	margin-bottom		: 4px;
}

#divPageTools .capbox_bg {
}

#divPageTools .capbox_content {
	padding				: 5px 8px 5px 22px;
	text-align			: left;
	font-family			: arial, sans-serif;
	font-size			: 12px;
	color				: black;
}

DIV.pageToolsWidget UL {
	list-style			: none;
	margin				: 0;
	padding				: 0;
}

DIV.pageToolsWidget UL LI {
	line-height			: 24px;
	padding-left		: 0;
	background-repeat	: no-repeat;
	background-position	: 0 9px;
}

DIV.pageToolsWidget A {
	color				: #330000;
	font-weight			: bold;
	text-transform		: capitalize;
	text-decoration		: none;
}

DIV.pageToolsWidget A:hover {
	text-decoration		: underline;
}



/* -------------------------------
 *  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;
}


/* -------------------------------
 *  Bordered Boxes
 * -------------------------------
 */

.patchboxElegantWhitelined_bg {
}

.patchboxElegantWhitelined_t {
	z-index				: 1;
}

.patchboxElegantWhitelined_t .patchbox {
	height				: 15px;
}

.patchboxElegantWhitelined_tcc {
	margin				: 0 15px;
}

.patchboxElegantWhitelined_m {
	padding				: 15px 0 15px;
}

.patchboxElegantWhitelined_mcc {
	margin				: 0 4px;
}

.patchboxElegantWhitelined_b {
	z-index				: 1;
}

.patchboxElegantWhitelined_b .patchbox {
	height				: 15px;
}

.patchboxElegantWhitelined_bcc {
	margin				: 0 15px;
}



#divSectionTopSecondaryNav .patchboxElegantWhitelined_m {
	padding				: 15px 0 7px;
}

#divSectionTopSecondaryNav .patchboxElegantWhitelined_b .patchbox {
	height				: 7px;
}

#divSectionTopSecondaryNav .patchboxElegantWhitelined_bcc {
	margin				: 0 7px;
}



.capboxBlue_t {
	height				: 15px;
}

.capboxBlue_b {
	height				: 15px;
}


/*---------------------------*/
/* 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;}


ul#scProductMediaButtons li a:link, #scProductMediaButtons li a:visited{
display:inline-block!important;padding:10px 32px 10px 43px;color:#666;text-decoration:none;}

ul#scProductMediaButtons li#scGalleryButton a:link, ul#scProductMediaButtons li#scGalleryButton a:visited,
ul#scProductMediaButtons li#scEnlargeButton a:link, ul#scProductMediaButtons li#scEnlargeButton a:visited{background-color:#ccc; border:solid 1px #fff;}
ul#scProductMediaButtons li#scEnlargeButton a:hover,ul#scProductMediaButtons li#scGalleryButton a:hover{background-color:#999}

