body, html{
	font-family: Helvetica, sans-serif;
	background: #fff; 
	color: #000;
	margin: 0;
	padding: 0;
}

#scrollstopper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1400px;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 908px; 
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 40px;
}

#topinfo {
	padding: 0px;
	margin: 0px;
	margin-bottom: -1px;
	margin-left: -34px;
	margin-right: -24px;
	text-align: center;
}
#topinfotext {
	font-size: 12px;
	color: #000;
	background: #e1ff99;
	padding: 8px;
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom: 4px #fff solid;
	border-top: 4px #fff solid;
}

#topnav {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 34px;
	clear:left;
	z-index: 100;
	width: 410px;
	white-space: nowrap;
	list-style-type: none;
}
#topnav li {
	display: inline;
}
#topnav li a {
	float:left;
	padding:4px;
	text-decoration:none!important;
	margin:1px;
	margin-right: 10px;
	font:14px Verdana;
	border-top: 2px #26252f solid;
	color: #000;
}
#topnav ul a:hover {
	border-top: 4px #26252f solid;
}

#bgstyle {
	position: absolute;
	top: 185px;
	left: 0px;
	width: 100%;
	height: 331px;
	margin: 0px;
	padding: 0px;
	background: #26252f;
}

#loading {
	position: absolute;
	top: 450px;
	left: 232px;
	width: 35px;
	height: 35px;
}

#slides {
	position: absolute;
	top: 98px;
	left: 21px;
	width: 545px;
	height: 390px;
}

#features {
	background: transparent url(dash.gif) repeat-y top left;
	padding-left: 30px;
	position: absolute;
	top: 220px;
	left: 600px;
	width: 300px;
	line-height: 167%;
	color: #bcbcc0;
	font-size: 13px;
}
#features #up {
	position: absolute;
	top: -25px;
	left: -6px;
}
#features #down {
	position: absolute;
	bottom: -25px;
	left: -6px;
}
#features ul li {
	list-style-image: url(ls.gif);
}
#features ul li a {
	text-decoration: none;
	color: #bcbcc0;
}
#features ul li a.selected {
	color: #fff;
}
#features ul li a:hover {
	color: #fff;
}

#logobox {
	margin: 0px;
	padding: 0px;
	height: 85px;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	right: 78px;
	width: 358px;
	height: 134px;
}

#slogan {
	position: absolute;
	top: 120px;
	right: 0px;
	font-size: 12px;
	font-family: Times, Georgia;
	text-align: right;
	line-height: 140%;
	letter-spacing: 1.5px;
}

#arrow {
	position: absolute;
	top: 516px;
	left: 234px;
	width: 29px;
	height: 15px;
}
#text_content {
	position: absolute;
	top: 530px;
	left: 34px;
	width: 530px;
	color: #000;
}

#contactform {
	position: absolute;
	top: 530px;
	right: 34px;
	width: 244px;
	color: #000;
	padding-bottom: 40px;
}

#contactform a {
	color: #3366ff;
}

#contactform a:hover {
	color: #000;
}

#formmessages {
	color: #f30;
}

.content table{
	border-top: 0px;
	border-left: 0px;
}
.content th, .content td{
	border-bottom: 0px;
	border-right: 0px;
	padding: 0px;
	padding-bottom: 6px;
	padding-right: 6px;
}
.content ul ul {
	margin-bottom: 0px;
}
.content blockquote {
	margin: 4px;
	margin-bottom: 16px;
	margin-left: 16px;
	padding: 0px;
	padding-left: 8px; 
	border: 4px #fff solid;
	border-left: 4px #ddd solid;
}
.content .highlight {
	color: #f30;
}

#footer{
	border-top: 1px #26252f solid;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footer a{
	color: #26252f;
	text-decoration: none;
	padding: 2px;
	padding-left: 12px;
	margin: 0px;
}
#footer a:hover{
	color: #000;
}
#footer #footertext{
	text-align: right;
	padding: 0px;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 18px;
	color: #26252f;
	font-size: 1em;
}

.content h1 { font-size: 1.6em }
.content h2 { font-size: 1.3em }
.content h3 { font-size: 1.1em }
