/*-----( POSITION / LAYOUT )-----*/
body{
	margin: 0;
	padding: 0;
	/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: "Trebuchet MS", Lucida, Verdana;
	letter-spacing: 1px;
	font-size: 0.7em;
	text-align: center;
}

#wrapper {
	width: 790px;
	margin: 0 auto;
	border-top: 1px solid black;
	border-left: 1px solid #A6644A;
	border-right: 1px solid #A6644A;
	border-bottom: 1px solid #A6644A;
	overflow: hidden;
	text-align: left;
}

#header {
	background-color: #ffffff;
	height: 180px;
	margin: 0;
	padding: 0;
}

#sidebar {
	float: left;
	width: 30%;
	line-height: 1.7em;
}

#content {
	float: right;
	width: 65%;
	text-align: normal;
	padding-right: 20px;  
	line-height: 1.7em;
}

#footer {
	clear: both;
	padding: 5px 0 0 0;
	line-height: 1.5em;
	border-bottom: 1px solid black;	
}

#credits {
	padding: 5px 5px 5px 0;
	background-color: #ffffff;
	text-align: right;
	font-size: 10px;
	color: #555;
}

/*-----( TEXT STYLES )-----*/

h1 {
	margin-top: 0;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

h2 { 
	font-size: 1.0em;
	letter-spacing: 1px;
	margin-top: 0;
}

/*-----( HEADER / NAVIGATION  & FOOTER LINKS )-----*/

#header a  {
	border-style: none;
	}
	
#header .toolbar {
	font-size: 10px;
	margin: 0;
	padding: 5px 10px 5px 0;
	text-align: right;
	background: #ECCB88 url(images/gold_bg.jpg) no-repeat;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #A6644A;
}

#header .toolbar a:link {
	color: #000;
	text-decoration: none;
}

#header .toolbar a:visited {
	color: #000;
	text-decoration: none;
}

#header .toolbar a:hover {
	color: #000;
	text-decoration: underline;
}

#header .toolbar a:active {
	color: #000;
	text-decoration: underline;
}

#header span {
	float: left;
	width: 165px;
	height: 118px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	}

html>body #header span {
	top: 24px;
	}
/*-----( NAVIGATION - Suckerfish )-----*/

#nav { 
	margin-top: 19px;
	line-height: normal;
}

#nav div a {
	line-height: 11px;
	margin: 0 7px 4px 10px;
	font-size: 11px;
	letter-spacing: 1px;
	border-top: 4px solid transparent;
	padding-top: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#nav div a.standout {
	color: #A6644A;
}

#nav div a.active {
	border-top: 4px solid #A6644A;
	padding-top: 15px;
	color: #000;
	cursor: pointer;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}

#nav li li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	padding: 0.5em 5px 0.25em 5px;
	border: 2px solid #ffffff;
	border-width: 0 0 0 2px;
	cursor: pointer;
}

#nav li li a:hover {
	padding: 0.5em 5px 0.25em 5px;
	color: #A6644A;
	border: 2px solid #A6644A;
	border-width: 0 0 0 2px;
	cursor: pointer;
}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	width: auto; /*  WIDTH OF DROP DOWN NAV ITEMS */
	text-align: right;
	cursor: default;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 10px; /* 100%; */
	left: 0;
	font-weight: bold;
	background-color: white;
	padding-top: 5px;
	border: 1px solid #cdcdcd;
	border-width: 0px 0px 1px 1px;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: inline;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

/*-----( GALLERY STYLES)-----*/


#gallery {
	float: none;
	width: 85%;
	line-height: 1.7em;

}

#gallery td {
	width: 100px;

}

/*-----( SIDEBAR STYLES)-----*/

#sidebar p, #sidebar h2, #sidebar h1 {
	padding-left: 15px;
}

#sidebar h2 {
	margin: 10px 0 0 0;
} 

#sidebar span, #content span {
	color: #A6644A;
}

#sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#sidebar a {
	text-align: justify;
	text-decoration: underline;
	border-left:4px solid #ffffff;
	padding-left: 15px;
}

#sidebar a:link {
	color: #333;
	text-decoration: underline;
	border-left:4px solid #ffffff;
	padding-left: 15px;
	}
	
#sidebar a:visited {
	color: #999;
}

#sidebar a:hover {
	color: #A6644A;
	text-decoration: underline;
	border-left:4px solid #A6644A;
	padding-left: 15px;
}

#sidebar a:active {
	color:#000000;
	text-decoration: underline;
	border-left:4px solid #A6644A;
	padding-left: 15px;
}

/*-----( Sidebar Styles for normal links )-----*/

#sidebar .normal a {
	text-align: justify;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
}

#sidebar .normal a:link {
	color: #333;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
	}

#sidebar .normal a:hover {
	color: #A6644A;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
}

#sidebar .normal a:active {
	color:#000000;
	text-decoration: underline;
	padding-left: 0;
	border: 0;
}

#sidebar div {
	margin: 0;
	padding: 0;
}

/*-----( MISC. SIDEBAR STYLES )-----*/

#sidebar img {
	border: 1px solid black;
	margin-left: 0px;
}

#sidebar object {
	border: 1px solid black;
}

#sidebar .normal img{
	border: 0;
	margin-left: 15;
}

#sidebar div {
	padding: 0;
	margin: 0;
}

/*-----( CONTENT STYLES )-----*/


#content #line {
	border-left: 3px solid #A6644A;
	padding-left: 10px;
}

#content #line img {
	margin: 5px;
}

#content #indexcontent h1 {
	color: #000;
	letter-spacing: normal;
}

/* IMAGE STYLE FOR CONTENT AREA not FEATURED */
#content img {
	border: 1px solid black;
	float: left;
	margin: 0 20px 10px 0;
}

#content #indexcontent img {
	border: none;
	float: none;
}

#content #featured {
	width: 271px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 237px; /* actual value */
	overflow: hidden;
	float: left;
	margin: 0 20px 10px 0;  
	padding-left: 10px;
	border-left: 3px solid #A6644A;
}

#content #featured {
	width: 237px; /* Be nice to Opera */
}

#content #featured img {
	border: 1px solid black;
	padding: 0;
	margin: 0;
}

#content #secondary {
	margin: 0 0 50px 13px;
	clear: left;
}

#content #secondary img {
	border: 1px solid black;
	height: 90px;
	width: 73px;
	margin: 0 3px 0 0;
	overflow: hidden;
}

#content #secondary a:hover img, #content #secondary a:active img {
	border: 1px solid #A6644A;
}

#content #secondary a:link, #content #secondary a:visited, #content #secondary a:hover, #content #secondary a:active {
	text-decoration: none;
}

#content #secondary #thumbs, #conent #secondary #thumbs a:link {
	float: left; 
	width: 75px;
	height: 133px;
	padding-bottom 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 1.2em;
	text-align: left;
	overflow: hidden;
}

#content ul {
	list-style-type: disc;

}

/*-----( INDEX SECTION - Home Page Only )-----*/

*html #content #indexcontent {
	height: 1%;
}

#content #indexcontent .indexsection {
	width: 97%;
	text-align: left;
	float: left;  
	clear: both;
	margin-bottom: 6px;
	padding: 0 10px 20px 20px; 
	font-family: "Trebuchet MS", Lucida, Verdana;
	letter-spacing: 1px; 
	color: #333;
	border-bottom: 1px solid #676767;
	border-left: 1px solid #ececec; 
	background: url(../images/homepage/gold_bg_fade_up.gif) bottom no-repeat;
}

#content #indexcontent .indexsection .isnav {
/*	background: white url(/images/homepage/gold_bg_fade.gif) no-repeat -150px -10px; */
	padding: 4px 0 0 0;
	margin-bottom: 10px;
}


#content #indexcontent .indexsection ul li {
	list-style: none;
	display: inline;
	padding-right: 8px;
	font-weight: bold;
	font-size: 1em;
}

#content #indexcontent .indexsection ul{
	margin: 0;
	padding: 0;
}

#content #indexcontent .indexsection h1 {
	color: black;
	font: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0;
	margin-bottom: 0;

}

#content #indexcontent .indexsection h1 img {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#content #indexcontent .indexsection h2 {
	color: #A6644A;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#content #indexcontent p {
	margin-top: 0;
	padding-top: 0;
}

#content #indexcontent .ordertype {
	float: right;
}

 #content #indexcontent .ordertype img {
	padding: 0;
	margin: 0 20px 0 10px;
	border: 1px solid #A6644A;
}

#content #indexcontent .callout {
	float: left;
	clear: both;
	width: 100%;
}

/*-----( FOOTER STYLES )-----*/

#footer .nav {
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 4px 20px 4px 20px;
	margin: 40px 0 0 0;
	border-top: 1px solid black;
	border-bottom: 3px solid #A6644A;
	background: #ECCB88 no-repeat;
}

#footer .nav a {
	text-decoration: none;
}

#footer #bottom {
    background: #AB5436 repeat-x;
	padding: 10px 20px;
	margin: 0;
	color: #fff;
}

#footer .left {
	float: left;
	width: 30%;
	padding: 0;
	margin: 0;
}

#footer .right {
	float: right;
	width: 65%;
	margin: 30px 0 0 0;
	padding-right: 20px;
	text-align: center;
}


/*-----( GENERAL LINK STYLES )-----*/

a:link {
	color: #000000;
}	

a:visited {
	color: #333333;
}

a:hover {
	color: #A6644A;
}

a:active {
	color: #000000;
}

a:link img {
	border: 0;
}

#footer .nav a:link {
	color: #333;
	text-decoration: none;
}

#footer .nav a:visited {
	color: #333;
	text-decoration: none;
}

#footer .nav a:hover {
	color: #A6644A;
	text-decoration: underline;
}

#footer .nav a:active {
	color: #000;
	text-decoration: underline;
}

#footer .right a:link {
	text-decoration: underline;
	color: #fff;
}

#footer .right a:visited {
	color: #fff;
}

#footer .right a:hover {
	color: #cccccc;
}

#footer .right a:active {
	color: #cccccc;
}

/*-----( TABLE STYLES )-----*/

table {
	display: block;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	margin-right: 4px;
	padding: 4px;
}

caption {
	color: #A6644A;
	padding: 5px 0 6px 0;
}

th,td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	letter-spacing: 1px;
}

th {
	background-color: #ccc;
}

/*------( MISC. STYLES )------*/

.black {
	color: #000;
}

.hide {
	display: none;
	}
	
.clear {
	clear: both;
	height: 0px; !important
}

.brown {
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: normal;
	color: #A6644A;
}

/*-----( ADMIN SECTION STYLES )-----*/

.admin {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	margin: 10px;
	padding: 20px;
	font-weight: bold;
	letter-spacing: normal;
}

/*-----( SPECIAL )-----*/

#extreme {
	position: relative;
	z-index: 100;
	top: 20px;
	left: 0px;
	padding: 10px;
	text-align: left;

}

#extreme img {
	border: 0;
}

#sidebar .normal #extreme img{
	border: 0;
	margin-left: 0;
}

#sidebar #extreme a {
	text-align: justify;
	text-decoration: underline;
	border: 0;
}

#sidebar #extreme a:link {
	color: #333;
	text-decoration: underline;
	border: 0;
	}
	
#sidebar #extreme a:visited {
	color: #999;
	border: 0;
}

#sidebar #extreme a:hover {
	color: #A6644A;
	text-decoration: underline;
	border: 0;
}

#sidebar #extreme a:active {
	color:#000000;
	text-decoration: underline;
	border: 0;
}

#banner {
	margin: 0;
	text-align: right;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6;
	padding-left: 0;
}

#banner p {
	margin: 0;
	padding-top: 0;
	padding-right: 160px;
	padding-bottom: 0;
	padding-left: 0;
}

#banner h1 {
	padding: 0 40px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*--- new catalog home ---*/

.home_image {
	text-align: center;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	border: none !important;
}

.home_image img {
	margin: 0 3px 0 0 !important;
	padding: 0 !important;
}

/*-----( MISC. SIDEBAR STYLES )-----*/

#sidebar #flashcontent {
	width: 220px;
	height: 150px;
	overflow: hidden;
	border: 1px solid black;
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar #flashcontent a {
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar #flashcontent img {
	margin: 0;
	padding: 0;
}


#wrapper .gallery .contact {
	padding-left: 20px;
	float: left;
	text-align: left;
	position: relative;
}
#wrapper .gallery .conright {
	position: fixed;
	width: 465px;
	float: right;
	text-align: left;
}
#wrapper #header.subtitle {
	font-size: 1.2em;
	text-align: right;
	float: right;
}
.nber{
	font-size: small;
	position: absolute;
}
