@charset "utf-8";

body {
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
	margin:0px;
	padding:0px;
}

a {
	color: #007725;
	outline:none;
}

a:hover {
	color: #090;
}

h1 {
	font: 1.6em "Century Gothic", Century, Arial, "Lucida Grande";
	margin:0px 0px 10px 0px;
	color:#090;
	display:block;
}

h2 {
	font: 1.3em "Century Gothic", Century, Arial, "Lucida Grande";
	font-style:italic;
	margin:0px 0px 8px 0px;
	color:#090;
	display:block;
}

h3 {
	font: 1.2em "Century Gothic", Century, Arial, "Lucida Grande";
	text-decoration:underline;
	margin:0px 0px 2px 0px;
	color:#090;
	display:block;
}

img {
	border:none;
	behavior:	url("../Scripts/pngbehavior.htc");
}

#banner {
	width:980px;
	height:263px;
	z-index:-1;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}

#bottom {
	background:url(../images/bottom.jpg) no-repeat;
	height:30px;
	margin:0 auto;
	padding:0px;
	width:980px;
}	

#chat {
	background:url(../images/newsletter.jpg) left no-repeat;
	height:45px;
	width:193px;
	margin:0px 32px 0 0px;
	padding:0px 0 0px 0;
	text-align:center;
	font: 1.2em "Century Gothic", Century, Arial, "Lucida Grande";
	color:#090;
	font-size:1.4em;
}

#chat div{
	width:193px;
	margin:0px;
	padding:12px 0 0px 0;
	text-align:center;
}

#chat a {
	text-decoration:none;
}

.check-list {
}

.check-list li {
	list-style-image:url(../images/check.jpg);
	font-style:italic;
	letter-spacing:1px;
}

#contact-box {
	background:url(../images/box.jpg) left no-repeat;
	height:126px;
	width:193px;
	margin:0px 32px 0 0px;
	padding:8px 0 6px 0;
	text-align:center;
	font: 1.2em "Century Gothic", Century, Arial, "Lucida Grande";
	color:#090;
	font-size:1.4em;
}

#contact-box div{
	width:193px;
	margin:0px;
	padding:12px 0 0px 0;
	text-align:center;
}

#content {
	width:690px;
	margin:0px 0px 0px 250px;
	text-align:justify;
	min-height:290px;
}

#downloads {
	text-align:center;
}

#downloads td{
	text-align:center;
}

#downloads a img{
	border:0px;
}

#footer {
	width:980px;
	font-size: 0.8em;
}

#global {
	width:980px;
	margin:0px auto;
	background:url(../images/bg.jpg) repeat-y;
	position:relative;
}

.hidden{
	display:none;
	visibility:hidden;
}

#lang {
	position:absolute;
	right:28px;
	text-decoration:none;
	top:35px;
}

#lang a {
	text-decoration:none;
	display:block;
	height:22px;
	font: 1.2em "Century Gothic", Century, Arial, "Lucida Grande";
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	width:106px;
}

#logos {
	height:130px;
	width:700px;
	float:right;
	padding-right:20px;
}

#mainDiv {
	min-height:290px;
}

#menu {
	width:980px;
	height:106px;
	background:url(../images/menu.jpg) no-repeat;
}

#menuvertical{
	float:left;
	height:auto;
	width:210px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
}

#menuVer{
	width:193px;
	margin:0px;
	padding:0px;
}

#menuVer li{
	background:url(../images/menu-v_02.jpg) no-repeat top;
	list-style:none;
	text-align:center;
	padding:0px 0 0px 0;
	margin:0px;
	width:193px;
	height:25px;
}

#menuVer a{
	color:#333;
	text-decoration:none;
	text-align:center;
}

#menuVer a:hover{
	color:#090;
	text-decoration:none;
}

#newsletter {
	background:url(../images/newsletter.jpg) left no-repeat;
	height:45px;
	width:193px;
	margin:0px 32px 0 0px;
	padding:0px 0 0px 0;
	text-align:center;
	font: 1.2em "Century Gothic", Century, Arial, "Lucida Grande";
	color:#090;
	font-size:1.4em;
}

#newsletter div{
	width:193px;
	margin:0px;
	padding:12px 0 0px 0;
	text-align:center;
}

#newsletter a {
	text-decoration:none;
}

.prices {
	border: 1px solid #CCC;
	padding:1px;
}

.prices th {
	border: 1px solid #9ed695;
	padding:4px;
	background:url(../images/bg-menu-over.png);
}

.prices td{
	border: 1px solid #E6E6E6;
	padding:4px;
}


#submenu {
	width:690px;
	height:43px;
	background:url(../images/submenu-bg.jpg) no-repeat center top;
	text-align:center;
	padding-top:12px;
}

#submenu a {
	width:690px;
	height:36px;
	padding: 0px 8px;
	font: 1.2em "Century Gothic", Century, Arial, "Lucida Grande";
	text-decoration:none;
}

.table-div {
	margin:0px auto;
	width: 500px;
}

#temp {
	height:30px;
	width:660px;
	color:#FFF;
	background-color:#0cb02b;
	padding:15px;
	margin-bottom:10px;
	font-weight:bold;
}


/* Misc. */

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	text-align:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
	border:1px solid red;

*/


	   
