HTML, BODY {
	width: 100%;
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	background-color: #EEEEEE;
}

H1 {
	font-size: 20px;
	text-align: center;
}

H2 {
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: black;
}

H3 {
	text-align: center;
}

IMG {
	border: none;
}

TH {
	text-align: center;
	background-color: #CCCCCC;
}

A, A:active, A:visited {
	color: #047fb2;
	text-decoration: none;
}

A:hover {
	color: green;
	text-decoration: underline;
}

.main {
	background-color: #e2e0e0;
	width: 1024px;
	margin: 0px auto 0px auto;
	font-size: 12px;
}

.whiteline {
	position: relative;
	width: 500px;
	height: 30px;
	top: -32px;
	z-index: 2;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.midletext {
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 4;
	top: -57px;
}

.midletextshadow {
	color: #999fa2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -75px;
	left: 1px;
	z-index: 3;
}

.pagetop {
	background: url("/img/top_background.png") repeat-x;
	width: 100%;
	height: 32px;
	color: white;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

.pagetop a {
	color: white;
	text-decoration: none;
}

.pagetop a:hover {
	color: yellow;
}

.toplinks {
	text-align: right;
	color: white;
	font-size: 14px;
	padding: 15px 30px 0px 0px;
	font-weight: bold;
}

.contacts {
	padding-left: 53px;
	font-size: 11px;
	text-align: left;
}

.toplinks a {
	color: white;
	text-decoration: none;
}

.toplinks a:hover {
	color: yellow;
}

.orginfo {
	width: 378px;
	height: 132px;
	vertical-align: middle;
	background: url("/img/top_angle.png") no-repeat top left;
}

.topnav {
	width: 790px;
	height: 45px;
	background-color: #007DC8;
	vertical-align: top;
}

.bottomlinks {
	z-index: 2;
	top: 8px;
	padding-right: 30px;
	position: relative;
	text-align: right;
	color: #055e83;
	font-weight: bold;
	font-size: 14px;
}

.bottomlinks a {
	color: #055e83;
	text-decoration: none;
}

.bottomlinks a:hover {
	color: #1a9501;
}

.bottomtext {
	color: white;
	text-align: left;
	float: right;
	font-size: 11px;
	width: 600px;
	position: relative;
	top: 20px;
}

.bottomtext H2 {
	color: white;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.copyright {
	color: white;
	text-align: center;
	font-size: 11px;
	width: 345px;
	position: relative;
	top: 8px;
	letter-spacing: 1px;
}

.counters {
	margin-top: 10px;
}

a.selectedtop {
	color: yellow;
}

a.selectedbottom {
	color: #1a9501;
}

.pricetable {
	border: 2px solid #CCCCCC;
	margin: 0 auto 0 auto;
	text-align: center;
}

.pricetable TD {
	text-align: left;
	vertical-align: middle;
}

.table_border  TD {
	border: 1px solid #CCCCCC
}

.under {
	text-decoration: underline;
}

.contenttable {
	background-color: white;
	text-align: justify;
	height: 100%;
	width: 100%;
	padding: 10px 10px 10px 5px;
}

.contenttable TD {
	vertical-align: top;
}

.contentzone {
	padding-left: 10px;
}

.simpletable {
	margin: 0 auto 0 auto;
	text-align: center;
}

.price {
	margin-top: 25px;
	font-weight: bold;
}

.menu {
	text-align: left;
	font-size: 11px;
	border-right: 1px dashed gray;
	width: 260px;
}

#menu {
	width: 260px;
}

#menu A {
	padding: 3px 4px 3px 13px;
	display: block;
	background: url('/img/raquo.png') 4px 8px no-repeat;
}

#menu A:hover, #menu A.mselected {
	color: #2b9f01;
	text-decoration: none;
	background: url('/img/raquo_sel.png') 4px 8px no-repeat;
}

#menu DIV.sub DIV {
	margin-left: 20px;
}

.mainleftm {
	position: relative;
	top: -45px;
	z-index: 3;
}

.mainleft {
	color: white;
}

.mainleft a {
	color: #E3E1E1;
	font-size: 11px;
}

.mainleft a:hover {
	color: white;
}

.mainleft b, .mainleft H2 {
	color: #EDE232;
}

.mainright {
	padding-left: 8px;
	position: relative;
	top: -60px;
	z-index: 3;
}

.mainright a {
	font-size: 11px;
}

.mainright strong {
	color: #5A9A04;
}

.mainright b {
	position: relative;
	top: -2px;
	left: 2px;
	z-index: 4;
}

.middletable TD {
	vertical-align: middle;
}

.pricetablegreen {
	font-size: 11px;
}

.pricetablegreen TH {
	font-weight: normal;
	background-color: #a4dd56;
}

.pricetablegreen TD {
	text-align: center;
	vertical-align: middle;
}

.topmenu {
	width: 215px;
	font-size: 12px;
	line-height: 20px;
	background-color: #0093dd;
	position: absolute;
	display: none;
}

.topmenu DIV {
	padding: 2px 6px 2px 4px;
}

.topmenu a {
	color: white;
	font-weight: bold;
}

.topmenu a:hover {
	text-decoration: none;
}

.topmenuselected {
	background-color: #85c226;
	cursor: pointer;
}

.redline {
	text-indent: 30px;
}

.imgDesc {
	color: white;
	background: #055e83;
	text-align: right;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	margin-right: 26px;
}

.gallerycont {
	margin: 0px 0px 0px auto;
}

.gallerycont IMG, .gallerycont A, .gallerycont SPAN, .gallerycont DIV, .gallerycont P{
	margin: auto;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.sub_header {
	font-weight: bold;
}
.block {
	width: 100%;
	margin-top: 15px;
	border-top: 1px dashed #808080;
	font-size: 11px;
	text-align: justify;
	color: #474747;
}

.block A{
	text-decoration: none;
	color: #474747;
}

.block A:hover{
	text-decoration: underline;
	color: black;
}

.block H3{
	text-align: left;
	color: black;
	padding-left: 15px;
}

.block P{
	padding: 0px 5px 0px 30px;
	text-indent: 0px;
}

.block IMG{
	display: block;
	margin: auto;
	padding-top: 12px;
}

.mainpage H1{
	font-size: 18px;
}

.mainpage H2{
	font-size: 14px;
	text-align: justify;
}

.mainpage {
	min-height: 1300px;
	height: 100%;
}

#logo {
	float: left;
	width: 378px;
	height: 134px;
	background-color: #eaeaea;
}

#logo H1 {
	padding-left: 42px;
	color: #037baf;
	font-size: 28px;
	margin: 0px 0px 8px 0px;
	text-align: left;
}

.main_text {
	font-size: 14px;
	height: 180px;
}

.callform {
	border: solid 1px #E3E1E1;
	margin-right: 5px;
}

.callform H3 {
	font-size: 18px;
	margin: 5px 0px 4px 0px;
	color: red;
}

.text_call {
	text-align: center;
}

.text_hidden {
	color: #2b9f01;
	display: none;
	text-align: center;
}

#submitbutton {
	text-align: center;
	display: block;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
}

#callForm {
	margin-left: 30px;
}

#callForm INPUT {
	width: 210px;
}

/** mrspd */
td.mrspd_tblcell
{border: 2px solid #fff;
width: 100%;
padding: 4px}

td.mrspd_tblcell div
{color: #EDE232; font-size: 14px; text-align: center}

div.mrspd_catalog
{position: absolute;
width: 250px;
height: 380px;
top: -405px;
left: 10px;
text-align: left}

div.mrspd_catalog p
{text-align: left;
font-size: 12px}

table.mrspd_t
{border-collapse: collapse}

table.mrspd_t tr td
{text-align: center;
border: 1px solid #999;
vertical-align: middle}

