/*Std. HTML Tag Definitions*/

td,
input,
select,
textarea                { font-family: Arial,Arial,Helvetica,Sans-Serif; font-size: 10pt; color:#000000; }
body{ margin: 0; padding: 0; }
/*body					{ margin: 0px;	} */
A                       { color: #78491F; text-decoration:underline;}
A:visited               { color: #78491F; }
A:active                { color: #CB2627; }
A:hover                 { color: #CB2627; }


#navigation a {
	font:14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	line-height:26px;
	display:block;
	padding: 0px 10px;
	background:#A36228;
	}
	
#navigation a:hover {
	color:#ffffff;;
	background: #B83000;
	}
	
.gradient_bg 	{ 	background-image : url(images/gradient.gif);
					background-repeat : repeat-x;
					background-position : top left;
				}
.rightcorner1_bg 	{ 	background-image : url(images/image1.jpg);
					background-repeat : no-repeat;
					background-position : bottom right;
				}
				
.footer_bg 	{ 		background-image : url(images/footer.gif);
					background-repeat : repeat-x;
					background-position : bottom left;
				}
				
/*
.border {
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	}
	
.border1 {
	border-top: #bda06d 1px solid;
	border-bottom: #bda06d 1px solid;
	border-left: #bda06d 1px solid;
	border-right: #bda06d 1px solid;
	}
*/
	
.comingsoon { font-family: Arial,Arial,Helvetica,Sans-Serif; font-weight: bold; font-size: 78pt; color:#5C4C37; }	