/* CSS Document */
/* Document contains: Elements, Classes, ID's */
/* items sorted alphabetically within each category */
/*-----------------------------------------------*/
/* ELEMENTS */
/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

A:link {
	color: #111;
	text-decoration: none
	border-bottom:1px;
	}

A:visited {
	color: #111;
	text-decoration: none
	}

A:active {
	color: #AAA;
	text-decoration: underline
	}

A:hover {
	color: #AAA;
	text-decoration: underline
	}

BODY {
	margin: 0em 0% 0em 0%;
	background: rgb(108,110,99);
	color: rgb(108,110,99);
	}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: rgb(108,110,99);
	padding: 10px 0px 0px 0px;
	margin: 14px 0px 2px 0px;
	clear: both;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #999933;
	padding: 5px 0px 2px 0px;
	margin: 10px 0px 2px 0px;
	clear: both;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #999933;
	padding: 10px 0px 2px 0px;
	margin: 10px 0px 2px 0px;
	clear: both;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #999933;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
hr {
	color: #663300;
	height: 1px;
	width: 540px;
	border: 1px solid #663300;
}
p {
	font-size: 9pt;
	color: rgb(108,110,99);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
td {
	font-size: 9pt;
	color: #FFFFFF;
}
/*-----------------------------------------------*/
/* CLASSES */
.FooterImage{
	border: 1px solid #663300;
	}
.ForSale {
	font-style: italic;
	color: #999933;
}
.GalleryDetailImage{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	border: 5px double #663300;
	}
.GalleryItem{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 3px 0px 3px 0px;
	margin: 3px 0px 3px 0px;
	clear: both;
	}
.GalleryItemDesc{
	position: relative;
	left: 0px;
	top: 0px;
	}
.GalleryItemImage{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 10px 5px 0px 0px;
	border: 1px solid #996600;
	float: left;
	}
.GalleryItemTitle{
	position: relative;
	left: 0px;
	top: 0px;
	font-weight: bold;
	color: #999933;
	}
.HeaderButton {
	margin: 0px 25px 0px 0px;
}
.HeaderButton a:hover{
	background: url(../images/but_top_bg.gif) repeat-x fixed 0px 0px;
}
.HeaderImage{
	margin: 0px 3px 0px 0px;
	border: 1px solid #663300;
	}
.SmallPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
/*-----------------------------------------------*/
/* ID'S */
#FooterBg {
	z-index: 0;
	position: relative;
	background-color: #996600;
	width: 100%;
	top: 0px;
	padding: 0px;
}
#FooterContent {
	z-index: 1;
	position: relative;
	width: 700px;
	top: 0px;
	margin: 0px 0px 0px 10%;
}
#FooterImages{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 25px 3px 25px 3px;
	}
#FooterLegal {
	position: absolute;
	top: 126px;
	left: 220px;
	padding: 0px 0px 25px 0px;
	font-size: 10px;
	color: #FFFFFF;
}
#FooterMenu{
	position: absolute;
	left: 220px;
	top: 100px;
	font-size: 12px;
	color: #FFFFFF;
	}
#GalleryHeaderBg {
	z-index: 0;
	background-color: rgb(108,110,99);
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 100%;
	padding: 0px;
}
#GalleryHeaderContent {
	z-index: 1;
	position: relative;
	top: 0px;
	height: 140px;
	width: 700px;
	padding: 0px;
	margin: 0px 0px 0px 10%;
}
#GalleryMainBg {
	z-index: 0;
	background-color: rgb(213,213,210);
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
	}
#GalleryMainContent {
	z-index: 1;
	position: relative;
	width: 700px;
	top: 0px;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 10%;
	}
#HeaderBg {
	z-index: 0;
	background-color: rgb(108,110,99);
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 100%;
	padding: 0px;
}
#HeaderContent {
	z-index: 1;
	position: relative;
	top: 0px;
	height: 140px;
	width: 700px;
	padding: 0px;
	margin: 0px 0px 0px 10%;
}
#HeaderImages{
	position: absolute;
	left: 420px;
	top: -10px;
	margin: 25px 3px 25px 3px;
	}
#HeaderLine{
	z-index: 1;
	position: absolute;
	left: -20%;
	top: 88px;
	height: 1px;
	width: 540px;
	}
#HeaderMenu{
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 72px;
	}
#HeaderMotto{
	z-index: 4;
	position: absolute;
	left: 155px;
	top: 110px;
	color:#663300;
	font-size: 12pt;
	font-weight: bold;
	}
#HeaderTitle{
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 6px;
	}
#MainBg {
	z-index: 0;
	background-color: rgb(213,213,210);
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
	}
#MainContent {
	z-index: 1;
	position: relative;
	width: 700px;
	top: 0px;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 10%;
	}
#Signature{
	position: absolute;
	left: 200px;
	top: 0px;
	margin: 35px 3px 3px 3px;
	border: 0px;
	}
/*-----------------------------------------------*/