﻿/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#fff url("../images2/body-bg.gif") bottom repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

/* ul { list-style:none;} */

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#40484e;
	}


input
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#40484e;
	}


html
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#40484e;
	}

select { vertical-align:middle; font-weight:normal;}

input { vertical-align:middle; font-weight:normal;}

a {color:#2396c1;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

.link {background:url("../images2/link-tail-bg.gif") top repeat-x; display:block; float:left; font-weight:bold; color:#fff; text-decoration:none; line-height:1em; margin:15px 21px 0 0;}
.link span {background:url("../images2/link-right-bg.gif") top right no-repeat; display:block;}
.link span span {background:url("../images2/link-left-bg.gif") top left no-repeat; padding:7px 15px 10px 17px;}

.link:hover {background:url("../images2/link-tail-bg-hover.gif") top repeat-x;}
.link:hover span {background:url("../images2/link-right-bg-hover.gif") top right no-repeat;}
.link:hover span span {background:url("../images2/link-left-bg-hover.gif") top left no-repeat;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:13px;}

.list li {border-bottom:1px solid #dadfe2; font-size:1.083em; line-height:1em;}
.list li a {display:block; text-decoration:none; padding:10px 0 10px 34px; color:#006699;}
.list li a:hover {color:#d9440f;}
.li1 {background:url("../images2/li1.gif") no-repeat 0 3px;}
.li2 {background:url("../images2/smallFlag.gif") no-repeat 0 3px;}
.li2dl {background:url("../images2/smallFlag.gif") no-repeat 0 3px; text-indent: 36px; height: 34px;}
.li3 {background:url("../images2/li3.gif") no-repeat 0 3px;}
.li4 {background:url("../images2/li4.gif") no-repeat 0 3px;}
.li5 {background:url("../images2/li5.gif") no-repeat 0 3px;}
.li6 {background:url("../images2/li6.gif") no-repeat 0 3px;}
.li7 {background:url("../images2/li7.gif") no-repeat 0 3px;}
.li8 {background:url("../images2/li8.gif") no-repeat 0 3px;}

.dlitem {border-bottom:1px solid #dadfe2; font-size:1.083em; line-height:1em;}
.dlitem a {color:#006699;}
.dlitem a:hover {color:#d9440f;}

h2 {color:#2396c1; font-size:1.167em; line-height:1.143em; font-weight:normal; text-decoration:underline; margin-bottom:16px;}
h3 {color:#d9440f; font-size:1.167em; line-height:1.143em; font-weight:normal; text-decoration:underline; margin-bottom:16px;}

/* ============================= content ====================== */

.col-pad {padding-right:50px;}
.col-prodpad {padding-right:5px;}

.line {border-bottom:1px solid #d9dee1; padding: 0 0 16px 0; margin-bottom:20px;}
.padding1 {padding-top:24px;}
.padding2 {padding-top:16px;}
.margin0 {margin-top:0;}
.margin1 {padding-top:36px;}
.margin2 {padding-top:16px;}

.box {background:#eff4f6 url("../images2/box-tail-bg.gif") top repeat-x;}
.box .tail-right {background:url("../images2/box-tail-bg.gif") right repeat-y;}
.box .tail-left {background:url("../images2/box-tail-bg.gif") left repeat-y;}
.box .tail-bottom {background:url("../images2/box-tail-bg.gif") bottom repeat-x;}
.box .corner-bottom-right {background:url("../images2/box-corner-bottom-right.gif") bottom right no-repeat;}
.box .corner-bottom-left {background:url("../images2/box-corner-bottom-left.gif") bottom left no-repeat;}
.box .corner-top-right {background:url("../images2/box-corner-top-right.gif") top right no-repeat;}
.box .corner-top-left {background:url("../images2/box-corner-top-left.gif") top left no-repeat; width:100%;}
.box .indent {padding:7px 5px 6px 5px;}
.box img {margin-right:2px;}

.text2 {color:#000; font-size:0.83em; line-height:1.6em; text-transform:uppercase;}
.style1 {color:#cd2200; background:yellow; font-weight:bold}

/* ============================= footer ====================== */

#footer {background:url("../images2/footer-tail-bg.gif") top repeat-x; text-align:center;}
#footer .right-bg {background:url("../images2/footer-right-bg.gif") top right no-repeat;}
#footer .left-bg {background:url("../images2/footer-left-bg.gif") top left no-repeat; width:100%;}
#footer .indent {padding:25px 80px 0 0;}
#footer a {color:#40484e; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:42px;}
#ContactForm .link {float:right; margin:20px 0 0 20px;}
#ContactForm strong {color:#373732; font-size:0.917em; font-family:Tahoma, Geneva, sans-serif;}

.input {width:292px; height:19px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:282px; height:145px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em;}

