/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 1.2em;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #000; text-decoration: none; }
a:active { color: #000; background:#transparent; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; background:#transparent; text-decoration: none; }

a img { border: none; }

.artwork a {
display:block;
padding:0px;
font: bold 13px sans-serif;;
color:#333;
text-decoration: none;
margin: 0px;
}
.artwork a:hover { 
border-bottom:5px solid #FFFF00;
}
.artwork a:active {
border-bottom:5px solid #FFFF00;
}

.textiles a {
display:block;
padding:0px;
font: bold 13px sans-serif;;
color:#333;
text-decoration: none;
margin: 0px;
}
.textiles a:hover { 
border-bottom:5px solid #FFFF00;
}
.textiles a:active {
border-bottom:5px solid #FFFF00;
}

div.jb
{
position: absolute;
top: 75px; left:30px;
height: 46px;
z-index:500;

}

div.artwork
{
position: fixed;
height: 15px;
z-index:500;
}

div.textiles
{
position: fixed;
height: 15px;
z-index:500;
}

div.info
{
position: absolute;
top: 675px; left:30px;
z-index: 800;
}


img.nav 
{
position: relative;
margin: 0px
}

#menu {
    position: absolute;
	top: 600px;
	left: 30px;
	padding: 0px;
	width: 850px; min-height: 30px;
	background-color: #000;
    text-align: left;
	border-top: #CC9933 1px solid;
	border-bottom: #CC9933 1px solid;
	z-index: 500;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	display: inline;
	}

#menu ul li.section-title {
	color: #fff; 
	text-decoration: none;
	display: inline;
	font-family: Georgia, Times, serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: italic;
	padding:0px;
	 }
	 
li
{
display: inline;
font-family: Georgia, Times, serif;
text-decoration: none;
font-style: italic;
padding:0px;
margin-right:15px;
}

#content {
    height: 100%;
    margin: 0 0 0 30px;
    top: 0;
}

.container {
    padding: 0;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; font-weight: normal; line-height: 1.2em; font-style: normal; margin-top: 510px; margin-bottom:0px; padding: 0px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }