/*
	Style Sheet for begantanktruck.com
	created: June 4, 2011
	modified: July 6, 2011
	modified: August 11, 2011
	modified: August 11, 2012
	Added new page for Used Equipment.
    Rewrote code for navigation menu.
	modified: Sept 8, 2013
	Added new page for Career Opportunities.
	Changed navigation menu to two rows.
*/

/******************************/
/* GLOBAL STYLES */

* {box-sizing: border-box;}
html {background-color: #202020;}
body, section, div {margin:0;outline:0;border:0;padding:0;}

body {
  width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	font: 100 x-large "Times",serif;
}

section {
   padding: .5em 5%;
   font-weight: 600;
}
section img {
	display: block;
	width: 100%;
	margin: 1em auto 2em;
	border: 1px solid black;
}

section li {
	margin-left: -1em;
}

img {
	max-width: 600px;
}

a:link {text-decoration: none;}
a:hover {text-decoration: underline;}	
a:visited {
	text-decoration: none;
	color: rgb(0,0,0);}
a:active {}	

.clear { clear: left; }
.red {
	color: #fff;
  background-color: rgb(202,0,46);
	text-shadow: 1px 1px 0px black;
}

/******************************/
/* HEADER */

header {
	margin: 0;
	padding: 2.5% 5%;
	text-align: center;
	vertical-align: top;
}
header img {
	display: block;
	width: 100%;
	min-width: 300px;
	max-width: 400px;
	margin: 0 auto;
}
header h3 {
	display: block;
	margin: .5em auto;
	font-style: oblique;
   line-height: 1em;
}
header h3 span {
	padding: 0 .5%;

}
header div {
	margin: .5em auto;
	margin: 0 auto;
}
header div.address {
	display: inline-block;
	padding: 0 1%;
}
header p {
	margin: .2em auto;
	font-size: .8em;
	font-weight: 100;
	line-height: .9em;
}
header span { 
	display: inline-block;
}
header div.registrations {
  margin: .25em auto 0;
}
header div.registrations p {
  margin: 0 auto;
  font-size: .6em;
	line-height: 1em;
  color: rgb(187,0,33);
  color: #666;
}
header div.registrations p span {
  padding: 0 1%;
}

/******************************/
/* SLIDE SHOW */

 div#SlideShow {
	display: none;
	width: 450px;
	height: 338px;
	margin: 0 auto;
	border: 1px solid #000;
}
 div#SS1 {
	width: 100%;
	height: 100%;
	background: #fff url(../images/SS/BeganSSsprite.jpg) top left no-repeat;
	background-size: 4480px 336px;
}
 div#SS2 {
	width: 100%;
	height: 336px;
	background: #fff url(../images/SS/BeganSSsprite.jpg) top left no-repeat;
	background-size: 4480px 336px;
}


/******************************/
/* NAVIGATION */

nav {
	display: block;
	margin: 0;padding: 0;
	text-align: center;
	font-weight: 900;
	/* background-image: url(../images/brushed_aluminum.jpg); */
	font-size: 1.3em;
	background-color: #ececec;
}
nav li, nav span {
  display: inline-block;
  margin:0;
	border: 1px inset silver;
	border-right: 0;
	border-bottom: 0;
	padding: 0 0 0 1px;
	line-height: 1.8em;
	text-decoration: none;
	color: #333;
	background-color: #f3f3f3;
}
nav li:hover {
	border-bottom: 0;
	padding: 0 1px 0 0;
	color: #ca012f;
	background-color: #ececec;
}
nav li:active {
	border: 1px inset silver;
	color: #fff;
	background-color: #555555;
}
nav li.selected {
	border: 1px inset silver;
	border-bottom: 0;
	color: #000;
	background-color: #fff;
/* background-image: url(../images/brushed_aluminum.jpg); */
}
nav li.selected:hover {
	padding: 0 0 0 1px;
}
nav li#navhome {
	width: 100px;
}
nav li#navcontacts {
	width: 120px;
}
nav li#navservice {
	width: 120px;
}
nav li#navparts {
	width: 100px;
}
nav li#navusedEquip {
	width: 200px;
}
nav li#navwork {
	width: 140px;
}
nav li#navmap {
	width: 100px;
}
nav li#navcareer {
	width: 240px;
}


/******************************/
/* PAGE STYLES */

/******************************/
/* HOME PAGE */

/******************************/
/* CONTACTS PAGE */

section#CONTACT div.contact-card {
	margin: 1em 0;
	border-top: dotted 1px silver;
	padding-top: .5em;
}
section#CONTACT h4 {
	margin: 0;
	border: 0;
	padding: 0;
}
section#CONTACT a.email {
  font-size: large;
}
section#CONTACT div.col1 {
	display: inline-block;
	min-width: 45%;
	vertical-align: top;
}
section#CONTACT div.col2 {
	display: inline-block;
	vertical-align: top;
}

/******************************/
/* SERVICES PAGE */

/******************************/
/* PARTS PAGE */

/******************************/
/* WORK PAGE */

/******************************/
/* USED EQUIPMENT PAGE */

section#USED {
  background: silver;
  text-shadow: 1px 1px #fff;
}

section#USED p {
	margin: 2em auto 0;
	border-top: 1px solid #000;
	padding: .5em 0;
}


/******************************/
/* MAP PAGE */

section#FIND div#map {
  display: block;
	width: 80%;
	height: 300px;
	margin: 0 auto 2em;
	border: 2px solid #000;
}


/******************************/
/* CAREER PAGE */

section#CAREER {
  color: #fff;
  background: #000;
}

/******************************/
/* FOOTER */

footer {
	margin: 0;
	padding: .2em 2em;
	font: 100 small sans-serif;
	color: #000;
	background-color: #ffffff;
	background-image: url(../images/brushed_aluminum.jpg);
}
footer a {
	color: #000;
	text-decoration: none;
}
footer a:hover {
	color: blue;
}

/******************************/
/* MEDIA QUERIES */

@media only screen and (min-width: 450px) {
   	div#SlideShow {
	   	display: block;
	  }
}

@media only screen and (min-width: 480px) {
   section#CONTACT div.col1 {
	   /* width: 45%; */
	}
   section#CONTACT a.email {
      font-size: x-large;
   }
}

   @media only screen and (orientation: landscape) {

}

@media only screen and (min-width: 850px) {
	section#HOME div#SlideShow {
		float: right;
	}
}

/* END */

