/* CSS Document */
body {
	margin:0px;
	background:url(/images/tour1/bg.gif);
	background-color:#f9eff8;
	}
body, p, td, th, ul, ol, h3, h4, div, li, dt, dd { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#333333}
h1 { color: #812C23; font-size:18px; margin: 0px;padding: 0px;}

.whitebig { color: #fff; font-size:22px; margin: 0px;padding:20px;}
.small { font-size:10px;  color:#333333; }

.textlink {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #812C23; text-decoration:underline; }
a.textlink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none; }

.textnav { font-size:12px;  color:#D0CEBA; border-bottom: #D0CEBA 1px solid; }
.textnav a:link, .textnav a:visited { text-decoration:none; color:#D0CEBA; font-weight: bold;}
.textnav a:hover, .textnav a:active { text-decoration:underline; color:#000000; font-weight: bold;}

.whitelink {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration:underline; }
a.whitelink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; }

table.content {
	border-left : 2px solid Black;
	border-right : 2px solid Black;
}

.border {
	border: #812C23 1px solid;
	}
table.main {
	border-bottom: #ffffff 5px solid;
	border-top: #ffffff 5px solid;
	border-left: #ffffff 5px solid;
	border-right: #ffffff 5px solid;
	}
.textboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	BORDER-RIGHT: #993300 1px solid;
    BORDER-left: #993300 1px solid;
	BORDER-top: #993300 1px solid	;
	BORDER-bottom: #993300 1px solid;
	background-position:  center;
}
#nav {

margin: 0;

padding: 0;

}

#nav li {

list-style: none;

height: 24px;

float: left;

position: relative;

}

#nav li a {

height: 24px;

text-indent: -9000px;

display: block;

}

#nav .current a { background-position: 0 -24px; }

a#home,

a#about,

a#products,

a#contact {

width: 96px;

height: 24px;

}

a#join { background-image: url(images/button_home.jpg); }

a#login { background-image: url(images/button_about.jpg); }


a#home:hover, a#about:hover { background-position: 0 -24px; }