body{
    margin: 0px auto 20px auto;
    min-width: 1000px;
    width: 100%;
    background: #043843;
    background-size: 100%;
}
h1{
    font-size: 44px;
    padding: 2px;
    font-family:'supermarketregular', cursive !important;
    color: #022d42;
}
h2, h3, h4, h5, h6{
    font-family:'supermarketregular', cursive !important;
    color: #000;
}
p, li, span, a, strong, ul, input, label, select, option, form, address{
    font-size: 20px;
    font-family: arial, sans-serif;
    color: #000;
    line-height: 1.3em;
}
input, select, option, form{
    color: #000;
}
p, address{
    padding: 3px;
    margin: 3px 15px;
}
h2{
    margin: 2px 6px;
    font-size: 34px;
}
h3{
    margin: 3px 12px;
    font-size: 32px;
}
h4{
    margin: 2px 18px;
    font-size: 30px;
}
h5{
    margin: 2px 24px;
    font-size: 28px;
}
h6{
    margin: 2px 30px;
    font-size: 28px;
}
.template-phone-info{
    margin: 15px 0 10px 0;
    background: #fff url('/web/20240419101653im_/https://www.aiwiremeshsteel.com/images/header-bg1.png') no-repeat top left;
}
.template-phone-info h3, .template-phone-info p, .template-phone-info span{
    margin: 4px 10px 2px 2px;
    padding: 3px 0px 2px 2px;
    color: #fff;
}
.template-motto{
    background: url('/web/20240419101653im_/https://www.aiwiremeshsteel.com/images/motto-bg.jpg') no-repeat center center;
}
.template-motto h2{
    color: #fff;
    padding: 12px 0 2px 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    padding: 22px 0 3px 0;
}
.content h2{
    padding: 8px 0 3px 0;
}
.content ul{
    padding: 5px 0 0 5px;
    margin: 5px;
    list-style-type: none;
}
.content p, .content address{
    padding: 5px 0 0 5px;
}
.content .customfont1{
    font-family: "supermarketregular";
}
.content form{
    display:block;
}
.content form label{
    display:block;
    clear:both;
}
.content form textarea{
    min-height: 100px;
}
.content a:active, .content a:focus, .content a:hover{
    color: #fff;
    text-decoration: none;
}
.footer ul, .footer ul li, .footer ul li a, .footer h3, .footer h4, .footer p, .footer a, .footer span{
    color: #fff;
    text-decoration: none;
}
.footer ul{
    padding: 4px 4px 4px 25px;
    margin: 5px;
    list-style-type: disc;
}
.footer ul li{
    padding: 1px;
}
.footer ul li a, .footer ul li a span{
    display:block;
    padding: 2px;
    text-decoration: none;
}
.footer ul li a:hover, .footer ul li a:active, .footer ul li a:focus,
.footer a:hover, .footer a:active, .footer a:focus{
    text-decoration: underline;
}
.custom-bg-color{
    background-color: #022d42;
}
.content-background, .content, .header, .footer{
    width: 1000px;
    margin: 0 auto 0 auto;
}
.content-background{
    background: #fff url('/web/20240419101653im_/https://www.aiwiremeshsteel.com/images/logo-content-bg.jpg') no-repeat bottom right;
    padding: 0;
}
.content{
    min-height: 530px;
    padding: 10px 10px 20px 10px;
    width: 980px;
}
.header{
    background: transparent;
    width: 980px;
    padding: 2px 0px 0px 0px;
    z-index: 18;
    background: #fff;
}
.header ul{
    margin: 15px 0 0 0;
    padding: 4px 0px 4px 0px;
    border-bottom: 3px solid #29abe2;
    background: #022d42;
}
.header ul li{
    float:left;
    display:block;
    margin: 2px 12px 2px 12px;
    position: relative;
    line-height: 18px;
    
    color: #fff;
}
.header ul li a{
    display:block;
    padding: 8px 12px;
    text-decoration: none;
    background-color: #063844;
    
    font-size: 24px;
    color: #fff;
}
.header ul li a:hover, .header ul li a:active, .header ul li a:focus{
    background-color: #333;
    color: #fff;
}
.header ul li:hover{
    background: #eaa31e;
    background-color: #888;
}
.footer{
    min-height: 100px;
    background: #022d42;
    border-top: 3px solid #29abe2;
}

/* css3 buttons */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.template-button {
	display: block;
	vertical-align: baseline;
	margin: 0;
	outline: none;
        border: #000 solid 1px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px arial, sans-serif;
        font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.square{
    -webkit-border-radius: 0; 
    -moz-border-radius: 0;
    border-radius: 0;
}
/* button color styles */

/* black */
.black {
	color: #fff;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

.yellow {
	color: #000;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff888), to(#bab100));
	background: -moz-linear-gradient(top,  #fff888,  #bab100);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff888', endColorstr='#bab100');
}
.yellow:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3be6c), to(#bab100));
	background: -moz-linear-gradient(top,  #c3be6c,  #bab100);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3be6c', endColorstr='#bab100');
}
.yellow:active {
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#bab100), to(#c3be6c));
	background: -moz-linear-gradient(top,  #bab100,  #c3be6c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab100', endColorstr='#c3be6c');
}
/* orange */
.orange {
	color: #000;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
<html>
<body>
<script type="text/javascript">
	parent.processForm('&ftpAction=openFolder');
</script>
</body>
</html>

/*
     FILE ARCHIVED ON 10:16:53 Apr 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:48:36 May 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.551
  load_resource: 133.337
  PetaboxLoader3.resolve: 75.89
  PetaboxLoader3.datanode: 43.479 (2)
  loaddict: 37.155
*/