/*
-----------------------------------------------------
ALM CSS
FileName:  screen.css
Author: Michael A. Karr
Comments: Original Version 1.0
-----------------------------------------------------
*/

/***zero out***/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background: url(../images/ALMBackLines.gif) repeat;
	margin: 20px 0px 20px 0px;
}

/* [ We use this to show background in container ] */
/* [ This contains everything ] */

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

/* [ Globals ] */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #AA3102;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AA3102;
	margin: 0px 0px 5px 0px;
}

a {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
}


/* [ Class Library ] */

.Hborder {
	border-top: 1px solid #ECE9D8;
	background: #FFFFFF;
	padding: 2px 0px 2px 0px;
	position: relative;
	width: 750px;
	float: left;
}

.imageRight {
	float: right;
	margin: 20px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #000000;
}

.imageLeft {
	margin: 0px 2px 10px 2px;
	border: 1px solid #000000;
}

.left10right10bot10 {
	margin: 0px 10px 10px 10px;
}

/* [ Wrap ] */

#wrap {
	float: left;
	text-align: left;
	width: 750px;
	position: relative;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
	
/* [ Header Section ] */

#header {
	background: url(../images/headerBG.jpg) repeat-x;
	float: left;
	width: 750px;
	border-bottom: 1px solid #FFFFFF;
	height: 55px;
}

#flashHeader {
	padding: 10px 0px 10px 0px;
}

/* [ Top Links Nav Menu ] */

#topLinks {
	text-align: right;
	margin: 25px 0px 0px 0px;
	padding: 0px 100px 0px 0px;
}

#topLinks ul {
}

#topLinks li {
	display: inline;
	background: url(../images/arrowRT.gif) left no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	width: 100%;
}

#topLinks li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#topLinks li a:hover {
	color: #000000;
}

/* [ Logo ] */

#logo {
	position: absolute;
	top: 7px;
	left: 10px;
}

/* [ Made in the USA ] */

#badge {
	position: relative;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 100;
}

/* [ Main Navigation Menu] */

#mainNavigation {
	width: 750px;
	background: url(../images/navBG.jpg) repeat-x;
	float: left;
	clear: both;
	position: relative;
	z-index: 1;
}

#mainNavigation ul {
	width: 750px;
	float: left;
}

#mainNavigation li {
	list-style-type: none;
	display: inline;
}

#mainNavigation li a {
	background: url(../images/buttonOFF.jpg) left no-repeat;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	width: 123px;
	float: left;
	border-right: 1px solid #FFFFFF;
	text-align: right;
	padding: 18px 6px 0px 0px;
}

#mainNavigation li a:hover {
	background: url(../images/buttonON.jpg) left no-repeat;
}

#mainNavigation span {
	display: none;
}

/* [ Sticky Nav ] */

#home .home,
#mobileSpecifications .mobileSpecifications,
#gallery .gallery,
#accessories .accessories,
#automotiveLifts .automotiveLifts
{
	background: url(../images/buttonON.jpg) left no-repeat;
}

/* [ Body Container ] */

#bodyContainer {
	width: 750px;
	position: relative;
	float: left;
}

/* [ Home Page Styles ] */

#twoColumnContainer {
	float: left;
	background: url(../images/bodyBG.jpg) repeat-y;
	position: relative;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 748px;
}

#twoColumnContainer h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AA3102;
	margin: 0px 0px 5px 0px;
}

#leftColumnHome {
	float: left;
	width: 419px;
	padding: 10px;
	height: 100%;
}

#rightColumnHome {
	float: right;
	width: 284px;
	padding: 10px;
}

#leftColumnHome p {
	margin: 0px 0px 10px 0px;
}

#rightColumnHome p {
	margin: 0px 0px 10px 0px;
}

.homeImages {
	margin: 5px 0px 5px 0px;
	text-align: left;
}

.homeImages img {
	border: 1px solid #999999;
	margin: 0px 5px 0px 0px;
}

/* [ Product Page Styles ] */

#columnContainerSub {
	float: left;
	background: url(../images/bodySubBG.jpg) repeat-y;
	position: relative;
	width: 750px;
	border-top: 1px dashed #CCCCCC;
}

#columnContainerSub h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AA3102;
	margin: 0px 0px 5px 0px;
}

#leftColumnSub {
	float: right;
	width: 419px;
	padding: 10px;
	height: 100%;
}

#rightColumnSub {
	float: left;
	width: 284px;
	padding: 10px;
}

#leftColumnSub p {
	margin: 0px 0px 10px 0px;
}

/* [ Sub Headers ] */

#subMasthead {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	width: 750px;
	border-top: 1px solid #FFFFFF;
}

#subMasthead h1 {
	font-size: 20px;
	color: #AA3102;
	text-transform: capitalize;
	background: #EAEAEA;
	padding: 4px 20px 4px 20px;
	border-bottom: 1px solid #CCCCCC;
}

#subMasthead em {
	font-size: 12px;
	font-style: italic;
	color: #AA3102;
	text-transform: capitalize;
}

#subHeader {
	width: 288px;
	float: left;
	padding: 10px;
	height: 50px;
}

#subHeaderImages {
	width: 440.px;
	float: right;
	height: 60px;
	padding: 10px 0px 0px 4px;
	width: 438px;
}

/* [ Content Page Styles ] */

#contentContainer {
	width: 710px;
	float: left;
	padding: 10px 20px 10px 20px;
	position: relative;
}

#contentContainer p {
	margin: 0px 0px 10px 0px;
}

#contentContainer h2 {
	font-size: 16px;
	color: #990000;
	margin: 0px 0px 10px 0px;
}

#contentContainer h3 {
	font-size: 11px;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

#contentHeader {
	width: 750px;
	float: left;
}



/* [ Footer ] */

#footer {
	border-top: 1px solid #CCCCCC;
	background: #EAEAEA;
	padding: 10px;
	clear: both;
	width: 730px;
	position: relative;
	float: left;
}

#footer p {
	font-size: 10px;
}

#footer strong {
	font-size: 11px;
}

.copyLogo {
	margin: 0px 5px 0px 0px;
}

.contractLogo {
	width: 50px;
	margin: 0px 0px 0px 15px;
	float: right;
}

.contractLogoUsa {
	width: 150px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#gsaContractNum {
	float: right;
	clear: both;
	margin: 5px 0px 0px 0px;
}

#gsaContractNum p {
	font-weight: bold;
	font-size: 12px;
}

/* [ Copyright ] */

#copyright {
	position: relative;
	width: 730px;
}

/* [ Specifications ] */

#specsTable {
	margin: 10px;
	text-align: left;
	background: #EAEAEA;
	width: 440px;
}

#specsTable th {
	background: url(../images/tableHeaderBG2.jpg) repeat-x #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	vertical-align: top;
}

#specsTable td {
	padding: 4px 8px 4px 8px;
	vertical-align: top;
	border-bottom: 1px solid #333333;
}

#specsTable td p {
	margin: 0px 0px 5px 0px;
}

/* [ Accessories ] */

#accessoriesTable {
	float: right;
	text-align: left;
	background: #EAEAEA;
	width: 100%;
}

#accessoriesTable th {
	background: url(../images/tableHeaderBG2.jpg) repeat-x #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	vertical-align: top;
}

#accessoriesTable td {
	padding: 8px 15px 15px 15px;
	vertical-align: top;
	border-bottom: 1px solid #333333;
}

#accessoriesTable li {
	list-style: outside;
}

.accessoriesImage {
	background: #FFFFFF !important;
	padding: 10px !important;;
}

#accessoriesTable td p {
	margin: 0px 0px 5px 0px;
}

#accessoriesTable ul {
	list-style: inside;
	margin: 0px 0px 0px 20px;
}

/* [ Contact Form ] */

#contactForm {
	width: 350px;
	float: right;
	text-align: left;
	border: 1px dashed #CCCCCC;
}

#contactForm p {
	margin: 10px 20px 10px 20px;
}

#contactForm h1 {
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/tableHeaderBG2.jpg) repeat-x #333333;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

#contactForm label {
	font-weight: bold;
	display: block;
}

#contactForm form {
	margin: 0px 20px 0px 20px;
}

.submitButton {
	display: block;
	margin: 8px 0px 8px 0px;
	width: 60px;
	font-size: 11px;
}

/* [ Photo Gallery ] */

.photoElement {
	float: left;
	width: 150px;
	height: 177px;
	margin: 0px 7px 20px 9px;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 4px;
	position: relative;
}

.photoDescription {
	margin: 5px 0px 5px 0px;
}


#photoUpload {
	clear: both;
}

.photoSingle {
	width: 400px;
	float: left;
}

.photoDescriptionFull {
	background: #EAEAEA;
	padding: 10px;
	width: 265px;
	float: right;
}

.photoDescriptionFull h1 {
	padding: 4px 8px 4px 8px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/tableHeaderBG2.jpg) repeat-x #333333;
	color: #FFFFFF;
}

.photoBack {
	clear: both;
	text-align: right;
	margin: 0px 0px 10px 0px;
}

.photoBack a {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.photoBack a:hover {
	color: #000000;
}

/* [ Form Validation Styles ] */

.text {
	width: 100%;
}

.textarea {
	width: 100%;
}

/* [ Left Column ] */

#leftColPhotos {
	width: 240px;
	text-align: center;
	background: #EAEAEA;
	border: 1px solid #333333;
	margin: 10px 0px 0px 0px;
	clear: both;
	float: left;
}

#leftColPhotos h2 {
	font-size: 14px;
	font-weight: bold;
	background: url(../images/tableHeaderBG2.jpg) repeat-x #333333;
	color: #FFFFFF;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
}
/* [ Right Column Text Area ] */

#textArea {
	float: right;
	width: 460px;
	padding: 10px 0px 0px 0px;
	position: relative;
}

#textArea p {
	padding: 0px 10px 0px 10px;
}

#textArea h1 {
	font-size: 14px;
	font-weight: bold;
	background: url(../images/tableHeaderBG2.jpg) repeat-x #333333;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 10px 0px;
}

/* [ Company Background Page ] */

#flashVideo {
	float: right;
	width: 342px;
	padding: 30px 0px 0px 10px;
}

/* [ Buttons ] */

#presentationButton {
	top: 6px;
	position: absolute;
	right: 10px;
	width: 130px;
	cursor: pointer;
}

/* [ Website Author Information ] */

#bottomFooter {
	padding: 10px 0px 20px 0px;
	clear: both;
}

#bottomFooter ul {
	padding: 10px 0px 10px;
}

#bottomFooter li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #000000;
}

#bottomFooter a {
	color: #000000;
	text-decoration: none;
}

#bottomFooter a:hover {
	text-decoration: underline;
}

.lastLink {
	border-right: none !important;
}
/*This is for OPT Only*/

#opt {
	display: none;
}