@CHARSET "ISO-8859-1";

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #00002F;
}

#pageHead {
	width: 800px;
	height: 120px;
	text-align: center;
	vertical-align: text-bottom;
	background-color: #000000;
}

#pageHead div {
	position: relative;
	top: 80px;
	left: 0px;
	height: 25px;
	margin-bottom: 20px;
}

div.nav li {
	display: inline;
	font-weight: bolder;
	line-height: 20px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #E4E2F6;
	background-color: transparent;
}
.nav a:hover, .nav a:active {
	text-decoration: underline;
/*	background-color: white; */
	color: #D2FEFD;
}

#pageCont {
	width: 800px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	align: center;
	text-align: left;
	background-color: #000000;
}

#pageCont p {
	padding: 10px 5px 0px 10px;	
}

#pageCont h3 {
	padding: 5px 0px 0px 5px;
	color: #FFFFFF;
}

/* Photo Gallery Styles */
table.thumb {
	margin: 20px;
	width: 200px;
	display: inline;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	align: center;
	border-width: 0px;
}

.thumb td{
	width: 200px;
	vertical-align: top;
	white-space: normal;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

.thumb img{
	vertical-align: top;
}

img.preview {
	width: 90%;
	h-space: 0px;
	v-space: 0px;
	margin: 0px;
	border: 0px
}

.cartHead {
	font-weight: bold;
	color: #050AC4;
	vertical-align: top;
	
}

.cartCont {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}

#pageFoot{
	position: relative;
	top: 20px;
	left: 0px;
	width: 770px;
	height: 25px;
	text-align: left;
}

#pageFoot div {
	background-color: #050AC4;
}