@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }
#header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }

nav {
	width: 100%;
	display: block;
	background-color: #94C744;
}


/* Layout Large Screens (default for older browsers) */

#header { height: 216px; background: url(../images/MIGwelding_large.jpg) no-repeat left 0px; }
#header a.logo { width: 318px; height: 85px; top: 28px; right: 30px; background-image: url(../images/logo_large.bmp); }

#article   { padding: 10px; width: 100%; }
#article p { padding: 10px; line-height: 1.3em; }


.COL_container { padding: 10px; }

.colONE { width: 62%; float: left;  }
.colTWO { width: 35%; float: right; }

.colONE .content { padding: 10px 30px 10px 15px; line-height: 1.5em;}
.colTWO .content { padding: 10px 15px 10px 15px; }
.colTWO .content p { align: center; }


nav   { top: 216px; }
nav a { padding: 0.6em; }

img.gal	{padding: 10px 10px 10px 10px;}

#motto { font-size: 1.5em; text-align: right; color: orange; padding: 7em 0 0 0;}

.contact {display: inline;}

.phone  {color: #ff0000; padding: 10px; float:left; border: solid black; border-width: 1px 0 0 0; }