/* CSS Document */

body {
	background-image: url(img/1.jpg);
	background-color: #711d35;
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #f5f3e5;
	width: auto;
	z-index: -5;
}

a:link {color: #0c9f17; font-style: italic;}
a:visited {color: #0c9f17; font-style: italic;}
a:hover {font-weight: bold; color: #04630b;}

.style0 {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
}
.style2 {
	font-style: italic;
	color: #0c9f17;
}
.style2a {
	font-style: italic;
	color: #0c9f17;
	font-size: smaller;
}
.style3 {
	font-size: 14pt;
	font-style: italic;
}
.style4 {
	font-size: 14pt;
}
.style5 {
	font-size: 12pt;
	font-style: italic;
	text-decoration: underline;
}
.style6 {
	font-size: 10pt;
	font-style: italic;
	color: #0c9f17;
}
.style7 {
	font-size: 10pt;
}
.style8 {
	font-size: 8pt;
}
.style9 {
	font-size: 9pt;
	color: #FFFF66;
}

#coname {
	position: absolute;
	top: 2.5%;
	left: 4.5%;
	font-size: 30pt;
	font-style: italic;
	font-weight: bold;
	z-index: 2;
}
#coname2 {
	position: absolute;
	top: 2.75%;
	left: 5%;
	font-size: 30pt;
	font-style: italic;
	font-weight: bold;
	color:#000;
	z-index: 1;
}
#patent {
	position: absolute;
	top: 6%;
	right: 5%;
	z-index: 1;
	font-style: italic;
}
#ruler {
	position: absolute;
	top: 9.5%;
	left: 4.5%;
	z-index: 1;
}
#authadded {
	position: absolute;
	top: 80%;
	left: .5%;
	z-index: 1;
}
#authbasket {
	position: absolute;
	top: 80%;
	left: .5%;
	z-index: 1;
}
#authcheckout {
	position: absolute;
	top: 150%;
	left: .5%;
	z-index: 1;
}
#authreview {
	position: absolute;
	top: 105%;
	left: .5%;
	z-index: 1;
}
#nav {
	position: absolute;
	top: 12.5%;
	left: 4.5%;
	font-size: 11pt;
	z-index: 2;
}

#lexfooter {
	position: relative;  /* Needed for Safari */
	padding: 10px;
	font-size: smaller;
}
/* Main Page */

#mainpage {
	position: absolute;
	top: 30%;
	left: 15%;
	z-index: 1;
}

#body {
	position: absolute;
	top: 20%;
	left: 8%;
	z-index: 1;
}
#basket {
	position: absolute;
	top: 20%;
	left: 15%;
	z-index: 1;
}
#review {
	position: absolute;
	top: 45%;
	left: 15%;
}


/* Search Initiation Form */

#searchhdr {
	position: absolute;
	top: 20%;
	left: 5%;
	z-index: 1;
}
#search {
	position: absolute;
	top: 75%;
	left: 15%;
	z-index: 1;
}
#additem {
	position: relative;
	top: 0%;
	left: 5%;
	z-index: 1;
}

