body.cover{
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	background-color:#f78f1e;
	margin:0px;
	font-family:'Trebuchet MS','Segoe UI';
	font-size:10pt;
	margin-top:0px;
}

body.cover a{
	color:#343a07;
	text-decoration:none;
}

.slogan {
    display: flex;
    height: calc(30% - 0px);
	margin-top: 80px;
}
.slogan section {
    width: max-content;
    flex-basis: 100%;
}
.slogan h2 {
    text-align: center;
    color: #fff;
    font-size: 58px;
    line-height: .85em;
}
.slogan section.middle {
    flex: 1;
}
section.middle h2 {
    font-size: 48px;
}

body.pages{
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	background-color:#d8ce7c;
	margin:0px;
	font-family:'Trebuchet MS','Segoe UI';
	font-size:10pt;
}

body.plain{
	background:none;
	background-color:#FFF;
}

ul{
	margin:0 0 10px 0;
}
ol{
	margin:0 0 10px 0;
	padding-left:2em;
}
li{
	line-height:20px;
}

img.BorderImage{
	border:1px solid #aaa;
}

img.AlignLeft{
	float:left;
	margin:10px 10px 0 0;
}

img.AlignRight{
	float:right;
	margin:10px 0 10px;
}

form{margin:0px;}
img{border:0px;}

.alert{
	font-weight:bold;
	color:#DD0000;
}
.confirm{
	font-weight:bold;
	color:#007700;
}
.InfoText{
	font-style:italic;
	color:#c00;
	font-size:9pt;
}
.box1{
	background-color:#6cf;
	padding:3px;
	color:#fff;
}

.InfoBox{
	border:1px solid #fc9;
	background:#ff9;
	padding:5px;
	width:80%;
}

#MainContainer table.MainTable{
	background-image:url("../images/tbl-bg.png");
	background-repeat:repeat-y;
}

.BigButton{
	margin:20px 0px;
}

.BigButton a{
	display:block;
	background-color:#eee;
	border-radius:5px;
	padding:8px;
	text-decoration:none !important;
	color:#044d92;
	font-size:13px;
	min-height:60px;
	text-shadow:0.03em 0.03em #aaa;
}

.BigButton a:hover{
	background-color:#FFFF99;
	color:#fff;
}

.BigButton img{
	vertical-align:middle;
	margin:0px 20px 0px 0px;
}

#Content{
	padding:10px 35px 10px 35px;
	font-size:10pt;
	color:#555;
	line-height:16pt;
}

#Content h2,h3,h4,h5,h6,h7{
	margin:0 0 5px 0;
}

#Content a{
	color:#644111;
	text-decoration:underline;
}

#Content a:hover{
	text-decoration:none;
	color:#a87530;
}

#Content a.Selected{
	font-weight:bold;
	text-decoration:none;
	color:#600;
	font-style:italic;
}

#Content small.enlarge{
	color:#343a07;
	font-size:0.85em;
	text-decoration:none;
}

#Content hr{
	border:1pt solid #ccc;
	height:1px;
}

#Content em{color:#a87530;}

.Line{
	border-top:1px dotted #a87530;
	margin:15px 0px;
}

/*#Content ol,ul{margin:5px 0 10px 50px;}
#Content li{line-height:16pt;}*/

#Content .Title{
	font-size:18pt;
	color:#f28b1e;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 0 16px 0;
}

#Content .SubTitle{
	display:block;
	font-weight:bold;
	font-size:11pt;
	margin-bottom:-2px;
}

#NormalTable td{
	padding:3px;
	font-size:10pt;
	line-height:15pt;
	color:#333;
}

#NormalForm td{
	padding:3px;
	font-size:10pt;
	color:#333;
}

#NormalForm .FieldLabel{
	font-weight:bold;
	color:#666;
}

#NormalForm .TextField,.SelectList{
	width:250pt;
	font-family:'Trebuchet MS',Calibri,verdana,arial;
}

#NormalForm .TextArea{
	width:100%;
	height:100pt;
	font-family:'Trebuchet MS',Calibri,verdana,arial;
	font-size:10pt;
}

#NormalForm .Button{font-family:'Trebuchet MS',Calibri,verdana,arial;}

#GalleryTable{
	margin:20px 0 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #aaa;
}

#GalleryTable td{
	padding:5px;
	font-size:9pt;
	line-height:10pt;
	color:#555;
}

#GalleryTable img{
	border:1px solid #ccc;
	margin:0 0 3px 0;
}

#GalleryTable a{
	display:block;
	padding:2px;
	border:2px solid #fff;
}

#GalleryTable a:hover{
	padding:2px;
	border:2px solid #c6cc92;
}

#NormalListTable table{
	border:0px solid #ccc;
}

#NormalListTable th{
	text-align:right;
	background-color:#9f9968;
	font-size:9pt;
	color:#fff;
	padding:3px 6px;
	border-bottom:1px solid #fff;
}

#NormalListTable td{
	padding:3px 3px 3px 8px;
	font-size:10pt;
	color:#555;
	line-height:1.3em;
	border-bottom:1px solid #ccc;
}

#NormalListTable a{
	text-decoration:none;
	/*display:block;*/
	padding:3px 2px;
}

#NormalListTable a:hover{
	text-decoration:underline;
	color:#960;
	/*background-color:#ffc;*/
}

#ListTableTypeA table{
	border:0px solid #ccc;
}

#ListTableTypeA th{
	background-color:#d3ae7c;
	font-size:9pt;
	padding:3px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	text-transform:uppercase;
}

#ListTableTypeA .Q1{background-color:#ffc;}
#ListTableTypeA .Q2{background-color:#fc9;}
#ListTableTypeA .Q3{background-color:#cfc;}
#ListTableTypeA .Q4{background-color:#cff;}

#ListTableTypeA td{
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:3px 3px 3px 8px;
	font-size:10pt;
}

#CoverMenu a{display:block;width:110px;height:30px;}
#CoverMenu a:hover{background-position:0 -30px;}

#CoverMenu a.About{background-image:url("../images/cover/about.jpg");}
#CoverMenu a.Products{background-image:url("../images/cover/products.jpg");}
#CoverMenu a.Services{background-image:url("../images/cover/services.jpg");}
#CoverMenu a.Payment{background-image:url("../images/cover/payment.jpg");}
#CoverMenu a.Contact{background-image:url("../images/cover/contact.jpg");}

#Footer{
	background-image:url("../images/footer-bg.jpg");
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	display:block;
}

#Footer table{
	font-size:8pt;
	color:#fff;
	background:transparent;
	margin:0px;
}

#Footer table td{padding:5px;}

#Footer table a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#Footer table a:hover{
	text-decoration:underline;
}