*{
	margin: 0;
	padding: 0;
}

a:active, a:focus {
	outline: 0;
}

html{
	overflow: -moz-scrollbars-vertical;
}

body {
}

td, body, p, li, span{
	font-family: Verdana, Arial;
	font-size:9pt;
	color: #666;
	line-height: 22px;
}

table{
	width: 100%;
}

td{
	padding: 4px 8px 4px 0px;
	vertical-align: top;
	color: #666;
}
td.legend{
	font-weight: bold;
	color: #666;
	font-size: 10pt;
}
td.silver{
	background-color:#F0F0F0;
}

tr.green{
	background-color: #6BAF00;
}

th{
	padding: 4px;
	color: #f8f8f8;
}

a img{
	border: 0;
	filter: none;
	vertical-align: middle;
}

img{
	border-color: #DDD;
}

ul{
	padding: 1px;
	margin-bottom: 8px;
}

li {
	margin: 2px;
	margin-left: 25px;
}

hr {
	border: none;
	border-bottom: 1px dashed #c0c0c0;
	margin: 20px 0px;
	clear: both;
}

p {
	display: block;
	margin: 5px 0px;
}

p img{
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #6BAF00;
}
a:hover{
	color: black;
}

a.large{
	color: #007ba8;
	font-size: 14pt;
	line-height: 50px;
}
a.large:hover{
	color: #6BAF00;
}


h1{
	margin: 20px 0px 10px 0px;
	color: #6BAF00;
	font-size: 17pt;
	letter-spacing: 0em;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
}
h1.nomargin{
	margin-top: 0px;
}

h2{
	margin: 20px 0px 0px 0px;
	color: #007ba8;
	font-size: 12pt;
	letter-spacing: 0em;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
}

.clearer{
	clear: both;
}

.line{
	border-top: 1px solid #EEE;
	height: 1px;
}

.wa_error{
	color: #ff0000;
}

textarea{
	width: 620px;
	height: 400px;
}

.center_container{
	margin: 0px auto;
	width: 765px;
}

.logo_container{
	margin: 25px 0px 10px;
}

.menu_container{
	height: 60px;
}
.menu_container a{
	display: block;
	float: left;
	width: 126px;
	border-right: 1px solid #ddd;
}
.menu_container a.last{
	border-right: 1px solid transparent;
}
.menu_container a span.title{
	display: block;
	font-size: 12pt;
	color: #008dff;
	padding: 4px;
	text-align: center;
	letter-spacing: 1px;
}
.menu_container a span.text{
	display: block;
	font-size: 7pt;
	color: #999;
	font-family: "Trebuchet MS";
	width: 98px;
	padding: 0px 0px 4px 20px;
	line-height: 11px;
}

.menu_container a:hover{
	background-color: #5db7ff;
}
.menu_container a:hover span.title{
	color: #fff;
}
.menu_container a:hover span.text{
	color: #fff;
}

.main_container{
	padding-top: 20px;
	padding-left: 20px;
	clear: both;
	position: relative;
}


.main_container div.blue{
	background-color: #F1F8FE;
	padding: 5px;
}

.main_container div.blue h1, .main_container div.blue h2{
	margin-top: 0px;
}

.intro_container{
	width: 350px;
	margin-top: 52px;
}

.intro_container p{
	font-size: 8pt;
	line-height: 18px;
	margin: 0px;
	padding: 2px 0px 15px 10px;
}

.intro_container .head{
	background-image: url(../images/bg_silver.png);
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px 0px;
	cursor: pointer;
	color: #666;
	padding: 4px 0 0 10px;
	font-size: 11pt;
	font-weight: bold;
}

.intro_container .ui-state-hover{
	background-image: url(../images/bg_hover.png);
	color: #000;
}
.intro_container .ui-state-active{
	background-image: url(../images/bg_blue.png);
	color: #fff;
}

table.contact{
	width: 440px;
}
.contact input{
	width: 100%;
}
.contact textarea{
	width: 100%;
	height: 180px;
}


table.demo{
	width: 440px;
}
.demo input, .demo select{
	width: 100%;
}
.demo textarea{
	width: 100%;
	height: 90px;
}

.left_menu{
	position: absolute;
	left: -200px;

	width: 200px;
}
.left_menu .menu{
	border-top: 1px solid #CCC;
}
.left_menu a{
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 5px 0px 5px 5px;
	color: #666;
}
.left_menu a.active{
	color: #000;
}
.left_menu a:hover{
	background-color: #F9F9F9;
	color: #444;
}

.footer_container{
	margin: 20px 0;
	padding: 2px;
	text-align: right;
	border-top: 1px solid #EEE;
	clear: both;
}

.footer_container a{
	color: #DDD;
}
.footer_container a:hover{
	color: #AAA;
}

