/* CSS Document */
body {
	background-image: url(images/wooden-background.jpg);
	background-position: left top;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div, h1, h2, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
.fl {
	float:left;
	margin-right: 20px;
}
.fr {
	float:right;
	margin-left: 20px;
}
.clearfix {
	clear:both;
	font-size: 0px;
	height: 1px;
	float: none;
}
#container {
	color:#000;
	margin:0 auto;
	padding: 0px;
}
#navbar {
	padding-right: 8px;
	padding-left: 10px;
	height: 35px;
	margin-top: 0px;
}
/*------------------------------------------------menus--------------------*/

#menu ul {
	list-style-type:none;
	width:1000px;
	margin: 0px;
	padding: 0px;
	background-position: top;
	vertical-align: top;
}
#menu ul li {
	float:left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li a {
	display:block;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#menu ul li a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu ul li a.select {
	display:block;
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}
#tabs {
	float: none;
	clear: both;
	position: absolute;
	left: 410px;
	top: 12px;
	z-index: 1000;
}
#tabs ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	background-position: top;
	vertical-align: top;
}
#tabs ul li {
	float:left;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tabs ul li a {
	display:block;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	width: 134px;
	text-align: center;
	padding-top: 18px;
	padding-right: 5px;
	position: relative;
	background: url(images/button_off.png) no-repeat;
	height: 22px;
}
#tabs ul li a:hover {
	background-image: url(images/button_over.png);
	background-repeat: no-repeat;
	color: #CCCCCC;
}
#tabs ul li a.select {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	background-image: url(images/button_on.png);
	background-repeat: no-repeat;
}
/*------------------------------------------------body--------------------*/
#main {
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	padding-top: 40px;
	position: relative;
}
.text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
/*------------------------------------------------left--------------------*/

#left {
	float: left;
	margin-right: 10px;
}
/*------------------------------------------------right--------------------*/
#right {
	width: 360px;
	float: right;
	margin-bottom: 8px;
}
/*------------------------------------------------footer--------------------*/
#footer {
	margin-right: 20px;
	margin-left: 20px;
}
#footer p {
	color:#F8EBD4;
	font-size: 9px;
	text-align: left;
}
#footer a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F8EBD4;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 118px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#content {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	padding-right: 55px;
	padding-left: 40px;
	margin: 0px;
	width: 925px;
}
#content p {
	font-size: 12px;
	color: #716963;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #554b3e;
	margin-bottom: 10px;
	font-style: normal;
}
#content h2 {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
.bullets {
	color: #7E452C;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}
#content p a {
	color: #716963;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover {
	color: #3F841C;
}

#flush {
	clear: both;
	height:0px;
	margin:0;
	padding:0;
}
#content ul li {
	list-style-position: outside;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 5px;
	list-style-image: url(images/triangle.gif);
	margin-left: 40px;
}
.noborder {
	border: 0;
	padding: 0;
	margin: 0;
}
#download {
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-position: center;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.goright {
	float: right;
	top: -100px;
	left: 80px;
}
.goleft {
	position: relative;
	left: -20px;
	top: 10px;
	float: left;
}
.smalltext {
	font-size: 9px;
}
.smalltext {
	font-size: 9px;
	color: #666666;
}
ol li {
	color: #007EC1;
	font-size: 12px;
	margin-bottom: 10px;
}

#content_top {
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	font-size: 1px;
}
#content_bottom {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 49px;
}
#background {
}
#footer img {
	margin-right: 20px;
}
.comment {
	font-size: 16px;
	color: #CC0000;
}
#content ul {
	margin-bottom: 25px;
}

.multiline {
	float: left;
	width: 250px;
}
h3 {
	text-align: center;
	color: #666666;
}
#form {
	float: right;
	width: 400px;
	background-color: #B4B4B4;
	font-size: 12px;
	padding: 10px;
}
.inputbox {
	background-color: #FFFFFF;
	width: 250px;
}
.script {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
#floater {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#spacer {
	clear: both;
	float: none;
	height: 15px;
}
.email {
	color: #75AB4D;
	font-size: 12px;
	position: absolute;
	top: 75px;
	text-align: right;
	display: block;
	right: 55px;
}
#header .email a {
	text-decoration: none;
	color: #75AB4D;
	font-weight: bold;
}
#header .email a:hover {
	color: #3F841C;
}
.item {
color: #666666;
width: 150px;
height: 150px;
padding: 2px;
display: inline;
float: left;

}   
   .item img {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	}
	.item a img {
	padding:3px;
	border:1px solid #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.item a:hover img, .item a:active img {
	padding:3px;
	border:1px solid #3F841C;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	background: #FFFFFF;
}
iframe {
	border: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.box {
	padding: 10px 10px 5px;
	background: #CCCCCC;
	border: 2px solid #FFFFFF;
}
