/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

#content h1, h2 {
	padding: 15px 0px;
	background: url(images/homepage05.gif) no-repeat 0% 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 16px;
}

h3, .text1 {
	margin-bottom: 8px;
	padding: 0px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #B3A824;
}

/** TEXTS */

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2D5C8;
}
textarea, select
{
   color:Black;
   background-color:white;
   background-image:none;
}
p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

/** MENU */

#menu 
{
	float:left;
	vertical-align:top;
	height: 100%;
	width: 262px;
	background: url(images/menu3.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 184px;
	height: 25px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** LINKS */

a {	color: #968E0E;}
a:hover { text-decoration: none;}

#content  .link1 {
	padding-left: 13px;
	background: url(images/homepage03.gif) no-repeat left bottom;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage08.jpg) no-repeat center top;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.menuLink
{
	font-size:medium;
	font-weight:bold;
}

/** FOOTER */

#footer {
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	line-height: normal;
	text-align: center;
	color: #5f4c2b;
}

/** HEADER */

#header {
	width: 778px;
	height: 150px;
	margin: 0px auto;
	background: url(images/subpage01.jpg) no-repeat left top;
}

#header h1 {
	background: none;
	text-indent: -9999px;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	background: url(images/subpage02.jpg) repeat-y left top;
}

#clear {
	height: 10px;
	background: url(images/subpage05.jpg) no-repeat left top;
}

/** CONTENT */

#content {
	float: right;
	width: 480px;
	height:100%;
	padding: 0px 12px 0px 22px;
	background: url(images/subpage04.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 100px;
	margin: 0px auto;
}

#box1
{
	padding: 0px 8px 0px 10px;
}

.boxh2 {
	padding: 30px 0px;
	background: url(images/homepage07.gif) no-repeat 0% 65%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

#box1 a {	color: #968E0E;}

#box1 .link2 {
	padding-left: 13px;
	background: url(images/homepage06.gif) no-repeat left;
}

legend
{
	color: #968E0E;
	font-weight:bold;
	padding:5px;
}

.price
{
	color: #968E0E;
	font-weight:bold;
}

#headerBottom
{
	float: right;
	background: url(images/homepage-03.jpg) no-repeat left top;
	height:113px;
	width:516px;
}

/* TextBox                     */
/*-----------------------------*/	
input, .smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{
	color:Black;
}

.smallTextBox
{
	width:20px;
}

.mediumTextBox
{
	width:50px;
}

.dateTextBox
{
	width:75px;
}

.emailTextBox
{
	width:250px;
}
.moneyTextBox
{
	width:65px;
}

.largeTextBox
{
	width:100px;
}

.x-largeTextBox
{
	width:200px;
}
.xx-largeTextBox
{
	width:300px;
}
.multiLineTextBox
{
	width:400px;
}
