@charset "utf-8";
/* CSS Document */

/* ===== body ===== */
body {
	background-image:none;
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-color: #FFFFFF;
}
body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:700;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
}
/*====== links =======*/

a:link {
    text-decoration: none;
    color: #77bf55;
}
a:visited {
    text-decoration: none;
    color: #77bf55;
}
a:hover {
    text-decoration: underline;
    color: #cccccc;
}
a:active {
    text-decoration: none;
    color: #000000;
}
a.grey:link {
	text-decoration: none;
	color:#666666;
}	
a.black:link{
	text-decoration: underline;
    color: #000000;
}
a.black:visited {
    text-decoration: underline;
    color: #000000;
}
a.black:hover {
    text-decoration: underline;
    color: #cccccc;
}
a.black:active {
    text-decoration: none;
    color: #000000;
}
/*===== div ====== */
td.header { 
	background-image:url(images/header.gif);
	background-repeat:no-repeat;	
}
td.flash {
	border-left: solid thin #cccccc;
	border-right:solid thin #cccccc;
}
td.leftcol { 
	padding-left:1em;
	padding-top:3em;
	padding-right:1em;
	border-left: solid thin #cccccc;
	border-bottom: solid thin #cccccc;
}
div.leftcol {
	padding: 1em;
	border:solid thin #CCCCCC;	
}
.leftcol a:link {
	border-color: #77bf55
}
div.inf {
	padding: 1em;
	background-color:#FAFAFA;
	border: solid thin #CCCCCC;
}

/*----------- NavMenu ------------*/
#menu {
	padding-left:2em;
}
#menu ul{
	padding:0;
	margin:0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
}
#menu li{
	display:inline;
}
#menu li a{
	padding:0.2em 1em;
	background:none;
	color:#000;
	text-decoration:none;
	float:left;
}
#menu li a:hover{
	color:#77bf55;
}
/*---------------- Specs -------------*/
ul{
	padding:0;
	margin:15px;
}
li{
	margin: 0;
	padding-left:5;
	padding-top:10px;
	list-style-type:square;
}
.top {
	padding-top: 2em;
	padding-left: 5em;
	padding-bottom: 2em;
}
.specs {
	width:92%;
	border-top:solid thin #cccccc;
	padding-top: 1em;
	padding-bottom: 2em;
	text-align:left;
}
div.news {
	padding: 1em;
	background-color:#FAFAFA;
	border: solid thin #CCCCCC;
}
	
/*---------------- Main --------------*/
td.main {
	padding-left:1em;
	padding-top:3em;
	padding-right:1em;
	border-right: solid thin #cccccc;
	border-bottom: solid thin #cccccc;
}
div.cont {
	padding: 1em;
	background-color:#FAFAFA;
	border: solid thin #CCCCCC;
}
.div {
	padding: 2em;
}
.innerdiv {
	padding: 1em;
	border-top:solid thin #cccccc;
	border-bottom:solid thin #cccccc;
}
.lowerdiv {
	padding:1em;
}
td.title {
	height: 15px;
	border-top: solid thin #F2F2F2;
	border-left: solid thin #F2F2F2;
	border-bottom: solid thin #F2F2F2;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: 600;
	color: #77bf55;
	padding: 5px;
}
td.info {
	color:#666666;
	font-weight:600;
	text-align:left;
	padding-left: 15px;
	background:#FFFFFF;
	border: solid thin #F2F2F2;
}
div.contact {
	height: 500px;
	padding: 1em 2em 1em 2em;
	background-color:#FAFAFA;
	border: solid thin #CCCCCC;
}
/*-------------- Footer ---------------*/
td.footer {
	padding-right: 1em;
}
