@charset "utf-8";
body {
	background-image: url(../images/HomeBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #808080;
	color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}

li {
	list-style-type: square;
}

.bold {
	font-weight: bold;
}
/*machine page*/
.boldMachineHead {
	font-weight: bold;
	color: #CE0F42;
}
#VTC20B {
	height: 400px;
	padding-top: 20px;
}
#VTC20B img {
	float: right;
	width: 502px;
	margin-right: 10px;
}
#VTC20B div {
	float: left;
	width: 325px;
}

#QuickTurn250 {
	clear: both;
	height: 355px;
	padding-top: 30px;
}
#QuickTurn250 div {
	float: right;
	width: 325px;
}
#QuickTurn250 img {
	float: left;
}

#boringHead {
	height: 340px;
	padding-top: 30px;
	width: 460px;
	float: left;
}

#boringHead p {
	/*width: 500px;*/

}
#boringHead img {
	margin-left: 20px;

}
#jibCrane {
	padding-top: 30px;
	height: 340px;
	width: 460px;
	float: right;
}
#jibCrane img {
	margin-right: 20px;
}
#jibCrane p {
	padding-left: 20px;
}

/*end machine page*/

h1 {
	font-family: "Arial Black", sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #970D30;
	display: inline;
}
a:link {
	color: #CCCCCC;
}
ul {
	letter-spacing: 1px;
}

a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#main {
	background-color: #000000;
	background-image: url(../images/HomeBackTable.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 955px;
	height: 590px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	/*border////////*/
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-bottom: 0px;	/*end border ///////////*/
}
#main.about {
	height: 960px;
}
#main.quality {
	height: 1075px;
}
#main.QC {
	height: 660px;
}
#main.machines {
	height: 1580px;
}
#main.gallery {
	height: 800px;
}
#main #container p {
	text-align: left;
}

#main #container .homeLeft img {
	margin-left: 15px;
}
/*controls placement of lists on quality page*/
#main #container .right ul {
	padding-left: 450px;
}
#main #container #gallery {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#HomeLogo{
	margin: auto;
	text-align: center;
	height: 80px;
	width: 955px;
}
p.card {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 9px; /*needs to be here to bleed background color*/
	padding-bottom: 9px; /*needs to be here to bleed background color*/
	border: 1px solid #8f8e8e;
	background-color: #000000;
	display: inline;
	float: right;
	margin-top: 95px;
	margin-bottom: 5px;
}
.card a:link, .card a:visited {
	background-color: #000000;
	color: #e3e1e1;
	padding: 9px; /*needs to be here to bleed background color*/
	text-decoration: none;
	border: 1px solid #8f8e8e;
}
.card a:hover, .card a:active {
	color: #FFFFFF;
	padding: 9px; /*needs to be here to bleed background color*/
	background-color: #333333;
	border: 1px solid #8f8e8e;
}
div #container {
	width: 955px;
}
#container p {
	text-align: justify;
	margin-right: 22px;
	letter-spacing: 1px;
}
#container img {
	border: 1px solid #8f8e8e;
}
/*.copyright a:hover, .copyright a:active {
	color: #EAC67A;
	text-decoration: underline;
}*/
#container ul {
	margin-left: 10px;
	list-style-position: outside;
}


.homeLeft {
	float: left;
	margin-left: 17px;
	/*margin-right: 22px;*/
	width: 427px;
}
.quality .homeLeft {
	margin-bottom: 20px; 
	height: 900px;
}
/*.homeRight {
	float: right;
	width: 500px;
	text-align: justify;
	padding-right: 22px;
}*/
/*TEMP UNTIL FLASH////////////////////////////*/
.homeLeft img{border: 1px solid #676565;
}
/*//////////////////////*/

#SecondLogo {
	height: 80px;
	width: 955px;
	background-color: #000000;
	background-image: url(../images/2ndLevelHead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: auto;
}

#headContact {
	float: right;
	text-align: right;
	margin-top: 37px;
	font-size: 12px;
	padding-right: 15px;
}

/*top navigation*/
#topNav ul {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 19px;
	margin-left: 0;
	letter-spacing: normal;
}
#topNav li {
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	list-style: none;
	margin-left: -3px;
}
#topNav li.here {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 17px;
	padding-right: 19px;
	background-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8f8e8e;
}
#topNav li a {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 17px;
	padding-right: 19px;
	border-right: 1px solid #8f8e8e;
	background-color: #000000;
}
#topNav li a:link, #topNav li a:visited {
	color: #e3e1e1;
	text-decoration: none;
}
#topNav li a:hover, #topNav li a:active {
	color: #FFFFFF;
	background-color: #333333;
}
/* end top navigation*/

/*bottom navigation*/
#botNav {
	background-color: #000000;
	text-align: center;
	width: 955px;
	clear: both;
	height: 25px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#botNav ul {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
	clear: both;
	overflow: hidden;
	letter-spacing: normal;
	padding-top: 5px;
	margin-top: 0px;
}
#botNav li {
	color: #FFFFFF;
	display: inline;
	list-style: none;
	margin-left: -3px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
/* end bottom navigation*/
.leftNav {
	padding-top: 9px;
	padding-bottom: 9px;
	border-left: 1px solid #8f8e8e;
}
.copyright {
	font-size: 9px;
	color: #3A3A3A;
	text-align: center;
	clear: left;
}

.copyright a:link, .copyright a:visited {
	color: #BBBBBB;
}
.quote {
	margin-right: 10px;
	margin-left: 25px;
}
.quote ul {
	list-style-position: outside;
	padding-left: 10px;
}
.quote li {
	list-style-position: outside;
}

.contactL {
	margin-left: 25px;
	width: 350px;
	float: left;
}
.contactR {
	margin-right: 10px;
	width: 350px;
	float: right;
}
