/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
}
#container { 
	width: 100%;
	padding: 0;
	margin: 0;

}



#maincontent {
	left: 125px;
	top: 150px;
	position: absolute;
	width: 600px;
	padding: 10px;
	margin: 10px;
 }
#itemdescript {
	height: auto;
	width: 480px;
	margin-left: 175px;
	margin-top: 20px;
	top: 150px;
	color: #000000;
	border: medium groove #000000;
	background-color: #FFFFFF;
	padding: 10px;

	font-size: small;
	}
	
#faqdescript {
	height: auto;
	width: 700px;
	margin-left: 175px;
	margin-top: 20px;
	color: #000000;
	border: medium groove #000000;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: small;
	
	}	
	
h1 {
	color: #009933;
	text-align: center;
	padding: 10px;
	color: #009933;
	color: #009933;
	background-color: #009933;
	background-position: 150px 200px;
}

h3 {
	color: #CC0000;
	font-weight: bold;
	font-size: x-large;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-style: italic;
	color: #333399;
	font-weight: bold;
	margin-bottom: 5px;
}
	
#itemphoto {
	height: auto;
	width: 225px;
	top: 210px;
	left: 700px;
	background-color: #FFFFFF;
	position: absolute;
	border: 2px solid #000000;
	}

#backsquare {
	height: 700px;
	width: 800px;
	left: 161px;
	top: 157px;
	background-color: #5460C5;
	z-index: -1;
	position: absolute;
	border: 1px solid #000000;
}		


#navigation {
	margin: 20px 10px;
	width: 135px;
	left: 10px;
	top: 150px;
	line-height: 1.5em;
	float: left;
	}
#navigation ul {
	list-style: none; 
	}
#navigation li {
	font-size: small;
	text-align: left;
	font-style: italic;
	color: #CC0000;
	padding-left: 3px;

	border: 1px solid #000000;
	background-color: #F4F4F4;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
#insidenavigation {
	list-style: none;
	font-size: small;
	text-align: left;
	font-style: italic;
	color: #CC0000;
	padding-left: 3px;
	float: left;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}	

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:visited {
	color: #CC00CC;
	text-decoration: underline;
}

#footer {
	clear: both;
	font-size:12px;
	padding: 15px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #e1e1e1;
	word-spacing: 0em;
	font-weight: bold;
}
