/*==========================================================================================*/
/* CSS by Images (www.theimagesgroup.com)													*/
/*==========================================================================================*/
/* CSS for TAGS and Pseudo elements															*/
/*==========================================================================================*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Begin General HTML Formatting 															*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}
body {
	background-color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(img/body_bg.gif);
/*	background-repeat: repeat-y;
	background-position: 0 0;*/
	text-align: left;
	vertical-align: top;
	color: #333;
	font-size: 1em;
}
/* Heading Tags */
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	letter-spacing: .01em;
	margin-top: 0.2em;
	margin-bottom: .2em;
	color: #900;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color: #fff;
}
h2 {
	margin: 0;
	font-size: 1.4em;
	padding-top: .2em;
	padding-left: .5em;
}
h3 {
	font-size: 1.3em;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .5em;
}
h4, h5, h6 {
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: .5em;
}
h4 {font-size: 1.2em;}
h5 {font-size: 1.15em;}
h6 {font-size: 1.1em;}
/* Emphasis Tags */
strong, b {font-weight: bold;}
em, i {font-style: italic;}
/* Data Presentation Tags */
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
address {
	font-style: normal;
	font-stretch: extra-condensed;
}
blockquote {
	border-left: .2em solid #900;
	border-right: .2em solid #900;
	background-color: #eee;
	padding: .2em;
}
blockquote p {margin: .2em;}
blockquote strong, blockquote b {
	color: #900;
}
cite {
/* Reference to source material */
}
del {
/* Marked for deletion */
}
ins {
/* Marked as inserted */
}
sub {
}
sup {
}
/* Code and Monospaced Tags */
code {
	font-family: "Courier New", Courier, mono;
	background-color: #eee;
	color: #36c;
}
samp {
/*	sample code output */
}
var {
/* Inline variable name */
}
/* Table presentation */
table {
	border: 0;
	margin: 0;
	padding: 0;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
}
data.tbody {
	background-color: #eee;
	border-top: .2em solid #ccc;
}
data.tfoot {
	background-color: #eee;
	border-bottom: .2em solid #ccc;
}
tr {
}
th {vertical-align: top;}
td {vertical-align: top;}
/* Form objects */
input {
}
legend {
}
fieldset {
}
select {
}
option {
}
optgroup {background-color: #eee;}
textarea {
}

p {
}
ol {
}
ul {list-style-type: square;}
li {
}

hr {
	color: #ccc;
	height: 0.1em;
	text-align: center;
}
html>body hr {color: silver;}
button {
}
img {border: 0;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Begin CSS Hyperlink Formatting 															*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Standard Links */
a {
	text-decoration: underline;
}
a:link {	color: #900; }
a:visited {	color: #600; }
a:active {	color: #900; } 
a:hover {	color: #f00; }
a:focus {
	color: #f00;
	outline-width: 1px;
	outline-style: solid;
	outline-color: #f00;
}
/* Custom Menu */
#menu {
	width: 144px;
	height: 80%;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #900;
	vertical-align: top;
	text-align: left;
}
/* Custom Sub-Menu */
.menuSub {
	margin: 0;
	padding-top: .2em;
	padding-bottom: .2em;
	text-align: center;
	background-color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: .4em;
	margin-top: .25em;
}
.menuSub a {
	margin-left: .6em;
	margin-right: .6em;
}
.menuSub a:link {
	color: #fff;
	text-decoration: none;
}
.menuSub a:visited {
	color: #fff;
	text-decoration: none;
}
.menuSub a:hover, .menuSub a:active, .menuSub a:focus {
	color: #f00;
	text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Begin custom Class and ID Formatting 													*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#root {
	width: 100%;
	height: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#root tr.header {
	background-color: #000;
}
#root td.header {
	background-color: #000;
	height: 110px;
	text-align: center;
}
#root td.header div {
	width: 100%;
	height: 110px;
	background-color: #000;
}
#root td.header object {
	background-color: #000;
}
#root td.header img {
	border: 0;
}
#root .divide {
	background-image: url(img/divide_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
/*	height: 48px;*/
	text-align: right;
	margin-right: 0;
}
#rootBody {
	background-color: #fff;
	background-image: url(img/bg_tint.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-top: 0;
	padding: 0;
	vertical-align: top;
}
#content {
	margin: .5em;
	font-size: .9em;
}
#content em {
	font-style: normal;
}
#content img {
	padding: .4em;
}
/* DIVS pretending to be TABLES */
#contactForm {
	margin: 0;
	padding: 0;
}
.contactForm {
	width: 100%;
	margin: 0% auto;
	page-break-inside: avoid;
/*	background-color: #eee;
	border: 1px solid #666;*/
}
.contactForm .rowHead {
	clear: both;
	padding-top: 0.4em;
	font-weight: bold;
}
.contactForm .rowHead .labelCol {
	float: left;
	width: 28%;
	text-align: right;
}
.contactForm .rowHead .formCol {
	float: right;
	width: 70%;
	text-align: left;
}
.contactForm .row {
	clear: both;
	padding-top: 0.4em;
}
.contactForm .row .labelCol {
	float: left;
	width: 28%;
	text-align: right;
}
.contactForm .row .formCol {
	float: right;
	width: 70%;
	text-align: left;
}
/*END*/
/* Additional styles needed */
input, textarea, select {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
	padding: 1px;
}
input:focus, textarea:focus, select:focus {
	background-color: #dff;
	color: #03f;
	border-color: #03f;
}
.textLighter {
	font-weight: lighter;
	font-size: small;
}
/* Smaller Styles */
.addressBox {
	margin: .6em;
	padding: .2em;
	background-color: #fff;
	border: 1px solid #ddd;
}
.red {
	color: #f00;
}
.uppercase {
	text-transform: uppercase;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Begin Styles for Pop Up page			 													*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#popup {
	width: 100%;
	height: 100%;
	background-color: #900;
	background-image: url(img/bg_popup.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#popupContent {
	background-color: #fff;
	text-align: center;
	margin: 8px;
	padding: 8px;
	font-size: .7em;
}
#popupContent img {
	background-image: url(img/bg_popup.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #900;
	margin: 2px;
}
#popupContent hr {
	margin: 2px;
}
#clientScroller {
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #900;
	width: 400px;
}
#clientTestimonials {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	width: 400px;
}
#clientTestimonials td {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #900;
}
#clientScroller .divide, #clientTestimonials .divide {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.scrollEquipment {
	background-image: url(img/divide_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
/*	border-left: 1px solid #900;
	border-right: 1px solid #900;*/
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.tablePadding {
	margin-top: 16px;
}
.tablePadding td {
	vertical-align: middle !important;
	line-height: 1.5em;
	padding: 2px;
}
/*.lineHeight1 {
	line-height: 1.4em;
}
.lineHeight2 {
	line-height: 2em;
}*/
