﻿body {
	margin: 0;
	padding: 0;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #3a3a3a;
}
#wrapper {
	margin: auto;
	width: 990px;
}
#head {
	background-image: url('images/site1_03.jpg');
	height: 226px;
}
#head .logo {
	margin: 100px 0 0 10px;
	width: 150px;
	float: left;
}

.clear
{
	clear:both;
}
/* MainMenu */
#TopMenu
{
	float: right;
}

#TopMenu a
{
	line-height:20px;
	padding:0 20px 0 20px;
	text-decoration:none;
	font-family:Tahoma;
	font-size: 12px;
	color: #3a3a3a;
	text-transform:uppercase;
}
#TopMenu a:hover{
	color:white;
}
#MainMenu {
	height: 30px;
	margin: 0;
	background-image:url('images/menu-background.png');
	margin-bottom:20px;
}
#tab {
	top: 0;
	height: 0;
	background: repeat-x top;
	margin: 0;
	margin-left: 10px;
}
#tab ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#tab a {
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#tab a span {
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: white;
	line-height: 30px;
	padding: 0 20px 0 20px;
}
#tab a:hover, #tab li.item_active a {
	color: black;
}
#tab a:hover span, #tab li.item_active a span {
	color: white;
	background-image:url('images/menu-hover.png');
	font-style: normal;
	text-decoration: none;
}
/* Main Menu */

.icon
{
	float:left;
	padding-right: 5px;
	border:0;
}
.blocks a:hover{
	color: #3a3a3a;
	border:#3eaddc 1px solid;
}

.block-left a
{
	float: left;
	color: #89c31f;
	width:308px;
	font-size: 18px;
	padding: 10px;
	text-decoration:none;
	border:white 1px solid;
}
.block-center a
{
	float: left;
	color: #22b4fa;
	width:308px;
	font-size: 18px;
	padding: 10px;
	text-decoration:none;
	border:white 1px solid;
}
.block-right a
{
	float: right;
	color: #89c31f;
	width:308px;
	font-size: 18px;
	padding: 10px;
	text-decoration:none;
	border:white 1px solid;
}

#content
{
	width: 638px;
	float: left;
}

#content strong
{
	color:#22b4fa;
}
#content a
{
	color:#89c31f;
}
#slider {
	border:1px #89c31f solid;
}


h3
{
	font-size: 20px;
}
.txtbox
{
	border:0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	height: 19px;
	width: 194px;
}
.btn
{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	background-image:url('images/btn-yellow-off.jpg');
	width: 80px;
	height: 25px;
	border:0;
}

#right
{
	float: right;
	width: 340px;
}

.bluebox
{
	background-image:url('images/bluebox.png');
	width: 322px;
	height: 224px;
	padding:10px;
}

.bluebox .head
{
	padding:0;
	font-size: 18px;
}

.techuse ul
{
	margin:0;
	padding:0;
}
.techuse li
{
	list-style-image:url('images/bullet.png');
	font-size: 14px;
	margin-top:5px;
}

#tabs b
{
	color:red;
}
thead
{
	font-weight:bold;
	background-color: #ccf2ff;
	height: 50px;
}
td{
	height:25px;
}

#quote
{
	width: 342px;
	height: 357px;
	margin-top: 15px;
}

#quote .header
{
	background-image:url('images/quote-box-header.png');
	height: 38px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	padding-left:15px;
	line-height:35px;
}
#quote .body
{
	background-image:url('images/quote-box-background.png');
	height: 299px;
	padding:20px 15px 0 15px;
	font-size: 12pt;
}

#quote .body .textbox
{
	float: right;
	background-image:url('images/quote-box-txt-back.png');
	height: 13px;
	width: 163px;
	border:0;
	margin-top:-7px;
	padding:10px;
}
#quote .body .textarea
{
	float: right;
	background-image:url('images/quote-box-txtarea.jpg');
	height: 64px;
	width:164px;
	border:0;
	font-family: "Trebuchet MS";
	margin-top:-7px;
	padding:10px;
	overflow:auto;
}
#quote .body .btnsubmit
{
	float: right;
	background-image:url('images/quote-box-btn-off.png');
	height: 34px;
	width:184px;
	color:gray;
	font-weight:bold;
	border:0;
	margin-top: 15px;
}
#quote .body .btnsubmit:hover
{
	background-image:url('images/quote-box-btn-on.png');
	color: black;
}


#footer
{
	background-image:url('images/background.jpg');
	height: 70px;
}

#footer .wrapper
{
	margin: auto;
	width: 990px;
	padding-top:10px;
	text-align:center;
}
#footer .wrapper a
{
	color: #3a3a3a;
	text-decoration:none;
}
#footer .wrapper a:hover
{
	color:white;
}
