@charset "utf-8";
/* hide hack from Mac-IE5 \*/
* html #Main { height: 1em; }
/* end hiding */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00003C;
	background-image: url(../Images/Bkgd.jpg);
}
h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
}
/* Following gets rid of borders on image links */
a img {border: none; } 
a:link {
	text-decoration: none;
	color: #0C00EC;
}
a:visited {
	text-decoration: none;
	color: #1E7500;
}
a:hover {
	text-decoration: underline;
	color: #9C0901;
}

a:active {
	text-decoration: none;
	color: #000000;
}
/*PageWRapper: wraps entire contents of page*/
#PageWrapper {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../Images/BodyBkg.jpg);
}
#Main {
	width: 740px;
	margin-left: 20px;
	margin-right: 20px;
}
/*Banner: Background image from photoshop*/
#Banner {
	background-image: url(../Images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 90px;
	position: relative;
	text-align: center;
}
#Banner .usp {
	color: #FFFFFF;
	position: absolute;
	width: 376px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	left: 359px;
	top: 20px;
}
#Banner .links {
	color: #FFFFFF;
	position: absolute;
	width: 108px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	left: 651px;
	top: 16px;
	text-align: center;
}
#Banner a, #Banner a:link {
	color: #D5D6EC;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#Banner a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
/*TopNav: top navigation and status line*/
#TopNav {
	margin: 0px;
	overflow: hidden;
	background-image: url(../Images/TopNavBkg01.jpg);
}
#TopNav ul {
	list-style: none;
	width: 100%;
	background-image: url(../Images/TopNavBkg01.jpg);
	background-repeat: repeat-y;
	text-align: center;
	overflow: hidden;
	float: left;
}
#TopNav li {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#TopNav li a {
	color: #763C3B;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C8C8EA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
}
#TopNav li a:link {
	color: #565870;
}
#TopNav li a:visited {
	color: #763C3B;
}
#TopNav li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#TopNav li a:active {
	color: #000000;
	background-color: #FFFFFF;
}
/* IE 6 hack to make entire button clickable */
* html #TopNav a {
	width: 1px;
}
/*Main: Main Content*/
#Main {
	width: 740px;
	margin-left: 20px;
	margin-right: 20px;
}
#Main h1 {
	color: #482524;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	background-image: url(../Images/H1Background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#Main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #8C4E00;
	padding-top: 10px;
}
#Main h3 {
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;
    cursor:hand;
    cursor:pointer;

}
#Main p {
	margin-right: 10px;
}
#Main ul {
}
#Main  ul li {
	line-height: 15px;
	list-style-position: outside;
	padding-top: 5px;
	background-image: url(../Images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-type: none;
	padding-left: 13px;
}
#Main ol li {
	line-height: 15px;
	padding-left: 0px;
	padding-top: 5px;
	list-style-type: decimal;
	padding-right: 50px;
}


/*Footer: goes at bottom*/
#Footer {
	width: 100%;
	bottom: 0px;
	border-top: 1px solid #000;
	font-weight: bold;
	background-image: url(../Images/FooterBkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 7px;
	padding-top: 4px;
	clear: both;
}
#Footer a:link {
	color: #DFE0FF;
}
#Footer a:visited {
	color: #FFFFFF;
}
#Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer a:active {
	color: #000000;
}

#ExtraBottom {


}
#Extrabottom p {
	margin-right: 10px;
}
.FloatRight {
	float: right;
	clear: none;
}
.AutoFloat {
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.UnClear {
	clear: none;
	float: right;
	margin-right: 20px;
	text-align: right;
}
.LeftFloat {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.RightFloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.PadTop10 {
	padding-top: 10px;
}
.ClearLeft {
	font-size: 1px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.px16 p {
	font-size: 16px;
}
.px14 p         {
	font-size: 14px;
}
.px10 p {
	font-size: 10px;
}
.indent {
	margin-left: 20px;
}
.px14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
#TopProgress {
	float: none;
	width: 740px;
	margin-left: 20px;
	color: #A7A7A7;
}
#TopProgress  .selected {
	font-weight: bold;
	color: #000000;
}
.right {
	float: right;
	color: #000000;
}
.left {
	float: left;
	color: #000000;
	clear: none;
}
table.price {
	margin-right: 10px;
}

.Rbut {
	float: right;
}
.ClearRight {
	font-size: 1px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Gallery {
	padding: 10px;
	width: 740px;
	height: 1600px;
	position: relative;
}
.figure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#Main    .FigureRt   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #746B3A;
	line-height: 30px;
}
#Main .FigureLft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #746B3A;
	margin-left: 0px;
	line-height: 30px;
}


.photo {
	border: 2px solid #000000;

}
.fig0 {
	position: absolute;
	left:338px;
	top: 9px;
}
.fig1 {
	position: absolute;
	left: 0px;
	top: 35px;
}
.fig2 {
	position: absolute;
	left: 337px;
	top: 338px;
}
.fig3 {
	position: absolute;
	left: 337px;
	top: 835px;
}
.fig4 {
	position: absolute;
	left: 2px;
	top: 446px;
}
div#Gallery div#add1 {
	position: absolute;
	left: 337px;
	top: 626px;
	width: 406px;
	height: 200px;
	text-align: center;
}
#add1 a {
	color: #FFFFFF;
}
#add1 a:link {
	color: #FFFFFF;
}
#add1 a:visited {
	color: #FFFFFF;
}
#add1 a:hover {
	color: #FFFFFF;
}
#add1 a:active {
	color: #FFFFFF;
}
.border {
	border: 3px solid #000033;
}
