@import "reset.css";

/* Screen structure styles */

body {
	background: #aaa;
	color: #0f2a5e;
	font: 12px Arial,sans-serif;
	text-align: center;
}

p {
	/* font-size: 1em; */
	margin: 0.6em 0 1em;
}

h1 {
	font-size: 1.75em;
	line-height: 1.25;
	margin: 1.5em 0 1em;
}

h2 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: .8em 0 .6em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.07em;
	margin: 1em 0 1em;
}

h4 {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.3em 0 0.5em;
}

h5 {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.3em 0 0.5em;
}

h6 {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.3em 0 0.5em;
}

blockquote {
	margin: .5em 1.5em;
}

address {
	margin: 1em 2em;
}

ul, ol {
	margin: 1.5em;
	padding-left: 2em;
	text-indent: none;
}

hr {
	background: #b4b4b4;
	border: 0;
	color: #b4b4b4;
	height: 1px;
	margin: 1.5em 0;
}


h1 small, h2 small, h3 small, h4 small {
	display: block;
	font-size: 80%;
}


a {
	font-weight: bold;
}

a, a:link, a:visited {
	color: #559c6f;
	text-decoration: underline;
}

a:hover, a:active {
	color: #aca8c8;
	text-decoration: underline;
}

/* rir = Revised Image Replacement (Dwyer Method) */
.rir { background: transparent no-repeat; display: block; margin: 0; padding: 0; position: relative; }
.rir a { display: block; height: 100%; width: 100%; }
.rir span { display: block; height: 0; overflow: hidden; width: 0; }

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

img.bordered {
	border: 1px solid #333;
}




/* Layout elements */

#wrapper {
	background: #d0dceb url(../images/wrapper_bg.gif) repeat-y;
	height: auto !important; /* IE6 min-height hack */
	height: 600px;
	margin: 5px auto 10px;
	min-height: 600px;
	padding: 0 0 60px; /* padding for footer */
	position: relative;
	text-align: left;
	width: 800px;
}


#banner {
	position: relative;
}

#banner h1 {
	background-image: url(../images/header.jpg);
	height: 177px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
}


#top-menu-wrapper {
	background: transparent url(../images/header_bottom.jpg) no-repeat;
	height: 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 800px;
}

ul#top-menu {
	background: transparent url(../images/top_menu_sprites.gif) no-repeat;
	height: 20px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 323px;
}

#left-menu-wrapper {
	left: 0;
	padding: 0 10px 10px 0;
	position: absolute;
	top: 197px;
	width: 150px;
}

.narrow-menu #left-menu-wrapper {
	width: 90px;
}

ul#left-menu {
	height: 381px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 70px;
}

.left-menu-extras {
	padding: 0 0 0 10px;
}


ul#top-menu li {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

ul#left-menu li {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 70px;
}

ul#top-menu li a, ul#left-menu li a {
	display: block;
	height: 100%;
	width: 100%;
}

ul#top-menu li a span, ul#left-menu li a span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

ul#top-menu li a:hover, ul#top-menu li a:active, ul#top-menu li a.current {
	background: transparent url(../images/top_menu_sprites.gif) no-repeat;
}

ul#left-menu {
	background: transparent url(../images/left_menu_sprites.gif) no-repeat;
}

ul#left-menu li a:hover, ul#left-menu li a:active, ul#left-menu li a.current {
	background: transparent url(../images/left_menu_sprites.gif) no-repeat;
}

ul#top-menu #tm_1 { left:     0; width: 45px; }
ul#top-menu #tm_2 { left:  45px; width: 86px; }
ul#top-menu #tm_3 { left: 131px; width: 51px; }
ul#top-menu #tm_4 { left: 182px; width: 63px; }
ul#top-menu #tm_5 { left: 245px; width: 78px; }

ul#top-menu #tm_1 a:hover, ul#top-menu #tm_1 a:active, ul#top-menu #tm_1 a.current { background-position:    0px -20px; }
ul#top-menu #tm_2 a:hover, ul#top-menu #tm_2 a:active, ul#top-menu #tm_2 a.current { background-position:  -45px -20px; }
ul#top-menu #tm_3 a:hover, ul#top-menu #tm_3 a:active, ul#top-menu #tm_3 a.current { background-position: -131px -20px; }
ul#top-menu #tm_4 a:hover, ul#top-menu #tm_4 a:active, ul#top-menu #tm_4 a.current { background-position: -182px -20px; }
ul#top-menu #tm_5 a:hover, ul#top-menu #tm_5 a:active, ul#top-menu #tm_5 a.current { background-position: -245px -20px; }

ul#left-menu #lm_1 { height: 28px; top:     0; }
ul#left-menu #lm_2 { height: 57px; top:  28px; }
ul#left-menu #lm_3 { height: 30px; top:  85px; }
ul#left-menu #lm_4 { height: 40px; top: 115px; }
ul#left-menu #lm_5 { height: 56px; top: 155px; }
ul#left-menu #lm_6 { height: 42px; top: 211px; }
ul#left-menu #lm_7 { height: 28px; top: 253px; }
ul#left-menu #lm_8 { height: 39px; top: 281px; }
ul#left-menu #lm_9 { height: 54px; top: 320px; }

ul#left-menu #lm_1 a:hover, ul#left-menu #lm_1 a:active,ul#left-menu #lm_1 a.current { background-position: -70px      0; }
ul#left-menu #lm_2 a:hover, ul#left-menu #lm_2 a:active,ul#left-menu #lm_2 a.current { background-position: -70px  -28px; }
ul#left-menu #lm_3 a:hover, ul#left-menu #lm_3 a:active,ul#left-menu #lm_3 a.current { background-position: -70px  -85px; }
ul#left-menu #lm_4 a:hover, ul#left-menu #lm_4 a:active,ul#left-menu #lm_4 a.current { background-position: -70px -115px; }
ul#left-menu #lm_5 a:hover, ul#left-menu #lm_5 a:active,ul#left-menu #lm_5 a.current { background-position: -70px -155px; }
ul#left-menu #lm_6 a:hover, ul#left-menu #lm_6 a:active,ul#left-menu #lm_6 a.current { background-position: -70px -211px; }
ul#left-menu #lm_7 a:hover, ul#left-menu #lm_7 a:active,ul#left-menu #lm_7 a.current { background-position: -70px -253px; }
ul#left-menu #lm_8 a:hover, ul#left-menu #lm_8 a:active,ul#left-menu #lm_8 a.current { background-position: -70px -281px; }
ul#left-menu #lm_9 a:hover, ul#left-menu #lm_9 a:active,ul#left-menu #lm_9 a.current { background-position: -70px -320px; }


#content {
	margin: 25px 24px 35px 160px;
	position: relative;
}

/* faux content */
#wrapper table td blockquote {
	width: 580px;
}

#wrapper table td blockquote blockquote {
	width: auto;
}

.narrow-menu #content {
	margin-left: 100px;
}


#footer-text {
	border-top: 1px solid #1c3b77;
	bottom: 10px;
	font-size: 9.5px;
	left: 170px;
	padding: 14px 0 1px;
	position: absolute;
	width: 610px;
}

.narrow-menu #footer-text {
	left: 100px;
}

#footer {
	background: transparent url(../images/footer.gif) no-repeat bottom;
	bottom: 0;
	height: 10px;
	left: 0;
	line-height: 10px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 800px;
}




.announcement
{
   font-family: arial, helvetica, sans-serif;
   font-size: 12px; 
   font-weight: bold;
   font-style: normal;
   line-height: 16px;
   color: #000066;
}

.heading
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 13px; 
   font-weight: bold;
   font-style: normal;
   letter-spacing: 0px;
   color: #514193;
}

.tree-heading
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 13px; 
   font-weight: bold;
   font-style: normal;
   margin-bottom: 0px;
   color: #1C3B77;
}

a.greymenu, a.greymenu:link, a.greymenu:visited, a.greymenu:active, a.cattree_top, a.cattree_top:link, a.cattree_top:visited, a.cattree_top:active, span.cattree_selected {
	background: url(../images/menu_nav_separator.gif) no-repeat bottom left;
	color: #00f;
	display: block;
	font: bold 11px Arial,sans-serif;
	line-height: 15px;
	margin: -3px 0 0 0;
	padding: 0 0 3px 20px;
	text-decoration: none;
	text-transform: lowercase;
}

a.greymenu, a.greymenu:link, a.greymenu:visited, a.greymenu:active {
	background-image: url(../images/menu_nav_separator.gif);
	color: #0f2a5e;
}

a.cattree_top, a.cattree_top:link, a.cattree_top:visited, a.cattree_top:active, span.cattree_selected {
	background-image: url(../images/catalog_nav_separator.gif);
}


a.greymenu:hover, a.cattree_top:hover {
	color: #559c6f;
	font-size: 12px;
	text-decoration: none;
}


.text-maiandra
{
   font-family: "Maiandra GD", maiandra, arial, helvetica, sans-serif;
   font-size: 12px; 
   font-weight: normal;
   font-style: normal;
   color: #0F2A5E;
}

.text
{
   font-family: arial, helvetica, sans-serif;
   font-size: 12px; 
   font-weight: normal;
   font-style: normal;
   color: #0F2A5E;
}

ul li {
   color: #559C6F;
}

li {
	margin-bottom: 8px;
}

.owner
{
   font-family: arial, helvetica, sans-serif;
   font-size: 13px; 
   font-weight: normal;
   font-style: italic;
   line-height: 120%;
   color: #EBB32A;
}

.terms
{
   font-family: arial, helvetica, sans-serif;
   font-size: 12px; 
   font-weight: normal;
   font-style: normal;
   color: #0F2A5E;
}

/* ARTIST PAGE */
.artist
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 13px; 
   font-weight: bold;
   font-style: normal;
   letter-spacing: 0px;
   color: #0F2A5E;
}

blockquote {
	margin-right: 0;
	margin-left: 40px;
}

