/* ================================= */
/* = Reset Code from Blueprint CSS = */
/* ================================= */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* ============== */
/* = Custom CSS = */
/* ============== */

em {
    font-style: italic
}

strong {
    font-weight: bold
}

.clear {
    clear: both
}

a {
    color: #94a9b8
}

body {
    font-size: 12px;
    font-family: Verdana, sans-serif;
    color: #94a9b8;
    background: #453c2f;
    line-height: 1.5em
}

#page {
    width: 900px;
    margin: 40px auto 40px auto;
    position: relative
}

h1 {
    display: block;
    width: 385px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 500px
}

h1 a {
    display: block;
    width: 385px;
    height: 60px;
    background: url("logo.png");
    text-indent: -9000px
}

h2 {
    color: #94a9b8;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 0.5em
}

h3 {
    color: #94a9b8;
    margin-top: 1em;
    margin-bottom: 0.5em
}

p {
    margin-bottom: 1em
}

#nav {
    position: absolute;
    top: 65px;
    left: 10px;
    width: 190px;
    font-size: 10px
}

#nav a {
    text-decoration: none
}

#nav a:hover {
    text-decoration: underline
}

#nav ul a {
    color: #e7ddc2;
    font-size: 14px
}

#nav ul a:hover,
#nav ul a.active {
    text-decoration: none;
    color: #94a9b8
}

#nav ul li {
    list-style: none;
    padding-bottom: .8em
}

#subnav {
    position: absolute;
    top: 95px;
    left: 140px;
    width: 150px;
    font-size: 10px
}

#subnav a.category {
    text-decoration: none;
    font-size: 12px;
    display: block
}

#subnav a.active,
#subnav a:hover {
    text-decoration: underline
}

#subnav li {
    padding-left: 10px;
    list-style: none
}

#subnav li a {
    color: #e7ddc2;
    font-size: 11px;
    text-decoration: none
}

#colors {
    width: 74px;
    height: 166px;
    background: url("colors.png") no-repeat 0px 40px;
    padding: 50px 0px 70px 0px
}

#main {
    width: 620px;
    position: absolute;
    top: 100px;
    left: 310px;
    padding-bottom: 40px;
	text-align: center
}

#main img {
    display: block;
    border: 2px solid #968866;
}

.galleryNav {
    height: 12px;
    padding: 10px 60px 10px 10px
}

.galleryNav a {
    height: 12px;
    width: 26px;
    background: url("gallerydot.png") no-repeat;
    float: right;
    display: block;
    overflow: hidden;
    text-indent: -9000px
}

.galleryNav a:hover,
.galleryNav a.active {
    background: url("gallerydot-active.png") no-repeat
}

p {
    padding-bottom: 1em
}
.creamtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #e7ddc2;
}
.creamtextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #94a9b8;
}
.creamtextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 14px;
	font-weight: normal;
	color: #e7ddc2;
}


.imagegallery img {
	margin-left: auto;
	margin-right: auto;
}
.imagegallery {
	text-align: center;
}


#footer {
	position: absolute;
	left: -310px;
	bottom: -60px;
	width: 900px;
	text-align: left;
}
