@charset "UTF-8";

/* Layout Medium Screens */

#header {
	height: 200px;
	background: #000 url(../images/MIGwelding_medium.jpg) no-repeat 90% 0px;
}
#header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }

#header a.logo { width: 261px; height: 70px; top: 20px; right: 10px; background-image: url(../images/logo_medium.jpg); }



nav {	top: 200px;
	width: 100%;
	display: block;
	background-color: #94C744;
	border-left-style:solid; border-left-width: 1px; border-left-color: black;
	border-right-style:solid; border-right-width: 1px; border-right-color: black;
}

nav a { padding: 0.6em; }


.COL_container { padding: 0px; }

.colONE { width: 62%; float: left; display: block; }
.colTWO { width: 35%; float: right; }

.colONE .content { padding: 10px 30px 10px 15px; line-height: 1.5em;}
.colTWO .content { padding: 10px 15px 10px 15px; }


body { background-image: none; }

#motto { font-size: 1.5em; text-align: right; color: orange; padding: 8em 0 0 0;}

.phone  {display: none;}