body { background-color: #FFFFFF; margin: 0px; }
body, td, p { color: #000000; font-size: 11px; font-family: Tahoma; }

h1 { font-size: 14px; color: #0054A6; }
h2 { font-size: 12px; color: #000000; text-decoration: underline; }
textarea { font-size: 11px; font-family: Tahoma; }
ul { margin-left: 0px; padding-left: 16px; }
li { padding: 5px; margin-left: 0px; }
form { margin: 0px; }

a, a:link, a:active, a:visited { color: #0054A6; text-decoration:underline; }
a:hover { color: #0054A6; text-decoration:none; }
a.lnk:link, a.lnk:active, a.lnk:visited { color: #000000; text-decoration:underline; }
a.lnk:hover { color: #000000; text-decoration:none; }
a.red:link, a.red:active, a.red:visited { color: #8D121C; text-decoration:underline; }
a.red:hover { color: #8D121C; text-decoration:none; }
a.tip:link, a.tip:active, a.tip:visited { font-family: Arial; font-size: 18px; color: #0054A6; text-decoration:underline; }
a.tip:hover { font-family: Arial; font-size: 18px; color: #0054A6; text-decoration:none; }
a.mov:link, a.mov:active, a.mov:visited { font-family: Arial; font-size: 11px; color: #000000; text-decoration:underline; }
a.mov:hover { font-family: Arial; font-size: 11px; color: #000000; text-decoration:none; }
a.zip:link, a.zip:active, a.zip:visited { font-family: Arial; font-size: 10px; color: #FFFFFF; text-decoration:underline; }
a.zip:hover { font-family: Arial; font-size: 10px; color: #FFFFFF; text-decoration:none; }
a.nod:link, a.nod:active, a.nod:visited { font-family: Arial; font-size: 18px; color: #FFFFFF; text-decoration:none; }
a.nod:hover { font-family: Arial; font-size: 18px; color: #FFFFFF; text-decoration:none; }

.inp { font-size: 11px; background-color: #FFFFFF; color: #514F4F; }
.mpd { padding-left: 8px; padding-right: 8px; padding-top: 20px; padding-bottom: 20px; }
.brd1 { background-image:url(images/tbl-8.gif); background-position:top; background-repeat:repeat-x; background-color:#F5F4ED; }
.brd2 { background-image:url(images/tbl-2.gif); background-position:bottom; background-repeat:repeat-x; padding: 5px; }

.brd3 { background-image:url(images/tbl-4.gif); background-position:left; background-repeat:repeat-y; }
.brd4 { background-image:url(images/tbl-6.gif); background-position:right; background-repeat:repeat-y; }
.back { background-image:url(images/podlogka.gif); background-position: top center; background-repeat:no-repeat; border: #AA454C 1px solid; }

.bl { color: #514F4F; }
.lp { color: #002976; }
.rd { color: #8D121C; }

.fs10 { font-size: 10px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }

.lrpad1 { padding-left: 25px; padding-right: 25px; }
.lrpad2 { padding-left: 17px; padding-right: 17px; }
.lrpad3 { padding-left: 32px; padding-right: 32px; }
.rpad30 { padding-right: 30px; }
.lpad15 { padding-left: 15px; }
.lpad90 { padding-left: 90px; }

.lh2 { line-height: 200%; }
.low { text-transform: lowercase; }
.log { color: #001417; padding-right: 7px; }

.not {
	color: #005AAB;
	font-family: Arial;
	font-size: 12px;
}

.tips {
	background-color: #DEE8F2;
	border-bottom: #B9CFE5 1px solid;
	border-top: #B9CFE5 1px solid;
	padding-left: 4px;
	padding-right: 4px;
}

.topbg {
	background-image: url(images/top-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.pla {
	background-image: url(images/plashka.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

.quotesform td {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.states {
	list-style: square;
}

.w1 { width: 100px; }
.w2 { width: 200px; }

div#measurer { position: absolute; width: 100%; }
div#around { position: relative; min-width: 790px; max-width: 1280px; }
* html div#around {
	height: 100%;
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 790
	)
	?	'790px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth > 1024
		)
		?	'790px'
		:	'100%'
	);
}

