* {
	margin:0;
	padding:0;

}
 body {
	background:#9A9A9A url(images/body-bg.png) repeat-x;
	color:#F5F9F8;
	font: 86%/1.6 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
strong {font: small-caps normal 1.2em Geneva, Arial, Helvetica, sans-serif;
color:#58A4FF;}
#container {
	padding-top:40px;
	margin: 0px auto;
	width: 760px;
	position: relative;
	/* align left to fix the previous IE css bug */
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:960px;
	background: #003;
}
#seal {
	border:none;
	position:absolute;
	top:50px;
	left:640px;
}
#masthead a img {
	border-width: 0;
	padding-left: 15px;
}
#masthead h1 {
	font-family: Georgia, "Times New Roman", serif;
	position: absolute;
	right: 20px;
	color:#58A4FF;
	top: 30px;
	margin: 0;
	padding: .3em .5em;
	font-size: 1.7em;
	font-weight: normal;
	width:500px;
}
h2 {
	font-weight:bold;
	font-size:1.25em;
	color: #000;
}
#main-content .pushdown {
	margin-bottom:64px;
}
#thumbnails {
	text-align:center;
}
#address {
	line-height: .8em;
}
#form1 {
	line-height: 1.6em;
	color:#FFF;
	background-color: #666;
	width:470px;
	height:500px;
	margin:15px;
	padding:10px;
	border:double #000 4px;
}
input {
	padding:4px;
}
.clearfloat {
	clear:both;
}
/* __________________________________________________________NAVIGATION____________________*/
.hnav {
	padding: 15px 0 15px 55px;
	background: #003 url(images/nav-bg.jpg) repeat-x center;
	margin-top:30px;
}
.hnav ul {
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding:0;

}
.hnav ul li {
	display: inline;
	margin-right:20px;
}
.hnav ul li a:hover {
	background-color: #579DF5;
	color: #000;
}
.hnav ul li a {
	text-decoration: none;
	color: #FF9;
	padding: 6px;
	border:1px solid #FFFFB7;
	background-color: #000;
	font: small-caps 1.1em Verdana, Geneva, sans-serif;
}
.hNAV {
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its
						inline children that have vertical padding. So this
						incorrect case selector will remove that padding */
}
.Hnav ul li a {
	height: 1%;		/*	holly hack for IE5/Win because 5.0 doesn't recognize 
						inline padding by default */
}
/* _________________________________________________________________________________MAIN-CONTENT____________________*/
/* Hides from IE-mac \*/
* html #main-content {
	height: 1%;
}
/* End hide from IE-mac */
h1, h3 {
	margin: 0;
	padding: 1em 0.5em .5em .5em;
	color:#66A4FF;
	font: small-caps normal 1.9em Geneva, Arial, Helvetica, sans-serif;
}
.text-center {
	text-align:center;
}

#main-content .collage {
	padding:10px 0 0 25px;
	border:none;
}
#main-content p {
	margin: 0 1em 1em 1em;
}
#main-content a {
	color:#3787FF;
}
#main-content a:hover {
	white-space: normal;
	color: #FFFFFF;
}
#main-content img {
	padding:0;
	margin-left:-5px;
	border:inset #000 1px;
}
/*html>body #main-content img {
	border:inset black 4px;
}*/
#main-content li {
	width:200px;
	background:#666;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px 0px 15px 15px;
	color: #FFF;
	border:outset #666 4px;
}
html>body #main-content li {
	border:outset black 4px;
}
#main-content a span {
	/*\*/
	position:absolute;
	left:-9999px;
}
#main-content li p {
	color:#FFF;
	margin: 1em 0 0 0;
}
#main-content a:hover span {
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:transparent;
	color:#fff;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:80%;
}
#main-content li.published {
	background-color:#003;
	margin:.7em;
	height:2.5em;
	margin-bottom:1.5em;
	border:outset #666 4px;
}
html>body #main-content li.published {
	border:outset black 4px;
}
#gallery li {
	width:146px;
	border:outset #666 4px;
}
html>body #gallery li {
	border:outset #000 4px;
}
#gallery a:hover span {
	width:146px;
}
.block {
	display:block;
	color: #000000;
}
/*___________________________________________________________________PHOTO Page__________________________*/
#photo-navigation {
	list-style:none;
	width:350px;
	margin:5px auto;
}
#photo-navigation li {
	display:block;
	float:left;
	width:116px;
}
#previous {
	text-align:left;
	font-weight:bold;
	font-size:1.4em;
}
#next {
	text-align:right;
	font-weight:bold;
	font-size:1.4em;
}
#photo-navigation li a {
	display:block;
	width:96px;
	padding:10px;
	color:#06f;
}
#photo-navigation li a:hover {
	color:#fff;
}
#photo-photo {
	background:#666;
	padding:5px 15px 15px 15px;
	margin:20px auto 0 auto;
	width:350px;
	border:outset #666 4px;
}
html>body #photo-photo {
	border:outset #000 4px;
}
/*___________________________________________________________________________Footer_____________________*/
#footer {
	text-align:center;
	border-top: 1px solid #999;
	border-bottom: solid 1px #003; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
	clear: both;
	padding-top: 1em;
}
#footer p {
	margin:.5em;
	line-height: 1em;
}
#footer a {
	color:#666666;
	padding-left:1em;
}

#main-content img.icon {
	margin-left:5px;
	border:none!important;
}
.hilite {
	color:yellow;
}
span.price {
	margin-top:0px;
	vertical-align: top;
	display: block;
}
#vieworder {
	padding-top:20px;
}
caption {
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 1em 0.5em .5em .5em;
	color:#06f;
	font-size: 1.2em;
	font-weight: normal;
}
table {
	font-size:1.2em;
	margin:0 auto 1em auto;
	text-align:center;
}
#payimages {
	margin:0 auto;
	text-align:center;
}
.float-left {
	float:left;
	margin-left:10px;
}
.padmore {
	margin-top:20px;
}
#main-content #payimages img {
	margin:.25em;
	border:none;
	padding:0;
}
.buynow {
	width:150px;
	float:left;
}
.centerdiv {
	margin-left:200px;
}
div#main-content ul#elist li {
	border:none;
	background:transparent;
	float:none;
	display:block;
	margin:5px 0;
	padding:5px 5px 5px 20px;
	width:auto;
	text-align:left;
	list-style: disc inside;
}
#main-content .floatright {float:right;
margin:5px 5px 10px 10px;
display:inline;
}
#main-content .floatleft {
	float:left;
 display:inline;
	margin:15px;
}
