/* 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%;
	background-color: #E7EBEE;
}
/* end body propeties ********************************/
.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	font-size: 85%;
	line-height: 1.4em;
	color: #999;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #72A10D;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
	margin-left: -5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* SEARCH */

#search {
	float: left;
	width:250px;
	z-index:900;
	_margin-top: 42px;
	color: #999999;
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #F1F4F3;
}
#search a:link {
	color: #80B50F;
	text-decoration: underline;
}
#search a:visited {
	color: #80B50F;
	text-decoration: underline;
}
#search a:hover {
	color: #003294;
	text-decoration: none;
}
#search a:active {
	color: #80B50F;
	text-decoration: none;
}
#feat {
	width: 96%;
	margin-right: 2px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding: 3px;
}


#search img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 175px;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 70%;
	display: block;
	float: right;
	margin-top: -25px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}



#search-txt {
	top: 0px;
	left: 158px;
	width: 57px;
	height: 21px;
	color: #80B50F;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
}


#ajaxSearch_input {
width: 140px;
height: 19px;
}

#ajaxSearch_submit {
	width: 70px!important;
	height: 21px !important;
	margin: 0 !important;
	border: 0 !important;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

        #ajaxSearch_output {
			background-color: #000000;
			background-image: url(images/search_bg_1_71.gif);
			background-repeat: repeat-x;
			background-position: center center;
			color: white;
			-moz-opacity:0.9;
			opacity:0.9;
			filter: alpha(opacity=90);
			position: absolute;
			top: 23px;
			left: 220px;
			width: 165px !important;
			z-index: 1;
			border: 0;
			padding: 0;
			margin: 0;
        }
        #ajaxSearch_output a:hover{
			color: #fff;
			background-repeat: no-repeat;
			background-color: #8dbc00;
			background-position: left center;
			display: block;
			width: 93% !important;
			padding: 5px;
		}
		#ajaxSearch_output a{
			color: #ffffff;
			background-repeat: no-repeat !important;
			text-align: left;
			border-right: 1px solid #2f2f2f;
			border-top: 1px solid #2f2f2f;
			border-left: 1px solid #2f2f2f;
			font-weight: normal;
			width: 172px;
			background-position: left center;
			display: block;	
			width: 93% !important;
			padding: 5px;
	}
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_resultLink {
            text-decoration: underline;
        }
        .AS_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }

		.AS_intro { display: none;}







#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}



#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}





#join {
position: relative;
}



#join-inp {
margin-top: 5px;
width: 158px;
height: 18px;
}

#join-btn {
margin-top: 5px;
width: 120px;
height: 21px;
}


/* end SEARCH */

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


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




/* headings ***************************************/
h1  {
	font-size: 140%;
	color: #003294;
	vertical-align: top;
	padding-left: 0px;
	padding-bottom: 6px;
	margin: 0px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
   
}
.botxt {
	color: #7E0C6E;
}
#fhtbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}



h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 120%;
	color: #72A10D;
}

h3 {
	font-weight: bold;
	font-size: 95%;
	color: #003294;
	margin-bottom: 2px;
}
h4 {
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 0px;
	margin-top: 4px;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

/* wrapper to contain all the divs***************************************/
#wrapper {
	text-align: left;
	width: 775px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
}
/* top banners ***************************************/
#masthead {
	height: 30px;
	width: 780px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 85%;
}
#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: #666666;
	text-decoration: underline;
}
#masthead a:hover {
	color: #000000;
	text-decoration: none;
}
#masthead a:active {
	color: #666666;
	text-decoration: underline;
}

#midhead {
	float: left;
	width: 775px;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	background-image: url(images/skynofl3.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
}
#midhead img {
	float: right;
	vertical-align: text-bottom;
	text-align: center;
}

#midhead a {
	color: #CC0000;
	text-decoration: underline;
}
#maincontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#midhead a:hover {
	color: #666666;
	text-decoration: none;
}
#midhead a:active {
	color: #666666;
	text-decoration: underline;
}
#midhead a:visited {
	color: #7E0C6E;
	text-decoration: underline;
}
#continf {
	float: left;
	width: 780px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* horizontal navigation area***************************************/
#hornav {
	float: left;
	padding-top: 10px;
	overflow: hidden;
	height: 33px;
	width: 574px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}
.divlink {
	position: relative;
	bottom: 0px;
}


.hornavbox {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	text-align: center;
	width: 120px;
	float: left;
	position: relative;
}
.hornavbox p {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	right: 0px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.horspn {
	font-size: 130%;
	font-weight: bold;
}

/*
LEGAL
=====
Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
Community: Mollio http://www.mollio.org $
License: Released Under the "Common Public License 1.0", 
http://www.opensource.org/licenses/cpl.php
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
License: Released Under the "GNU Creative Commons License", 
http://creativecommons.org/licenses/GPL/2.0/
*/
/* NAV - horizontal nav */
#horiznav, #horiznav ul {
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
overflow:hidden;
	padding-top: 0px;

}
#horiznav ul li ul li{
}
#horiznav {
	height:43px;
	font-size: 10px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#horiznav, #horiznav a:link, #horiznav a:visited, #horiznav a:hover {
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
}

#horiznav a:hover {color: #000000;
	text-decoration: underline;}
#horiznav li {
	color: #FFFFFF;
position:relative;
	background-image: url(images/NAP_rightUp_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 4px;
	padding-top: 0px;
	padding-left: 0px;
padding-right: 10px;
	display:inline;
	float: left;
	height: 33px;
	}
#horiznav a:active 
{
	padding-left: 10px;
	overflow:hidden;
	padding-right: 10px;
	margin-right: 4px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #FFFFFF;
	background-image: url(images/NAP_leftUp_01.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 33px;
}

#horiznav li a:visited {padding-left: 10px;
overflow:hidden;
padding-right: 0px;
	
margin-right: 0px;
	padding-top: 0px;
position:relative;float: left;display:inline;
color: #FFFFFF;
height: 33px;
	background-image: url(images/NAP_leftUp_01.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;}


#horiznav li a:link {
	padding-left: 10px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 8px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #FFFFFF;
	background-image: url(images/NAP_leftUp_01.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 0px;
height: 33px;
}

#horiznav li.active {
	color: #FFFFFF;
	background-image: url(images/NAP_rightActive_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 4px;
padding-right: 0px;
	position:relative;
	float: left;
	display:inline;
	padding: 0px;
}

#horiznav li.active a {
	padding-left: 10px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 8px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #FFFFFF;
	background-image: url(images/NAP_leftActive_01.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 0px;
height: 33px;
}

#horiznav li.active a:visited {
	padding-left: 10px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 8px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #FFFFFF;
	background-image: url(images/NAP_leftActive_01.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 0px;
height: 33px;

}
/* secondary horizontal nav***********************/
#continf, #continf ul {
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
overflow:hidden;
	padding-top: 0px;

}
#continf ul li ul li{
}

#continf, #continf a:link, #continf a:visited, #continf a:hover {font-weight: normal;text-decoration:none;cursor:pointer; display: inline;}

#continf li a:hover {color: #333333;}
#continf li {
	padding-top: 0px;
	padding-left: 3px;
	display:block;
	width: 130px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	text-align: center;
	color: #999999;
	float: left;
	list-style-image: none;
	list-style-type: none;
	height: 105px;
	overflow: visible;
	}
#continf a:active 
{
color: #CC0000;
}

#continf a:visited {
color: #999999;}
#continf a:link {
	color: #999999;
}

#continf li a:link {
color: #999999;
}

#continf li.active {
	color: #CC0000;
}

#continf li.active a {
color: #CC0000;
}

#continf li.active a:visited {
color: #CC0000;
}

/* end of banner to divide banners from main content***************************************/

/* end of top banners ***************************************/

/* left navigation area***************************************/
#lefthold {
	float: left;
	width: 176px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#leftnavig {
	width: 176px;
	text-align: left;
	font-size: 85%;
	padding: 0px;
}


#lefthold ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#lefthold li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#lefthold a {

}
#lefthold a:hover {

}
#lefthold a:active {color: #7E0C6E;

}
/* NAV - vertical nav */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align: middle;
}
#nav {
	width: 176px;
}
#nav li {
	margin: 0px;
	vertical-align: middle;

}
#nav a, #nav a:link, #nav a:visited, #nav a:hover{
	cursor:pointer;
	margin: 0px;
	font-size: 105%;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	display: block;
	width: 176px;
	background-image: url(images/vertbutbg.gif);
	background-position: 5px -4px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
#nav a:active {
	cursor:pointer;
	margin: 0px;
	color: #CC0000;
	text-decoration: underline;
	vertical-align: middle;
}
#nav a:hover {	
	color: #666666;
	text-decoration: underline;}



#nav li.active {	cursor:pointer;
	margin: 0px;
	color: #CC0000;
}
#nav li.active ul {
	border:none;
}
#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
	color: #CC0000;
	vertical-align: middle;
}
#nav li.active a:hover {
	cursor:pointer;
	margin: 0px;
	color: #666666;
}

#nav li.active a {
	cursor:pointer;
	margin: 0px;
	background-image: url(images/vertbutbg.gif);
	background-repeat: no-repeat;
	background-position: 5px -52px;
	color: #CC0000;
	text-decoration: underline;
	vertical-align: middle;
}

#nav li.active li {color: #CC0000;
}

#nav ul li a:active {color: #CC0000;
}

#nav li.active li.last {color: #7E0C6E;}
#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {
	margin: 0px;
	padding: 0px;
	color: #CC0000;
	vertical-align: middle;
}
#nav li.active li a:hover {color: #666666;}

#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color: #CC0000;}


/* end of left navigation area***************************************/
/* maincontent area***************************************/
#maincontent {
	width: 500px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 8px;
	float: left;
	margin-top: 0px;
	color: #666666;
	padding-top: 0px;
	line-height: 20px;
	margin-right: 0px;
}
#maincontent ul li {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}





/* boxout if wanted for articles or pictures wihin maincontent***************************************/
.boxout {
	width: 187px;
	float: left;
	text-align: center;
	background-color: #F1F1F1;
	background-image: url(images/NAP_leftdearchBot_10.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.boxoutloggedin {

	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #9933CC;
	width: 580px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

.artdisplay {
	width: 187px;
	background-image: url(images/NAP_leftdearchTop_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 33px;
	margin: 0px;
	color: #FFFFFF;
}
.artdisplaydetail {

	width: 282px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
}
.picturecode {
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	font-size: 100%;
	color: #006699;
}
#maincontent  p {
	margin-top: 2px;
	margin-bottom: 4px;
	text-align: justify;
}

.picturepicture {
	text-align: center;
}
.picturename {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	margin-top: 2px;
}
.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;
	padding-right: 8px;
}

#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 {
	width: 780px;
	clear: both;
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 85%;
	text-align: center;
}
#footer ul {
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
        padding-top: 4px;

}
#footer li {color: #000000;display:inline;padding-right: 4px;
padding-left: 4px;
}
#footer a:link, #footer a:visited, #footer a:hover {font-weight: normal;text-decoration:none;cursor:pointer; display: inline;padding-bottom: 8px}

#footer a:hover {color: #333333;
	text-decoration: underline;}

#footer a:active {color: #993333;
	text-decoration: underline;
}

#footer a:visited {color: #666666;}

#footer a:link {color: #000000;}

#footer li.active {
color: #993333;
}

#footer li.active a {
color: #993333;
}

#footer li.active a:visited {
color: #993333;
}

/* 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 */
#lefthold img {
	background-image: url(images/leftbg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#home04{
	background-image: url(images/butbg.gif);
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: center -31px;

}
#home05{
	background-repeat: no-repeat;
	padding-bottom: 3px;
	background-image: url(images/butbg.gif);
	background-position: center -62px;
}
#home06{
	background-image: url(images/butbg.gif);
	background-repeat: no-repeat;
	background-position: right -93px;
padding-bottom: 3px;
}
#home07{
	background-image: url(images/butbg.gif);
	background-repeat: no-repeat;
	background-position: right -124px;
padding-bottom: 3px;
}
#home08{
	background-image: url(images/butbg.gif);
	background-repeat: no-repeat;
	background-position: right -155px;
padding-bottom: 3px;
}
#home09{
	background-image: url(images/butbg.gif);
	background-repeat: no-repeat;
	background-position: right -155px;
padding-bottom: 3px;
}
#leftnavig02 {
	width: 270px;
	text-align: left;
	font-size: 85%;
	padding: 0px;
	background-image: url(images/leftnavprod02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f3ebf2;
	color: #7E0C6E;
}
#leftnavig03 {
	width: 270px;
	text-align: left;
	font-size: 85%;
	padding: 0px;
	background-image: url(images/leftnavprod03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f3ebf2;
	color: #7E0C6E;
}
.navtops {
	height: 20px;
	width: 263px;
	display: block;
	margin: 0px;
	font-weight: bold;
	color: ##7E0C6E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-image: url(images/leftnavbgtranstop_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navbots {
	height: 17px;
	width: 176px;
	display: block;
	margin: 0px;
	background-image: url(images/rightnavBot_20.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
}
#banner {
	width: 775px;
	text-align: left;
	background-color: #CC0000;
	float: left;
	margin: 0px;
	background-image: url(images/NAP_maintopBot_03.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.navtopstop {
	height: 20px;
	width: 263px;
	display: block;
	font-weight: bold;
	color: #7E0C6E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-image: url(images/navtoptops_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#spieziabox {
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
}
.imageright {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	clear: right;
}
.imageleft {
	float: left;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 2px;
	clear: left;
}
#contentrestrict {
	width: 500px;
	text-align: left;
	font-size: 100%;
	float: left;
	margin-top: 0px;
	color: #666666;
	line-height: 20px;
	padding: 0px;
}
#continf img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	clear: both;
	display: block;
	width: 130px;
}
#nav img {
	vertical-align: middle;
	float: left;
	padding-right: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search h2 {
	color: #93B48D; /* for IE5/Win */
	padding-right: 0;
	padding-bottom: 0;
}
#flcont {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 578px;
}
.inttext {
	background-color: #F1F4F3;
	display: block;
	width: 280px;
	float: left;
	padding: 4px;
	height: 217px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.normtext {
}
#feat2 {
	width: 100%;
	margin-right: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#ndb {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px;
	width: 251px;
	float: left;
	background-color: #004990;
	text-align: center;
	margin-top: 3px;
}

