@charset "utf-8";
/* CSS Document */
body {
	background-image:url('body-back-pixel.png');
	background-repeat:both;

}

#upperNav {
	height: 40px;
	width: 470px;
	position:absolute;
	left: 420px;
	top: 192px;

}

#leftBorder {
	background-image:url('leftNav_background.png');
	background-repeat:no-repeat;
	position:absolute;
	left: 205px;
	top: 0px;
	width: 200px;
	height: 600px;

}

#leftNav {
	background-repeat:repeat-x;
	height: 150px;
	width: 100px;
	position:absolute;
	left: 305px;
	top: 330px;
}

#footer {
	background-color:#cdae80;
	height: auto;
	width: 820px;
	position:absolute;
	top:595px;
	left:201px;

}

.script {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#content {
	background-image: url('background.png');
	background-repeat:repeat;
	width: 820px;
	height: 600px;
	position:absolute;
	left: 200px;
	top: 0px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color:#CCC;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #990000;
}
#maincontent {
	width: 535px;
	border-bottom: dotted #CCC 3px;
	border-right: dotted #CCC 3px;
	position:absolute;
	left:450px;
	top:287px;
}

#copyright {
	width:100px;
	position:absolute;
	top:598px;
	left:289px;
	color:#000
	
}
ul {
	margin-left:5px;
	padding: 5px;
	width: 650px;
	list-style:none;
	float: right;
}
ul li {
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	margin-left: 80px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color:#000;
     text-decoration: none;
}
#maincontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	float:right;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #b86675;
	text-decoration: none;
	margin-top: 50px;
	padding-left: 30px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #44383e;
	text-decoration: none;
}
a:active, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color:#CCC;

}

#header {
	background-image: url('header.png');;
	width: 800px;
	height: 150px;
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:200px;

}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
#logo {
	background-image: url('logo.png');
	width: 291px;
	height: 308px;
	background-repeat: no-repeat;
	position:absolute;
	left:200px;
	top:-5px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #CCC;
	text-decoration: underline;
}

#home
{
  display: block;
  width: 120px;
  height: 36px;
  background: url("bothhomeandgrad2.png") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -36px;
}

#home span
{
  display: none;
}

#about
{
  display: block;
  width: 120px;
  height: 36px;
  background: url("botaboutusandgrad2.png") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -36px;
}

#about span
{
  display: none;
}

#collection
{
  display: block;
  width: 120px;
  height: 36px;
  background: url("bothcollectionandgrad2.png") no-repeat 0 0;

}

#collection:hover
{ 
  background-position: 0 -36px;
}

#collection span
{
  display: none;
}

#contact
{
  display: block;
  width: 120px;
  height: 36px;
  background: url("bothcontactusandgrad2.png") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -36px;
}

#contact span
{
  display: none;
}

#order
{
  display: block;
  width: 120px;
  height: 36px;
  background: url("bothorderandgrad2.png") no-repeat 0 0;

}

#order:hover
{ 
  background-position: 0 -36px;
}

#order span
{
  display: none;
}
