/* Cascading Style Sheet - www.konstantino.com */
/* $Id: basic.css,v 1.12 2008/04/30 19:02:12 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: left;
	margin: 30px auto 5px auto;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 10px;
}

/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6, .hdivid {
	font-family: Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	margin: 12px 0 6px 0;
	padding: 0;
	color: #0063a2;
}

h1.sitename {
	display: none;
}

h2 { font-size: 11px; }
h3 { font-size: 11px; }
h4 { font-size: 11px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

.nodisp {
	display: none;
}

/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td, div.vcard {
	font-family: Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 160%;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

body#events.tradeshows p {
	line-height: 140%;
}

p.upper {
	text-transform: uppercase;
}

p.gold {
	color: #ac996e;
}

.collectiontitle {
	color: #0063a2;
}

.topspace25 {
	margin-top: 25px;
}

.leftspace180 {
	margin-left: 180px;
}

body#contact p#promise {
	width: 240px;
	font-size: 9px;
	line-height: 115%;
	color: #666;
}

.tight {
	line-height: 115%;
}

blockquote, blockquote p {
	margin: 2px 0 4px 0;
}

ul, ol {
	margin: 3px 0 6px 10px;
	padding: 0 0 0 10px;
}

ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: 3px;
	padding: 0;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	margin: 0;
	padding: 12px 0 0 0;
	color: #ac996e;
}

body#home #footer p {
	text-align: left;
	text-transform: uppercase;
	font-size: 9px;
	margin: 0;
	padding: 12px 0 0 20px;
	color: #ac996e;
}


#footer a, 
#footer a:link, 
#footer a:visited {
	color: #ac996e;
	text-decoration: none;
}

#footer a:active, 
#footer a:hover {
	color: #a28e61;
	text-decoration: none;
}

#footer span {
	margin: 0 8px;
}

div.vcard {
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #333 solid;
}

acronym, abbr {
	border-width: 0;
}

.hmeta {
	display: none;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}

/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	margin: 12px 0;
	border: none 0; 
	border-top: 0px solid #666;
	border-bottom: 1px solid #666;
	height: 1px;
}

/* ******************************************************************************* */
/* links in content area */

div#content a:link {
	color: #666;
	text-decoration: underline;
}

div#content a:visited {
	color: #333;
	text-decoration: underline;
}

div#content a:active {
	color: #c60;
	text-decoration: none;
}

div#content a:hover {
	color: #c60;
	text-decoration: underline;
}

/* ******************************************************************************* */
/* links */

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #c60;
	text-decoration: none;
}

a:hover {
	color: #c60;
	text-decoration: underline;
}

/* fix for weird outlining of links */
a:focus {
	outline: none;
}


/* ******************************************************************************* */
/* mainnav */

#mainnav ul, 
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li, 
#subnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


/* see hover.css */

#subnav ul#navcollections li {
	display: block;
	width: 80px;
	height: 12px;
	margin: 0;
	padding: 0;
	/* border: 1px #f00 dotted; /* DEBUG */
}

body.womens #subnav ul#navcollections li {
	width: 70px;
}

#subnav ul#navcollections li ul.nci {
	margin-left: 45px;
	/* border: 1px #0f0 dotted; /* DEBUG */
}

#subnav ul#navcollections li ul.ncinavone {
	margin: 10px 0 0 8px;
	width: 175px;
	height: 22px;
}

#subnav ul#navcollections li ul.ncinavtwo {
	margin: 10px 0 0 72px;
	width: 175px;
	height: 22px;
}

#subnav ul#navcollections li ul.ncifirst {
	margin-left: 10px;
	margin-top: 5px;
}

#subnav ul#navcollections li ul.ncisecond {
	margin-left: 50px;
	margin-top: 37px;
}

#subnav ul#navcollections li ul.ncithird {
	margin-left: 80px;
	margin-top: 5px;
}

#subnav ul#navcollections li ul.nci li {
	display: block;
	width: 105px;
	height: 12px;
	/* border: 1px #00f dotted; /* DEBUG */
}


/* lists */

#innerleft ul, 
#innerright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#innerleft ul li, 
#innerright ul li {
	text-transform: uppercase;
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 120%;
}


/* ******************************************************************************* */
/* tables */

table.events {
	width: 580px;
	margin: 0 0 10px 0;
	padding: 0;
}

table.events th {
	font-weight: bold;
	text-transform: uppercase;
}

table.events td {
	width: 190px;
	margin: 0;
	padding: 0;
	border-bottom: 1px #dedede solid;
}

table.events tr.bold td {
	font-weight: bold;
}

span.eventbold {
	font-weight: bold;
}

table.events tr.italic td {
	font-style: italic;
}

span.eventitalic {
	font-style: italic;
}


table.contact {
	width: 415px;
	margin: 0;
	padding: 0;
}

table.contact tr td {
	padding-bottom: 2px;
}

table.contact td.label {
	text-align: right;
	font-size: 10px;
	width: 180px;
	padding-right: 5px;
	color: #444;
	text-transform: uppercase;
}

table.contact td.data {
	width: 235px;
}

form .bttn {
	margin: 2px 2px 0 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	border-width: 0;
	border-bottom: 1px #ac9963 solid;
	color: #ac996e;
	background-color: #fff;
}



