/* CSS Document */


/* .....................  
   ....ARTNEEDLE CSS.... 
   ..................... */


	 /* TABLE OF CONTENTS
		-------------------------
		01. Body and Header (21)
		02. Submenu (34)
		03. Navmenu (101)
		04. Footer (180)
		
		CONTENT AREA on seperate artneedle_style_content.css
		
		*/


/* Body and header attributes ................................................................ */

.stretcher {	
	margin:0px;
	padding:0px;
	z-index: -1;
	float: left;
	background-image:url(../images/sidebar.gif);
	background-repeat: repeat-y;
	height: 100%;
}

body{
    margin: 0 0 0 0;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	}

#header {
	position:absolute;
	width:100%;
	z-index:2;
	min-width: 775px;
	}

#wrapper {
	background-repeat: repeat-y;
	min-width: 775px;
	}

#background {
	background-repeat: repeat-y;
	padding-bottom: 11px;
	min-width: 775px;
	}

a {
	color: #8A1029;
	text-decoration: none;
	}

a:hover {	color: #666666;}



/* Submenu ................. ................................................................... */

#submenu {
	position:absolute;
	z-index: 55595;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat;
	top: 150px;
	min-width: 820px;
	}

#submenu ul {
	margin: 0; 
	padding: 0;
	background-color: #fff;	
	
	}

#submenu li {
	float: left; 
	width: 12.9%;
	text-align: center; 
	list-style-type: none; 
	margin: 0;
	padding-left: 2px;	
	padding-right: 2px;
	text-transform: uppercase;
	}
	
#submenu a {
	display: block;
	text-align:center;
	background-color: #eddda5;
	font-weight: bold;
	color: #8A1029;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	border-bottom: solid 5px #eddda5;
	padding-bottom: 2px;
	}

#submenu a:hover {
	background-color: #FFFFFF;
	border-bottom: solid 5px #b4b0a4;
	color: #775129;	
	}

.on_nav_sub {
	border-bottom: solid 5px #7f8783;
	}

.about_fix {
	}

/* Navmenu:  navigation menu currently positioned on left side of website .......................... */


#navmenu {
	position: relative;
	width: 125px;
	height: auto;
	z-index: 6;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	top: 20px;
	background-color: #eddda5;
	}

#navmenu h1 {
	font-size: 14px;
	color: #000000;
	padding-left: 5px;
	width: 98%;
	background-color: #b4b0a4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #000;
	}

#menutitle{
	font-size: 14px;
	color: #fff;
	padding-left: 5px;
	width: 125px;
	background-color: #7f8783;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #000;
	position: relative;
	z-index: 6;
	font-weight: bold;
	text-transform: uppercase;
	top: 20px;
	height: 1.5em;
}
	
#navmenu ul {
	margin: 0px;
    list-style: none;
	padding-left: 4px;
	font-size: 11px;
	color: #8A1029;
	}
	
#navmenu li	{
	margin: 0px;
	padding-bottom: 8px;
	display: block;
	width: 121px;
	}


#navmenu ul li a {
	color: #830120;
	text-decoration: none;
	border-bottom: solid 4px #EDDDA5;
	border-left: solid 1px #EDDDA5;
	display: block;
	padding: 2px;
	padding-left: 3px;
	width: 99%;
	}
	
#navmenu ul li a:hover {
	border-bottom: solid 4px #b4b0a4;
	border-left: solid 1px #b4b0a4;
	color: #66541a;
	background-color: #FFFFFF;
	display: block;
	width: 99%;
	}

#navmenu .indisub{
	padding-left: 6px; 
	font-size: .9em;
	width: 93%;
}

#navmenu .indisub a:hover{
	padding-left: 6px; 
	width: 96%;
}
	
#navmenu .bullet {
	list-style-position: inside;
	list-style-type: disc;
}
	
#navmenu .selectedNav {
   color: #66541A;
}

ul.vertical li.on_nav{
	border-left: solid 4px #FFF;
	border-right: solid 4px #000;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #000;
	width:15.5em;
}

ul.vertical li.on_nav2{
	border-left: solid 4px #FFF;
	border-right: solid 4px #000;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #000;
	width:7.7em;
}
	
/* Footer: the footer relative to content pane ...................................................... */

#footer {
	float: left;
	width:95%;
	height: 100%;
	z-index: 6;
	margin-top: 4 em;
	clear: both;
	min-width: 775px;
	}
	
#footertext {
	position: relative;
	left: 10px;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #8A1029;
	z-index: 6;
	float: left;
	padding-left: 130px;
}

#footer a{
	font-size: 12px;
	font-weight: bold;
	color: #8A1029;
	height: 32px;
	width: 19.1%;
	border: 3px #FFFFFF solid;
	float: left;
	text-align: center;
	padding: 15px 0 10px 0;
	background-color: #eddda5;
}

	
#footer a:hover{
	background-color: #CFC290;
	color: #000;
}

#GenError{
	color: #990000;
	display: block;
	width: 100%;
}
		
#SpecError{
	color: #990000;
	display: block;
	width: 100%;
	margin-top: 1em;
}	