/* CSS Document */
/* Copyright Chris Fickling, ibrow media ltd 2006****/
/* body propeties **************************************/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
	font-size: 79%;
}
/* end body propeties ********************************/

/* active home pages navigation bodyid followed by a ref */

body#index04 a#home04,
body#index05 a#home05,
body#index06 a#home06,
body#index07 a#home07,
body#index08 a#home08
{
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(images/horbutbg_up.gif);
	background-repeat: no-repeat;
	background-position: right -38px;
}

/* end active home pages navigation bodyid followed by a ref */

/* active category navigation bodyid followed by a ref */
body#xcat01 a#cat01,
body#xcat02 a#cat02,
body#xcat03 a#cat03,
body#xcat04 a#cat04,
body#xcat05 a#cat05,
body#xcat06 a#cat06,
body#xcat07 a#cat07,
body#xcat08 a#cat08,
body#xcat09 a#cat09,
body#xcat10 a#cat10,
body#xcat11 a#cat11,
body#xcat12 a#cat12
{
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: underline;
}

/* end active category navigation bodyid followed by a ref */




/* headings ***************************************/
h1  {
	font-size: 105%;
	color: #336699;
	vertical-align: top;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
   
}

h2 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 95%;
}

h3 {
	font-weight: bold;
	font-size: 95%;
}
h4 {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 0px;
	margin-top: 4px;
}

/* end headings ********************************/

/* wrapper to contain all the divs***************************************/
#wrapper {
	text-align: center;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* top banners ***************************************/
#masthead {
	width: 780px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 85%;
	background-image: url(images/blubg.gif);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
}
#masthead ul {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
}
#masthead li {
	background-image: url(images/nccwebhordiv_03.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	display: inline;
}
#masthead a {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#masthead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#midhead {
	float: left;
	width: 780px;
	background-image: url(images/harpersweb_01.jpg);
	background-position: right bottom;
	height: 183px;
	background-repeat: no-repeat;
}
#midhead a {
	color: #660066;
	text-decoration: underline;
}
#midhead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#midhead a:active {
	color: #660066;
	text-decoration: underline;
}
#midhead a:visited {
	color: #660066;
	text-decoration: underline;
}


/* horizontal navigation area***************************************/
#hornav {
	width: 600px;
	float: left;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 180px;
	text-indent: 0px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 158px;
}

#hornav ul {
	text-indent: 0px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}




#hornav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
	text-indent: 0px;
}
#hornav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/horbutbg_up.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}

#hornav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/horbutbg_up.gif);
	background-repeat: no-repeat;
	background-position: right -38px;
}
#hornav a:active {
	color: #FF9900;
	text-decoration: none;
}
/* end of banner to divide banners from main content***************************************/
/* end of top banners ***************************************/

/* left navigation area***************************************/
#leftnavig {
	width: 580px;
	text-align: left;
	font-size: 90%;
	float: left;
	background-image: url(images/harpersweb_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0072BC;
	padding-left: 200px;
	padding-bottom: 10px;
}
#leftnavig img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}


#leftnavig ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#leftnavig li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	font-size: 100%;
	padding-right: 8px;
	vertical-align: middle;
}

#leftnavig a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
#leftnavig a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* end of left navigation area***************************************/
/* maincontent area***************************************/
#maincontent {
	width: 764px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 95%;
	background-color: #E5EFF5;
	padding-bottom: 70px;
	float: left;
	color: #336699;
}




/* boxout if wanted for articles or pictures wihin maincontent***************************************/
.boxout {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 300px;
	text-align: center;
	float: right;
	margin-left: 5px;
}
.boxoutloggedin {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #9933CC;
	width: 577px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	padding-left: 3px;
}

.artdisplay {
	width: 138px;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	border: 1px solid #999999;
	margin-right: 2px;
}
.artdisplaydetail {

	width: 274px;
	margin-top: 5px;
	border: 1px solid #999999;
}
.picturecode {
	font-size: 11px;
	font-weight: normal;
	color: #9933CC;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 2px;
}
.picturepicture {
	text-align: center;
}
.picturename {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.pictureartist {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
}


/* end ofboxout***************************************/

/* The options panel for adding to short list */
#options {
	height: 29px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
	float: left;
	width: 250px;
}
#options ul {
	margin: 0px;
	padding: 0px;
}
#options li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#options a {
	font-weight: normal;
	text-decoration: underline;
	color: #660066;
	font-size: 90%;
}
#options a:hover {
	color: #990099;
	text-decoration: none;
}
#options a:active {
	color: #009900;
	text-decoration: none;
}
#options2 {
	float: right;
	height: 29px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 2px;
}
#options2 ul {

	margin: 0px;
	padding: 0px;
}
#options2 li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}
#options2 a {

	font-weight: normal;
	text-decoration: underline;
	color: #660066;
	font-size: 90%;
}
#options2 a:hover {

	color: #990099;
	text-decoration: none;
}
#options2 a:active {

	color: #009900;
	text-decoration: none;
}
/* text buttons within the options panel */
.add {
	background-image: url(images/cartbuts/add.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.view {

	background-image: url(images/cartbuts/view.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.previous {
	background-image: url(images/cartbuts/previous.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.checkout {
	background-image: url(images/cartbuts/logout.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.remove {
	background-image: url(images/cartbuts/remove.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.terms {
	background-image: url(images/cartbuts/submit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.next {
background-image: url(images/cartbuts/next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
.more {
	background-image: url(images/cartbuts/more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	margin-right: 2px;
	padding-left: 16px;
	line-height: 30px;
	padding-right: 2px;
}
/* end of text buttons within the options panel */
/* end of options panel */
/* end of maincontent area***************************************/


/* footer area***************************************/
#footer {
	height: 31px;
	width: 780px;
	clear: both;
	padding-top: 12px;
	padding-bottom: 2px;
	font-size: 85%;
	background-image: url(images/blubg.gif);
	background-repeat: repeat;
	background-position: left top;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* end of miscellaneous***************************************/
/* end of wrapper to contain all the divs***************************************/
/* this is a hack to make sure background image repeats */
.separator {
	clear: both;
	height: 0px;
}
/* end of hack */
